2022-08-25 11:43:25.471 | + ./stack.sh:main:482 : exec 2022-08-25 11:43:25.472 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-25-114325' 2022-08-25 11:43:25.472 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-25-114325.summary.2022-08-25-114325 2022-08-25 11:43:25.472 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:43:25.472 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-25-114325 2022-08-25 11:43:25.472 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-25-114325 /opt/stack/logs/stack.sh.log 2022-08-25 11:43:25.472 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-25-114325.summary.2022-08-25-114325 /opt/stack/logs/stack.sh.log.summary 2022-08-25 11:43:25.472 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-25 11:43:25.472 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-25 11:43:25.472 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-25 11:43:25.472 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-25 11:43:25.472 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-25 11:43:25.472 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-25 11:43:25.474 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-25 11:43:25.477 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-25 11:43:25.479 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-25 11:43:25.482 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-25 11:43:25.483 | + ./stack.sh:main:568 : set -o errexit 2022-08-25 11:43:25.485 | + ./stack.sh:main:571 : uname -a 2022-08-25 11:43:25.486 | Linux n-d-851359-12 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-08-25 11:43:25.488 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-25 11:43:25.490 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-25 11:43:25.493 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-25 11:43:25.534 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-25 11:43:25.549 | + ./stack.sh:main:585 : fetch_plugins 2022-08-25 11:43:25.551 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-25 11:43:25.553 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-25 11:43:25.555 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-25 11:43:25.557 | + functions-common:fetch_plugins:1790 : return 2022-08-25 11:43:25.558 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-25 11:43:25.561 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-25 11:43:25.562 | + functions-common:run_phase:1868 : local phase= 2022-08-25 11:43:25.564 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:43:25.566 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:43:25.568 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:43:25.569 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:43:25.571 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:43:25.573 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:43:25.576 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:43:25.578 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:43:25.580 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:43:25.582 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-25 11:43:25.583 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:43:25.595 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:25.597 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-25 11:43:25.599 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:43:25.600 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:43:25.602 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:43:25.604 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:43:25.606 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:43:25.608 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-25 11:43:25.610 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-25 11:43:25.612 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-25 11:43:25.613 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 11:43:25.615 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-25 11:43:25.617 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-25 11:43:25.619 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-25 11:43:25.620 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-25 11:43:25.623 | + functions-common:plugin_override_defaults:1831 : return 2022-08-25 11:43:25.625 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-25 11:43:25.641 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-25 11:43:25.643 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-25 11:43:25.655 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:43:25.657 | +++ lib/tls:source:43 : hostname -f 2022-08-25 11:43:25.660 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-25 11:43:25.662 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-25 11:43:25.664 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-25 11:43:25.666 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-25 11:43:25.667 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-25 11:43:25.670 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-25 11:43:25.672 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-25 11:43:25.673 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-25 11:43:25.675 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-25 11:43:25.677 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-25 11:43:25.682 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-25 11:43:25.693 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-25 11:43:25.709 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-25 11:43:25.721 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-25 11:43:25.733 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-25 11:43:25.767 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-25 11:43:25.822 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-25 11:43:25.910 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-25 11:43:25.932 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-25 11:43:25.980 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-25 11:43:26.030 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-25 11:43:26.168 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-25 11:43:26.182 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-25 11:43:26.194 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-25 11:43:26.206 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-25 11:43:26.287 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-25 11:43:26.290 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-25 11:43:26.293 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-25 11:43:26.295 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-25 11:43:26.297 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-25 11:43:26.299 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-25 11:43:26.302 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-25 11:43:26.302 | False' 2022-08-25 11:43:26.304 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-25 11:43:26.319 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-25 11:43:26.321 | + ./stack.sh:main:619 : run_phase source 2022-08-25 11:43:26.323 | + functions-common:run_phase:1867 : local mode=source 2022-08-25 11:43:26.325 | + functions-common:run_phase:1868 : local phase= 2022-08-25 11:43:26.327 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:43:26.329 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:43:26.331 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:43:26.333 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:43:26.335 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:43:26.338 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:43:26.342 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:43:26.344 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:43:26.346 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:43:26.347 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-25 11:43:26.350 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:43:26.363 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:26.365 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-25 11:43:26.367 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-25 11:43:26.404 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-25 11:43:26.407 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-25 11:43:26.409 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-25 11:43:26.411 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-25 11:43:26.413 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-25 11:43:26.415 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-25 11:43:26.417 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-25 11:43:26.419 | + functions-common:load_plugin_settings:1808 : return 2022-08-25 11:43:26.421 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-25 11:43:26.423 | + functions-common:verify_disabled_services:2150 : local service 2022-08-25 11:43:26.425 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.427 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-25 11:43:26.430 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.432 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-25 11:43:26.434 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.436 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-25 11:43:26.438 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.440 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-25 11:43:26.443 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.445 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-25 11:43:26.447 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.449 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-25 11:43:26.452 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.454 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-25 11:43:26.456 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.458 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-25 11:43:26.461 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.463 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-25 11:43:26.465 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.468 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-25 11:43:26.470 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.472 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-25 11:43:26.475 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.477 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-25 11:43:26.479 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.481 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-25 11:43:26.484 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.486 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-25 11:43:26.488 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.490 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-25 11:43:26.492 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.494 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-25 11:43:26.497 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.499 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-25 11:43:26.501 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.503 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-25 11:43:26.506 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.508 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-25 11:43:26.510 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.513 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-25 11:43:26.515 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.517 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-25 11:43:26.519 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.522 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-25 11:43:26.524 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.526 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-25 11:43:26.529 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.531 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-25 11:43:26.533 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.535 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-25 11:43:26.538 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.540 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-25 11:43:26.542 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.544 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-25 11:43:26.546 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.548 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-25 11:43:26.551 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.553 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-25 11:43:26.555 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.557 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-25 11:43:26.560 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.562 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-25 11:43:26.564 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.566 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-25 11:43:26.568 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.571 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-25 11:43:26.573 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.575 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-25 11:43:26.578 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.580 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-25 11:43:26.582 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.584 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-25 11:43:26.586 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.588 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-25 11:43:26.591 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.593 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-25 11:43:26.596 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.598 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-25 11:43:26.600 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.602 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-25 11:43:26.604 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.606 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-25 11:43:26.609 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.611 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-25 11:43:26.613 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.615 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-25 11:43:26.617 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.619 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-25 11:43:26.622 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.624 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-25 11:43:26.627 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.629 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-25 11:43:26.631 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:43:26.633 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-25 11:43:26.636 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-25 11:43:26.639 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-25 11:43:26.641 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-25 11:43:26.655 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:26.657 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-25 11:43:26.659 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-25 11:43:26.661 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-25 11:43:26.675 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:43:26.678 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-25 11:43:26.680 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-25 11:43:26.682 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-25 11:43:26.685 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-25 11:43:26.687 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-25 11:43:26.689 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-25 11:43:26.691 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-25 11:43:26.694 | + lib/database:initialize_database_backends:92 : return 0 2022-08-25 11:43:26.696 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-25 11:43:26.696 | Using mysql database backend 2022-08-25 11:43:26.698 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-25 11:43:26.714 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-25 11:43:26.717 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-25 11:43:26.719 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-25 11:43:26.721 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-25 11:43:26.724 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 11:43:26.726 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-25 11:43:26.741 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:26.744 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-25 11:43:26.759 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-25 11:43:26.775 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:26.777 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-25 11:43:26.792 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-25 11:43:26.808 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-25 11:43:26.824 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:43:26.827 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-25 11:43:26.842 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:43:26.844 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-25 11:43:26.861 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-25 11:43:26.863 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-25 11:43:26.865 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-25 11:43:26.867 | + functions-common:save_stackenv:60 : local tag=752 2022-08-25 11:43:26.870 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-25 11:43:26.875 | + functions-common:save_stackenv:62 : time_stamp=2022-08-25-114326 2022-08-25 11:43:26.877 | + functions-common:save_stackenv:63 : echo '# 2022-08-25-114326 752' 2022-08-25 11:43:26.880 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.882 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 11:43:26.884 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.886 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-25 11:43:26.889 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.891 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-25 11:43:26.894 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.896 | + 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-08-25 11:43:26.898 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.901 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-08-25 11:43:26.903 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.905 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-08-25 11:43:26.907 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.910 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-25-114325 2022-08-25 11:43:26.912 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.914 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-25 11:43:26.916 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.919 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-08-25 11:43:26.921 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.923 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-25 11:43:26.925 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.928 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-25 11:43:26.930 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.932 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-25 11:43:26.935 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.938 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-25 11:43:26.940 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.942 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.42 2022-08-25 11:43:26.944 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:43:26.947 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-25 11:43:26.949 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-25 11:43:26.952 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-25 11:43:26.954 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-25 11:43:26.956 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-25 11:43:26.958 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:43:26.960 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:43:26.963 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:43:26.965 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:43:26.967 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:43:26.970 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:43:26.984 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:43:26.986 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:43:26.988 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:43:26.991 | + functions-common:git_clone:617 : echo master 2022-08-25 11:43:26.991 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:43:26.996 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-25 11:43:26.998 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:43:27.001 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-25 11:43:27.012 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-25 11:43:27.015 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:43:27.015 | + functions-common:git_clone:678 : head -1 2022-08-25 11:43:27.018 | b2eceb9b Merge "update constraint for oslo.vmware to new release 4.0.1" 2022-08-25 11:43:27.021 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:43:27.023 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-25 11:43:27.025 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:43:27.028 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-25 11:43:27.030 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-25 11:43:27.033 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-25 11:43:27.035 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-25 11:43:27.037 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-25 11:43:27.040 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-25 11:43:27.042 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-25 11:43:27.045 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-25 11:43:27.048 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-25 11:43:27.052 | ++ tools/install_prereqs.sh:source:47 : NOW=1661427807 2022-08-25 11:43:27.055 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-25 11:43:27.059 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-08-25 11:43:27.062 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-08-25 11:43:27.064 | ++ tools/install_prereqs.sh:source:49 : DELTA=1661427807 2022-08-25 11:43:27.067 | ++ tools/install_prereqs.sh:source:50 : [[ 1661427807 -lt 7200 ]] 2022-08-25 11:43:27.069 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-25 11:43:27.071 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-25 11:43:27.073 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-25 11:43:27.076 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-25 11:43:27.078 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-25 11:43:27.081 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-25 11:43:27.083 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-25 11:43:27.086 | +++ 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-08-25 11:43:27.131 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-25 11:43:27.131 | apache2-dev 2022-08-25 11:43:27.131 | bc 2022-08-25 11:43:27.131 | bsdmainutils 2022-08-25 11:43:27.131 | curl 2022-08-25 11:43:27.131 | g++ 2022-08-25 11:43:27.131 | gawk 2022-08-25 11:43:27.131 | gcc 2022-08-25 11:43:27.131 | gettext 2022-08-25 11:43:27.131 | git 2022-08-25 11:43:27.131 | graphviz 2022-08-25 11:43:27.131 | iputils-ping 2022-08-25 11:43:27.131 | libapache2-mod-proxy-uwsgi 2022-08-25 11:43:27.131 | libffi-dev 2022-08-25 11:43:27.131 | libjpeg-dev 2022-08-25 11:43:27.131 | libpcre3-dev 2022-08-25 11:43:27.131 | libpq-dev 2022-08-25 11:43:27.131 | libssl-dev 2022-08-25 11:43:27.131 | libsystemd-dev 2022-08-25 11:43:27.131 | libxml2-dev 2022-08-25 11:43:27.131 | libxslt1-dev 2022-08-25 11:43:27.131 | libyaml-dev 2022-08-25 11:43:27.131 | lsof 2022-08-25 11:43:27.132 | openssh-server 2022-08-25 11:43:27.132 | openssl 2022-08-25 11:43:27.132 | pkg-config 2022-08-25 11:43:27.132 | psmisc 2022-08-25 11:43:27.132 | python3-dev 2022-08-25 11:43:27.132 | python3-pip 2022-08-25 11:43:27.132 | python3-systemd 2022-08-25 11:43:27.132 | python3-venv 2022-08-25 11:43:27.132 | tar 2022-08-25 11:43:27.132 | tcpdump 2022-08-25 11:43:27.132 | unzip 2022-08-25 11:43:27.132 | uuid-runtime 2022-08-25 11:43:27.132 | wget 2022-08-25 11:43:27.132 | wget 2022-08-25 11:43:27.132 | zlib1g-dev 2022-08-25 11:43:27.132 | libkrb5-dev 2022-08-25 11:43:27.132 | libldap2-dev 2022-08-25 11:43:27.132 | libsasl2-dev 2022-08-25 11:43:27.132 | memcached 2022-08-25 11:43:27.132 | python3-mysqldb 2022-08-25 11:43:27.132 | sqlite3 2022-08-25 11:43:27.132 | conntrack 2022-08-25 11:43:27.132 | curl 2022-08-25 11:43:27.132 | ebtables 2022-08-25 11:43:27.132 | genisoimage 2022-08-25 11:43:27.132 | iptables 2022-08-25 11:43:27.132 | iputils-arping 2022-08-25 11:43:27.132 | kpartx 2022-08-25 11:43:27.132 | libjs-jquery-tablesorter 2022-08-25 11:43:27.132 | parted 2022-08-25 11:43:27.132 | pm-utils 2022-08-25 11:43:27.132 | python3-mysqldb 2022-08-25 11:43:27.132 | socat 2022-08-25 11:43:27.132 | sqlite3 2022-08-25 11:43:27.132 | sudo 2022-08-25 11:43:27.132 | vlan 2022-08-25 11:43:27.132 | lsscsi 2022-08-25 11:43:27.132 | open-iscsi 2022-08-25 11:43:27.132 | lvm2 2022-08-25 11:43:27.133 | qemu-utils 2022-08-25 11:43:27.133 | thin-provisioning-tools 2022-08-25 11:43:27.133 | acl 2022-08-25 11:43:27.133 | dnsmasq-base 2022-08-25 11:43:27.133 | dnsmasq-utils 2022-08-25 11:43:27.133 | ebtables 2022-08-25 11:43:27.133 | haproxy 2022-08-25 11:43:27.133 | iptables 2022-08-25 11:43:27.133 | iputils-arping 2022-08-25 11:43:27.133 | iputils-ping 2022-08-25 11:43:27.133 | postgresql-server-dev-all 2022-08-25 11:43:27.133 | python3-mysqldb 2022-08-25 11:43:27.133 | sqlite3 2022-08-25 11:43:27.133 | sudo 2022-08-25 11:43:27.133 | vlan 2022-08-25 11:43:27.133 | pcp 2022-08-25 11:43:27.133 | ipset 2022-08-25 11:43:27.133 | conntrack 2022-08-25 11:43:27.133 | conntrackd 2022-08-25 11:43:27.133 | keepalived 2022-08-25 11:43:27.133 | lvm2 2022-08-25 11:43:27.133 | qemu-utils 2022-08-25 11:43:27.133 | thin-provisioning-tools 2022-08-25 11:43:27.133 | curl 2022-08-25 11:43:27.133 | liberasurecode-dev 2022-08-25 11:43:27.133 | make 2022-08-25 11:43:27.133 | memcached 2022-08-25 11:43:27.133 | rsync 2022-08-25 11:43:27.133 | sqlite3 2022-08-25 11:43:27.133 | xfsprogs' 2022-08-25 11:43:27.136 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-25 11:43:27.154 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-25 11:43:27.154 | apache2-dev 2022-08-25 11:43:27.154 | bc 2022-08-25 11:43:27.154 | bsdmainutils 2022-08-25 11:43:27.154 | curl 2022-08-25 11:43:27.154 | g++ 2022-08-25 11:43:27.154 | gawk 2022-08-25 11:43:27.154 | gcc 2022-08-25 11:43:27.154 | gettext 2022-08-25 11:43:27.154 | git 2022-08-25 11:43:27.154 | graphviz 2022-08-25 11:43:27.154 | iputils-ping 2022-08-25 11:43:27.154 | libapache2-mod-proxy-uwsgi 2022-08-25 11:43:27.154 | libffi-dev 2022-08-25 11:43:27.154 | libjpeg-dev 2022-08-25 11:43:27.154 | libpcre3-dev 2022-08-25 11:43:27.154 | libpq-dev 2022-08-25 11:43:27.154 | libssl-dev 2022-08-25 11:43:27.155 | libsystemd-dev 2022-08-25 11:43:27.155 | libxml2-dev 2022-08-25 11:43:27.155 | libxslt1-dev 2022-08-25 11:43:27.155 | libyaml-dev 2022-08-25 11:43:27.155 | lsof 2022-08-25 11:43:27.155 | openssh-server 2022-08-25 11:43:27.155 | openssl 2022-08-25 11:43:27.155 | pkg-config 2022-08-25 11:43:27.155 | psmisc 2022-08-25 11:43:27.155 | python3-dev 2022-08-25 11:43:27.155 | python3-pip 2022-08-25 11:43:27.155 | python3-systemd 2022-08-25 11:43:27.155 | python3-venv 2022-08-25 11:43:27.155 | tar 2022-08-25 11:43:27.155 | tcpdump 2022-08-25 11:43:27.155 | unzip 2022-08-25 11:43:27.155 | uuid-runtime 2022-08-25 11:43:27.155 | wget 2022-08-25 11:43:27.155 | wget 2022-08-25 11:43:27.155 | zlib1g-dev 2022-08-25 11:43:27.155 | libkrb5-dev 2022-08-25 11:43:27.155 | libldap2-dev 2022-08-25 11:43:27.155 | libsasl2-dev 2022-08-25 11:43:27.155 | memcached 2022-08-25 11:43:27.155 | python3-mysqldb 2022-08-25 11:43:27.155 | sqlite3 2022-08-25 11:43:27.155 | conntrack 2022-08-25 11:43:27.155 | curl 2022-08-25 11:43:27.155 | ebtables 2022-08-25 11:43:27.155 | genisoimage 2022-08-25 11:43:27.155 | iptables 2022-08-25 11:43:27.155 | iputils-arping 2022-08-25 11:43:27.155 | kpartx 2022-08-25 11:43:27.155 | libjs-jquery-tablesorter 2022-08-25 11:43:27.155 | parted 2022-08-25 11:43:27.155 | pm-utils 2022-08-25 11:43:27.155 | python3-mysqldb 2022-08-25 11:43:27.155 | socat 2022-08-25 11:43:27.156 | sqlite3 2022-08-25 11:43:27.156 | sudo 2022-08-25 11:43:27.156 | vlan 2022-08-25 11:43:27.156 | lsscsi 2022-08-25 11:43:27.156 | open-iscsi 2022-08-25 11:43:27.156 | lvm2 2022-08-25 11:43:27.156 | qemu-utils 2022-08-25 11:43:27.156 | thin-provisioning-tools 2022-08-25 11:43:27.156 | acl 2022-08-25 11:43:27.156 | dnsmasq-base 2022-08-25 11:43:27.156 | dnsmasq-utils 2022-08-25 11:43:27.156 | ebtables 2022-08-25 11:43:27.156 | haproxy 2022-08-25 11:43:27.156 | iptables 2022-08-25 11:43:27.156 | iputils-arping 2022-08-25 11:43:27.156 | iputils-ping 2022-08-25 11:43:27.156 | postgresql-server-dev-all 2022-08-25 11:43:27.156 | python3-mysqldb 2022-08-25 11:43:27.156 | sqlite3 2022-08-25 11:43:27.156 | sudo 2022-08-25 11:43:27.156 | vlan 2022-08-25 11:43:27.156 | pcp 2022-08-25 11:43:27.156 | ipset 2022-08-25 11:43:27.156 | conntrack 2022-08-25 11:43:27.156 | conntrackd 2022-08-25 11:43:27.156 | keepalived 2022-08-25 11:43:27.156 | lvm2 2022-08-25 11:43:27.156 | qemu-utils 2022-08-25 11:43:27.156 | thin-provisioning-tools 2022-08-25 11:43:27.156 | curl 2022-08-25 11:43:27.156 | liberasurecode-dev 2022-08-25 11:43:27.156 | make 2022-08-25 11:43:27.156 | memcached 2022-08-25 11:43:27.156 | rsync 2022-08-25 11:43:27.156 | sqlite3 2022-08-25 11:43:27.156 | xfsprogs ' 2022-08-25 11:43:27.156 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-25 11:43:27.159 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:43:27.161 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:43:27.164 | ++ 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 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-08-25 11:43:27.164 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-25 11:43:27.169 | ++ 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 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-08-25 11:43:27.171 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-25 11:43:27.173 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:43:27.175 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-25 11:43:27.177 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:43:27.179 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:43:27.181 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:43:27.183 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:43:27.185 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:43:27.187 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:43:27.189 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-25 11:43:27.191 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-25 11:43:27.193 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-25 11:43:27.195 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-25 11:43:27.199 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-25 11:43:27.202 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-25 11:43:27.204 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-25 11:43:27.206 | ++ functions-common:time_start:2426 : local start_time= 2022-08-25 11:43:27.208 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:43:27.210 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:43:27.214 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661427807211 2022-08-25 11:43:27.216 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-25 11:43:27.218 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-25 11:43:27.220 | ++ 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-08-25 11:43:27.431 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-25 11:43:27.463 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-08-25 11:43:27.490 | Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-08-25 11:43:27.631 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-08-25 11:43:28.175 | Fetched 336 kB in 1s (533 kB/s) 2022-08-25 11:43:29.773 | Reading package lists... 2022-08-25 11:43:29.804 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-25 11:43:29.807 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-25 11:43:29.809 | ++ functions-common:time_stop:2439 : local name 2022-08-25 11:43:29.811 | ++ functions-common:time_stop:2440 : local end_time 2022-08-25 11:43:29.813 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:43:29.815 | ++ functions-common:time_stop:2442 : local total 2022-08-25 11:43:29.817 | ++ functions-common:time_stop:2443 : local start_time 2022-08-25 11:43:29.819 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-25 11:43:29.821 | ++ functions-common:time_stop:2446 : start_time=1661427807211 2022-08-25 11:43:29.823 | ++ functions-common:time_stop:2448 : [[ -z 1661427807211 ]] 2022-08-25 11:43:29.825 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:43:29.829 | ++ functions-common:time_stop:2451 : end_time=1661427809827 2022-08-25 11:43:29.831 | ++ functions-common:time_stop:2452 : elapsed_time=2616 2022-08-25 11:43:29.833 | ++ functions-common:time_stop:2453 : total=0 2022-08-25 11:43:29.835 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:43:29.837 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2616 2022-08-25 11:43:29.839 | ++ 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 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-08-25 11:43:29.842 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:43:29.844 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:43:29.846 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:43:29.849 | ++ 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 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-08-25 11:43:29.868 | ++ 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 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-08-25 11:43:29.976 | Reading package lists... 2022-08-25 11:43:30.225 | Building dependency tree... 2022-08-25 11:43:30.226 | Reading state information... 2022-08-25 11:43:30.514 | bc is already the newest version (1.07.1-2build1). 2022-08-25 11:43:30.514 | bc set to manually installed. 2022-08-25 11:43:30.514 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-25 11:43:30.514 | bsdmainutils set to manually installed. 2022-08-25 11:43:30.514 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-25 11:43:30.514 | g++ set to manually installed. 2022-08-25 11:43:30.514 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-25 11:43:30.514 | gawk set to manually installed. 2022-08-25 11:43:30.514 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-25 11:43:30.514 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-25 11:43:30.514 | iptables set to manually installed. 2022-08-25 11:43:30.514 | iputils-ping is already the newest version (3:20190709-3). 2022-08-25 11:43:30.514 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-25 11:43:30.514 | kpartx set to manually installed. 2022-08-25 11:43:30.514 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-25 11:43:30.514 | make is already the newest version (4.2.1-1.2). 2022-08-25 11:43:30.514 | make set to manually installed. 2022-08-25 11:43:30.514 | psmisc is already the newest version (23.3-1). 2022-08-25 11:43:30.514 | psmisc set to manually installed. 2022-08-25 11:43:30.514 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-25 11:43:30.514 | python3-systemd is already the newest version (234-3build2). 2022-08-25 11:43:30.514 | python3-systemd set to manually installed. 2022-08-25 11:43:30.514 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-25 11:43:30.514 | thin-provisioning-tools set to manually installed. 2022-08-25 11:43:30.514 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-25 11:43:30.514 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-25 11:43:30.514 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-25 11:43:30.514 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-25 11:43:30.515 | lsof set to manually installed. 2022-08-25 11:43:30.515 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-25 11:43:30.515 | parted set to manually installed. 2022-08-25 11:43:30.515 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-25 11:43:30.515 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-25 11:43:30.515 | zlib1g-dev set to manually installed. 2022-08-25 11:43:30.515 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-25 11:43:30.515 | The following packages were automatically installed and are no longer required: 2022-08-25 11:43:30.515 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:43:30.515 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:43:30.515 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:43:30.515 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:43:30.515 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:43:30.515 | python3-zope.interface 2022-08-25 11:43:30.515 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:43:30.515 | The following additional packages will be installed: 2022-08-25 11:43:30.515 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-08-25 11:43:30.515 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-08-25 11:43:30.515 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-08-25 11:43:30.515 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-08-25 11:43:30.515 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-08-25 11:43:30.515 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-08-25 11:43:30.515 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-25 11:43:30.515 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-25 11:43:30.515 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-08-25 11:43:30.515 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-08-25 11:43:30.515 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-25 11:43:30.515 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-25 11:43:30.516 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-08-25 11:43:30.516 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-25 11:43:30.516 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-08-25 11:43:30.516 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-08-25 11:43:30.516 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-08-25 11:43:30.516 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-08-25 11:43:30.516 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-08-25 11:43:30.516 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-08-25 11:43:30.516 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-08-25 11:43:30.516 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-08-25 11:43:30.516 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-08-25 11:43:30.516 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-08-25 11:43:30.516 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-08-25 11:43:30.516 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-08-25 11:43:30.516 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-08-25 11:43:30.516 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-08-25 11:43:30.516 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libz3-4 2022-08-25 11:43:30.516 | libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-08-25 11:43:30.516 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-08-25 11:43:30.516 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-08-25 11:43:30.516 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-08-25 11:43:30.516 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-08-25 11:43:30.516 | x11-common 2022-08-25 11:43:30.518 | Suggested packages: 2022-08-25 11:43:30.518 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-08-25 11:43:30.518 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-08-25 11:43:30.518 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-08-25 11:43:30.518 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-08-25 11:43:30.518 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-08-25 11:43:30.518 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-08-25 11:43:30.518 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-08-25 11:43:30.518 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-08-25 11:43:30.518 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-08-25 11:43:30.518 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-08-25 11:43:30.518 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-08-25 11:43:30.518 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-08-25 11:43:30.518 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-08-25 11:43:30.518 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-08-25 11:43:30.518 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-08-25 11:43:30.518 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-08-25 11:43:30.777 | The following NEW packages will be installed: 2022-08-25 11:43:30.777 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-08-25 11:43:30.777 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-08-25 11:43:30.777 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-08-25 11:43:30.777 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-08-25 11:43:30.777 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-08-25 11:43:30.777 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-08-25 11:43:30.777 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-08-25 11:43:30.777 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-08-25 11:43:30.777 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-08-25 11:43:30.778 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-25 11:43:30.778 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-25 11:43:30.778 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-08-25 11:43:30.778 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-08-25 11:43:30.778 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-25 11:43:30.778 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-25 11:43:30.778 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-08-25 11:43:30.778 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-25 11:43:30.779 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-08-25 11:43:30.779 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-08-25 11:43:30.779 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-08-25 11:43:30.779 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-08-25 11:43:30.779 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-08-25 11:43:30.779 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-08-25 11:43:30.779 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-08-25 11:43:30.779 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-08-25 11:43:30.779 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-08-25 11:43:30.779 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-08-25 11:43:30.779 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-08-25 11:43:30.779 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-08-25 11:43:30.779 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-08-25 11:43:30.779 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-08-25 11:43:30.779 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-08-25 11:43:30.779 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-08-25 11:43:30.779 | postgresql-client-12 postgresql-client-common postgresql-common 2022-08-25 11:43:30.779 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-08-25 11:43:30.779 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-08-25 11:43:30.780 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-08-25 11:43:30.780 | vbetool vlan x11-common 2022-08-25 11:43:30.780 | The following packages will be upgraded: 2022-08-25 11:43:30.781 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-08-25 11:43:30.781 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-08-25 11:43:30.782 | libssl1.1 libsystemd0 libuuid1 libxml2 libxslt1.1 open-iscsi openssh-client 2022-08-25 11:43:30.782 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-08-25 11:43:30.782 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-08-25 11:43:30.908 | 29 upgraded, 203 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:43:30.908 | Need to get 152 MB of archives. 2022-08-25 11:43:30.908 | After this operation, 712 MB of additional disk space will be used. 2022-08-25 11:43:30.908 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 2022-08-25 11:43:31.173 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 [96.0 kB] 2022-08-25 11:43:31.187 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 [28.1 kB] 2022-08-25 11:43:31.192 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 [10.3 kB] 2022-08-25 11:43:31.193 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 [186 kB] 2022-08-25 11:43:31.232 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 [3,809 kB] 2022-08-25 11:43:31.687 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 [269 kB] 2022-08-25 11:43:31.744 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 [318 kB] 2022-08-25 11:43:31.774 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-08-25 11:43:31.774 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-08-25 11:43:31.775 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-08-25 11:43:31.777 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1,321 kB] 2022-08-25 11:43:31.821 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-08-25 11:43:31.823 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 [549 kB] 2022-08-25 11:43:31.841 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-08-25 11:43:31.842 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2022-08-25 11:43:31.848 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2022-08-25 11:43:31.853 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] 2022-08-25 11:43:31.866 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-08-25 11:43:31.867 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 [161 kB] 2022-08-25 11:43:31.881 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 [235 kB] 2022-08-25 11:43:31.901 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-08-25 11:43:32.024 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-08-25 11:43:32.026 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-08-25 11:43:33.312 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [640 kB] 2022-08-25 11:43:33.451 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 [1,181 kB] 2022-08-25 11:43:33.639 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 [159 kB] 2022-08-25 11:43:33.684 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 [84.5 kB] 2022-08-25 11:43:33.697 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 [95.6 kB] 2022-08-25 11:43:33.706 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-08-25 11:43:33.735 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 [1,519 kB] 2022-08-25 11:43:33.975 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-08-25 11:43:33.977 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-08-25 11:43:33.978 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-08-25 11:43:33.978 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 [1,323 kB] 2022-08-25 11:43:34.228 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] 2022-08-25 11:43:34.228 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] 2022-08-25 11:43:34.229 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.5 [206 kB] 2022-08-25 11:43:34.235 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.5 [980 kB] 2022-08-25 11:43:34.395 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 [361 kB] 2022-08-25 11:43:34.455 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-08-25 11:43:34.523 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-08-25 11:43:34.549 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9,548 B] 2022-08-25 11:43:34.550 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB] 2022-08-25 11:43:34.687 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-08-25 11:43:34.697 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 [51.5 kB] 2022-08-25 11:43:34.699 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 [377 kB] 2022-08-25 11:43:34.777 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB] 2022-08-25 11:43:34.891 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 [369 kB] 2022-08-25 11:43:34.963 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-08-25 11:43:35.003 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-08-25 11:43:35.027 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-08-25 11:43:35.044 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-08-25 11:43:35.058 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-08-25 11:43:35.077 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-08-25 11:43:35.216 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-08-25 11:43:35.237 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-08-25 11:43:37.793 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-08-25 11:43:39.442 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-08-25 11:43:39.445 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-08-25 11:43:39.447 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [225 kB] 2022-08-25 11:43:39.452 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2,730 kB] 2022-08-25 11:43:39.851 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-08-25 11:43:39.852 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-08-25 11:43:40.014 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-08-25 11:43:40.781 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-08-25 11:43:42.096 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-08-25 11:43:42.097 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-08-25 11:43:42.100 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-08-25 11:43:42.101 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-08-25 11:43:42.103 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-08-25 11:43:42.104 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-08-25 11:43:42.105 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-08-25 11:43:42.106 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-08-25 11:43:42.106 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-08-25 11:43:42.146 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-08-25 11:43:42.191 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-08-25 11:43:42.331 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-08-25 11:43:42.335 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-08-25 11:43:42.655 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-08-25 11:43:42.792 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-08-25 11:43:42.797 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-08-25 11:43:42.798 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-08-25 11:43:42.808 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-08-25 11:43:42.912 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 [262 kB] 2022-08-25 11:43:42.945 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-08-25 11:43:42.990 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 [180 kB] 2022-08-25 11:43:43.008 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-08-25 11:43:43.013 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-08-25 11:43:43.016 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-08-25 11:43:43.017 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-08-25 11:43:43.018 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-08-25 11:43:43.031 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-08-25 11:43:43.031 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-08-25 11:43:43.036 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 [315 kB] 2022-08-25 11:43:43.064 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 [13.2 kB] 2022-08-25 11:43:43.066 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-08-25 11:43:43.073 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-08-25 11:43:43.163 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-08-25 11:43:43.274 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-08-25 11:43:43.275 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-08-25 11:43:43.353 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-08-25 11:43:43.539 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-08-25 11:43:43.603 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-08-25 11:43:43.605 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-08-25 11:43:43.607 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-08-25 11:43:43.613 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-08-25 11:43:43.627 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-08-25 11:43:43.627 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-08-25 11:43:43.629 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-08-25 11:43:43.645 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 [162 kB] 2022-08-25 11:43:43.659 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-08-25 11:43:43.662 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-08-25 11:43:43.687 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-08-25 11:43:43.700 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-08-25 11:43:43.720 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-08-25 11:43:43.721 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-08-25 11:43:43.722 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-08-25 11:43:43.723 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-08-25 11:43:43.773 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-08-25 11:43:43.780 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 2022-08-25 11:43:43.813 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-08-25 11:43:43.824 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-08-25 11:43:43.826 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-08-25 11:43:43.827 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-08-25 11:43:43.841 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-08-25 11:43:43.845 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-08-25 11:43:43.847 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-08-25 11:43:43.849 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-08-25 11:43:43.904 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-08-25 11:43:43.918 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-08-25 11:43:43.933 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-08-25 11:43:43.944 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-08-25 11:43:43.947 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-08-25 11:43:43.948 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-08-25 11:43:43.961 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-08-25 11:43:43.965 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-08-25 11:43:43.980 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-08-25 11:43:44.085 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-08-25 11:43:44.087 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-08-25 11:43:44.089 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-08-25 11:43:44.100 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-08-25 11:43:44.104 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-08-25 11:43:44.105 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-08-25 11:43:44.105 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-08-25 11:43:44.107 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-08-25 11:43:44.108 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-08-25 11:43:44.147 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-08-25 11:43:44.150 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 [39.9 kB] 2022-08-25 11:43:44.154 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-08-25 11:43:44.164 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-08-25 11:43:44.165 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-08-25 11:43:44.185 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-08-25 11:43:44.207 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-08-25 11:43:44.210 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-08-25 11:43:45.611 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-08-25 11:43:45.614 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-08-25 11:43:45.615 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-08-25 11:43:45.646 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-08-25 11:43:45.685 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-08-25 11:43:45.686 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-08-25 11:43:45.686 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-08-25 11:43:45.737 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-08-25 11:43:45.737 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-08-25 11:43:45.740 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-08-25 11:43:45.798 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-08-25 11:43:45.814 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-08-25 11:43:45.818 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-08-25 11:43:45.850 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-08-25 11:43:45.867 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 [1,256 kB] 2022-08-25 11:43:46.096 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-08-25 11:43:46.180 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-08-25 11:43:46.187 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-08-25 11:43:46.187 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-08-25 11:43:46.196 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-08-25 11:43:46.203 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-08-25 11:43:46.209 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 [117 kB] 2022-08-25 11:43:46.229 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 [137 kB] 2022-08-25 11:43:46.277 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 [3,214 kB] 2022-08-25 11:43:46.943 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 [1,623 kB] 2022-08-25 11:43:47.209 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 [226 kB] 2022-08-25 11:43:47.246 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] 2022-08-25 11:43:47.254 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 [1,584 kB] 2022-08-25 11:43:47.503 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 [246 kB] 2022-08-25 11:43:47.542 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-08-25 11:43:47.542 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-08-25 11:43:47.549 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [736 kB] 2022-08-25 11:43:47.645 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 [151 kB] 2022-08-25 11:43:47.706 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 [219 kB] 2022-08-25 11:43:47.711 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-08-25 11:43:47.727 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-08-25 11:43:47.759 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-08-25 11:43:48.480 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-08-25 11:43:48.482 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-08-25 11:43:48.563 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-08-25 11:43:48.634 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-08-25 11:43:49.710 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-08-25 11:43:49.730 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-08-25 11:43:54.377 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-08-25 11:43:54.379 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-08-25 11:43:54.380 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-08-25 11:43:54.381 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-08-25 11:43:54.458 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 [1,051 kB] 2022-08-25 11:43:54.760 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-08-25 11:43:54.762 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-08-25 11:43:54.778 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 [983 kB] 2022-08-25 11:43:54.866 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-08-25 11:43:54.867 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-08-25 11:43:54.871 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 [5,444 B] 2022-08-25 11:43:54.872 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-08-25 11:43:54.872 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 [54.9 kB] 2022-08-25 11:43:54.876 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 [968 kB] 2022-08-25 11:43:54.965 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-08-25 11:43:54.978 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 [861 kB] 2022-08-25 11:43:55.061 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-08-25 11:43:55.077 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-08-25 11:43:55.078 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-08-25 11:43:55.081 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-08-25 11:43:55.085 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 [1,184 B] 2022-08-25 11:43:55.085 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-08-25 11:43:55.088 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-08-25 11:43:55.089 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-08-25 11:43:55.117 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-08-25 11:43:55.118 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-08-25 11:43:55.120 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-08-25 11:43:55.156 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-08-25 11:43:55.158 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-08-25 11:43:55.169 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-08-25 11:43:55.174 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-08-25 11:43:55.180 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-08-25 11:43:55.502 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-08-25 11:43:55.507 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-08-25 11:43:57.012 | Preconfiguring packages ... 2022-08-25 11:43:57.159 | Fetched 152 MB in 25s (6,154 kB/s) 2022-08-25 11:43:57.225 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68945 files and directories currently installed.) 2022-08-25 11:43:57.228 | Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:43:57.242 | Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7ubuntu0.20.04.1) ... 2022-08-25 11:43:57.323 | Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 2022-08-25 11:43:57.410 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68945 files and directories currently installed.) 2022-08-25 11:43:57.413 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:57.428 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:57.498 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:57.515 | Unpacking systemd-timesyncd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:57.893 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:57.899 | Unpacking systemd-sysv (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:57.944 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:57.960 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:58.031 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:58.186 | Unpacking systemd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:59.015 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:43:59.030 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-25 11:43:59.123 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.17) ... 2022-08-25 11:43:59.204 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68946 files and directories currently installed.) 2022-08-25 11:43:59.207 | Preparing to unpack .../rsync_3.1.3-8ubuntu0.4_amd64.deb ... 2022-08-25 11:43:59.222 | Unpacking rsync (3.1.3-8ubuntu0.4) over (3.1.3-8) ... 2022-08-25 11:43:59.631 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-25 11:43:59.642 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-08-25 11:43:59.694 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-25 11:43:59.787 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68946 files and directories currently installed.) 2022-08-25 11:43:59.791 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-25 11:43:59.799 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-08-25 11:43:59.839 | Selecting previously unselected package libapr1:amd64. 2022-08-25 11:43:59.846 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-08-25 11:43:59.848 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-08-25 11:43:59.904 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-25 11:43:59.918 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-08-25 11:44:00.127 | Selecting previously unselected package libaprutil1:amd64. 2022-08-25 11:44:00.135 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-08-25 11:44:00.138 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:00.185 | Preparing to unpack .../004-libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb ... 2022-08-25 11:44:00.192 | Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) over (3.31.1-4ubuntu0.2) ... 2022-08-25 11:44:00.291 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-08-25 11:44:00.298 | Preparing to unpack .../005-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-08-25 11:44:00.301 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:00.341 | Preparing to unpack .../006-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-25 11:44:00.347 | Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-25 11:44:00.392 | Preparing to unpack .../007-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-25 11:44:00.401 | Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-25 11:44:00.447 | Preparing to unpack .../008-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-08-25 11:44:00.453 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-08-25 11:44:00.504 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-08-25 11:44:00.511 | Preparing to unpack .../009-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-08-25 11:44:00.513 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:00.547 | Preparing to unpack .../010-curl_7.68.0-1ubuntu2.12_amd64.deb ... 2022-08-25 11:44:00.563 | Unpacking curl (7.68.0-1ubuntu2.12) over (7.68.0-1ubuntu2.5) ... 2022-08-25 11:44:00.621 | Preparing to unpack .../011-libcurl4_7.68.0-1ubuntu2.12_amd64.deb ... 2022-08-25 11:44:00.630 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.12) over (7.68.0-1ubuntu2.5) ... 2022-08-25 11:44:00.692 | Selecting previously unselected package libjansson4:amd64. 2022-08-25 11:44:00.699 | Preparing to unpack .../012-libjansson4_2.12-1build1_amd64.deb ... 2022-08-25 11:44:00.701 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-08-25 11:44:00.732 | Selecting previously unselected package liblua5.2-0:amd64. 2022-08-25 11:44:00.739 | Preparing to unpack .../013-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-08-25 11:44:00.741 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-08-25 11:44:00.791 | Preparing to unpack .../014-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-08-25 11:44:00.802 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-08-25 11:44:02.088 | Preparing to unpack .../015-libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-08-25 11:44:02.098 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) over (2.9.10+dfsg-5) ... 2022-08-25 11:44:02.220 | Selecting previously unselected package apache2-bin. 2022-08-25 11:44:02.228 | Preparing to unpack .../016-apache2-bin_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-25 11:44:02.230 | Unpacking apache2-bin (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:02.435 | Selecting previously unselected package apache2-data. 2022-08-25 11:44:02.443 | Preparing to unpack .../017-apache2-data_2.4.41-4ubuntu3.12_all.deb ... 2022-08-25 11:44:02.445 | Unpacking apache2-data (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:02.557 | Selecting previously unselected package apache2-utils. 2022-08-25 11:44:02.564 | Preparing to unpack .../018-apache2-utils_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-25 11:44:02.566 | Unpacking apache2-utils (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:02.610 | Selecting previously unselected package apache2. 2022-08-25 11:44:02.618 | Preparing to unpack .../019-apache2_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-25 11:44:02.637 | Unpacking apache2 (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:02.703 | Selecting previously unselected package liblua5.3-0:amd64. 2022-08-25 11:44:02.710 | Preparing to unpack .../020-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-08-25 11:44:02.713 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-08-25 11:44:02.760 | Selecting previously unselected package haproxy. 2022-08-25 11:44:02.768 | Preparing to unpack .../021-haproxy_2.0.13-2ubuntu0.5_amd64.deb ... 2022-08-25 11:44:02.777 | Unpacking haproxy (2.0.13-2ubuntu0.5) ... 2022-08-25 11:44:02.996 | Selecting previously unselected package libnl-3-200:amd64. 2022-08-25 11:44:03.003 | Preparing to unpack .../022-libnl-3-200_3.4.0-1_amd64.deb ... 2022-08-25 11:44:03.006 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:03.041 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-08-25 11:44:03.048 | Preparing to unpack .../023-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-08-25 11:44:03.051 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:03.083 | Selecting previously unselected package mysql-common. 2022-08-25 11:44:03.090 | Preparing to unpack .../024-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-08-25 11:44:03.108 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-08-25 11:44:03.138 | Selecting previously unselected package libmysqlclient21:amd64. 2022-08-25 11:44:03.146 | Preparing to unpack .../025-libmysqlclient21_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:44:03.148 | Unpacking libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:44:03.389 | Selecting previously unselected package libsensors-config. 2022-08-25 11:44:03.396 | Preparing to unpack .../026-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... 2022-08-25 11:44:03.398 | Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-08-25 11:44:03.426 | Selecting previously unselected package libsensors5:amd64. 2022-08-25 11:44:03.434 | Preparing to unpack .../027-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... 2022-08-25 11:44:03.551 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-08-25 11:44:03.582 | Selecting previously unselected package libsnmp-base. 2022-08-25 11:44:03.590 | Preparing to unpack .../028-libsnmp-base_5.8+dfsg-2ubuntu2.5_all.deb ... 2022-08-25 11:44:03.592 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-08-25 11:44:03.661 | Selecting previously unselected package libsnmp35:amd64. 2022-08-25 11:44:03.669 | Preparing to unpack .../029-libsnmp35_5.8+dfsg-2ubuntu2.5_amd64.deb ... 2022-08-25 11:44:03.671 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-08-25 11:44:03.839 | Selecting previously unselected package keepalived. 2022-08-25 11:44:03.846 | Preparing to unpack .../030-keepalived_1%3a2.0.19-2ubuntu0.2_amd64.deb ... 2022-08-25 11:44:03.848 | Unpacking keepalived (1:2.0.19-2ubuntu0.2) ... 2022-08-25 11:44:03.939 | Selecting previously unselected package memcached. 2022-08-25 11:44:03.947 | Preparing to unpack .../031-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-08-25 11:44:03.949 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-08-25 11:44:04.006 | Preparing to unpack .../032-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-08-25 11:44:04.475 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-08-25 11:44:04.573 | Preparing to unpack .../033-libcom-err2_1.45.5-2ubuntu1.1_amd64.deb ... 2022-08-25 11:44:04.586 | Unpacking libcom-err2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... 2022-08-25 11:44:04.624 | Preparing to unpack .../034-openssl_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-25 11:44:04.631 | Unpacking openssl (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-08-25 11:44:04.768 | Selecting previously unselected package python3-yaml. 2022-08-25 11:44:04.776 | Preparing to unpack .../035-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-08-25 11:44:04.778 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-08-25 11:44:04.832 | Preparing to unpack .../036-openssh-sftp-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-25 11:44:04.839 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-25 11:44:04.887 | Preparing to unpack .../037-openssh-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-25 11:44:04.967 | Unpacking openssh-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-25 11:44:05.427 | Preparing to unpack .../038-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-25 11:44:05.452 | Unpacking openssh-client (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-25 11:44:05.613 | Preparing to unpack .../039-tcpdump_4.9.3-4ubuntu0.1_amd64.deb ... 2022-08-25 11:44:05.620 | Unpacking tcpdump (4.9.3-4ubuntu0.1) over (4.9.3-4) ... 2022-08-25 11:44:05.735 | Preparing to unpack .../040-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-08-25 11:44:05.744 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-08-25 11:44:05.824 | Selecting previously unselected package acl. 2022-08-25 11:44:05.831 | Preparing to unpack .../041-acl_2.2.53-6_amd64.deb ... 2022-08-25 11:44:05.834 | Unpacking acl (2.2.53-6) ... 2022-08-25 11:44:05.865 | Selecting previously unselected package autotools-dev. 2022-08-25 11:44:05.872 | Preparing to unpack .../042-autotools-dev_20180224.1_all.deb ... 2022-08-25 11:44:05.874 | Unpacking autotools-dev (20180224.1) ... 2022-08-25 11:44:05.907 | Selecting previously unselected package m4. 2022-08-25 11:44:05.916 | Preparing to unpack .../043-m4_1.4.18-4_amd64.deb ... 2022-08-25 11:44:05.918 | Unpacking m4 (1.4.18-4) ... 2022-08-25 11:44:05.972 | Selecting previously unselected package autoconf. 2022-08-25 11:44:05.980 | Preparing to unpack .../044-autoconf_2.69-11.1_all.deb ... 2022-08-25 11:44:05.982 | Unpacking autoconf (2.69-11.1) ... 2022-08-25 11:44:06.062 | Selecting previously unselected package automake. 2022-08-25 11:44:06.071 | Preparing to unpack .../045-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-08-25 11:44:06.075 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-08-25 11:44:06.181 | Selecting previously unselected package autopoint. 2022-08-25 11:44:06.189 | Preparing to unpack .../046-autopoint_0.19.8.1-10build1_all.deb ... 2022-08-25 11:44:06.191 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-08-25 11:44:06.234 | Selecting previously unselected package libllvm10:amd64. 2022-08-25 11:44:06.241 | Preparing to unpack .../047-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:06.245 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:08.504 | Selecting previously unselected package libclang-cpp10. 2022-08-25 11:44:08.512 | Preparing to unpack .../048-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:08.515 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:09.957 | Selecting previously unselected package libgc1c2:amd64. 2022-08-25 11:44:09.966 | Preparing to unpack .../049-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-08-25 11:44:09.968 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-08-25 11:44:10.009 | Selecting previously unselected package libobjc4:amd64. 2022-08-25 11:44:10.016 | Preparing to unpack .../050-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-25 11:44:10.019 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:10.051 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-08-25 11:44:10.059 | Preparing to unpack .../051-libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-08-25 11:44:10.061 | Unpacking libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-08-25 11:44:10.153 | Selecting previously unselected package libc6-i386. 2022-08-25 11:44:10.161 | Preparing to unpack .../052-libc6-i386_2.31-0ubuntu9.9_amd64.deb ... 2022-08-25 11:44:10.164 | Unpacking libc6-i386 (2.31-0ubuntu9.9) ... 2022-08-25 11:44:10.666 | Selecting previously unselected package lib32gcc-s1. 2022-08-25 11:44:10.673 | Preparing to unpack .../053-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-25 11:44:10.676 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:10.717 | Selecting previously unselected package lib32stdc++6. 2022-08-25 11:44:10.725 | Preparing to unpack .../054-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-25 11:44:10.727 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:10.828 | Selecting previously unselected package libclang-common-10-dev. 2022-08-25 11:44:10.835 | Preparing to unpack .../055-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:10.838 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:11.815 | Selecting previously unselected package libclang1-10. 2022-08-25 11:44:11.823 | Preparing to unpack .../056-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:11.825 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:12.948 | Selecting previously unselected package clang-10. 2022-08-25 11:44:12.956 | Preparing to unpack .../057-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:12.958 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:12.995 | Selecting previously unselected package libtool. 2022-08-25 11:44:13.002 | Preparing to unpack .../058-libtool_2.4.6-14_all.deb ... 2022-08-25 11:44:13.004 | Unpacking libtool (2.4.6-14) ... 2022-08-25 11:44:13.051 | Selecting previously unselected package dh-autoreconf. 2022-08-25 11:44:13.059 | Preparing to unpack .../059-dh-autoreconf_19_all.deb ... 2022-08-25 11:44:13.061 | Unpacking dh-autoreconf (19) ... 2022-08-25 11:44:13.093 | Selecting previously unselected package libdebhelper-perl. 2022-08-25 11:44:13.101 | Preparing to unpack .../060-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-08-25 11:44:13.103 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-08-25 11:44:13.147 | Selecting previously unselected package libarchive-zip-perl. 2022-08-25 11:44:13.155 | Preparing to unpack .../061-libarchive-zip-perl_1.67-2_all.deb ... 2022-08-25 11:44:13.157 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-08-25 11:44:13.199 | Selecting previously unselected package libsub-override-perl. 2022-08-25 11:44:13.206 | Preparing to unpack .../062-libsub-override-perl_0.09-2_all.deb ... 2022-08-25 11:44:13.208 | Unpacking libsub-override-perl (0.09-2) ... 2022-08-25 11:44:13.236 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-08-25 11:44:13.244 | Preparing to unpack .../063-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-08-25 11:44:13.246 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-08-25 11:44:13.288 | Selecting previously unselected package dh-strip-nondeterminism. 2022-08-25 11:44:13.296 | Preparing to unpack .../064-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-08-25 11:44:13.299 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-08-25 11:44:13.325 | Selecting previously unselected package dwz. 2022-08-25 11:44:13.332 | Preparing to unpack .../065-dwz_0.13-5_amd64.deb ... 2022-08-25 11:44:13.334 | Unpacking dwz (0.13-5) ... 2022-08-25 11:44:13.385 | Selecting previously unselected package libcroco3:amd64. 2022-08-25 11:44:13.392 | Preparing to unpack .../066-libcroco3_0.6.13-1_amd64.deb ... 2022-08-25 11:44:13.394 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-08-25 11:44:13.433 | Selecting previously unselected package gettext. 2022-08-25 11:44:13.441 | Preparing to unpack .../067-gettext_0.19.8.1-10build1_amd64.deb ... 2022-08-25 11:44:13.443 | Unpacking gettext (0.19.8.1-10build1) ... 2022-08-25 11:44:13.613 | Selecting previously unselected package intltool-debian. 2022-08-25 11:44:13.621 | Preparing to unpack .../068-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-08-25 11:44:13.623 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-08-25 11:44:13.653 | Selecting previously unselected package po-debconf. 2022-08-25 11:44:13.660 | Preparing to unpack .../069-po-debconf_1.0.21_all.deb ... 2022-08-25 11:44:13.662 | Unpacking po-debconf (1.0.21) ... 2022-08-25 11:44:13.732 | Selecting previously unselected package debhelper. 2022-08-25 11:44:13.740 | Preparing to unpack .../070-debhelper_12.10ubuntu1_all.deb ... 2022-08-25 11:44:13.743 | Unpacking debhelper (12.10ubuntu1) ... 2022-08-25 11:44:13.943 | Selecting previously unselected package uuid-dev:amd64. 2022-08-25 11:44:13.951 | Preparing to unpack .../071-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-25 11:44:13.953 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-25 11:44:13.988 | Selecting previously unselected package libsctp1:amd64. 2022-08-25 11:44:13.996 | Preparing to unpack .../072-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-08-25 11:44:13.998 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-08-25 11:44:14.024 | Selecting previously unselected package libsctp-dev:amd64. 2022-08-25 11:44:14.032 | Preparing to unpack .../073-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-08-25 11:44:14.034 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-08-25 11:44:14.069 | Selecting previously unselected package libapr1-dev. 2022-08-25 11:44:14.078 | Preparing to unpack .../074-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-08-25 11:44:14.081 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-08-25 11:44:14.327 | Selecting previously unselected package libldap2-dev:amd64. 2022-08-25 11:44:14.335 | Preparing to unpack .../075-libldap2-dev_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-08-25 11:44:14.338 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-25 11:44:14.449 | Selecting previously unselected package libaprutil1-dev. 2022-08-25 11:44:14.457 | Preparing to unpack .../076-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-08-25 11:44:14.459 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-08-25 11:44:14.662 | Selecting previously unselected package apache2-dev. 2022-08-25 11:44:14.671 | Preparing to unpack .../077-apache2-dev_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-25 11:44:14.674 | Unpacking apache2-dev (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:14.748 | Selecting previously unselected package binfmt-support. 2022-08-25 11:44:14.756 | Preparing to unpack .../078-binfmt-support_2.2.0-2_amd64.deb ... 2022-08-25 11:44:14.765 | Unpacking binfmt-support (2.2.0-2) ... 2022-08-25 11:44:14.799 | Selecting previously unselected package conntrack. 2022-08-25 11:44:14.807 | Preparing to unpack .../079-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-08-25 11:44:14.809 | Unpacking conntrack (1:1.4.5-2) ... 2022-08-25 11:44:14.840 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-08-25 11:44:14.848 | Preparing to unpack .../080-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-08-25 11:44:14.850 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-08-25 11:44:14.881 | Selecting previously unselected package libnetfilter-queue1. 2022-08-25 11:44:14.889 | Preparing to unpack .../081-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-08-25 11:44:14.891 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-08-25 11:44:14.924 | Selecting previously unselected package conntrackd. 2022-08-25 11:44:14.932 | Preparing to unpack .../082-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-08-25 11:44:14.934 | Unpacking conntrackd (1:1.4.5-2) ... 2022-08-25 11:44:14.983 | Selecting previously unselected package dns-root-data. 2022-08-25 11:44:14.990 | Preparing to unpack .../083-dns-root-data_2019052802_all.deb ... 2022-08-25 11:44:14.992 | Unpacking dns-root-data (2019052802) ... 2022-08-25 11:44:15.021 | Selecting previously unselected package libidn11:amd64. 2022-08-25 11:44:15.030 | Preparing to unpack .../084-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-08-25 11:44:15.033 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-08-25 11:44:15.072 | Selecting previously unselected package dnsmasq-base. 2022-08-25 11:44:15.079 | Preparing to unpack .../085-dnsmasq-base_2.80-1.1ubuntu1.5_amd64.deb ... 2022-08-25 11:44:15.082 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-08-25 11:44:15.149 | Selecting previously unselected package dnsmasq-utils. 2022-08-25 11:44:15.157 | Preparing to unpack .../086-dnsmasq-utils_2.80-1.1ubuntu1.5_amd64.deb ... 2022-08-25 11:44:15.159 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-08-25 11:44:15.193 | Selecting previously unselected package ebtables. 2022-08-25 11:44:15.201 | Preparing to unpack .../087-ebtables_2.0.11-3build1_amd64.deb ... 2022-08-25 11:44:15.216 | Unpacking ebtables (2.0.11-3build1) ... 2022-08-25 11:44:15.255 | Selecting previously unselected package fonts-dejavu-core. 2022-08-25 11:44:15.264 | Preparing to unpack .../088-fonts-dejavu-core_2.37-1_all.deb ... 2022-08-25 11:44:15.266 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-08-25 11:44:15.441 | Selecting previously unselected package fonts-liberation. 2022-08-25 11:44:15.449 | Preparing to unpack .../089-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-08-25 11:44:15.451 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-08-25 11:44:15.596 | Selecting previously unselected package fontconfig-config. 2022-08-25 11:44:15.604 | Preparing to unpack .../090-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-08-25 11:44:15.607 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-08-25 11:44:15.662 | Selecting previously unselected package libfontconfig1:amd64. 2022-08-25 11:44:15.670 | Preparing to unpack .../091-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-08-25 11:44:15.673 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-08-25 11:44:15.720 | Selecting previously unselected package fontconfig. 2022-08-25 11:44:15.728 | Preparing to unpack .../092-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-08-25 11:44:15.731 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-08-25 11:44:15.779 | Selecting previously unselected package genisoimage. 2022-08-25 11:44:15.788 | Preparing to unpack .../093-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-08-25 11:44:15.791 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-08-25 11:44:15.873 | Selecting previously unselected package libann0. 2022-08-25 11:44:15.881 | Preparing to unpack .../094-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-08-25 11:44:15.884 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-08-25 11:44:15.915 | Selecting previously unselected package libcdt5:amd64. 2022-08-25 11:44:15.923 | Preparing to unpack .../095-libcdt5_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:15.926 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:15.957 | Selecting previously unselected package libcgraph6:amd64. 2022-08-25 11:44:15.965 | Preparing to unpack .../096-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:15.967 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:16.004 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-08-25 11:44:16.011 | Preparing to unpack .../097-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-08-25 11:44:16.014 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-25 11:44:16.059 | Selecting previously unselected package libjpeg8:amd64. 2022-08-25 11:44:16.067 | Preparing to unpack .../098-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-08-25 11:44:16.069 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-08-25 11:44:16.097 | Selecting previously unselected package libjbig0:amd64. 2022-08-25 11:44:16.105 | Preparing to unpack .../099-libjbig0_2.1-3.1build1_amd64.deb ... 2022-08-25 11:44:16.108 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-08-25 11:44:16.141 | Selecting previously unselected package libwebp6:amd64. 2022-08-25 11:44:16.148 | Preparing to unpack .../100-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:16.153 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-08-25 11:44:16.208 | Selecting previously unselected package libtiff5:amd64. 2022-08-25 11:44:16.216 | Preparing to unpack .../101-libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb ... 2022-08-25 11:44:16.218 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-08-25 11:44:16.271 | Selecting previously unselected package libxpm4:amd64. 2022-08-25 11:44:16.279 | Preparing to unpack .../102-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-08-25 11:44:16.282 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-08-25 11:44:16.316 | Selecting previously unselected package libgd3:amd64. 2022-08-25 11:44:16.324 | Preparing to unpack .../103-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-08-25 11:44:16.327 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-08-25 11:44:16.374 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-08-25 11:44:16.382 | Preparing to unpack .../104-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-08-25 11:44:16.384 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-08-25 11:44:16.433 | Selecting previously unselected package libpixman-1-0:amd64. 2022-08-25 11:44:16.441 | Preparing to unpack .../105-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-08-25 11:44:16.443 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-08-25 11:44:16.505 | Selecting previously unselected package libxcb-render0:amd64. 2022-08-25 11:44:16.514 | Preparing to unpack .../106-libxcb-render0_1.14-2_amd64.deb ... 2022-08-25 11:44:16.516 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-08-25 11:44:16.547 | Selecting previously unselected package libxcb-shm0:amd64. 2022-08-25 11:44:16.556 | Preparing to unpack .../107-libxcb-shm0_1.14-2_amd64.deb ... 2022-08-25 11:44:16.559 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-08-25 11:44:16.586 | Selecting previously unselected package libxrender1:amd64. 2022-08-25 11:44:16.594 | Preparing to unpack .../108-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-08-25 11:44:16.597 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-08-25 11:44:16.628 | Selecting previously unselected package libcairo2:amd64. 2022-08-25 11:44:16.637 | Preparing to unpack .../109-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:16.639 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-08-25 11:44:16.739 | Selecting previously unselected package libgraphite2-3:amd64. 2022-08-25 11:44:16.746 | Preparing to unpack .../110-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-08-25 11:44:16.749 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-08-25 11:44:16.789 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-08-25 11:44:16.797 | Preparing to unpack .../111-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... 2022-08-25 11:44:16.799 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-08-25 11:44:16.881 | Selecting previously unselected package libthai-data. 2022-08-25 11:44:16.889 | Preparing to unpack .../112-libthai-data_0.1.28-3_all.deb ... 2022-08-25 11:44:16.891 | Unpacking libthai-data (0.1.28-3) ... 2022-08-25 11:44:16.946 | Selecting previously unselected package libdatrie1:amd64. 2022-08-25 11:44:16.954 | Preparing to unpack .../113-libdatrie1_0.2.12-3_amd64.deb ... 2022-08-25 11:44:16.956 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-08-25 11:44:16.986 | Selecting previously unselected package libthai0:amd64. 2022-08-25 11:44:16.994 | Preparing to unpack .../114-libthai0_0.1.28-3_amd64.deb ... 2022-08-25 11:44:16.996 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-08-25 11:44:17.026 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-08-25 11:44:17.034 | Preparing to unpack .../115-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-25 11:44:17.037 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:44:17.086 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-08-25 11:44:17.094 | Preparing to unpack .../116-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-25 11:44:17.096 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:44:17.130 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-08-25 11:44:17.141 | Preparing to unpack .../117-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-25 11:44:17.143 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:44:17.176 | Selecting previously unselected package libpathplan4:amd64. 2022-08-25 11:44:17.185 | Preparing to unpack .../118-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:17.187 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:17.220 | Selecting previously unselected package libgvc6. 2022-08-25 11:44:17.228 | Preparing to unpack .../119-libgvc6_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:17.231 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-08-25 11:44:17.355 | Selecting previously unselected package libgvpr2:amd64. 2022-08-25 11:44:17.363 | Preparing to unpack .../120-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:17.365 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:17.422 | Selecting previously unselected package liblab-gamut1:amd64. 2022-08-25 11:44:17.431 | Preparing to unpack .../121-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:17.433 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:17.593 | Selecting previously unselected package x11-common. 2022-08-25 11:44:17.601 | Preparing to unpack .../122-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-08-25 11:44:17.627 | dpkg-query: no packages found matching nux-tools 2022-08-25 11:44:17.638 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-08-25 11:44:17.686 | Selecting previously unselected package libice6:amd64. 2022-08-25 11:44:17.694 | Preparing to unpack .../123-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-08-25 11:44:17.698 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-08-25 11:44:17.740 | Selecting previously unselected package libsm6:amd64. 2022-08-25 11:44:17.748 | Preparing to unpack .../124-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-08-25 11:44:17.751 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-08-25 11:44:17.785 | Selecting previously unselected package libxt6:amd64. 2022-08-25 11:44:17.793 | Preparing to unpack .../125-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-08-25 11:44:17.795 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-08-25 11:44:17.847 | Selecting previously unselected package libxmu6:amd64. 2022-08-25 11:44:17.854 | Preparing to unpack .../126-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-08-25 11:44:17.857 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-08-25 11:44:17.900 | Selecting previously unselected package libxaw7:amd64. 2022-08-25 11:44:17.907 | Preparing to unpack .../127-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-08-25 11:44:17.910 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-08-25 11:44:17.962 | Selecting previously unselected package graphviz. 2022-08-25 11:44:17.970 | Preparing to unpack .../128-graphviz_2.42.2-3build2_amd64.deb ... 2022-08-25 11:44:17.973 | Unpacking graphviz (2.42.2-3build2) ... 2022-08-25 11:44:18.114 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-08-25 11:44:18.122 | Preparing to unpack .../129-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-08-25 11:44:18.125 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:18.178 | Selecting previously unselected package libibverbs1:amd64. 2022-08-25 11:44:18.187 | Preparing to unpack .../130-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-08-25 11:44:18.191 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:44:18.242 | Selecting previously unselected package ibverbs-providers:amd64. 2022-08-25 11:44:18.251 | Preparing to unpack .../131-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-08-25 11:44:18.268 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:44:18.333 | Selecting previously unselected package icu-devtools. 2022-08-25 11:44:18.344 | Preparing to unpack .../132-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-08-25 11:44:18.346 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-08-25 11:44:18.411 | Selecting previously unselected package iputils-arping. 2022-08-25 11:44:18.419 | Preparing to unpack .../133-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-08-25 11:44:18.422 | Unpacking iputils-arping (3:20190709-3) ... 2022-08-25 11:44:18.455 | Selecting previously unselected package javascript-common. 2022-08-25 11:44:18.464 | Preparing to unpack .../134-javascript-common_11_all.deb ... 2022-08-25 11:44:18.479 | Unpacking javascript-common (11) ... 2022-08-25 11:44:18.515 | Selecting previously unselected package libgssrpc4:amd64. 2022-08-25 11:44:18.523 | Preparing to unpack .../135-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:18.526 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:18.562 | Selecting previously unselected package libkdb5-9:amd64. 2022-08-25 11:44:18.570 | Preparing to unpack .../136-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:18.572 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:18.612 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-08-25 11:44:18.620 | Preparing to unpack .../137-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:18.623 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:18.662 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-08-25 11:44:18.671 | Preparing to unpack .../138-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:18.674 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:18.712 | Selecting previously unselected package comerr-dev:amd64. 2022-08-25 11:44:18.721 | Preparing to unpack .../139-comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb ... 2022-08-25 11:44:18.725 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-08-25 11:44:18.766 | Selecting previously unselected package krb5-multidev:amd64. 2022-08-25 11:44:18.774 | Preparing to unpack .../140-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:18.777 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:18.835 | Selecting previously unselected package libarchive-cpio-perl. 2022-08-25 11:44:18.844 | Preparing to unpack .../141-libarchive-cpio-perl_0.10-1_all.deb ... 2022-08-25 11:44:18.847 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-08-25 11:44:18.878 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-08-25 11:44:18.887 | Preparing to unpack .../142-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-08-25 11:44:18.890 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-25 11:44:18.962 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-08-25 11:44:18.971 | Preparing to unpack .../143-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-08-25 11:44:18.974 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-25 11:44:19.044 | Selecting previously unselected package libgts-bin. 2022-08-25 11:44:19.052 | Preparing to unpack .../144-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-08-25 11:44:19.054 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-08-25 11:44:19.096 | Selecting previously unselected package libicu-dev:amd64. 2022-08-25 11:44:19.104 | Preparing to unpack .../145-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-08-25 11:44:19.107 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-08-25 11:44:20.550 | Selecting previously unselected package libipset13:amd64. 2022-08-25 11:44:20.559 | Preparing to unpack .../146-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:20.562 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-08-25 11:44:20.598 | Selecting previously unselected package librdmacm1:amd64. 2022-08-25 11:44:20.606 | Preparing to unpack .../147-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-08-25 11:44:20.624 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:44:20.664 | Selecting previously unselected package libiscsi7:amd64. 2022-08-25 11:44:20.673 | Preparing to unpack .../148-libiscsi7_1.18.0-2_amd64.deb ... 2022-08-25 11:44:20.675 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-08-25 11:44:20.712 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-08-25 11:44:20.721 | Preparing to unpack .../149-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-08-25 11:44:20.723 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-25 11:44:20.785 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-08-25 11:44:20.794 | Preparing to unpack .../150-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-08-25 11:44:20.798 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-08-25 11:44:20.825 | Selecting previously unselected package libjpeg-dev:amd64. 2022-08-25 11:44:20.833 | Preparing to unpack .../151-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-08-25 11:44:20.836 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-08-25 11:44:20.863 | Selecting previously unselected package libjs-jquery. 2022-08-25 11:44:20.873 | Preparing to unpack .../152-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-08-25 11:44:20.878 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-08-25 11:44:20.945 | Selecting previously unselected package libjs-jquery-metadata. 2022-08-25 11:44:20.954 | Preparing to unpack .../153-libjs-jquery-metadata_12-1.1_all.deb ... 2022-08-25 11:44:20.956 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-08-25 11:44:20.984 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-08-25 11:44:20.991 | Preparing to unpack .../154-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-08-25 11:44:20.998 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-08-25 11:44:21.079 | Selecting previously unselected package libltdl-dev:amd64. 2022-08-25 11:44:21.087 | Preparing to unpack .../155-libltdl-dev_2.4.6-14_amd64.deb ... 2022-08-25 11:44:21.090 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-08-25 11:44:21.145 | Selecting previously unselected package libsys-hostname-long-perl. 2022-08-25 11:44:21.153 | Preparing to unpack .../156-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-08-25 11:44:21.156 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-08-25 11:44:21.184 | Selecting previously unselected package libmail-sendmail-perl. 2022-08-25 11:44:21.192 | Preparing to unpack .../157-libmail-sendmail-perl_0.80-1_all.deb ... 2022-08-25 11:44:21.194 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-08-25 11:44:21.220 | Selecting previously unselected package libncurses-dev:amd64. 2022-08-25 11:44:21.228 | Preparing to unpack .../158-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-08-25 11:44:21.231 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-08-25 11:44:21.326 | Selecting previously unselected package libnspr4:amd64. 2022-08-25 11:44:21.334 | Preparing to unpack .../159-libnspr4_2%3a4.25-1_amd64.deb ... 2022-08-25 11:44:21.337 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-08-25 11:44:21.381 | Selecting previously unselected package libnss3:amd64. 2022-08-25 11:44:21.390 | Preparing to unpack .../160-libnss3_2%3a3.49.1-1ubuntu1.8_amd64.deb ... 2022-08-25 11:44:21.392 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-08-25 11:44:21.597 | Selecting previously unselected package libomp5-10:amd64. 2022-08-25 11:44:21.605 | Preparing to unpack .../161-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:21.608 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:21.682 | Selecting previously unselected package libomp-10-dev. 2022-08-25 11:44:21.691 | Preparing to unpack .../162-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:21.693 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:21.726 | Selecting previously unselected package pcp-conf. 2022-08-25 11:44:21.735 | Preparing to unpack .../163-pcp-conf_5.0.3-1_amd64.deb ... 2022-08-25 11:44:21.737 | Unpacking pcp-conf (5.0.3-1) ... 2022-08-25 11:44:21.768 | Selecting previously unselected package libpcp3. 2022-08-25 11:44:21.776 | Preparing to unpack .../164-libpcp3_5.0.3-1_amd64.deb ... 2022-08-25 11:44:21.780 | Unpacking libpcp3 (5.0.3-1) ... 2022-08-25 11:44:21.847 | Selecting previously unselected package libpcp-pmda3. 2022-08-25 11:44:21.855 | Preparing to unpack .../165-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-08-25 11:44:21.857 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-08-25 11:44:21.888 | Selecting previously unselected package libpcp-pmda-perl. 2022-08-25 11:44:21.896 | Preparing to unpack .../166-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-08-25 11:44:21.898 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-08-25 11:44:21.935 | Selecting previously unselected package libpq5:amd64. 2022-08-25 11:44:21.943 | Preparing to unpack .../167-libpq5_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:21.945 | Unpacking libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:44:21.988 | Selecting previously unselected package libpq-dev. 2022-08-25 11:44:21.996 | Preparing to unpack .../168-libpq-dev_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:21.999 | Unpacking libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:44:22.072 | Selecting previously unselected package librados2. 2022-08-25 11:44:22.081 | Preparing to unpack .../169-librados2_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:22.083 | Unpacking librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-25 11:44:22.559 | Selecting previously unselected package librbd1. 2022-08-25 11:44:22.567 | Preparing to unpack .../170-librbd1_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:22.569 | Unpacking librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-25 11:44:22.832 | Selecting previously unselected package libsasl2-dev. 2022-08-25 11:44:22.840 | Preparing to unpack .../171-libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-25 11:44:22.843 | Unpacking libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-25 11:44:22.922 | Preparing to unpack .../172-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-25 11:44:22.927 | Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-25 11:44:22.979 | Selecting previously unselected package libssl-dev:amd64. 2022-08-25 11:44:22.987 | Preparing to unpack .../173-libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-25 11:44:22.989 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-25 11:44:23.246 | Selecting previously unselected package libsystemd-dev:amd64. 2022-08-25 11:44:23.254 | Preparing to unpack .../174-libsystemd-dev_245.4-4ubuntu3.17_amd64.deb ... 2022-08-25 11:44:23.257 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-08-25 11:44:23.374 | Selecting previously unselected package libtinfo-dev:amd64. 2022-08-25 11:44:23.382 | Preparing to unpack .../175-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-08-25 11:44:23.385 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-08-25 11:44:23.411 | Selecting previously unselected package libx86-1:amd64. 2022-08-25 11:44:23.419 | Preparing to unpack .../176-libx86-1_1.1+ds1-11_amd64.deb ... 2022-08-25 11:44:23.422 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-08-25 11:44:23.461 | Selecting previously unselected package libxml2-dev:amd64. 2022-08-25 11:44:23.470 | Preparing to unpack .../177-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-08-25 11:44:23.472 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-25 11:44:23.625 | Preparing to unpack .../178-libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:23.640 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) over (1.1.34-4) ... 2022-08-25 11:44:23.700 | Selecting previously unselected package libxslt1-dev:amd64. 2022-08-25 11:44:23.708 | Preparing to unpack .../179-libxslt1-dev_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:23.712 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-25 11:44:23.793 | Selecting previously unselected package llvm-10-runtime. 2022-08-25 11:44:23.801 | Preparing to unpack .../180-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:23.803 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:23.860 | Selecting previously unselected package libpfm4:amd64. 2022-08-25 11:44:23.868 | Preparing to unpack .../181-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-08-25 11:44:23.870 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-08-25 11:44:23.957 | Selecting previously unselected package llvm-10. 2022-08-25 11:44:23.966 | Preparing to unpack .../182-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:23.968 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:24.748 | Selecting previously unselected package libffi-dev:amd64. 2022-08-25 11:44:24.756 | Preparing to unpack .../183-libffi-dev_3.3-4_amd64.deb ... 2022-08-25 11:44:24.758 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-08-25 11:44:24.808 | Selecting previously unselected package python3-pygments. 2022-08-25 11:44:24.816 | Preparing to unpack .../184-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-08-25 11:44:24.819 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-08-25 11:44:24.954 | Selecting previously unselected package llvm-10-tools. 2022-08-25 11:44:24.962 | Preparing to unpack .../185-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:24.964 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:25.112 | Selecting previously unselected package libz3-4:amd64. 2022-08-25 11:44:25.120 | Preparing to unpack .../186-libz3-4_4.8.7-4build1_amd64.deb ... 2022-08-25 11:44:25.123 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-08-25 11:44:26.087 | Selecting previously unselected package libz3-dev:amd64. 2022-08-25 11:44:26.096 | Preparing to unpack .../187-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-08-25 11:44:26.098 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-08-25 11:44:26.144 | Selecting previously unselected package llvm-10-dev. 2022-08-25 11:44:26.153 | Preparing to unpack .../188-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-25 11:44:26.155 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:30.788 | Selecting previously unselected package lsscsi. 2022-08-25 11:44:30.797 | Preparing to unpack .../189-lsscsi_0.30-0.1_amd64.deb ... 2022-08-25 11:44:30.800 | Unpacking lsscsi (0.30-0.1) ... 2022-08-25 11:44:30.835 | Selecting previously unselected package pkg-config. 2022-08-25 11:44:30.844 | Preparing to unpack .../190-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-08-25 11:44:30.846 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-08-25 11:44:30.883 | Selecting previously unselected package pm-utils. 2022-08-25 11:44:30.892 | Preparing to unpack .../191-pm-utils_1.4.1-19_all.deb ... 2022-08-25 11:44:30.895 | Unpacking pm-utils (1.4.1-19) ... 2022-08-25 11:44:30.970 | Selecting previously unselected package postgresql-client-common. 2022-08-25 11:44:30.978 | Preparing to unpack .../192-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-08-25 11:44:30.981 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-08-25 11:44:31.018 | Selecting previously unselected package postgresql-client-12. 2022-08-25 11:44:31.026 | Preparing to unpack .../193-postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:31.029 | Unpacking postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:44:31.229 | Selecting previously unselected package ssl-cert. 2022-08-25 11:44:31.238 | Preparing to unpack .../194-ssl-cert_1.0.39_all.deb ... 2022-08-25 11:44:31.240 | Unpacking ssl-cert (1.0.39) ... 2022-08-25 11:44:31.277 | Selecting previously unselected package postgresql-common. 2022-08-25 11:44:31.286 | Preparing to unpack .../195-postgresql-common_214ubuntu0.1_all.deb ... 2022-08-25 11:44:31.307 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-08-25 11:44:31.314 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-08-25 11:44:31.379 | Selecting previously unselected package postgresql-server-dev-12. 2022-08-25 11:44:31.388 | Preparing to unpack .../196-postgresql-server-dev-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:31.390 | Unpacking postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:44:31.702 | Selecting previously unselected package postgresql-server-dev-all. 2022-08-25 11:44:31.711 | Preparing to unpack .../197-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-08-25 11:44:31.713 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-08-25 11:44:31.745 | Selecting previously unselected package python3-mysqldb. 2022-08-25 11:44:31.754 | Preparing to unpack .../198-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-08-25 11:44:31.756 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-08-25 11:44:31.794 | Selecting previously unselected package python3.8-venv. 2022-08-25 11:44:31.803 | Preparing to unpack .../199-python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb ... 2022-08-25 11:44:31.805 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-08-25 11:44:31.831 | Selecting previously unselected package python3-venv. 2022-08-25 11:44:31.839 | Preparing to unpack .../200-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-08-25 11:44:31.842 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-08-25 11:44:31.867 | Selecting previously unselected package qemu-block-extra:amd64. 2022-08-25 11:44:31.876 | Preparing to unpack .../201-qemu-block-extra_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-08-25 11:44:31.878 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-08-25 11:44:31.911 | Selecting previously unselected package qemu-utils. 2022-08-25 11:44:31.920 | Preparing to unpack .../202-qemu-utils_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-08-25 11:44:31.923 | Unpacking qemu-utils (1:4.2-3ubuntu6.23) ... 2022-08-25 11:44:32.101 | Selecting previously unselected package sharutils. 2022-08-25 11:44:32.111 | Preparing to unpack .../203-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-08-25 11:44:32.113 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-08-25 11:44:32.162 | Selecting previously unselected package sqlite3. 2022-08-25 11:44:32.170 | Preparing to unpack .../204-sqlite3_3.31.1-4ubuntu0.3_amd64.deb ... 2022-08-25 11:44:32.172 | Unpacking sqlite3 (3.31.1-4ubuntu0.3) ... 2022-08-25 11:44:32.319 | Selecting previously unselected package unzip. 2022-08-25 11:44:32.327 | Preparing to unpack .../205-unzip_6.0-25ubuntu1_amd64.deb ... 2022-08-25 11:44:32.330 | Unpacking unzip (6.0-25ubuntu1) ... 2022-08-25 11:44:32.379 | Selecting previously unselected package vbetool. 2022-08-25 11:44:32.388 | Preparing to unpack .../206-vbetool_1.1-4_amd64.deb ... 2022-08-25 11:44:32.391 | Unpacking vbetool (1.1-4) ... 2022-08-25 11:44:32.422 | Selecting previously unselected package ipset. 2022-08-25 11:44:32.431 | Preparing to unpack .../207-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-08-25 11:44:32.441 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-08-25 11:44:32.474 | Selecting previously unselected package ipvsadm. 2022-08-25 11:44:32.483 | Preparing to unpack .../208-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-08-25 11:44:32.485 | Unpacking ipvsadm (1:1.31-1) ... 2022-08-25 11:44:32.520 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-08-25 11:44:32.529 | Preparing to unpack .../209-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-25 11:44:32.539 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:32.565 | Selecting previously unselected package liberasurecode1:amd64. 2022-08-25 11:44:32.574 | Preparing to unpack .../210-liberasurecode1_1.6.1-4_amd64.deb ... 2022-08-25 11:44:32.576 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-08-25 11:44:32.608 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-08-25 11:44:32.617 | Preparing to unpack .../211-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-08-25 11:44:32.619 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-08-25 11:44:32.653 | Selecting previously unselected package libkrb5-dev:amd64. 2022-08-25 11:44:32.661 | Preparing to unpack .../212-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-08-25 11:44:32.664 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:32.700 | Selecting previously unselected package libpcp-gui2. 2022-08-25 11:44:32.708 | Preparing to unpack .../213-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.711 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-08-25 11:44:32.741 | Selecting previously unselected package libpcp-import1. 2022-08-25 11:44:32.749 | Preparing to unpack .../214-libpcp-import1_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.751 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-08-25 11:44:32.782 | Selecting previously unselected package libpcp-mmv1. 2022-08-25 11:44:32.790 | Preparing to unpack .../215-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.792 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-08-25 11:44:32.822 | Selecting previously unselected package libpcp-trace2. 2022-08-25 11:44:32.831 | Preparing to unpack .../216-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.833 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-08-25 11:44:32.862 | Selecting previously unselected package libpcp-web1. 2022-08-25 11:44:32.871 | Preparing to unpack .../217-libpcp-web1_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.873 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-08-25 11:44:32.915 | Selecting previously unselected package libyaml-dev:amd64. 2022-08-25 11:44:32.925 | Preparing to unpack .../218-libyaml-dev_0.2.2-1_amd64.deb ... 2022-08-25 11:44:32.927 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-08-25 11:44:32.963 | Selecting previously unselected package python3-pcp. 2022-08-25 11:44:32.972 | Preparing to unpack .../219-python3-pcp_5.0.3-1_amd64.deb ... 2022-08-25 11:44:32.974 | Unpacking python3-pcp (5.0.3-1) ... 2022-08-25 11:44:33.019 | Selecting previously unselected package pcp. 2022-08-25 11:44:33.029 | Preparing to unpack .../220-pcp_5.0.3-1_amd64.deb ... 2022-08-25 11:44:33.100 | Unpacking pcp (5.0.3-1) ... 2022-08-25 11:44:33.639 | Selecting previously unselected package socat. 2022-08-25 11:44:33.648 | Preparing to unpack .../221-socat_1.7.3.3-2_amd64.deb ... 2022-08-25 11:44:33.650 | Unpacking socat (1.7.3.3-2) ... 2022-08-25 11:44:33.727 | Selecting previously unselected package vlan. 2022-08-25 11:44:33.736 | Preparing to unpack .../222-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-08-25 11:44:33.738 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-08-25 11:44:33.806 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-08-25 11:44:33.813 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-08-25 11:44:33.822 | Setting up javascript-common (11) ... 2022-08-25 11:44:33.853 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-08-25 11:44:33.870 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-08-25 11:44:33.876 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-08-25 11:44:33.882 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-08-25 11:44:33.889 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-08-25 11:44:33.911 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-08-25 11:44:33.915 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-08-25 11:44:33.922 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-08-25 11:44:33.927 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-08-25 11:44:33.933 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-08-25 11:44:33.939 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-08-25 11:44:33.946 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-08-25 11:44:33.952 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-08-25 11:44:33.957 | Setting up libarchive-zip-perl (1.67-2) ... 2022-08-25 11:44:33.963 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-08-25 11:44:33.969 | Setting up vbetool (1.1-4) ... 2022-08-25 11:44:33.975 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-08-25 11:44:33.981 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-08-25 11:44:33.989 | Setting up pm-utils (1.4.1-19) ... 2022-08-25 11:44:33.999 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-25 11:44:34.241 | Setting up unzip (6.0-25ubuntu1) ... 2022-08-25 11:44:34.270 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-08-25 11:44:34.277 | Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) ... 2022-08-25 11:44:34.283 | Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-25 11:44:34.300 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:34.307 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-08-25 11:44:34.558 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-08-25 11:44:35.295 | Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-08-25 11:44:35.308 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-08-25 11:44:35.314 | Setting up m4 (1.4.18-4) ... 2022-08-25 11:44:35.320 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-08-25 11:44:35.651 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:35.658 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-08-25 11:44:35.667 | Setting up libcom-err2:amd64 (1.45.5-2ubuntu1.1) ... 2022-08-25 11:44:35.674 | Setting up iputils-arping (3:20190709-3) ... 2022-08-25 11:44:35.712 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-08-25 11:44:35.718 | Setting up conntrack (1:1.4.5-2) ... 2022-08-25 11:44:35.723 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-25 11:44:35.729 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-08-25 11:44:35.735 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-08-25 11:44:35.948 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-08-25 11:44:38.148 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-08-25 11:44:38.156 | Setting up acl (2.2.53-6) ... 2022-08-25 11:44:38.164 | Setting up dns-root-data (2019052802) ... 2022-08-25 11:44:38.170 | Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-25 11:44:38.177 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:38.183 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-08-25 11:44:38.190 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:38.196 | Setting up autotools-dev (20180224.1) ... 2022-08-25 11:44:38.204 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-08-25 11:44:39.021 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-08-25 11:44:39.028 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-08-25 11:44:39.035 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-08-25 11:44:39.040 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-08-25 11:44:39.046 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:39.052 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-25 11:44:39.060 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:39.066 | Setting up ebtables (2.0.11-3build1) ... 2022-08-25 11:44:39.625 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-08-25 11:44:39.706 | Setting up socat (1.7.3.3-2) ... 2022-08-25 11:44:39.713 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-08-25 11:44:39.723 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-08-25 11:44:39.732 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-25 11:44:39.740 | Setting up autopoint (0.19.8.1-10build1) ... 2022-08-25 11:44:39.747 | Setting up binfmt-support (2.2.0-2) ... 2022-08-25 11:44:40.089 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-08-25 11:44:41.152 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-08-25 11:44:41.159 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-08-25 11:44:41.164 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-08-25 11:44:41.445 | Setting up fonts-dejavu-core (2.37-1) ... 2022-08-25 11:44:41.501 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-08-25 11:44:41.510 | Setting up lsscsi (0.30-0.1) ... 2022-08-25 11:44:41.518 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-08-25 11:44:41.530 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-25 11:44:41.539 | Setting up libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-08-25 11:44:41.545 | Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-25 11:44:41.552 | Setting up autoconf (2.69-11.1) ... 2022-08-25 11:44:41.566 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-08-25 11:44:41.579 | Setting up dwz (0.13-5) ... 2022-08-25 11:44:41.585 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-08-25 11:44:41.591 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-08-25 11:44:41.598 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-08-25 11:44:41.604 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-08-25 11:44:41.611 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-08-25 11:44:41.625 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-08-25 11:44:42.926 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:42.933 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:42.943 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-08-25 11:44:42.949 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-08-25 11:44:42.955 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-08-25 11:44:42.961 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:42.972 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-25 11:44:42.977 | Setting up pcp-conf (5.0.3-1) ... 2022-08-25 11:44:42.985 | Setting up libc6-i386 (2.31-0ubuntu9.9) ... 2022-08-25 11:44:42.993 | Setting up libsub-override-perl (0.09-2) ... 2022-08-25 11:44:43.000 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-08-25 11:44:43.006 | Setting up libthai-data (0.1.28-3) ... 2022-08-25 11:44:43.013 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:43.019 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:43.026 | Setting up apache2-data (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:43.032 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:43.040 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-08-25 11:44:43.047 | Setting up sharutils (1:4.15.2-4build1) ... 2022-08-25 11:44:43.054 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-08-25 11:44:43.068 | Setting up openssl (1.1.1f-1ubuntu2.16) ... 2022-08-25 11:44:43.082 | Setting up conntrackd (1:1.4.5-2) ... 2022-08-25 11:44:44.138 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-08-25 11:44:44.458 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-08-25 11:44:44.464 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-08-25 11:44:44.475 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-25 11:44:44.484 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-08-25 11:44:44.490 | Setting up sqlite3 (3.31.1-4ubuntu0.3) ... 2022-08-25 11:44:44.497 | Setting up rsync (3.1.3-8ubuntu0.4) ... 2022-08-25 11:44:45.911 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:45.918 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-08-25 11:44:45.928 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-08-25 11:44:45.937 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-08-25 11:44:45.941 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-08-25 11:44:45.949 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-08-25 11:44:45.957 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:45.963 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-08-25 11:44:45.969 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-08-25 11:44:45.976 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-08-25 11:44:45.984 | Setting up tcpdump (4.9.3-4ubuntu0.1) ... 2022-08-25 11:44:46.211 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-25 11:44:46.225 | Setting up libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:44:46.232 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:46.238 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-08-25 11:44:46.245 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:46.252 | Setting up wget (1.20.3-1ubuntu2) ... 2022-08-25 11:44:46.260 | Setting up libtool (2.4.6-14) ... 2022-08-25 11:44:46.268 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-08-25 11:44:46.378 | Setting up openssh-client (1:8.2p1-4ubuntu0.5) ... 2022-08-25 11:44:46.422 | Setting up haproxy (2.0.13-2ubuntu0.5) ... 2022-08-25 11:44:46.911 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-08-25 11:44:48.003 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-25 11:44:48.009 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-08-25 11:44:48.015 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:48.023 | Setting up dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-08-25 11:44:48.199 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-08-25 11:44:48.210 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:48.227 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:48.239 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-08-25 11:44:49.440 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-08-25 11:44:50.173 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:50.181 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-08-25 11:44:50.436 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-25 11:44:50.442 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-08-25 11:44:50.449 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-08-25 11:44:50.457 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-08-25 11:44:50.462 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-25 11:44:50.470 | Setting up libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-25 11:44:50.477 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-08-25 11:44:50.484 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:50.491 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-08-25 11:44:50.500 | Setting up ssl-cert (1.0.39) ... 2022-08-25 11:44:51.012 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-08-25 11:44:51.019 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-08-25 11:44:51.027 | Setting up postgresql-common (214ubuntu0.1) ... 2022-08-25 11:44:51.537 | Adding user postgres to group ssl-cert 2022-08-25 11:44:51.702 | 2022-08-25 11:44:51.702 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-08-25 11:44:51.924 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-08-25 11:44:51.924 | Removing obsolete dictionary files: 2022-08-25 11:44:52.575 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-08-25 11:44:53.708 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-08-25 11:44:53.716 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-08-25 11:44:53.726 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-08-25 11:44:53.733 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-08-25 11:44:53.740 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-08-25 11:44:53.749 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-08-25 11:44:53.756 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-25 11:44:53.763 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.12) ... 2022-08-25 11:44:53.771 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-08-25 11:44:53.782 | Setting up curl (7.68.0-1ubuntu2.12) ... 2022-08-25 11:44:53.789 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-08-25 11:44:53.798 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-08-25 11:44:53.806 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-08-25 11:44:53.813 | Setting up apache2-utils (2.4.41-4ubuntu3.12) ... 2022-08-25 11:44:53.823 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:44:53.832 | Setting up ipvsadm (1:1.31-1) ... 2022-08-25 11:44:54.582 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.5) ... 2022-08-25 11:44:54.592 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:44:54.697 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-08-25 11:44:56.769 | Regenerating fonts cache... done. 2022-08-25 11:44:56.773 | Setting up gettext (0.19.8.1-10build1) ... 2022-08-25 11:44:56.780 | Setting up libpcp3 (5.0.3-1) ... 2022-08-25 11:44:56.794 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-08-25 11:44:56.800 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-25 11:44:56.807 | Setting up openssh-server (1:8.2p1-4ubuntu0.5) ... 2022-08-25 11:44:58.254 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-08-25 11:44:59.079 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:44:59.132 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:44:59.140 | Setting up keepalived (1:2.0.19-2ubuntu0.2) ... 2022-08-25 11:45:00.183 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-08-25 11:45:00.894 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:45:00.899 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-08-25 11:45:00.907 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:45:00.914 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-08-25 11:45:00.920 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-08-25 11:45:00.926 | Setting up libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:45:00.933 | Setting up libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:45:00.944 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-08-25 11:45:00.951 | Setting up apache2-bin (2.4.41-4ubuntu3.12) ... 2022-08-25 11:45:00.957 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-08-25 11:45:00.964 | Setting up libpcp-web1 (5.0.3-1) ... 2022-08-25 11:45:00.972 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-08-25 11:45:00.979 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-08-25 11:45:00.986 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-25 11:45:00.992 | Setting up postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:45:01.693 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-08-25 11:45:01.722 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-08-25 11:45:01.734 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-08-25 11:45:01.741 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-08-25 11:45:01.748 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-08-25 11:45:01.755 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-08-25 11:45:01.765 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-08-25 11:45:01.786 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:45:01.792 | Setting up postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-25 11:45:01.800 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-25 11:45:01.806 | Setting up libpcp-import1 (5.0.3-1) ... 2022-08-25 11:45:01.813 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-08-25 11:45:01.819 | Setting up librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-25 11:45:01.826 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-08-25 11:45:01.832 | Setting up po-debconf (1.0.21) ... 2022-08-25 11:45:01.846 | Setting up apache2 (2.4.41-4ubuntu3.12) ... 2022-08-25 11:45:02.326 | Enabling module mpm_event. 2022-08-25 11:45:02.392 | Enabling module authz_core. 2022-08-25 11:45:02.397 | Enabling module authz_host. 2022-08-25 11:45:02.458 | Enabling module authn_core. 2022-08-25 11:45:02.463 | Enabling module auth_basic. 2022-08-25 11:45:02.528 | Enabling module access_compat. 2022-08-25 11:45:02.591 | Enabling module authn_file. 2022-08-25 11:45:02.652 | Enabling module authz_user. 2022-08-25 11:45:02.713 | Enabling module alias. 2022-08-25 11:45:02.773 | Enabling module dir. 2022-08-25 11:45:02.834 | Enabling module autoindex. 2022-08-25 11:45:02.898 | Enabling module env. 2022-08-25 11:45:02.960 | Enabling module mime. 2022-08-25 11:45:03.022 | Enabling module negotiation. 2022-08-25 11:45:03.084 | Enabling module setenvif. 2022-08-25 11:45:03.146 | Enabling module filter. 2022-08-25 11:45:03.210 | Enabling module deflate. 2022-08-25 11:45:03.271 | Enabling module status. 2022-08-25 11:45:03.333 | Enabling module reqtimeout. 2022-08-25 11:45:03.398 | Enabling conf charset. 2022-08-25 11:45:03.460 | Enabling conf localized-error-pages. 2022-08-25 11:45:03.524 | Enabling conf other-vhosts-access-log. 2022-08-25 11:45:03.587 | Enabling conf security. 2022-08-25 11:45:03.652 | Enabling conf serve-cgi-bin. 2022-08-25 11:45:03.715 | Enabling site 000-default. 2022-08-25 11:45:03.769 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-08-25 11:45:03.827 | Enabling conf javascript-common. 2022-08-25 11:45:04.101 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-08-25 11:45:04.721 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-08-25 11:45:07.486 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-08-25 11:45:07.500 | Setting up python3-pcp (5.0.3-1) ... 2022-08-25 11:45:07.818 | Setting up libgvc6 (2.42.2-3build2) ... 2022-08-25 11:45:07.844 | Setting up librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-25 11:45:07.850 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-08-25 11:45:07.863 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-08-25 11:45:07.869 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-08-25 11:45:07.875 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-08-25 11:45:07.882 | Setting up graphviz (2.42.2-3build2) ... 2022-08-25 11:45:07.897 | Setting up pcp (5.0.3-1) ... 2022-08-25 11:45:08.304 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-08-25 11:45:08.719 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-08-25 11:45:09.148 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-08-25 11:45:09.580 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-08-25 11:45:26.554 | Setting up qemu-utils (1:4.2-3ubuntu6.23) ... 2022-08-25 11:45:26.563 | Setting up systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:45:26.569 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-08-25 11:45:27.814 | Setting up dh-autoreconf (19) ... 2022-08-25 11:45:27.820 | Setting up systemd-timesyncd (245.4-4ubuntu3.17) ... 2022-08-25 11:45:28.681 | Setting up systemd-sysv (245.4-4ubuntu3.17) ... 2022-08-25 11:45:28.689 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-08-25 11:45:28.697 | Setting up debhelper (12.10ubuntu1) ... 2022-08-25 11:45:28.705 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-08-25 11:45:29.079 | Setting up apache2-dev (2.4.41-4ubuntu3.12) ... 2022-08-25 11:45:29.087 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-08-25 11:45:29.115 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-08-25 11:45:29.228 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-08-25 11:45:43.266 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-25 11:45:43.291 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-08-25 11:45:43.698 | Processing triggers for ufw (0.36-6) ... 2022-08-25 11:45:43.837 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:46:08.404 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-08-25 11:46:08.418 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-08-25 11:46:17.129 | ++ functions-common:apt_get:1234 : result=0 2022-08-25 11:46:17.132 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:46:17.134 | ++ functions-common:time_stop:2439 : local name 2022-08-25 11:46:17.136 | ++ functions-common:time_stop:2440 : local end_time 2022-08-25 11:46:17.138 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:46:17.140 | ++ functions-common:time_stop:2442 : local total 2022-08-25 11:46:17.142 | ++ functions-common:time_stop:2443 : local start_time 2022-08-25 11:46:17.144 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:46:17.146 | ++ functions-common:time_stop:2446 : start_time=1661427809866 2022-08-25 11:46:17.148 | ++ functions-common:time_stop:2448 : [[ -z 1661427809866 ]] 2022-08-25 11:46:17.151 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:46:17.155 | ++ functions-common:time_stop:2451 : end_time=1661427977153 2022-08-25 11:46:17.157 | ++ functions-common:time_stop:2452 : elapsed_time=167287 2022-08-25 11:46:17.160 | ++ functions-common:time_stop:2453 : total=752 2022-08-25 11:46:17.162 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:46:17.164 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=168039 2022-08-25 11:46:17.167 | ++ functions-common:apt_get:1238 : return 0 2022-08-25 11:46:17.169 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-08-25 11:46:17.172 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-08-25 11:46:17.174 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-08-25 11:46:17.179 | ++ tools/install_prereqs.sh:source:89 : date 2022-08-25 11:46:17.183 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-08-25 11:46:17.185 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-08-25 11:46:17.188 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-08-25 11:46:18.611 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-08-25 11:46:18.613 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-08-25 11:46:18.616 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-08-25 11:46:18.619 | + tools/install_pip.sh:main:43 : GetDistro 2022-08-25 11:46:18.621 | + functions-common:GetDistro:446 : GetOSVersion 2022-08-25 11:46:18.623 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-08-25 11:46:18.625 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-08-25 11:46:18.627 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-08-25 11:46:18.630 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-08-25 11:46:18.632 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-08-25 11:46:18.633 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-08-25 11:46:18.635 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-08-25 11:46:18.637 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-08-25 11:46:18.639 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-08-25 11:46:18.641 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-08-25 11:46:18.643 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-08-25 11:46:18.645 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-08-25 11:46:18.647 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-08-25 11:46:18.649 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-08-25 11:46:18.650 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-08-25 11:46:18.653 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-08-25 11:46:18.655 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-08-25 11:46:18.658 | + functions-common:_ensure_lsb_release:394 : return 2022-08-25 11:46:18.660 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-08-25 11:46:18.724 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-08-25 11:46:18.727 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-08-25 11:46:18.792 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-08-25 11:46:18.794 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-08-25 11:46:18.867 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-08-25 11:46:18.869 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-08-25 11:46:18.871 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-08-25 11:46:18.873 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-08-25 11:46:18.875 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-08-25 11:46:18.876 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-08-25 11:46:18.878 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-08-25 11:46:18.881 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-08-25 11:46:18.882 | + functions-common:GetDistro:450 : DISTRO=focal 2022-08-25 11:46:18.884 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-08-25 11:46:18.886 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-08-25 11:46:18.886 | Distro: focal 2022-08-25 11:46:18.889 | + tools/install_pip.sh:main:124 : get_versions 2022-08-25 11:46:18.891 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-25 11:46:18.895 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-25 11:46:18.897 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-25 11:46:18.899 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-25 11:46:18.899 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-25 11:46:20.310 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-25 11:46:20.311 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-25 11:46:20.312 | pip: 20.0.2 2022-08-25 11:46:20.313 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-08-25 11:46:20.315 | + tools/install_pip.sh:main:130 : is_fedora 2022-08-25 11:46:20.318 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:46:20.320 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:46:20.322 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:46:20.324 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:46:20.326 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:46:20.327 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:46:20.329 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:46:20.332 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:46:20.334 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:46:20.336 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:46:20.338 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-08-25 11:46:20.339 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:46:20.341 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:46:20.343 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-08-25 11:46:20.348 | + tools/install_pip.sh:main:153 : set -x 2022-08-25 11:46:20.350 | + tools/install_pip.sh:main:156 : get_versions 2022-08-25 11:46:20.352 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-25 11:46:20.356 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-25 11:46:20.358 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-25 11:46:20.361 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-25 11:46:20.361 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-25 11:46:21.738 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-25 11:46:21.740 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-25 11:46:21.740 | pip: 20.0.2 2022-08-25 11:46:21.743 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-08-25 11:46:21.745 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-08-25 11:46:21.748 | + ./stack.sh:main:791 : fixup_all 2022-08-25 11:46:21.751 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-08-25 11:46:21.754 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-08-25 11:46:21.757 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:46:21.759 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:46:21.762 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-08-25 11:46:21.776 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-08-25 11:46:21.787 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-08-25 11:46:21.805 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-08-25 11:46:21.807 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-08-25 11:46:21.809 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:46:21.812 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:46:21.814 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:46:21.816 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:46:21.818 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:46:21.821 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:46:21.823 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:46:21.825 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:46:21.827 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:46:21.829 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:46:21.832 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-08-25 11:46:21.834 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-08-25 11:46:21.837 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-08-25 11:46:21.839 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:46:21.841 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:46:21.845 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:46:21.847 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:46:21.850 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:46:21.852 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:46:21.854 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-08-25 11:46:21.857 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-08-25 11:46:21.878 | Using python 3.8 to install os-testr 2022-08-25 11:46:21.880 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-08-25 11:46:23.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:46:23.900 | from cryptography.utils import int_from_bytes 2022-08-25 11:46:23.900 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:46:23.900 | from cryptography.utils import int_from_bytes 2022-08-25 11:46:24.955 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:46:25.092 | Collecting os-testr===3.0.0 2022-08-25 11:46:25.098 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e0/7334ed43c783c/os_testr-3.0.0-py3-none-any.whl (32 kB) 2022-08-25 11:46:25.279 | Collecting python-subunit===1.4.0 2022-08-25 11:46:25.286 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-08-25 11:46:25.477 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-25 11:46:25.522 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.5.0) 2022-08-25 11:46:25.544 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0) 2022-08-25 11:46:25.583 | Requirement already up-to-date: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (4.0.1) 2022-08-25 11:46:27.106 | Installing collected packages: python-subunit, os-testr 2022-08-25 11:46:27.352 | Successfully installed os-testr-3.0.0 python-subunit-1.4.0 2022-08-25 11:46:27.457 | + inc/python:pip_install:196 : result=0 2022-08-25 11:46:27.459 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:46:27.461 | + functions-common:time_stop:2439 : local name 2022-08-25 11:46:27.463 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:46:27.465 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:46:27.468 | + functions-common:time_stop:2442 : local total 2022-08-25 11:46:27.470 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:46:27.472 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:46:27.475 | + functions-common:time_stop:2446 : start_time=1661427981872 2022-08-25 11:46:27.477 | + functions-common:time_stop:2448 : [[ -z 1661427981872 ]] 2022-08-25 11:46:27.479 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:46:27.483 | + functions-common:time_stop:2451 : end_time=1661427987481 2022-08-25 11:46:27.485 | + functions-common:time_stop:2452 : elapsed_time=5609 2022-08-25 11:46:27.488 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:46:27.490 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:46:27.492 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5609 2022-08-25 11:46:27.495 | + inc/python:pip_install:199 : return 0 2022-08-25 11:46:27.497 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-08-25 11:46:27.554 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-08-25 11:46:27.653 | + ./stack.sh:main:805 : install_infra 2022-08-25 11:46:27.656 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:46:27.659 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-08-25 11:46:27.662 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-08-25 11:46:30.789 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:46:30.791 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-08-25 11:46:30.815 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-25 11:46:33.517 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:46:33.647 | Collecting pbr===5.10.0 2022-08-25 11:46:33.654 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/e18aac0a3c003/pbr-5.10.0-py2.py3-none-any.whl (112 kB) 2022-08-25 11:46:33.692 | Installing collected packages: pbr 2022-08-25 11:46:33.833 | Successfully installed pbr-5.10.0 2022-08-25 11:46:33.895 | + inc/python:pip_install:196 : result=0 2022-08-25 11:46:33.897 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:46:33.899 | + functions-common:time_stop:2439 : local name 2022-08-25 11:46:33.901 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:46:33.904 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:46:33.906 | + functions-common:time_stop:2442 : local total 2022-08-25 11:46:33.908 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:46:33.910 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:46:33.912 | + functions-common:time_stop:2446 : start_time=1661427990807 2022-08-25 11:46:33.915 | + functions-common:time_stop:2448 : [[ -z 1661427990807 ]] 2022-08-25 11:46:33.917 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:46:33.921 | + functions-common:time_stop:2451 : end_time=1661427993919 2022-08-25 11:46:33.923 | + functions-common:time_stop:2452 : elapsed_time=3112 2022-08-25 11:46:33.926 | + functions-common:time_stop:2453 : total=5609 2022-08-25 11:46:33.928 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:46:33.930 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8721 2022-08-25 11:46:33.933 | + inc/python:pip_install:199 : return 0 2022-08-25 11:46:33.935 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:46:33.937 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-08-25 11:46:33.959 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-08-25 11:46:36.754 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:46:36.756 | Processing /opt/stack/requirements 2022-08-25 11:46:38.202 | Collecting fixtures===4.0.1 2022-08-25 11:46:38.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d27/58826400d095b/fixtures-4.0.1.tar.gz (56 kB) 2022-08-25 11:46:38.251 | Installing build dependencies: started 2022-08-25 11:46:42.706 | Installing build dependencies: finished with status 'done' 2022-08-25 11:46:42.707 | Getting requirements to build wheel: started 2022-08-25 11:46:43.109 | Getting requirements to build wheel: finished with status 'done' 2022-08-25 11:46:43.115 | Preparing wheel metadata: started 2022-08-25 11:46:43.680 | Preparing wheel metadata: finished with status 'done' 2022-08-25 11:46:43.897 | Collecting PyYAML===6.0 2022-08-25 11:46:43.905 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-08-25 11:46:44.092 | Collecting requests===2.28.1 2022-08-25 11:46:44.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8fe/fa2a1a1365bf5/requests-2.28.1-py3-none-any.whl (62 kB) 2022-08-25 11:46:44.181 | Collecting packaging===21.3 2022-08-25 11:46:44.187 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-08-25 11:46:44.238 | Collecting idna===3.3 2022-08-25 11:46:44.244 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-08-25 11:46:44.383 | Collecting pyparsing===3.0.9 2022-08-25 11:46:44.390 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/502/6bae9a10eeaef/pyparsing-3.0.9-py3-none-any.whl (98 kB) 2022-08-25 11:46:44.450 | Collecting six===1.16.0 2022-08-25 11:46:44.457 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-25 11:46:44.578 | Collecting charset-normalizer===2.1.1 2022-08-25 11:46:44.584 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83e/9a75d1911279a/charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2022-08-25 11:46:44.619 | Collecting Parsley>=1.2 2022-08-25 11:46:44.625 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-08-25 11:46:44.672 | Collecting beagle>=0.2.1 2022-08-25 11:46:44.678 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-08-25 11:46:44.705 | Requirement already satisfied: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-25 11:46:44.781 | Collecting urllib3===1.26.11 2022-08-25 11:46:44.789 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c33/ccba33c819596/urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-25 11:46:44.924 | Collecting certifi>=2017.4.17 2022-08-25 11:46:44.931 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fe8/6415d55e84719/certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-25 11:46:45.024 | Collecting cliff===4.0.0 2022-08-25 11:46:45.030 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3f2/8b95a5509b4c7/cliff-4.0.0-py3-none-any.whl (80 kB) 2022-08-25 11:46:45.104 | Collecting prettytable===3.3.0 2022-08-25 11:46:45.110 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d1c/34d72ea2c0ffd/prettytable-3.3.0-py3-none-any.whl (26 kB) 2022-08-25 11:46:45.154 | Collecting autopage===0.5.1 2022-08-25 11:46:45.161 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0fb/f5efbe78d466a/autopage-0.5.1-py3-none-any.whl (29 kB) 2022-08-25 11:46:45.312 | Collecting cmd2===2.4.2 2022-08-25 11:46:45.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a77/e305675139327/cmd2-2.4.2-py3-none-any.whl (147 kB) 2022-08-25 11:46:45.461 | Collecting stevedore===4.0.0 2022-08-25 11:46:45.468 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87e/4d27fe96d0d7e/stevedore-4.0.0-py3-none-any.whl (49 kB) 2022-08-25 11:46:45.595 | Collecting importlib-metadata===4.12.0 2022-08-25 11:46:45.603 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/740/1a975809ea1fd/importlib_metadata-4.12.0-py3-none-any.whl (21 kB) 2022-08-25 11:46:45.679 | Collecting wcwidth===0.2.5 2022-08-25 11:46:45.686 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-08-25 11:46:45.743 | Collecting attrs===22.1.0 2022-08-25 11:46:45.749 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86e/fa402f67bf2df/attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-08-25 11:46:45.883 | Collecting pyperclip===1.8.2 2022-08-25 11:46:45.890 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-08-25 11:46:45.951 | Collecting zipp===3.8.1 2022-08-25 11:46:45.958 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/47c/40d7fe183a6f2/zipp-3.8.1-py3-none-any.whl (5.6 kB) 2022-08-25 11:46:45.996 | Building wheels for collected packages: fixtures, openstack-requirements 2022-08-25 11:46:45.998 | Building wheel for fixtures (PEP 517): started 2022-08-25 11:46:46.628 | Building wheel for fixtures (PEP 517): finished with status 'done' 2022-08-25 11:46:46.630 | Created wheel for fixtures: filename=fixtures-4.0.1-py3-none-any.whl size=63052 sha256=643c30be2aadd3dc4582e3277bd7de3cebe3a85a649e5f09fde2ceef5bb65655 2022-08-25 11:46:46.630 | Stored in directory: /home/ubuntu/.cache/pip/wheels/ba/79/66/8da5543796d0218944a0794bcd8607a64c769d75a6fe1fddda 2022-08-25 11:46:46.632 | Building wheel for openstack-requirements (setup.py): started 2022-08-25 11:46:47.479 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-08-25 11:46:47.480 | ERROR: Command errored out with exit status 1: 2022-08-25 11:46:47.480 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-hqnunohn/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-hqnunohn/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-b0ij6z1a 2022-08-25 11:46:47.480 | cwd: /tmp/pip-req-build-hqnunohn/ 2022-08-25 11:46:47.480 | Complete output (6 lines): 2022-08-25 11:46:47.480 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-08-25 11:46:47.480 | or: setup.py --help [cmd1 cmd2 ...] 2022-08-25 11:46:47.480 | or: setup.py --help-commands 2022-08-25 11:46:47.480 | or: setup.py cmd --help 2022-08-25 11:46:47.480 | 2022-08-25 11:46:47.480 | error: invalid command 'bdist_wheel' 2022-08-25 11:46:47.480 | ---------------------------------------- 2022-08-25 11:46:47.480 | ERROR: Failed building wheel for openstack-requirements 2022-08-25 11:46:47.480 | Running setup.py clean for openstack-requirements 2022-08-25 11:46:48.343 | Successfully built fixtures 2022-08-25 11:46:48.343 | Failed to build openstack-requirements 2022-08-25 11:46:48.626 | Installing collected packages: attrs, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, idna, certifi, requests, autopage, pyperclip, cmd2, stevedore, zipp, importlib-metadata, cliff, pyparsing, packaging, six, Parsley, beagle, openstack-requirements 2022-08-25 11:46:50.232 | Running setup.py install for openstack-requirements: started 2022-08-25 11:46:52.641 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-08-25 11:46:52.673 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2022.6.15 charset-normalizer-2.1.1 cliff-4.0.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.3 importlib-metadata-4.12.0 openstack-requirements-1.2.1.dev5659 packaging-21.3 prettytable-3.3.0 pyparsing-3.0.9 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-4.0.0 urllib3-1.26.11 wcwidth-0.2.5 zipp-3.8.1 2022-08-25 11:46:52.838 | + inc/python:pip_install:196 : result=0 2022-08-25 11:46:52.840 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:46:52.843 | + functions-common:time_stop:2439 : local name 2022-08-25 11:46:52.845 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:46:52.847 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:46:52.849 | + functions-common:time_stop:2442 : local total 2022-08-25 11:46:52.851 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:46:52.854 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:46:52.856 | + functions-common:time_stop:2446 : start_time=1661427993951 2022-08-25 11:46:52.858 | + functions-common:time_stop:2448 : [[ -z 1661427993951 ]] 2022-08-25 11:46:52.860 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:46:52.864 | + functions-common:time_stop:2451 : end_time=1661428012862 2022-08-25 11:46:52.866 | + functions-common:time_stop:2452 : elapsed_time=18911 2022-08-25 11:46:52.868 | + functions-common:time_stop:2453 : total=8721 2022-08-25 11:46:52.870 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:46:52.872 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=27632 2022-08-25 11:46:52.874 | + inc/python:pip_install:199 : return 0 2022-08-25 11:46:52.877 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-08-25 11:46:52.879 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-08-25 11:46:52.882 | + inc/python:use_library_from_git:246 : local name=pbr 2022-08-25 11:46:52.884 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:46:52.886 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:46:52.888 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-08-25 11:46:52.891 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:46:52.893 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-08-25 11:46:52.914 | Using python 3.8 to install pbr 2022-08-25 11:46:52.916 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-25 11:46:54.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:46:54.904 | from cryptography.utils import int_from_bytes 2022-08-25 11:46:54.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:46:54.904 | from cryptography.utils import int_from_bytes 2022-08-25 11:46:55.913 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:46:56.043 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-25 11:46:57.623 | + inc/python:pip_install:196 : result=0 2022-08-25 11:46:57.625 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:46:57.627 | + functions-common:time_stop:2439 : local name 2022-08-25 11:46:57.629 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:46:57.631 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:46:57.633 | + functions-common:time_stop:2442 : local total 2022-08-25 11:46:57.635 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:46:57.637 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:46:57.639 | + functions-common:time_stop:2446 : start_time=1661428012908 2022-08-25 11:46:57.641 | + functions-common:time_stop:2448 : [[ -z 1661428012908 ]] 2022-08-25 11:46:57.644 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:46:57.648 | + functions-common:time_stop:2451 : end_time=1661428017645 2022-08-25 11:46:57.650 | + functions-common:time_stop:2452 : elapsed_time=4737 2022-08-25 11:46:57.652 | + functions-common:time_stop:2453 : total=27632 2022-08-25 11:46:57.654 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:46:57.656 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=32369 2022-08-25 11:46:57.658 | + inc/python:pip_install:199 : return 0 2022-08-25 11:46:57.661 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-08-25 11:47:00.817 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-08-25 11:47:02.626 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:47:02.708 | Collecting bindep 2022-08-25 11:47:02.715 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ab/e2f721e5388b5/bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2022-08-25 11:47:02.870 | Collecting pbr>=2.0.0 2022-08-25 11:47:02.877 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/e18aac0a3c003/pbr-5.10.0-py2.py3-none-any.whl (112 kB) 2022-08-25 11:47:02.958 | Collecting distro>=1.7.0; python_version >= "3.6" 2022-08-25 11:47:02.964 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d59/6311d707e692c/distro-1.7.0-py3-none-any.whl (20 kB) 2022-08-25 11:47:03.053 | Collecting packaging; python_version >= "3.6" 2022-08-25 11:47:03.060 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-08-25 11:47:03.096 | Collecting Parsley 2022-08-25 11:47:03.103 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-08-25 11:47:03.291 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-08-25 11:47:03.299 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/502/6bae9a10eeaef/pyparsing-3.0.9-py3-none-any.whl (98 kB) 2022-08-25 11:47:03.349 | Installing collected packages: pbr, distro, pyparsing, packaging, Parsley, bindep 2022-08-25 11:47:03.919 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.7.0 packaging-21.3 pbr-5.10.0 pyparsing-3.0.9 2022-08-25 11:47:03.996 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-25 11:47:03.998 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-25 11:47:04.002 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-08-25 11:47:04.019 | + ./stack.sh:main:814 : pkgs= 2022-08-25 11:47:04.022 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-08-25 11:47:04.024 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-08-25 11:47:04.026 | + functions-common:run_phase:1867 : local mode=stack 2022-08-25 11:47:04.028 | + functions-common:run_phase:1868 : local phase=pre-install 2022-08-25 11:47:04.031 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:47:04.033 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:47:04.036 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:47:04.038 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:47:04.040 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:47:04.043 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:47:04.047 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:47:04.049 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:47:04.051 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:47:04.053 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-08-25 11:47:04.056 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:47:04.070 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:47:04.073 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:47:04.075 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:47:04.077 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-08-25 11:47:04.079 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:47:04.081 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-25 11:47:04.084 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:47:04.086 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-08-25 11:47:04.089 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:47:04.091 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-08-25 11:47:04.093 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:47:04.095 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-08-25 11:47:04.098 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-25 11:47:04.100 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-25 11:47:04.103 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:47:04.105 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 11:47:04.108 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-08-25 11:47:04.110 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-25 11:47:04.113 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-08-25 11:47:04.115 | + functions-common:run_plugins:1856 : local plugins= 2022-08-25 11:47:04.118 | + functions-common:run_plugins:1857 : local plugin 2022-08-25 11:47:04.120 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-08-25 11:47:04.122 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-08-25 11:47:04.125 | + functions:set_systemd_override:821 : local value=2048 2022-08-25 11:47:04.127 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-08-25 11:47:04.129 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-08-25 11:47:04.186 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-08-25 11:47:04.186 | Set systemd system override for DefaultLimitNOFILE=2048 2022-08-25 11:47:04.188 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-08-25 11:47:04.551 | + ./stack.sh:main:827 : install_rpc_backend 2022-08-25 11:47:04.553 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-08-25 11:47:04.570 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:47:04.572 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-08-25 11:47:04.574 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:47:04.576 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:47:04.579 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:47:04.581 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:47:04.583 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:47:04.586 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:47:04.588 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:04.590 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:04.593 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:47:04.595 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:47:04.597 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:47:04.600 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:47:04.602 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-08-25 11:47:04.604 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:47:04.606 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:04.609 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:04.611 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-08-25 11:47:04.632 | + 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-08-25 11:47:04.743 | Reading package lists... 2022-08-25 11:47:05.017 | Building dependency tree... 2022-08-25 11:47:05.019 | Reading state information... 2022-08-25 11:47:05.323 | The following packages were automatically installed and are no longer required: 2022-08-25 11:47:05.325 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:47:05.325 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:47:05.325 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:47:05.325 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:47:05.325 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:47:05.325 | python3-zope.interface 2022-08-25 11:47:05.325 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:47:05.325 | The following additional packages will be installed: 2022-08-25 11:47:05.325 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-08-25 11:47:05.325 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-08-25 11:47:05.325 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-08-25 11:47:05.326 | erlang-tools erlang-xmerl locales-all 2022-08-25 11:47:05.327 | Suggested packages: 2022-08-25 11:47:05.328 | erlang erlang-manpages erlang-doc 2022-08-25 11:47:05.399 | The following NEW packages will be installed: 2022-08-25 11:47:05.399 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-08-25 11:47:05.399 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-08-25 11:47:05.399 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-08-25 11:47:05.400 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-08-25 11:47:05.648 | 0 upgraded, 19 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:47:05.649 | Need to get 38.0 MB of archives. 2022-08-25 11:47:05.649 | After this operation, 276 MB of additional disk space will be used. 2022-08-25 11:47:05.649 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-08-25 11:47:07.244 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-08-25 11:47:07.504 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-08-25 11:47:07.507 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-08-25 11:47:07.515 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-08-25 11:47:07.551 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-08-25 11:47:07.555 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-08-25 11:47:07.896 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-08-25 11:47:07.898 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-08-25 11:47:07.900 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-08-25 11:47:07.902 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-08-25 11:47:07.911 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-08-25 11:47:08.164 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-08-25 11:47:08.165 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-08-25 11:47:08.168 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-08-25 11:47:08.204 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-08-25 11:47:08.249 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-08-25 11:47:08.366 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.9 [10.5 MB] 2022-08-25 11:47:10.236 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-08-25 11:47:12.475 | Fetched 38.0 MB in 6s (5,864 kB/s) 2022-08-25 11:47:12.507 | Selecting previously unselected package erlang-base. 2022-08-25 11:47:12.558 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81596 files and directories currently installed.) 2022-08-25 11:47:12.561 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:12.564 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:13.647 | Selecting previously unselected package erlang-asn1. 2022-08-25 11:47:13.656 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:13.659 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:13.772 | Selecting previously unselected package erlang-crypto. 2022-08-25 11:47:13.780 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:13.783 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:13.828 | Selecting previously unselected package erlang-public-key. 2022-08-25 11:47:13.837 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:13.839 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:13.937 | Selecting previously unselected package erlang-mnesia. 2022-08-25 11:47:13.947 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:13.949 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.061 | Selecting previously unselected package erlang-runtime-tools. 2022-08-25 11:47:14.070 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.072 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.126 | Selecting previously unselected package erlang-ssl. 2022-08-25 11:47:14.135 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.137 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.307 | Selecting previously unselected package erlang-eldap. 2022-08-25 11:47:14.315 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.318 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.355 | Selecting previously unselected package erlang-ftp. 2022-08-25 11:47:14.365 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.367 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.400 | Selecting previously unselected package erlang-tftp. 2022-08-25 11:47:14.409 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.412 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.448 | Selecting previously unselected package erlang-inets. 2022-08-25 11:47:14.457 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.461 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.569 | Selecting previously unselected package erlang-snmp. 2022-08-25 11:47:14.578 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.581 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.828 | Selecting previously unselected package erlang-os-mon. 2022-08-25 11:47:14.837 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.839 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.875 | Selecting previously unselected package erlang-parsetools. 2022-08-25 11:47:14.884 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.886 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:14.931 | Selecting previously unselected package erlang-syntax-tools. 2022-08-25 11:47:14.940 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:14.943 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:15.012 | Selecting previously unselected package erlang-tools. 2022-08-25 11:47:15.022 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:15.024 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:15.121 | Selecting previously unselected package erlang-xmerl. 2022-08-25 11:47:15.134 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-25 11:47:15.137 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:15.316 | Selecting previously unselected package locales-all. 2022-08-25 11:47:15.325 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.9_amd64.deb ... 2022-08-25 11:47:15.328 | Unpacking locales-all (2.31-0ubuntu9.9) ... 2022-08-25 11:47:19.592 | Selecting previously unselected package rabbitmq-server. 2022-08-25 11:47:19.603 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-08-25 11:47:19.606 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-08-25 11:47:20.752 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:21.138 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-08-25 11:47:21.138 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-08-25 11:47:25.531 | Searching for services which depend on erlang and should be started... none found. 2022-08-25 11:47:25.533 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.541 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.547 | Setting up locales-all (2.31-0ubuntu9.9) ... 2022-08-25 11:47:25.555 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.560 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.565 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.572 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.579 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.586 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.593 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.601 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.608 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.615 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.622 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.627 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.638 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.645 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-08-25 11:47:25.653 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-08-25 11:47:25.746 | Adding group `rabbitmq' (GID 125) ... 2022-08-25 11:47:25.760 | Done. 2022-08-25 11:47:25.842 | Adding system user `rabbitmq' (UID 117) ... 2022-08-25 11:47:25.842 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-08-25 11:47:25.879 | Not creating home directory `/var/lib/rabbitmq'. 2022-08-25 11:47:26.155 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-08-25 11:47:32.316 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:47:32.985 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:47:41.844 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:47:41.847 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:47:41.849 | + functions-common:time_stop:2439 : local name 2022-08-25 11:47:41.851 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:47:41.853 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:47:41.856 | + functions-common:time_stop:2442 : local total 2022-08-25 11:47:41.858 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:47:41.860 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:47:41.862 | + functions-common:time_stop:2446 : start_time=1661428024629 2022-08-25 11:47:41.864 | + functions-common:time_stop:2448 : [[ -z 1661428024629 ]] 2022-08-25 11:47:41.867 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:47:41.871 | + functions-common:time_stop:2451 : end_time=1661428061868 2022-08-25 11:47:41.873 | + functions-common:time_stop:2452 : elapsed_time=37239 2022-08-25 11:47:41.875 | + functions-common:time_stop:2453 : total=168039 2022-08-25 11:47:41.877 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:47:41.880 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=205278 2022-08-25 11:47:41.882 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:47:41.884 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-08-25 11:47:41.886 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:47:41.889 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:47:41.891 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:47:41.893 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:47:41.896 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:47:41.898 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:47:41.900 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-08-25 11:47:41.902 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:47:41.905 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:47:41.907 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:47:41.909 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:47:41.912 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:47:41.914 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:47:41.916 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:47:41.918 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:47:41.921 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:47:41.923 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:47:41.925 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-08-25 11:47:41.927 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:47:41.930 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:47:41.932 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:47:41.934 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:47:41.936 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:47:41.938 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:47:41.941 | + ./stack.sh:main:828 : restart_rpc_backend 2022-08-25 11:47:41.944 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-08-25 11:47:41.960 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:47:41.962 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-08-25 11:47:41.965 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:47:41.967 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-08-25 11:47:41.969 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-08-25 11:47:41.972 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-08-25 11:47:41.976 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-08-25 11:47:41.978 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-08-25 11:47:41.981 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-08-25 11:47:41.983 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-08-25 11:47:41.985 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-08-25 11:47:41.987 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-08-25 11:47:41.990 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-08-25 11:47:42.713 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-08-25 11:47:42.713 | user tags 2022-08-25 11:47:42.713 | guest [administrator]' 2022-08-25 11:47:42.716 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-08-25 11:47:42.716 | user tags 2022-08-25 11:47:42.716 | guest [administrator]' 2022-08-25 11:47:42.717 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-08-25 11:47:42.723 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-08-25 11:47:42.725 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-08-25 11:47:42.727 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-08-25 11:47:43.407 | Adding user "stackrabbit" ... 2022-08-25 11:47:43.433 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-08-25 11:47:44.120 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-08-25 11:47:44.143 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-08-25 11:47:44.146 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-25 11:47:44.842 | Changing password for user "stackrabbit" ... 2022-08-25 11:47:44.867 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-08-25 11:47:44.869 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-08-25 11:47:44.871 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-08-25 11:47:45.543 | Deleting user "guest" ... 2022-08-25 11:47:45.567 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-08-25 11:47:45.585 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:47:45.587 | + ./stack.sh:main:831 : install_database 2022-08-25 11:47:45.589 | + lib/database:install_database:118 : install_database_mysql 2022-08-25 11:47:45.591 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-08-25 11:47:45.594 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:45.596 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:45.599 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-08-25 11:47:45.813 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-08-25 11:47:45.815 | + lib/databases/mysql:install_database_mysql:184 : cat 2022-08-25 11:47:45.821 | + lib/databases/mysql:install_database_mysql:190 : is_ubuntu 2022-08-25 11:47:45.824 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:45.826 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:45.828 | + lib/databases/mysql:install_database_mysql:190 : '[' mysql '!=' mariadb ']' 2022-08-25 11:47:45.831 | + lib/databases/mysql:install_database_mysql:191 : echo host=127.0.0.1 2022-08-25 11:47:45.834 | + lib/databases/mysql:install_database_mysql:193 : chmod 0600 /home/ubuntu/.my.cnf 2022-08-25 11:47:45.837 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-08-25 11:47:45.840 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-08-25 11:47:45.842 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-08-25 11:47:45.844 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:47:45.847 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-08-25 11:47:45.850 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:47:45.852 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:47:45.854 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:47:45.856 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:47:45.859 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:47:45.861 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:47:45.864 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:47:45.866 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:47:45.869 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:47:45.871 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:47:45.873 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-08-25 11:47:45.875 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:47:45.878 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:47:45.880 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:47:45.882 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:47:45.884 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:47:45.887 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:47:45.889 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-08-25 11:47:45.891 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:45.894 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:45.896 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-08-25 11:47:45.899 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:47:45.901 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:47:45.903 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:47:45.905 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:47:45.908 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:47:45.910 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:47:45.913 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:45.915 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:45.917 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:47:45.919 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:47:45.921 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:47:45.923 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:47:45.926 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-08-25 11:47:45.928 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:47:45.931 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:47:45.933 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:47:45.935 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-08-25 11:47:45.956 | + 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-08-25 11:47:46.068 | Reading package lists... 2022-08-25 11:47:46.341 | Building dependency tree... 2022-08-25 11:47:46.342 | Reading state information... 2022-08-25 11:47:46.606 | The following packages were automatically installed and are no longer required: 2022-08-25 11:47:46.607 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:47:46.607 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:47:46.607 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:47:46.607 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:47:46.607 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:47:46.607 | python3-zope.interface 2022-08-25 11:47:46.607 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:47:46.607 | The following additional packages will be installed: 2022-08-25 11:47:46.608 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-08-25 11:47:46.608 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-08-25 11:47:46.608 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-08-25 11:47:46.608 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-08-25 11:47:46.608 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-08-25 11:47:46.608 | mysql-server-8.0 mysql-server-core-8.0 2022-08-25 11:47:46.609 | Suggested packages: 2022-08-25 11:47:46.609 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-08-25 11:47:46.688 | The following NEW packages will be installed: 2022-08-25 11:47:46.688 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-08-25 11:47:46.688 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-08-25 11:47:46.688 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-08-25 11:47:46.689 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-08-25 11:47:46.689 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-08-25 11:47:46.689 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-08-25 11:47:46.810 | 0 upgraded, 24 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:47:46.810 | Need to get 32.1 MB of archives. 2022-08-25 11:47:46.810 | After this operation, 264 MB of additional disk space will be used. 2022-08-25 11:47:46.810 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [4,521 kB] 2022-08-25 11:47:47.553 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [22.0 kB] 2022-08-25 11:47:47.555 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-08-25 11:47:47.563 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-08-25 11:47:47.564 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-08-25 11:47:47.584 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [18.6 MB] 2022-08-25 11:47:50.859 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [1,292 kB] 2022-08-25 11:47:51.012 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-08-25 11:47:51.012 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-08-25 11:47:51.014 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-08-25 11:47:51.015 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-08-25 11:47:51.028 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-08-25 11:47:51.029 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-08-25 11:47:51.029 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-08-25 11:47:51.030 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-08-25 11:47:51.031 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-08-25 11:47:51.063 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-08-25 11:47:51.064 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-08-25 11:47:51.113 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-08-25 11:47:51.115 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-08-25 11:47:51.129 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-08-25 11:47:51.130 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-08-25 11:47:52.823 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-08-25 11:47:52.823 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.30-0ubuntu0.20.04.2 [9,540 B] 2022-08-25 11:47:53.338 | Preconfiguring packages ... 2022-08-25 11:47:53.455 | Fetched 32.1 MB in 6s (5,238 kB/s) 2022-08-25 11:47:53.485 | Selecting previously unselected package mysql-client-core-8.0. 2022-08-25 11:47:53.537 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90052 files and directories currently installed.) 2022-08-25 11:47:53.541 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:47:53.544 | Unpacking mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:47:54.500 | Selecting previously unselected package mysql-client-8.0. 2022-08-25 11:47:54.510 | Preparing to unpack .../01-mysql-client-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:47:54.512 | Unpacking mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:47:54.545 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-08-25 11:47:54.556 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-08-25 11:47:54.560 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-25 11:47:54.601 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-08-25 11:47:54.611 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-08-25 11:47:54.614 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-25 11:47:54.642 | Selecting previously unselected package libmecab2:amd64. 2022-08-25 11:47:54.652 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-08-25 11:47:54.654 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-08-25 11:47:54.723 | Selecting previously unselected package mysql-server-core-8.0. 2022-08-25 11:47:54.732 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:47:54.735 | Unpacking mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:47:57.701 | Selecting previously unselected package mysql-server-8.0. 2022-08-25 11:47:57.711 | Preparing to unpack .../06-mysql-server-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-25 11:47:58.177 | Unpacking mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:47:58.236 | Selecting previously unselected package libhtml-tagset-perl. 2022-08-25 11:47:58.246 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-08-25 11:47:58.248 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-08-25 11:47:58.276 | Selecting previously unselected package liburi-perl. 2022-08-25 11:47:58.286 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-08-25 11:47:58.289 | Unpacking liburi-perl (1.76-2) ... 2022-08-25 11:47:58.339 | Selecting previously unselected package libhtml-parser-perl. 2022-08-25 11:47:58.349 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-08-25 11:47:58.351 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-08-25 11:47:58.394 | Selecting previously unselected package libcgi-pm-perl. 2022-08-25 11:47:58.404 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-08-25 11:47:58.406 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-08-25 11:47:58.461 | Selecting previously unselected package libfcgi-perl. 2022-08-25 11:47:58.470 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-08-25 11:47:58.473 | Unpacking libfcgi-perl (0.79-1) ... 2022-08-25 11:47:58.505 | Selecting previously unselected package libcgi-fast-perl. 2022-08-25 11:47:58.514 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-08-25 11:47:58.517 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-08-25 11:47:58.545 | Selecting previously unselected package libencode-locale-perl. 2022-08-25 11:47:58.555 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-08-25 11:47:58.558 | Unpacking libencode-locale-perl (1.05-1) ... 2022-08-25 11:47:58.588 | Selecting previously unselected package libhtml-template-perl. 2022-08-25 11:47:58.598 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-08-25 11:47:58.601 | Unpacking libhtml-template-perl (2.97-1) ... 2022-08-25 11:47:58.637 | Selecting previously unselected package libtimedate-perl. 2022-08-25 11:47:58.647 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-08-25 11:47:58.650 | Unpacking libtimedate-perl (2.3200-1) ... 2022-08-25 11:47:58.691 | Selecting previously unselected package libhttp-date-perl. 2022-08-25 11:47:58.701 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-08-25 11:47:58.704 | Unpacking libhttp-date-perl (6.05-1) ... 2022-08-25 11:47:58.731 | Selecting previously unselected package libio-html-perl. 2022-08-25 11:47:58.742 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-08-25 11:47:58.744 | Unpacking libio-html-perl (1.001-1) ... 2022-08-25 11:47:58.772 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-08-25 11:47:58.781 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-08-25 11:47:58.783 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-08-25 11:47:58.812 | Selecting previously unselected package libhttp-message-perl. 2022-08-25 11:47:58.822 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-08-25 11:47:58.824 | Unpacking libhttp-message-perl (6.22-1) ... 2022-08-25 11:47:58.861 | Selecting previously unselected package mecab-utils. 2022-08-25 11:47:58.871 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-08-25 11:47:58.873 | Unpacking mecab-utils (0.996-10build1) ... 2022-08-25 11:47:58.902 | Selecting previously unselected package mecab-ipadic. 2022-08-25 11:47:58.913 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-08-25 11:47:58.915 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-08-25 11:48:00.177 | Selecting previously unselected package mecab-ipadic-utf8. 2022-08-25 11:48:00.187 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-08-25 11:48:00.190 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-08-25 11:48:00.216 | Selecting previously unselected package mysql-server. 2022-08-25 11:48:00.226 | Preparing to unpack .../23-mysql-server_8.0.30-0ubuntu0.20.04.2_all.deb ... 2022-08-25 11:48:00.228 | Unpacking mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:00.282 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-08-25 11:48:00.290 | Setting up mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:00.295 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-08-25 11:48:00.302 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-08-25 11:48:00.308 | Setting up libencode-locale-perl (1.05-1) ... 2022-08-25 11:48:00.314 | Setting up mecab-utils (0.996-10build1) ... 2022-08-25 11:48:00.320 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-25 11:48:00.325 | Setting up libio-html-perl (1.001-1) ... 2022-08-25 11:48:00.331 | Setting up libtimedate-perl (2.3200-1) ... 2022-08-25 11:48:00.337 | Setting up mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:00.343 | Setting up libfcgi-perl (0.79-1) ... 2022-08-25 11:48:00.349 | Setting up liburi-perl (1.76-2) ... 2022-08-25 11:48:00.354 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-25 11:48:00.360 | Setting up libhttp-date-perl (6.05-1) ... 2022-08-25 11:48:00.366 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-08-25 11:48:00.371 | Compiling IPA dictionary for Mecab. This takes long time... 2022-08-25 11:48:00.375 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-08-25 11:48:00.375 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-08-25 11:48:00.375 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-08-25 11:48:00.375 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-08-25 11:48:00.519 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-08-25 11:48:00.519 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-08-25 11:48:00.520 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-08-25 11:48:00.520 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-08-25 11:48:00.527 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-08-25 11:48:00.619 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-08-25 11:48:00.620 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-08-25 11:48:00.620 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-08-25 11:48:00.647 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-08-25 11:48:00.693 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-08-25 11:48:00.988 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-08-25 11:48:00.995 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-08-25 11:48:01.088 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-08-25 11:48:01.088 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-08-25 11:48:01.088 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-08-25 11:48:01.089 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-08-25 11:48:01.092 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-08-25 11:48:01.093 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-08-25 11:48:01.140 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-08-25 11:48:01.334 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-08-25 11:48:01.334 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-08-25 11:48:01.335 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-08-25 11:48:01.335 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-08-25 11:48:01.337 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-08-25 11:48:01.338 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-08-25 11:48:01.777 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-08-25 11:48:01.902 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-08-25 11:48:02.227 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-08-25 11:48:02.231 | 2022-08-25 11:48:02.231 | done! 2022-08-25 11:48:02.238 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-08-25 11:48:02.242 | Setting up mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:02.248 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-08-25 11:48:02.253 | Compiling IPA dictionary for Mecab. This takes long time... 2022-08-25 11:48:02.257 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-08-25 11:48:02.257 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-08-25 11:48:02.257 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-08-25 11:48:02.258 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-08-25 11:48:02.468 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-08-25 11:48:02.468 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-08-25 11:48:02.469 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-08-25 11:48:02.469 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-08-25 11:48:02.481 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-08-25 11:48:02.613 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-08-25 11:48:02.614 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-08-25 11:48:02.614 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-08-25 11:48:02.654 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-08-25 11:48:02.728 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-08-25 11:48:03.232 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-08-25 11:48:03.242 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-08-25 11:48:03.353 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-08-25 11:48:03.353 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-08-25 11:48:03.353 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-08-25 11:48:03.354 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-08-25 11:48:03.359 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-08-25 11:48:03.359 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-08-25 11:48:03.449 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-08-25 11:48:03.740 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-08-25 11:48:03.740 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-08-25 11:48:03.741 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-08-25 11:48:03.741 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-08-25 11:48:03.745 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-08-25 11:48:03.745 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-08-25 11:48:04.259 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-08-25 11:48:04.396 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-08-25 11:48:04.717 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-08-25 11:48:04.721 | 2022-08-25 11:48:04.721 | done! 2022-08-25 11:48:04.729 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-08-25 11:48:04.733 | Setting up libhtml-parser-perl (3.72-5) ... 2022-08-25 11:48:04.739 | Setting up libhttp-message-perl (6.22-1) ... 2022-08-25 11:48:04.745 | Setting up mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:05.421 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-08-25 11:48:05.459 | Renaming removed key_buffer and myisam-recover options (if present) 2022-08-25 11:48:13.535 | mysqld will log errors to /var/log/mysql/error.log 2022-08-25 11:48:14.195 | mysqld is running as pid 56780 2022-08-25 11:48:16.807 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-08-25 11:48:18.889 | Setting up libcgi-pm-perl (4.46-1) ... 2022-08-25 11:48:18.895 | Setting up libhtml-template-perl (2.97-1) ... 2022-08-25 11:48:18.902 | Setting up mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-08-25 11:48:18.910 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-08-25 11:48:18.916 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:48:19.280 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:48:21.003 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-25 11:48:29.278 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:48:29.280 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:48:29.283 | + functions-common:time_stop:2439 : local name 2022-08-25 11:48:29.286 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:48:29.288 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:48:29.290 | + functions-common:time_stop:2442 : local total 2022-08-25 11:48:29.292 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:48:29.294 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:48:29.296 | + functions-common:time_stop:2446 : start_time=1661428065954 2022-08-25 11:48:29.298 | + functions-common:time_stop:2448 : [[ -z 1661428065954 ]] 2022-08-25 11:48:29.301 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:48:29.306 | + functions-common:time_stop:2451 : end_time=1661428109303 2022-08-25 11:48:29.308 | + functions-common:time_stop:2452 : elapsed_time=43349 2022-08-25 11:48:29.310 | + functions-common:time_stop:2453 : total=205278 2022-08-25 11:48:29.312 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:48:29.314 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=248627 2022-08-25 11:48:29.316 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:48:29.319 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-08-25 11:48:29.321 | + ./stack.sh:main:834 : install_database_python 2022-08-25 11:48:29.323 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-08-25 11:48:29.325 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-08-25 11:48:29.328 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-08-25 11:48:29.330 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:48:29.333 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-08-25 11:48:29.335 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-08-25 11:48:29.337 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:48:29.341 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:48:29.341 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:48:29.347 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-08-25 11:48:29.349 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-08-25 11:48:29.352 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-08-25 11:48:29.354 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-08-25 11:48:29.357 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-08-25 11:48:29.378 | Using python 3.8 to install PyMySQL 2022-08-25 11:48:29.380 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-08-25 11:48:31.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:48:31.362 | from cryptography.utils import int_from_bytes 2022-08-25 11:48:31.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:48:31.362 | from cryptography.utils import int_from_bytes 2022-08-25 11:48:32.387 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:48:32.541 | Collecting PyMySQL===1.0.2 2022-08-25 11:48:32.548 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-08-25 11:48:34.085 | Installing collected packages: PyMySQL 2022-08-25 11:48:34.209 | Successfully installed PyMySQL-1.0.2 2022-08-25 11:48:34.306 | + inc/python:pip_install:196 : result=0 2022-08-25 11:48:34.308 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:48:34.310 | + functions-common:time_stop:2439 : local name 2022-08-25 11:48:34.313 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:48:34.315 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:48:34.318 | + functions-common:time_stop:2442 : local total 2022-08-25 11:48:34.320 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:48:34.322 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:48:34.324 | + functions-common:time_stop:2446 : start_time=1661428109372 2022-08-25 11:48:34.327 | + functions-common:time_stop:2448 : [[ -z 1661428109372 ]] 2022-08-25 11:48:34.329 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:48:34.334 | + functions-common:time_stop:2451 : end_time=1661428114332 2022-08-25 11:48:34.336 | + functions-common:time_stop:2452 : elapsed_time=4960 2022-08-25 11:48:34.339 | + functions-common:time_stop:2453 : total=32369 2022-08-25 11:48:34.341 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:48:34.343 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=37329 2022-08-25 11:48:34.345 | + inc/python:pip_install:199 : return 0 2022-08-25 11:48:34.347 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-08-25 11:48:34.350 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-25 11:48:34.352 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-08-25 11:48:34.354 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-08-25 11:48:34.370 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:48:34.372 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-08-25 11:48:34.374 | + lib/neutron:install_neutron_agent_packages:729 : is_neutron_legacy_enabled 2022-08-25 11:48:34.378 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:48:34.379 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 11:48:34.384 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:48:34.386 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 11:48:34.388 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 11:48:34.390 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 11:48:34.393 | + lib/neutron:install_neutron_agent_packages:731 : install_neutron_agent_packages_mutnauq 2022-08-25 11:48:34.395 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-08-25 11:48:34.411 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:48:34.413 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-08-25 11:48:34.415 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:48:34.417 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:48:34.420 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:48:34.422 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:48:34.424 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:48:34.427 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:48:34.429 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:48:34.431 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:48:34.433 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:48:34.436 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:48:34.438 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:48:34.440 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:48:34.443 | + functions-common:install_package:1464 : real_install_package radvd 2022-08-25 11:48:34.445 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:48:34.447 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:48:34.450 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:48:34.452 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-08-25 11:48:34.473 | + 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-08-25 11:48:34.584 | Reading package lists... 2022-08-25 11:48:34.843 | Building dependency tree... 2022-08-25 11:48:34.844 | Reading state information... 2022-08-25 11:48:35.103 | The following packages were automatically installed and are no longer required: 2022-08-25 11:48:35.104 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:48:35.104 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:48:35.104 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:48:35.104 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:48:35.104 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:48:35.104 | python3-zope.interface 2022-08-25 11:48:35.104 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:48:35.171 | The following NEW packages will be installed: 2022-08-25 11:48:35.172 | radvd 2022-08-25 11:48:35.276 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:48:35.276 | Need to get 59.0 kB of archives. 2022-08-25 11:48:35.276 | After this operation, 164 kB of additional disk space will be used. 2022-08-25 11:48:35.276 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-08-25 11:48:35.959 | Fetched 59.0 kB in 0s (271 kB/s) 2022-08-25 11:48:35.992 | Selecting previously unselected package radvd. 2022-08-25 11:48:36.047 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90630 files and directories currently installed.) 2022-08-25 11:48:36.051 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-08-25 11:48:36.054 | Unpacking radvd (1:2.17-2) ... 2022-08-25 11:48:36.115 | Setting up radvd (1:2.17-2) ... 2022-08-25 11:48:37.031 | Job for radvd.service failed because the control process exited with error code. 2022-08-25 11:48:37.032 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-08-25 11:48:37.033 | invoke-rc.d: initscript radvd, action "start" failed. 2022-08-25 11:48:37.045 | ● radvd.service - Router advertisement daemon for IPv6 2022-08-25 11:48:37.045 | Loaded: loaded (]8;;file://n-d-851359-12/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-08-25 11:48:37.045 | Active: failed (Result: exit-code) since Thu 2022-08-25 11:48:37 UTC; 15ms ago 2022-08-25 11:48:37.045 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-08-25 11:48:37.045 | Process: 57953 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-08-25 11:48:37.045 | 2022-08-25 11:48:37.045 | Aug 25 11:48:36 n-d-851359-12 systemd[1]: Starting Router advertisement daemon for IPv6... 2022-08-25 11:48:37.045 | Aug 25 11:48:37 n-d-851359-12 radvd[57953]: can't open /etc/radvd.conf: No such file or directory 2022-08-25 11:48:37.045 | Aug 25 11:48:37 n-d-851359-12 radvd[57953]: Insecure file permissions, but continuing anyway 2022-08-25 11:48:37.045 | Aug 25 11:48:37 n-d-851359-12 radvd[57953]: exiting, failed to read config file 2022-08-25 11:48:37.045 | Aug 25 11:48:37 n-d-851359-12 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-08-25 11:48:37.046 | Aug 25 11:48:37 n-d-851359-12 systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-08-25 11:48:37.046 | Aug 25 11:48:37 n-d-851359-12 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-08-25 11:48:37.050 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:48:37.147 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:48:45.832 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:48:45.834 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:48:45.836 | + functions-common:time_stop:2439 : local name 2022-08-25 11:48:45.838 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:48:45.840 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:48:45.843 | + functions-common:time_stop:2442 : local total 2022-08-25 11:48:45.845 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:48:45.847 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:48:45.850 | + functions-common:time_stop:2446 : start_time=1661428114470 2022-08-25 11:48:45.852 | + functions-common:time_stop:2448 : [[ -z 1661428114470 ]] 2022-08-25 11:48:45.855 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:48:45.858 | + functions-common:time_stop:2451 : end_time=1661428125856 2022-08-25 11:48:45.861 | + functions-common:time_stop:2452 : elapsed_time=11386 2022-08-25 11:48:45.864 | + functions-common:time_stop:2453 : total=248627 2022-08-25 11:48:45.866 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:48:45.868 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=260013 2022-08-25 11:48:45.870 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:48:45.872 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-08-25 11:48:45.889 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:48:45.891 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-08-25 11:48:45.894 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-08-25 11:48:45.897 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-08-25 11:48:45.899 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-08-25 11:48:45.919 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-08-25 11:48:45.921 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:48:45.923 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:48:45.926 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:48:45.928 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:48:45.931 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:48:45.933 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:48:45.935 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:48:45.937 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:48:45.940 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:48:45.942 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:48:45.944 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:48:45.946 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:48:45.948 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-08-25 11:48:45.950 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:48:45.952 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:48:45.954 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:48:45.957 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-08-25 11:48:45.977 | + 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-08-25 11:48:46.087 | Reading package lists... 2022-08-25 11:48:46.355 | Building dependency tree... 2022-08-25 11:48:46.357 | Reading state information... 2022-08-25 11:48:46.620 | fakeroot is already the newest version (1.24-1). 2022-08-25 11:48:46.620 | fakeroot set to manually installed. 2022-08-25 11:48:46.620 | make is already the newest version (4.2.1-1.2). 2022-08-25 11:48:46.620 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-08-25 11:48:46.620 | The following packages were automatically installed and are no longer required: 2022-08-25 11:48:46.621 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:48:46.621 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:48:46.621 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:48:46.621 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:48:46.621 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:48:46.621 | python3-zope.interface 2022-08-25 11:48:46.622 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:48:46.758 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:48:46.762 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:48:46.765 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:48:46.767 | + functions-common:time_stop:2439 : local name 2022-08-25 11:48:46.769 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:48:46.771 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:48:46.773 | + functions-common:time_stop:2442 : local total 2022-08-25 11:48:46.775 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:48:46.777 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:48:46.779 | + functions-common:time_stop:2446 : start_time=1661428125974 2022-08-25 11:48:46.782 | + functions-common:time_stop:2448 : [[ -z 1661428125974 ]] 2022-08-25 11:48:46.785 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:48:46.789 | + functions-common:time_stop:2451 : end_time=1661428126786 2022-08-25 11:48:46.791 | + functions-common:time_stop:2452 : elapsed_time=812 2022-08-25 11:48:46.793 | + functions-common:time_stop:2453 : total=260013 2022-08-25 11:48:46.795 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:48:46.797 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=260825 2022-08-25 11:48:46.799 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:48:46.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-08-25 11:48:46.804 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:48:46.806 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:48:46.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-08-25 11:48:46.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-08-25 11:48:46.813 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-08-25 11:48:46.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-08-25 11:48:46.819 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-08-25 11:48:46.823 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-08-25 11:48:46.823 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-08-25 11:48:46.828 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-08-25 11:48:46.830 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-08-25 11:48:46.833 | + functions:vercmp:628 : local v1=5.4 2022-08-25 11:48:46.835 | + functions:vercmp:629 : local 'op=<' 2022-08-25 11:48:46.837 | + functions:vercmp:630 : local v2=3.13 2022-08-25 11:48:46.839 | + functions:vercmp:631 : local result 2022-08-25 11:48:46.842 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-08-25 11:48:46.843 | ++ functions:vercmp:635 : sort -V 2022-08-25 11:48:46.843 | ++ functions:vercmp:635 : head -1 2022-08-25 11:48:46.849 | + functions:vercmp:635 : result=3.13 2022-08-25 11:48:46.851 | + functions:vercmp:637 : case $op in 2022-08-25 11:48:46.853 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-08-25 11:48:46.855 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-08-25 11:48:46.857 | + functions:vercmp:648 : return 2022-08-25 11:48:46.859 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-08-25 11:48:46.861 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:48:46.864 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-08-25 11:48:47.190 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-08-25 11:48:47.192 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-08-25 11:48:47.195 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:47.197 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:47.200 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-08-25 11:48:47.202 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:47.204 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-08-25 11:48:47.222 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:48:47.226 | + ./stack.sh:main:842 : install_etcd3 2022-08-25 11:48:47.228 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-08-25 11:48:47.228 | Installing etcd 2022-08-25 11:48:47.231 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-08-25 11:48:47.243 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-08-25 11:48:47.260 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-08-25 11:48:47.262 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-08-25 11:48:47.276 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-08-25 11:48:47.279 | ++ 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-08-25 11:48:47.282 | ++ 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-08-25 11:48:47.285 | +++ 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-08-25 11:48:47.289 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 11:48:47.291 | ++ 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-08-25 11:48:47.293 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-08-25 11:48:47.296 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 11:48:47.299 | --2022-08-25 11:48:47-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 11:48:47.350 | Resolving github.com (github.com)... 140.82.121.4 2022-08-25 11:48:47.407 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2022-08-25 11:48:47.831 | HTTP request sent, awaiting response... 302 Found 2022-08-25 11:48:47.831 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220825%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220825T114847Z&X-Amz-Expires=300&X-Amz-Signature=78c3b6175425949b44e3195ebae54dc89492c6ac5598986e14e97d128606f8fb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-08-25 11:48:47.831 | --2022-08-25 11:48:47-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220825%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220825T114847Z&X-Amz-Expires=300&X-Amz-Signature=78c3b6175425949b44e3195ebae54dc89492c6ac5598986e14e97d128606f8fb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-08-25 11:48:47.884 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ... 2022-08-25 11:48:47.907 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. 2022-08-25 11:48:48.233 | HTTP request sent, awaiting response... 200 OK 2022-08-25 11:48:48.233 | Length: 11350736 (11M) [application/octet-stream] 2022-08-25 11:48:48.233 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-08-25 11:48:48.348 | 2022-08-25 11:48:48.572 | 0K ........ .. 100% 31.9M=0.3s 2022-08-25 11:48:48.572 | 2022-08-25 11:48:48.572 | 2022-08-25 11:48:48 (31.9 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-08-25 11:48:48.572 | 2022-08-25 11:48:48.576 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-08-25 11:48:48.578 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 11:48:48.581 | ++ functions:get_extra_file:74 : return 2022-08-25 11:48:48.584 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 11:48:48.586 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-08-25 11:48:48.589 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-08-25 11:48:48.591 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-08-25 11:48:48.731 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-08-25 11:48:48.734 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-08-25 11:48:48.738 | etcd-v3.3.12-linux-amd64/ 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/README.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-08-25 11:48:48.739 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-08-25 11:48:48.740 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-08-25 11:48:48.741 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-08-25 11:48:48.742 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-08-25 11:48:48.743 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-08-25 11:48:48.744 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-08-25 11:48:48.745 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-08-25 11:48:48.746 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-08-25 11:48:48.747 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-08-25 11:48:48.749 | etcd-v3.3.12-linux-amd64/etcdctl 2022-08-25 11:48:48.938 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-08-25 11:48:48.938 | etcd-v3.3.12-linux-amd64/etcd 2022-08-25 11:48:49.171 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-08-25 11:48:49.210 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-08-25 11:48:49.243 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-08-25 11:48:49.246 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-08-25 11:48:49.263 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:48:49.265 | + ./stack.sh:main:861 : install_dstat 2022-08-25 11:48:49.268 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-08-25 11:48:49.285 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:48:49.287 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-08-25 11:48:49.290 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:48:49.292 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-08-25 11:48:49.294 | + ./stack.sh:main:870 : install_libs 2022-08-25 11:48:49.296 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-08-25 11:48:49.299 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-08-25 11:48:49.301 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-08-25 11:48:49.303 | + inc/python:use_library_from_git:246 : local name=automaton 2022-08-25 11:48:49.306 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.308 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.310 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-08-25 11:48:49.312 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.315 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-08-25 11:48:49.317 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-08-25 11:48:49.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-08-25 11:48:49.324 | + inc/python:use_library_from_git:246 : local name=castellan 2022-08-25 11:48:49.326 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.328 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.331 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-08-25 11:48:49.333 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.336 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-08-25 11:48:49.338 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-08-25 11:48:49.340 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-08-25 11:48:49.342 | + inc/python:use_library_from_git:246 : local name=cliff 2022-08-25 11:48:49.344 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.347 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.349 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-08-25 11:48:49.351 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.353 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-08-25 11:48:49.356 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-08-25 11:48:49.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-08-25 11:48:49.360 | + inc/python:use_library_from_git:246 : local name=cursive 2022-08-25 11:48:49.363 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-08-25 11:48:49.369 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.371 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-08-25 11:48:49.374 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-08-25 11:48:49.376 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-08-25 11:48:49.379 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-08-25 11:48:49.381 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.383 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.385 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-08-25 11:48:49.387 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.390 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-08-25 11:48:49.392 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-08-25 11:48:49.395 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-08-25 11:48:49.397 | + inc/python:use_library_from_git:246 : local name=futurist 2022-08-25 11:48:49.399 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.401 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.404 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-08-25 11:48:49.406 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.408 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-08-25 11:48:49.410 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-08-25 11:48:49.413 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-08-25 11:48:49.415 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-08-25 11:48:49.417 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.419 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.421 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-08-25 11:48:49.424 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.426 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-08-25 11:48:49.428 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-08-25 11:48:49.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-08-25 11:48:49.433 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-08-25 11:48:49.435 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.441 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-08-25 11:48:49.444 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.447 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-08-25 11:48:49.449 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-08-25 11:48:49.452 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-08-25 11:48:49.454 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-08-25 11:48:49.457 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.459 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.461 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-08-25 11:48:49.463 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.465 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-08-25 11:48:49.468 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-08-25 11:48:49.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-08-25 11:48:49.473 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-08-25 11:48:49.475 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.477 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.479 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-08-25 11:48:49.482 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.484 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-08-25 11:48:49.487 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-08-25 11:48:49.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-08-25 11:48:49.491 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-08-25 11:48:49.493 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.498 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-08-25 11:48:49.500 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.502 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-08-25 11:48:49.505 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-08-25 11:48:49.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-08-25 11:48:49.509 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-08-25 11:48:49.512 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.514 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.517 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-08-25 11:48:49.519 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.521 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-08-25 11:48:49.524 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-08-25 11:48:49.526 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-08-25 11:48:49.528 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-08-25 11:48:49.531 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.533 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.537 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-08-25 11:48:49.540 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.542 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-08-25 11:48:49.544 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-08-25 11:48:49.547 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-08-25 11:48:49.550 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-08-25 11:48:49.552 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.556 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-08-25 11:48:49.559 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.561 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-08-25 11:48:49.563 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-08-25 11:48:49.566 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-08-25 11:48:49.568 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-08-25 11:48:49.570 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.572 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.574 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-08-25 11:48:49.577 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.579 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-08-25 11:48:49.581 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-08-25 11:48:49.584 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-08-25 11:48:49.586 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-08-25 11:48:49.588 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.590 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.593 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-08-25 11:48:49.595 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.598 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-08-25 11:48:49.600 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-08-25 11:48:49.602 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-08-25 11:48:49.605 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-08-25 11:48:49.607 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.609 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.612 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-08-25 11:48:49.614 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.616 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-08-25 11:48:49.619 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-08-25 11:48:49.621 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-08-25 11:48:49.624 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-08-25 11:48:49.626 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.628 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.632 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-08-25 11:48:49.634 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.636 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-08-25 11:48:49.638 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-08-25 11:48:49.641 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-08-25 11:48:49.644 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-08-25 11:48:49.646 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.649 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.651 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-08-25 11:48:49.654 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.656 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-08-25 11:48:49.659 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-08-25 11:48:49.662 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-08-25 11:48:49.664 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-08-25 11:48:49.666 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.668 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.671 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-08-25 11:48:49.673 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.676 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-08-25 11:48:49.678 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-08-25 11:48:49.681 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-08-25 11:48:49.683 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-08-25 11:48:49.685 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.688 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.691 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-08-25 11:48:49.693 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.695 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-08-25 11:48:49.697 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-08-25 11:48:49.700 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-08-25 11:48:49.702 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-08-25 11:48:49.704 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.707 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.709 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-08-25 11:48:49.711 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.714 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-08-25 11:48:49.716 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-08-25 11:48:49.718 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-08-25 11:48:49.720 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-08-25 11:48:49.722 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.725 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.727 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-08-25 11:48:49.729 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.731 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-08-25 11:48:49.734 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-08-25 11:48:49.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-08-25 11:48:49.739 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-08-25 11:48:49.741 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.743 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.745 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-08-25 11:48:49.748 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.750 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-08-25 11:48:49.753 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-08-25 11:48:49.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-08-25 11:48:49.757 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-08-25 11:48:49.760 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.762 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.764 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-08-25 11:48:49.767 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.769 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-08-25 11:48:49.771 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-08-25 11:48:49.773 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-08-25 11:48:49.776 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-08-25 11:48:49.778 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.780 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.782 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-08-25 11:48:49.785 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.787 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-08-25 11:48:49.790 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-08-25 11:48:49.792 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-08-25 11:48:49.795 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-08-25 11:48:49.798 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.800 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.803 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-08-25 11:48:49.805 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.807 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-08-25 11:48:49.810 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-08-25 11:48:49.812 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-08-25 11:48:49.815 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-08-25 11:48:49.817 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.819 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.822 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-08-25 11:48:49.824 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.826 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-08-25 11:48:49.829 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-08-25 11:48:49.831 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-08-25 11:48:49.833 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-08-25 11:48:49.836 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.838 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.840 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-08-25 11:48:49.842 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.845 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-08-25 11:48:49.847 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-08-25 11:48:49.849 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-08-25 11:48:49.851 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-08-25 11:48:49.854 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-08-25 11:48:49.860 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.863 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-08-25 11:48:49.865 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-08-25 11:48:49.868 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-08-25 11:48:49.870 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-08-25 11:48:49.872 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.875 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.877 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-08-25 11:48:49.880 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.882 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-08-25 11:48:49.884 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-08-25 11:48:49.887 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-08-25 11:48:49.889 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-08-25 11:48:49.891 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.893 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.896 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-08-25 11:48:49.898 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.900 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-08-25 11:48:49.902 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-08-25 11:48:49.905 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-08-25 11:48:49.907 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-08-25 11:48:49.909 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.912 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.914 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-08-25 11:48:49.916 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.919 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-08-25 11:48:49.921 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-08-25 11:48:49.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-08-25 11:48:49.926 | + inc/python:use_library_from_git:246 : local name=tooz 2022-08-25 11:48:49.928 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.931 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-08-25 11:48:49.935 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.937 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-08-25 11:48:49.940 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-08-25 11:48:49.943 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-08-25 11:48:49.945 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-08-25 11:48:49.947 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.950 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.952 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-08-25 11:48:49.955 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.958 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-08-25 11:48:49.960 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-08-25 11:48:49.962 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-08-25 11:48:49.965 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-08-25 11:48:49.967 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.969 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.971 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-08-25 11:48:49.974 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.976 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-08-25 11:48:49.978 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-08-25 11:48:49.981 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-08-25 11:48:49.983 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-08-25 11:48:49.985 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:49.988 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:49.990 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-08-25 11:48:49.993 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:49.996 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-08-25 11:48:49.998 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-08-25 11:48:50.000 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-08-25 11:48:50.003 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-08-25 11:48:50.006 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:48:50.008 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:48:50.010 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-08-25 11:48:50.012 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:48:50.015 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-08-25 11:48:50.036 | Using python 3.8 to install etcd3 2022-08-25 11:48:50.038 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-08-25 11:48:52.014 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:48:52.014 | from cryptography.utils import int_from_bytes 2022-08-25 11:48:52.014 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:48:52.014 | from cryptography.utils import int_from_bytes 2022-08-25 11:48:53.018 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:48:53.144 | Collecting etcd3===0.12.0 2022-08-25 11:48:53.151 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-08-25 11:48:56.047 | Collecting grpcio===1.47.0 2022-08-25 11:48:56.069 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cc3/4d182c4fd64b6/grpcio-1.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2022-08-25 11:48:57.197 | Collecting protobuf===4.21.5 2022-08-25 11:48:57.206 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e0/b272217aad897/protobuf-4.21.5-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2022-08-25 11:48:57.321 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-25 11:48:57.324 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (6.3.1) 2022-08-25 11:48:57.338 | Building wheels for collected packages: etcd3 2022-08-25 11:48:57.339 | Building wheel for etcd3 (setup.py): started 2022-08-25 11:48:58.037 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-08-25 11:48:58.038 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=1e4a5df4d6b71fe0d7849c99a91747bf170e652c35b8c11cd2c7055b149e054d 2022-08-25 11:48:58.038 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-08-25 11:48:58.039 | Successfully built etcd3 2022-08-25 11:48:59.504 | Installing collected packages: grpcio, protobuf, etcd3 2022-08-25 11:49:00.323 | Successfully installed etcd3-0.12.0 grpcio-1.47.0 protobuf-4.21.5 2022-08-25 11:49:00.448 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:00.450 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:00.452 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:00.454 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:00.456 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:00.458 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:00.461 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:00.463 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:00.466 | + functions-common:time_stop:2446 : start_time=1661428130030 2022-08-25 11:49:00.468 | + functions-common:time_stop:2448 : [[ -z 1661428130030 ]] 2022-08-25 11:49:00.471 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:00.480 | + functions-common:time_stop:2451 : end_time=1661428140478 2022-08-25 11:49:00.483 | + functions-common:time_stop:2452 : elapsed_time=10448 2022-08-25 11:49:00.485 | + functions-common:time_stop:2453 : total=37329 2022-08-25 11:49:00.488 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:00.490 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=47777 2022-08-25 11:49:00.492 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:00.494 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-08-25 11:49:00.516 | Using python 3.8 to install etcd3gw 2022-08-25 11:49:00.518 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-08-25 11:49:02.492 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:02.492 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:02.492 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:02.492 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:03.503 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:49:03.642 | Collecting etcd3gw===2.0.0 2022-08-25 11:49:03.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/827/5a9233ccda502/etcd3gw-2.0.0-py3-none-any.whl (22 kB) 2022-08-25 11:49:03.734 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.4.1) 2022-08-25 11:49:03.738 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.28.1) 2022-08-25 11:49:03.751 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-25 11:49:03.754 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (2.1.1) 2022-08-25 11:49:03.759 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (3.3) 2022-08-25 11:49:03.762 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (1.26.11) 2022-08-25 11:49:03.795 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 222)) (2019.11.28) 2022-08-25 11:49:05.210 | Installing collected packages: etcd3gw 2022-08-25 11:49:05.310 | Successfully installed etcd3gw-2.0.0 2022-08-25 11:49:05.410 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:05.415 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:05.417 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:05.419 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:05.421 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:05.424 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:05.426 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:05.428 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:05.430 | + functions-common:time_stop:2446 : start_time=1661428140510 2022-08-25 11:49:05.432 | + functions-common:time_stop:2448 : [[ -z 1661428140510 ]] 2022-08-25 11:49:05.435 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:05.440 | + functions-common:time_stop:2451 : end_time=1661428145437 2022-08-25 11:49:05.442 | + functions-common:time_stop:2452 : elapsed_time=4927 2022-08-25 11:49:05.444 | + functions-common:time_stop:2453 : total=47777 2022-08-25 11:49:05.446 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:05.448 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=52704 2022-08-25 11:49:05.450 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:05.453 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-08-25 11:49:05.455 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-08-25 11:49:05.457 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-08-25 11:49:05.460 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:49:05.462 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:49:05.464 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:49:05.467 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:49:05.469 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:49:05.471 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:49:05.473 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:49:05.476 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:49:05.478 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:49:05.480 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:49:05.483 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-08-25 11:49:05.485 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:05.488 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:05.490 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-08-25 11:49:05.492 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 11:49:05.495 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:49:05.497 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:49:05.499 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:49:05.502 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:49:05.505 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:49:05.507 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:49:05.509 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:05.511 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:05.514 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:49:05.516 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:49:05.518 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:49:05.521 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:49:05.523 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 11:49:05.525 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:49:05.528 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:05.530 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:05.532 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 11:49:05.554 | + 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-08-25 11:49:05.666 | Reading package lists... 2022-08-25 11:49:05.933 | Building dependency tree... 2022-08-25 11:49:05.935 | Reading state information... 2022-08-25 11:49:06.204 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 11:49:06.204 | The following packages were automatically installed and are no longer required: 2022-08-25 11:49:06.205 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:49:06.205 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:49:06.205 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:49:06.205 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:49:06.205 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:49:06.206 | python3-zope.interface 2022-08-25 11:49:06.206 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:49:06.206 | The following additional packages will be installed: 2022-08-25 11:49:06.207 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-08-25 11:49:06.208 | Suggested packages: 2022-08-25 11:49:06.208 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-08-25 11:49:06.276 | The following NEW packages will be installed: 2022-08-25 11:49:06.277 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-08-25 11:49:06.399 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:49:06.399 | Need to get 1,306 kB of archives. 2022-08-25 11:49:06.399 | After this operation, 4,613 kB of additional disk space will be used. 2022-08-25 11:49:06.399 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-08-25 11:49:06.677 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-08-25 11:49:06.697 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-08-25 11:49:06.740 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-08-25 11:49:06.805 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-08-25 11:49:06.807 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-08-25 11:49:07.384 | Fetched 1,306 kB in 1s (2,475 kB/s) 2022-08-25 11:49:07.417 | Selecting previously unselected package libnorm1:amd64. 2022-08-25 11:49:07.470 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90643 files and directories currently installed.) 2022-08-25 11:49:07.474 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-08-25 11:49:07.479 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-08-25 11:49:07.549 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-08-25 11:49:07.560 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-08-25 11:49:07.563 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-08-25 11:49:07.615 | Selecting previously unselected package libzmq5:amd64. 2022-08-25 11:49:07.624 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-08-25 11:49:07.626 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-08-25 11:49:07.692 | Selecting previously unselected package uwsgi-core. 2022-08-25 11:49:07.701 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-08-25 11:49:07.704 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-08-25 11:49:07.847 | Selecting previously unselected package uwsgi. 2022-08-25 11:49:07.857 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-08-25 11:49:07.859 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-08-25 11:49:07.893 | Selecting previously unselected package uwsgi-plugin-python3. 2022-08-25 11:49:07.902 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-08-25 11:49:07.905 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-08-25 11:49:07.968 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-08-25 11:49:07.974 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-08-25 11:49:07.979 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-08-25 11:49:07.984 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-08-25 11:49:07.996 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-08-25 11:49:08.838 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-08-25 11:49:08.868 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:49:09.232 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:49:09.601 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-25 11:49:17.833 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:49:17.836 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:49:17.838 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:17.840 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:17.842 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:17.844 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:17.847 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:17.849 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:49:17.851 | + functions-common:time_stop:2446 : start_time=1661428145551 2022-08-25 11:49:17.854 | + functions-common:time_stop:2448 : [[ -z 1661428145551 ]] 2022-08-25 11:49:17.856 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:17.861 | + functions-common:time_stop:2451 : end_time=1661428157858 2022-08-25 11:49:17.864 | + functions-common:time_stop:2452 : elapsed_time=12307 2022-08-25 11:49:17.866 | + functions-common:time_stop:2453 : total=260825 2022-08-25 11:49:17.868 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:17.871 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=273132 2022-08-25 11:49:17.873 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:49:17.875 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-08-25 11:49:17.878 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:17.880 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:17.882 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-08-25 11:49:17.947 | Enabling module proxy. 2022-08-25 11:49:17.952 | To activate the new configuration, you need to run: 2022-08-25 11:49:17.952 | systemctl restart apache2 2022-08-25 11:49:17.957 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-08-25 11:49:18.019 | Considering dependency proxy for proxy_uwsgi: 2022-08-25 11:49:18.019 | Module proxy already enabled 2022-08-25 11:49:18.019 | Enabling module proxy_uwsgi. 2022-08-25 11:49:18.024 | To activate the new configuration, you need to run: 2022-08-25 11:49:18.024 | systemctl restart apache2 2022-08-25 11:49:18.029 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-08-25 11:49:18.031 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:49:18.034 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:49:18.036 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:49:18.166 | + ./stack.sh:main:876 : install_keystoneauth 2022-08-25 11:49:18.170 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-08-25 11:49:18.172 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-08-25 11:49:18.175 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.178 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.180 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-08-25 11:49:18.183 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.185 | + ./stack.sh:main:877 : install_keystoneclient 2022-08-25 11:49:18.187 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-08-25 11:49:18.190 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-08-25 11:49:18.192 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.195 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.197 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-08-25 11:49:18.199 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.202 | + ./stack.sh:main:878 : install_glanceclient 2022-08-25 11:49:18.204 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-08-25 11:49:18.207 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-08-25 11:49:18.209 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.212 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.214 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-08-25 11:49:18.217 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.219 | + ./stack.sh:main:879 : install_cinderclient 2022-08-25 11:49:18.222 | + lib/cinder:install_cinderclient:492 : use_library_from_git python-brick-cinderclient-ext 2022-08-25 11:49:18.224 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-08-25 11:49:18.227 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.229 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.231 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-08-25 11:49:18.234 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.236 | + lib/cinder:install_cinderclient:497 : use_library_from_git python-cinderclient 2022-08-25 11:49:18.238 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-08-25 11:49:18.241 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.243 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.245 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-08-25 11:49:18.248 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.250 | + ./stack.sh:main:880 : install_novaclient 2022-08-25 11:49:18.252 | + lib/nova:install_novaclient:864 : use_library_from_git python-novaclient 2022-08-25 11:49:18.255 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-08-25 11:49:18.257 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.259 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.261 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-08-25 11:49:18.264 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.266 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-08-25 11:49:18.283 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:18.286 | + ./stack.sh:main:882 : install_swiftclient 2022-08-25 11:49:18.288 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-08-25 11:49:18.291 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-08-25 11:49:18.293 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.295 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.298 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-08-25 11:49:18.300 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.302 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-08-25 11:49:18.319 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:18.322 | + ./stack.sh:main:885 : install_neutronclient 2022-08-25 11:49:18.324 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-08-25 11:49:18.326 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-08-25 11:49:18.329 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-08-25 11:49:18.336 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.339 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-08-25 11:49:18.341 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-08-25 11:49:18.343 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-08-25 11:49:18.347 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:18.352 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:18.354 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-08-25 11:49:18.356 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:18.359 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-08-25 11:49:18.361 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-08-25 11:49:18.363 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:49:18.366 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-08-25 11:49:18.369 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-08-25 11:49:18.371 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:49:18.374 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:49:18.375 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:49:18.380 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-08-25 11:49:18.382 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-08-25 11:49:18.384 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-08-25 11:49:18.387 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-08-25 11:49:18.390 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-08-25 11:49:18.413 | Using python 3.8 to install keystonemiddleware 2022-08-25 11:49:18.415 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-08-25 11:49:20.406 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:20.406 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:20.406 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:20.406 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:21.419 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:49:21.422 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (10.0.0) 2022-08-25 11:49:21.474 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (3.1.0) 2022-08-25 11:49:21.512 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (9.0.0) 2022-08-25 11:49:21.550 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (1.1.8) 2022-08-25 11:49:21.556 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (4.0.0) 2022-08-25 11:49:21.560 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-25 11:49:21.563 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (1.5.0) 2022-08-25 11:49:21.567 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (5.0.0) 2022-08-25 11:49:21.624 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (5.0.0) 2022-08-25 11:49:21.645 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (5.1.1) 2022-08-25 11:49:21.648 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (6.0.1) 2022-08-25 11:49:21.661 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 586)) (2022.2.1) 2022-08-25 11:49:21.665 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 51)) (5.1.0) 2022-08-25 11:49:21.670 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) (5.0.0) 2022-08-25 11:49:21.676 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (5.0.0) 2022-08-25 11:49:21.684 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-25 11:49:21.686 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (3.1.1) 2022-08-25 11:49:21.697 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (5.0.0) 2022-08-25 11:49:21.734 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.28.1) 2022-08-25 11:49:21.747 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) (1.8.7) 2022-08-25 11:49:21.760 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (6.0) 2022-08-25 11:49:21.763 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.5.0) 2022-08-25 11:49:21.770 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) (0.8.0) 2022-08-25 11:49:21.775 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (1.7.0) 2022-08-25 11:49:21.779 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (1.0.2) 2022-08-25 11:49:21.783 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (21.3) 2022-08-25 11:49:21.788 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) (3.0.9) 2022-08-25 11:49:21.793 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (0.11.0) 2022-08-25 11:49:21.796 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.0.4) 2022-08-25 11:49:21.800 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (2.8.2) 2022-08-25 11:49:21.804 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (0.9.6) 2022-08-25 11:49:21.807 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 222)) (2019.11.28) 2022-08-25 11:49:21.809 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (1.26.11) 2022-08-25 11:49:21.841 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (3.3) 2022-08-25 11:49:21.844 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (2.1.1) 2022-08-25 11:49:21.850 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (1.14.1) 2022-08-25 11:49:23.180 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:23.182 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:23.185 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:23.187 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:23.189 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:23.191 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:23.193 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:23.200 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:23.203 | + functions-common:time_stop:2446 : start_time=1661428158406 2022-08-25 11:49:23.205 | + functions-common:time_stop:2448 : [[ -z 1661428158406 ]] 2022-08-25 11:49:23.208 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:23.212 | + functions-common:time_stop:2451 : end_time=1661428163209 2022-08-25 11:49:23.214 | + functions-common:time_stop:2452 : elapsed_time=4803 2022-08-25 11:49:23.217 | + functions-common:time_stop:2453 : total=52704 2022-08-25 11:49:23.219 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:23.222 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=57507 2022-08-25 11:49:23.224 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:23.227 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-08-25 11:49:23.229 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-08-25 11:49:23.231 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:49:23.234 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-08-25 11:49:23.238 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-08-25 11:49:23.240 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:49:23.244 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:49:23.245 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:49:23.250 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-08-25 11:49:23.252 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-08-25 11:49:23.255 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-08-25 11:49:23.257 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-08-25 11:49:23.260 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-08-25 11:49:23.290 | Using python 3.8 to install python-memcached 2022-08-25 11:49:23.292 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-08-25 11:49:25.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:25.284 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:25.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:25.284 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:26.300 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:49:26.428 | Collecting python-memcached===1.59 2022-08-25 11:49:26.437 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-08-25 11:49:26.520 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-25 11:49:27.995 | Installing collected packages: python-memcached 2022-08-25 11:49:28.078 | Successfully installed python-memcached-1.59 2022-08-25 11:49:28.176 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:28.178 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:28.181 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:28.183 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:28.188 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:28.190 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:28.192 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:28.195 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:28.197 | + functions-common:time_stop:2446 : start_time=1661428163284 2022-08-25 11:49:28.199 | + functions-common:time_stop:2448 : [[ -z 1661428163284 ]] 2022-08-25 11:49:28.202 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:28.206 | + functions-common:time_stop:2451 : end_time=1661428168204 2022-08-25 11:49:28.208 | + functions-common:time_stop:2452 : elapsed_time=4920 2022-08-25 11:49:28.211 | + functions-common:time_stop:2453 : total=57507 2022-08-25 11:49:28.213 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:28.215 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=62427 2022-08-25 11:49:28.217 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:28.220 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-08-25 11:49:28.237 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:28.239 | + ./stack.sh:main:892 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-08-25 11:49:28.241 | + ./stack.sh:main:893 : stack_install_service keystone 2022-08-25 11:49:28.243 | + lib/stack:stack_install_service:20 : local service=keystone 2022-08-25 11:49:28.246 | + lib/stack:stack_install_service:21 : type install_keystone 2022-08-25 11:49:28.248 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:49:28.251 | + lib/stack:stack_install_service:32 : install_keystone 2022-08-25 11:49:28.253 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-08-25 11:49:28.269 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:28.271 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-08-25 11:49:28.273 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-08-25 11:49:28.275 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-08-25 11:49:28.277 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:49:28.279 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:49:28.282 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:49:28.284 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:49:28.286 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:49:28.289 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:49:28.306 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:49:28.308 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:49:28.311 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:49:28.314 | + functions-common:git_clone:617 : echo master 2022-08-25 11:49:28.315 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:49:28.321 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-08-25 11:49:28.323 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:49:28.325 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-08-25 11:49:28.339 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-08-25 11:49:28.342 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:49:28.342 | + functions-common:git_clone:678 : head -1 2022-08-25 11:49:28.346 | 1dd6993d7 Merge "docs: Update docs to reflect migration to Alembic" 2022-08-25 11:49:28.349 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:49:28.351 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-08-25 11:49:28.353 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:49:28.355 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 11:49:28.358 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-08-25 11:49:28.360 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:49:28.362 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-08-25 11:49:28.365 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:49:28.368 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 11:49:28.370 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-08-25 11:49:28.372 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:49:28.375 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:49:28.378 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-08-25 11:49:28.381 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:49:28.383 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-08-25 11:49:28.386 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:49:28.388 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:49:28.392 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-08-25 11:49:28.398 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-08-25 11:49:28.400 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-08-25 11:49:29.043 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-08-25 11:49:29.045 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:49:29.048 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:49:29.050 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:49:29.053 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 11:49:29.055 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-08-25 11:49:29.057 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:49:29.059 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:49:29.061 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:49:29.064 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:49:29.067 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:49:29.069 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:49:29.072 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:49:29.074 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-08-25 11:49:29.095 | Using python 3.8 to install /opt/stack/keystone 2022-08-25 11:49:29.097 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-08-25 11:49:31.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:31.105 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:31.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:31.105 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:32.116 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:49:32.116 | Obtaining file:///opt/stack/keystone 2022-08-25 11:49:33.796 | Collecting Flask===2.2.2 2022-08-25 11:49:33.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b9c/46cc36662a794/Flask-2.2.2-py3-none-any.whl (101 kB) 2022-08-25 11:49:34.013 | Collecting Flask-RESTful===0.3.9 2022-08-25 11:49:34.019 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-08-25 11:49:34.108 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:49:34.114 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:49:34.179 | Collecting PyJWT===2.4.0 2022-08-25 11:49:34.186 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/72d/1d253f32dbd4f/PyJWT-2.4.0-py3-none-any.whl (18 kB) 2022-08-25 11:49:34.222 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:49:34.366 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:49:34.525 | Collecting Werkzeug===2.2.2 2022-08-25 11:49:34.532 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f97/9ab81f58d7318/Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2022-08-25 11:49:34.747 | Collecting aniso8601===9.0.1 2022-08-25 11:49:34.754 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-08-25 11:49:34.851 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:49:34.859 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:49:34.921 | Collecting click===8.1.3 2022-08-25 11:49:34.929 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb4/d8133cb15a609/click-8.1.3-py3-none-any.whl (96 kB) 2022-08-25 11:49:34.950 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:49:34.987 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:49:34.992 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:49:34.997 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:49:35.134 | Collecting itsdangerous===2.1.2 2022-08-25 11:49:35.142 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/349112351b886/itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2022-08-25 11:49:35.221 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:49:35.260 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:49:35.309 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:49:35.350 | Collecting oauthlib===3.2.0 2022-08-25 11:49:35.357 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB) 2022-08-25 11:49:35.400 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:49:35.463 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:49:35.502 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:49:35.508 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:49:35.553 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:49:35.558 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:49:35.596 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 11:49:35.650 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 11:49:35.660 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:49:35.679 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:49:35.694 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:49:35.702 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:49:35.725 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:49:35.735 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:49:35.748 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 11:49:35.787 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:49:35.896 | Collecting passlib===1.7.4 2022-08-25 11:49:35.903 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-08-25 11:49:36.050 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:49:36.053 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:49:36.064 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 11:49:36.070 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:49:36.079 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:49:36.083 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:49:36.085 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:49:36.090 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:49:36.217 | Collecting pysaml2===7.2.0 2022-08-25 11:49:36.225 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/538/c9e51609d5102/pysaml2-7.2.0-py2.py3-none-any.whl (412 kB) 2022-08-25 11:49:36.392 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:49:36.397 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:49:36.418 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:49:36.422 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:49:36.435 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:49:36.706 | Collecting scrypt===0.8.20 2022-08-25 11:49:36.717 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/61d/faff95a184fd3/scrypt-0.8.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-08-25 11:49:36.853 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:49:36.855 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:49:36.865 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:49:36.868 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:49:36.871 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:49:36.875 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:49:36.883 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:49:36.888 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:49:36.898 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:49:36.930 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:49:37.119 | Collecting xmlschema===2.0.2 2022-08-25 11:49:37.129 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b25/205afab69118a/xmlschema-2.0.2-py3-none-any.whl (354 kB) 2022-08-25 11:49:37.276 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:49:37.282 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:49:37.307 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:49:37.310 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:49:37.338 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:49:37.395 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:49:37.452 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:49:37.457 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:49:37.459 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:49:37.466 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:49:37.480 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 11:49:37.482 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 11:49:37.528 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 11:49:37.532 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 11:49:37.535 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:49:37.544 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:49:37.554 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:49:37.565 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:49:37.576 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:49:37.584 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:49:37.593 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:49:37.596 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:49:37.600 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 11:49:37.704 | Collecting defusedxml===0.7.1 2022-08-25 11:49:37.710 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-08-25 11:49:37.793 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2===7.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 374)) (45.2.0) 2022-08-25 11:49:37.795 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:49:37.801 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:49:37.804 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:49:37.806 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:49:37.808 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:49:37.951 | Collecting elementpath===3.0.2 2022-08-25 11:49:37.957 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/612/2419481a4c731/elementpath-3.0.2-py3-none-any.whl (189 kB) 2022-08-25 11:49:38.076 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:49:38.081 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:49:38.084 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:49:38.094 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 11:49:38.097 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:49:38.100 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:49:38.107 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:49:38.832 | Installing collected packages: Werkzeug, click, itsdangerous, Flask, aniso8601, Flask-RESTful, PyJWT, defusedxml, elementpath, oauthlib, passlib, xmlschema, pysaml2, scrypt, keystone 2022-08-25 11:49:39.095 | Attempting uninstall: click 2022-08-25 11:49:39.097 | Found existing installation: Click 7.0 2022-08-25 11:49:39.098 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-25 11:49:39.099 | Can't uninstall 'Click'. No files were found to uninstall. 2022-08-25 11:49:39.503 | Attempting uninstall: PyJWT 2022-08-25 11:49:39.504 | Found existing installation: PyJWT 1.7.1 2022-08-25 11:49:39.505 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-25 11:49:39.505 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2022-08-25 11:49:39.884 | Attempting uninstall: oauthlib 2022-08-25 11:49:39.885 | Found existing installation: oauthlib 3.1.0 2022-08-25 11:49:39.886 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-25 11:49:39.886 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2022-08-25 11:49:41.530 | Running setup.py develop for keystone 2022-08-25 11:49:43.310 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 PyJWT-2.4.0 Werkzeug-2.2.2 aniso8601-9.0.1 click-8.1.3 defusedxml-0.7.1 elementpath-3.0.2 itsdangerous-2.1.2 keystone oauthlib-3.2.0 passlib-1.7.4 pysaml2-7.2.0 scrypt-0.8.20 xmlschema-2.0.2 2022-08-25 11:49:43.455 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:43.457 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:43.459 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:43.461 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:43.463 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:43.465 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:43.467 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:43.470 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:43.472 | + functions-common:time_stop:2446 : start_time=1661428169089 2022-08-25 11:49:43.474 | + functions-common:time_stop:2448 : [[ -z 1661428169089 ]] 2022-08-25 11:49:43.476 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:43.480 | + functions-common:time_stop:2451 : end_time=1661428183478 2022-08-25 11:49:43.482 | + functions-common:time_stop:2452 : elapsed_time=14389 2022-08-25 11:49:43.485 | + functions-common:time_stop:2453 : total=62427 2022-08-25 11:49:43.487 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:43.489 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=76816 2022-08-25 11:49:43.491 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:43.493 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:49:43.496 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 11:49:43.498 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 11:49:43.516 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 11:49:43.527 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-08-25 11:49:43.530 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-08-25 11:49:43.532 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:43.535 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:43.537 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-08-25 11:49:43.539 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:43.542 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-08-25 11:49:43.559 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:43.561 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-08-25 11:49:43.563 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:49:43.566 | + ./stack.sh:main:894 : configure_keystone 2022-08-25 11:49:43.568 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-08-25 11:49:43.581 | + 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-08-25 11:49:43.583 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-08-25 11:49:43.588 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-08-25 11:49:43.603 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:43.606 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-08-25 11:49:43.640 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-08-25 11:49:43.672 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-08-25 11:49:43.706 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-08-25 11:49:43.741 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-08-25 11:49:43.776 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-08-25 11:49:43.810 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-08-25 11:49:43.843 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-08-25 11:49:43.875 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-08-25 11:49:43.877 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-08-25 11:49:43.879 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-08-25 11:49:43.881 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-08-25 11:49:43.884 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 11:49:43.886 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:49:43.901 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:43.904 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 11:49:43.908 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 11:49:43.910 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:49:43.926 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:43.929 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:49:43.931 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:49:43.973 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:49:43.976 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:49:43.978 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-08-25 11:49:43.980 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-08-25 11:49:44.002 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:44.004 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.42/identity 2022-08-25 11:49:44.039 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-08-25 11:49:44.041 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-08-25 11:49:44.077 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-08-25 11:49:44.080 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-08-25 11:49:44.082 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-08-25 11:49:44.085 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-08-25 11:49:44.087 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:49:44.089 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:49:44.091 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:49:44.108 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:44.111 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:49:44.113 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-25 11:49:44.119 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-25 11:49:44.155 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-08-25 11:49:44.157 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-08-25 11:49:44.159 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-08-25 11:49:44.163 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-08-25 11:49:44.167 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:49:44.186 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:49:44.189 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:49:44.191 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:49:44.193 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:49:44.195 | + 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-08-25 11:49:44.227 | + 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-08-25 11:49:44.258 | + 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-08-25 11:49:44.290 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:49:44.322 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-08-25 11:49:44.354 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-08-25 11:49:44.356 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-08-25 11:49:44.358 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-08-25 11:49:44.361 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-08-25 11:49:44.363 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-08-25 11:49:44.366 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 11:49:44.368 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 11:49:44.371 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-08-25 11:49:44.376 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-08-25 11:49:44.378 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 11:49:44.381 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 11:49:44.393 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 11:49:44.394 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:49:44.402 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 11:49:44.408 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:49:44.424 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-08-25 11:49:44.427 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-08-25 11:49:44.431 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-08-25 11:49:44.464 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-08-25 11:49:44.495 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-08-25 11:49:44.528 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-08-25 11:49:44.561 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-08-25 11:49:44.592 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-08-25 11:49:44.623 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-08-25 11:49:44.656 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-08-25 11:49:44.686 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-08-25 11:49:44.717 | + 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-08-25 11:49:44.749 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-08-25 11:49:44.780 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-08-25 11:49:44.813 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-08-25 11:49:44.845 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 11:49:44.847 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 11:49:44.850 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-08-25 11:49:44.852 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-08-25 11:49:44.854 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 11:49:44.857 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:44.860 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:44.862 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 11:49:44.865 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 11:49:44.867 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-08-25 11:49:44.898 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-08-25 11:49:44.932 | + 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-08-25 11:49:44.932 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 11:49:44.941 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-08-25 11:49:44.944 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-08-25 11:49:44.946 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-08-25 11:49:44.948 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 11:49:44.951 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 11:49:44.953 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:49:44.955 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:44.958 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:44.960 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 11:49:44.962 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 11:49:44.964 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:44.967 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:44.969 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-08-25 11:49:45.031 | Enabling site keystone-wsgi-public. 2022-08-25 11:49:45.037 | To activate the new configuration, you need to run: 2022-08-25 11:49:45.037 | systemctl reload apache2 2022-08-25 11:49:45.041 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 11:49:45.044 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:49:45.046 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:49:45.049 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:49:45.174 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-08-25 11:49:45.208 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-08-25 11:49:45.243 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-08-25 11:49:45.277 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-08-25 11:49:45.280 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-08-25 11:49:45.315 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-08-25 11:49:45.348 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-08-25 11:49:45.379 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-25 11:49:45.382 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-25 11:49:45.384 | + ./stack.sh:main:898 : is_service_enabled swift 2022-08-25 11:49:45.401 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:45.404 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-08-25 11:49:45.421 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:45.423 | + ./stack.sh:main:902 : stack_install_service swift 2022-08-25 11:49:45.425 | + lib/stack:stack_install_service:20 : local service=swift 2022-08-25 11:49:45.428 | + lib/stack:stack_install_service:21 : type install_swift 2022-08-25 11:49:45.430 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:49:45.432 | + lib/stack:stack_install_service:32 : install_swift 2022-08-25 11:49:45.435 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-08-25 11:49:45.437 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-08-25 11:49:45.439 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-08-25 11:49:45.442 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:49:45.444 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:49:45.446 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:49:45.449 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:49:45.451 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:49:45.455 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:49:45.471 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:49:45.473 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:49:45.475 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:49:45.478 | + functions-common:git_clone:617 : echo master 2022-08-25 11:49:45.479 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:49:45.484 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-08-25 11:49:45.486 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:49:45.489 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-08-25 11:49:45.502 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-08-25 11:49:45.505 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:49:45.505 | + functions-common:git_clone:678 : head -1 2022-08-25 11:49:45.508 | 155074ac0 Merge "Add MPU to s3api tests" 2022-08-25 11:49:45.511 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:49:45.513 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-08-25 11:49:45.516 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:49:45.519 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 11:49:45.521 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-08-25 11:49:45.524 | + inc/python:setup_develop:340 : local extras=keystone 2022-08-25 11:49:45.526 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-08-25 11:49:45.529 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:49:45.531 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 11:49:45.533 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-08-25 11:49:45.536 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:49:45.538 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-08-25 11:49:45.541 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-08-25 11:49:45.544 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:49:45.546 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-08-25 11:49:45.549 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:49:45.551 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:49:45.554 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-08-25 11:49:45.560 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-08-25 11:49:45.562 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-08-25 11:49:46.180 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-08-25 11:49:46.182 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:49:46.184 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:49:46.186 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:49:46.188 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 11:49:46.191 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-08-25 11:49:46.194 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:49:46.196 | + inc/python:setup_package:424 : local extras=keystone 2022-08-25 11:49:46.198 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:49:46.200 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-08-25 11:49:46.203 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-08-25 11:49:46.205 | + inc/python:setup_package:434 : extras='[keystone]' 2022-08-25 11:49:46.207 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:49:46.209 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-08-25 11:49:46.230 | Using python 3.8 to install /opt/stack/swift 2022-08-25 11:49:46.233 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-08-25 11:49:48.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:48.252 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:48.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:49:48.252 | from cryptography.utils import int_from_bytes 2022-08-25 11:49:49.280 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:49:49.280 | Obtaining file:///opt/stack/swift 2022-08-25 11:49:50.544 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:49:50.554 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:49:50.592 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:49:50.601 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:49:50.606 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:49:50.657 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 11:49:50.666 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:49:50.670 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:49:50.707 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:49:50.747 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:49:50.752 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:49:50.757 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:49:50.803 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:49:50.814 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:49:50.827 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:49:50.833 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:49:50.835 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:49:50.996 | Collecting pyeclib===1.6.1 2022-08-25 11:49:51.018 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3a3/64cefb59c06d0/pyeclib-1.6.1.tar.gz (6.7 MB) 2022-08-25 11:49:51.989 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:49:51.991 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:49:51.997 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:49:52.002 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:49:52.025 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:49:52.029 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:49:52.042 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:49:52.046 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:49:52.049 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:49:52.054 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:49:52.250 | Collecting xattr===0.9.9 2022-08-25 11:49:52.258 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01e/c07d24a14406b/xattr-0.9.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35 kB) 2022-08-25 11:49:52.347 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-25 11:49:52.350 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:49:52.353 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:49:52.380 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:49:52.437 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:49:52.450 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:49:52.456 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:49:52.462 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:49:52.465 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:49:52.470 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:49:52.473 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:49:52.476 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:49:52.479 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:49:52.481 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:49:52.487 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:49:52.489 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:49:52.494 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:49:52.496 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:49:52.500 | Building wheels for collected packages: pyeclib 2022-08-25 11:49:52.501 | Building wheel for pyeclib (setup.py): started 2022-08-25 11:49:53.699 | Building wheel for pyeclib (setup.py): finished with status 'done' 2022-08-25 11:49:53.701 | Created wheel for pyeclib: filename=pyeclib-1.6.1-cp38-cp38-linux_x86_64.whl size=50598 sha256=936b05283c1bc7170cce1700bb54278bf206fdbc24793a80fad5f5f9880afa1a 2022-08-25 11:49:53.701 | Stored in directory: /root/.cache/pip/wheels/96/83/7e/10afa0a426fb8f1c624a7bc0ed3510e6b24fc51a58e3b05b6a 2022-08-25 11:49:53.702 | Successfully built pyeclib 2022-08-25 11:49:54.974 | Installing collected packages: pyeclib, xattr, swift 2022-08-25 11:49:55.026 | Running setup.py develop for swift 2022-08-25 11:49:56.651 | Successfully installed pyeclib-1.6.1 swift xattr-0.9.9 2022-08-25 11:49:56.781 | + inc/python:pip_install:196 : result=0 2022-08-25 11:49:56.784 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:49:56.787 | + functions-common:time_stop:2439 : local name 2022-08-25 11:49:56.789 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:49:56.794 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:49:56.798 | + functions-common:time_stop:2442 : local total 2022-08-25 11:49:56.800 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:49:56.803 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:49:56.806 | + functions-common:time_stop:2446 : start_time=1661428186225 2022-08-25 11:49:56.813 | + functions-common:time_stop:2448 : [[ -z 1661428186225 ]] 2022-08-25 11:49:56.816 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:49:56.821 | + functions-common:time_stop:2451 : end_time=1661428196818 2022-08-25 11:49:56.823 | + functions-common:time_stop:2452 : elapsed_time=10593 2022-08-25 11:49:56.827 | + functions-common:time_stop:2453 : total=76816 2022-08-25 11:49:56.829 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:49:56.832 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=87409 2022-08-25 11:49:56.835 | + inc/python:pip_install:199 : return 0 2022-08-25 11:49:56.838 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:49:56.840 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 11:49:56.842 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 11:49:56.863 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 11:49:56.876 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-08-25 11:49:56.878 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-08-25 11:49:56.881 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:49:56.883 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:49:56.886 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-08-25 11:49:56.888 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:49:56.891 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-08-25 11:49:56.894 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:49:56.896 | + ./stack.sh:main:903 : configure_swift 2022-08-25 11:49:56.899 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-08-25 11:49:56.901 | + lib/swift:configure_swift:332 : local node_number 2022-08-25 11:49:56.903 | + lib/swift:configure_swift:333 : local swift_node_config 2022-08-25 11:49:56.904 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-08-25 11:49:56.906 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-25 11:49:57.877 | No object-replicator running 2022-08-25 11:49:57.877 | No account-replicator running 2022-08-25 11:49:57.877 | No object-expirer running 2022-08-25 11:49:57.878 | No object-reconstructor running 2022-08-25 11:49:57.878 | No container-sync running 2022-08-25 11:49:57.878 | No container-updater running 2022-08-25 11:49:57.878 | No object-auditor running 2022-08-25 11:49:57.878 | No account-auditor running 2022-08-25 11:49:57.878 | No container-auditor running 2022-08-25 11:49:57.878 | No container-replicator running 2022-08-25 11:49:57.878 | No container-reconciler running 2022-08-25 11:49:57.878 | No account-reaper running 2022-08-25 11:49:57.878 | No container-server running 2022-08-25 11:49:57.878 | No proxy-server running 2022-08-25 11:49:57.878 | No account-server running 2022-08-25 11:49:57.878 | No object-updater running 2022-08-25 11:49:57.878 | No object-server running 2022-08-25 11:49:57.878 | No container-sharder running 2022-08-25 11:49:57.967 | + lib/swift:configure_swift:337 : true 2022-08-25 11:49:57.970 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-08-25 11:49:57.984 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-08-25 11:49:57.998 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-08-25 11:49:58.002 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-08-25 11:49:58.002 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-08-25 11:49:58.008 | + lib/swift:configure_swift:351 : sed -e ' 2022-08-25 11:49:58.008 | s/%GROUP%/ubuntu/; 2022-08-25 11:49:58.008 | s/%USER%/ubuntu/; 2022-08-25 11:49:58.008 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-08-25 11:49:58.008 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-08-25 11:49:58.011 | uid = ubuntu 2022-08-25 11:49:58.011 | gid = ubuntu 2022-08-25 11:49:58.011 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-08-25 11:49:58.011 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-08-25 11:49:58.011 | address = 127.0.0.1 2022-08-25 11:49:58.011 | 2022-08-25 11:49:58.011 | [account6612] 2022-08-25 11:49:58.011 | max connections = 25 2022-08-25 11:49:58.011 | path = /opt/stack/data/swift/1/node/ 2022-08-25 11:49:58.011 | read only = false 2022-08-25 11:49:58.011 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-08-25 11:49:58.011 | 2022-08-25 11:49:58.011 | [account6622] 2022-08-25 11:49:58.011 | max connections = 25 2022-08-25 11:49:58.011 | path = /opt/stack/data/swift/2/node/ 2022-08-25 11:49:58.011 | read only = false 2022-08-25 11:49:58.011 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-08-25 11:49:58.011 | 2022-08-25 11:49:58.011 | [account6632] 2022-08-25 11:49:58.011 | max connections = 25 2022-08-25 11:49:58.011 | path = /opt/stack/data/swift/3/node/ 2022-08-25 11:49:58.011 | read only = false 2022-08-25 11:49:58.011 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-08-25 11:49:58.011 | 2022-08-25 11:49:58.011 | [account6642] 2022-08-25 11:49:58.011 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/4/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [container6611] 2022-08-25 11:49:58.012 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/1/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [container6621] 2022-08-25 11:49:58.012 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/2/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [container6631] 2022-08-25 11:49:58.012 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/3/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [container6641] 2022-08-25 11:49:58.012 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/4/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [object6613] 2022-08-25 11:49:58.012 | max connections = 25 2022-08-25 11:49:58.012 | path = /opt/stack/data/swift/1/node/ 2022-08-25 11:49:58.012 | read only = false 2022-08-25 11:49:58.012 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-08-25 11:49:58.012 | 2022-08-25 11:49:58.012 | [object6623] 2022-08-25 11:49:58.013 | max connections = 25 2022-08-25 11:49:58.013 | path = /opt/stack/data/swift/2/node/ 2022-08-25 11:49:58.013 | read only = false 2022-08-25 11:49:58.013 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-08-25 11:49:58.013 | 2022-08-25 11:49:58.013 | [object6633] 2022-08-25 11:49:58.013 | max connections = 25 2022-08-25 11:49:58.013 | path = /opt/stack/data/swift/3/node/ 2022-08-25 11:49:58.013 | read only = false 2022-08-25 11:49:58.013 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-08-25 11:49:58.013 | 2022-08-25 11:49:58.013 | [object6643] 2022-08-25 11:49:58.013 | max connections = 25 2022-08-25 11:49:58.013 | path = /opt/stack/data/swift/4/node/ 2022-08-25 11:49:58.013 | read only = false 2022-08-25 11:49:58.013 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-08-25 11:49:58.014 | + lib/swift:configure_swift:357 : is_ubuntu 2022-08-25 11:49:58.017 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:49:58.019 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:49:58.021 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-08-25 11:49:58.035 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-08-25 11:49:58.037 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-08-25 11:49:58.043 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-08-25 11:49:58.047 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-08-25 11:49:58.051 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-08-25 11:49:58.056 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-08-25 11:49:58.092 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.42:8080/v1/ 2022-08-25 11:49:58.127 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-08-25 11:49:58.145 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-08-25 11:49:58.183 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-08-25 11:49:58.203 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-08-25 11:49:58.240 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-08-25 11:49:58.262 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-08-25 11:49:58.300 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-08-25 11:49:58.320 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-08-25 11:49:58.355 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-08-25 11:49:58.378 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 11:49:58.421 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-08-25 11:49:58.440 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-08-25 11:49:58.456 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:58.458 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-08-25 11:49:58.495 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-08-25 11:49:58.534 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-08-25 11:49:58.568 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-08-25 11:49:58.604 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-08-25 11:49:58.606 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-08-25 11:49:58.622 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:58.624 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-08-25 11:49:58.657 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-08-25 11:49:58.672 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:58.675 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-08-25 11:49:58.692 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:49:58.694 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-08-25 11:49:58.696 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-08-25 11:49:58.713 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:49:58.715 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-08-25 11:49:58.717 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-08-25 11:49:58.719 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-08-25 11:49:58.724 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-08-25 11:49:58.729 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-08-25 11:49:58.763 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-08-25 11:49:58.796 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-08-25 11:49:58.833 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-08-25 11:49:58.869 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-08-25 11:49:58.903 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-08-25 11:49:58.905 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-08-25 11:49:58.907 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-08-25 11:49:58.909 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-08-25 11:49:58.912 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-08-25 11:49:58.946 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-08-25 11:49:58.979 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:49:59.013 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-08-25 11:49:59.055 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-08-25 11:49:59.096 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-08-25 11:49:59.133 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-08-25 11:49:59.168 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-08-25 11:49:59.202 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:49:59.237 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-08-25 11:49:59.276 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-08-25 11:49:59.308 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-08-25 11:49:59.341 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-08-25 11:49:59.374 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-08-25 11:49:59.410 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-08-25 11:49:59.444 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-08-25 11:49:59.462 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-08-25 11:49:59.494 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-08-25 11:49:59.526 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-08-25 11:49:59.531 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-08-25 11:49:59.566 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-08-25 11:49:59.598 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-08-25 11:49:59.631 | + lib/swift:configure_swift:480 : local node_number 2022-08-25 11:49:59.633 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-25 11:49:59.635 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-25 11:49:59.638 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-08-25 11:49:59.642 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-08-25 11:49:59.644 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-25 11:49:59.647 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 11:49:59.649 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-08-25 11:49:59.651 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-08-25 11:49:59.653 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 11:49:59.655 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 11:49:59.657 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-08-25 11:49:59.676 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-08-25 11:49:59.712 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-08-25 11:49:59.732 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-08-25 11:49:59.775 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-08-25 11:49:59.794 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 11:49:59.831 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-08-25 11:49:59.853 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 11:49:59.890 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-08-25 11:49:59.915 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 11:49:59.953 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-08-25 11:49:59.974 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-08-25 11:50:00.013 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-08-25 11:50:00.033 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-08-25 11:50:00.074 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-08-25 11:50:00.099 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-08-25 11:50:00.142 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-08-25 11:50:00.161 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-08-25 11:50:00.195 | + 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-08-25 11:50:00.200 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-08-25 11:50:00.219 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 11:50:00.255 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-08-25 11:50:00.293 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-08-25 11:50:00.295 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-08-25 11:50:00.301 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-08-25 11:50:00.304 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-08-25 11:50:00.306 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 11:50:00.308 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-08-25 11:50:00.311 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-08-25 11:50:00.313 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 11:50:00.316 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 11:50:00.318 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-08-25 11:50:00.337 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-08-25 11:50:00.370 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-08-25 11:50:00.389 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-08-25 11:50:00.424 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-08-25 11:50:00.443 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 11:50:00.476 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-08-25 11:50:00.494 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 11:50:00.527 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-08-25 11:50:00.546 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 11:50:00.581 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-08-25 11:50:00.601 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-08-25 11:50:00.635 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-08-25 11:50:00.655 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-08-25 11:50:00.691 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-08-25 11:50:00.710 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-08-25 11:50:00.747 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-08-25 11:50:00.770 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-08-25 11:50:00.803 | + 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-08-25 11:50:00.808 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-08-25 11:50:00.827 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 11:50:00.861 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-08-25 11:50:00.863 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-08-25 11:50:00.868 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-08-25 11:50:00.870 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-08-25 11:50:00.872 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 11:50:00.875 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-08-25 11:50:00.877 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-08-25 11:50:00.879 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 11:50:00.881 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 11:50:00.883 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-08-25 11:50:00.904 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-08-25 11:50:00.942 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-08-25 11:50:00.965 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-08-25 11:50:01.001 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-08-25 11:50:01.021 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 11:50:01.057 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-08-25 11:50:01.076 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 11:50:01.111 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-08-25 11:50:01.130 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 11:50:01.172 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-08-25 11:50:01.191 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-08-25 11:50:01.227 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-08-25 11:50:01.246 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-08-25 11:50:01.283 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-08-25 11:50:01.302 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-08-25 11:50:01.336 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-08-25 11:50:01.354 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-08-25 11:50:01.387 | + 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-08-25 11:50:01.392 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-08-25 11:50:01.410 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 11:50:01.444 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-08-25 11:50:01.479 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-08-25 11:50:01.512 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-08-25 11:50:01.545 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-08-25 11:50:01.548 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-08-25 11:50:01.553 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-08-25 11:50:01.588 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-08-25 11:50:01.626 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-08-25 11:50:01.666 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-08-25 11:50:01.702 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-08-25 11:50:01.742 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-08-25 11:50:01.779 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-08-25 11:50:01.815 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-08-25 11:50:01.849 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-08-25 11:50:01.888 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-08-25 11:50:01.906 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:01.910 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-08-25 11:50:01.932 | + lib/swift:configure_swift:523 : local auth_vers 2022-08-25 11:50:01.935 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-08-25 11:50:01.957 | + lib/swift:configure_swift:524 : auth_vers=3 2022-08-25 11:50:01.959 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.42 2022-08-25 11:50:01.994 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-08-25 11:50:01.997 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-08-25 11:50:02.034 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.42/identity 2022-08-25 11:50:02.071 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-08-25 11:50:02.073 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-08-25 11:50:02.107 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-08-25 11:50:02.124 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:50:02.127 | + lib/swift:configure_swift:543 : local user_group 2022-08-25 11:50:02.130 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-08-25 11:50:02.135 | + lib/swift:configure_swift:544 : user_group=1000 2022-08-25 11:50:02.137 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-08-25 11:50:02.151 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-08-25 11:50:02.153 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-08-25 11:50:02.167 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-08-25 11:50:02.169 | + lib/swift:configure_swift:550 : is_suse 2022-08-25 11:50:02.172 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:50:02.175 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:50:02.178 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:50:02.180 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:50:02.182 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:50:02.185 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:50:02.187 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-08-25 11:50:02.200 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-08-25 11:50:02.202 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-08-25 11:50:02.205 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-08-25 11:50:02.223 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:50:02.226 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-08-25 11:50:02.244 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:02.246 | + ./stack.sh:main:914 : stack_install_service glance 2022-08-25 11:50:02.249 | + lib/stack:stack_install_service:20 : local service=glance 2022-08-25 11:50:02.252 | + lib/stack:stack_install_service:21 : type install_glance 2022-08-25 11:50:02.254 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:50:02.257 | + lib/stack:stack_install_service:32 : install_glance 2022-08-25 11:50:02.259 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-08-25 11:50:02.262 | + lib/glance:install_glance:507 : local glance_store_extras 2022-08-25 11:50:02.264 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-08-25 11:50:02.283 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:02.286 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-08-25 11:50:02.289 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-08-25 11:50:02.307 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:02.310 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-08-25 11:50:02.313 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-08-25 11:50:02.315 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-08-25 11:50:02.318 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:50:02.321 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:50:02.323 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-08-25 11:50:02.326 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:50:02.330 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-08-25 11:50:02.333 | ++ inc/python:join_extras:29 : local IFS=, 2022-08-25 11:50:02.336 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-08-25 11:50:02.339 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-08-25 11:50:02.341 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-08-25 11:50:02.344 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-08-25 11:50:02.348 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-08-25 11:50:02.351 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-08-25 11:50:02.354 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-08-25 11:50:02.357 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-08-25 11:50:02.361 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:50:02.361 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-08-25 11:50:02.366 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-08-25 11:50:02.369 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-08-25 11:50:02.371 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-08-25 11:50:02.374 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-08-25 11:50:02.377 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-08-25 11:50:02.399 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-08-25 11:50:02.402 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-08-25 11:50:04.427 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:04.427 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:04.427 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:04.427 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:05.446 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:50:05.637 | Collecting glance-store===4.1.0 2022-08-25 11:50:05.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/e7da4e0f44d51/glance_store-4.1.0-py3-none-any.whl (230 kB) 2022-08-25 11:50:05.846 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 11:50:05.856 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:50:05.895 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:50:06.157 | Collecting os-brick===6.0.0 2022-08-25 11:50:06.165 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eee/ead854dedb0ee/os_brick-6.0.0-py3-none-any.whl (273 kB) 2022-08-25 11:50:06.320 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:50:06.324 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 11:50:06.340 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:50:06.350 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:50:06.387 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:50:06.393 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:50:06.397 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:50:06.435 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 11:50:06.449 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 11:50:06.451 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:50:06.460 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:50:06.481 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:50:06.495 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:50:06.500 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:50:06.503 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:50:06.505 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:50:06.511 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:50:06.691 | Collecting python-cinderclient===9.0.0 2022-08-25 11:50:06.698 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ad/8eb07d7be44f3/python_cinderclient-9.0.0-py3-none-any.whl (254 kB) 2022-08-25 11:50:06.840 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:50:06.846 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:50:06.994 | Collecting python-swiftclient===4.0.1 2022-08-25 11:50:07.001 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/839/de62df3710911/python_swiftclient-4.0.1-py3-none-any.whl (87 kB) 2022-08-25 11:50:07.113 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:50:07.117 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:50:07.130 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:50:07.133 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 11:50:07.136 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:50:07.139 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:50:07.144 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 11:50:07.158 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:50:07.189 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:50:07.194 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:50:07.202 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:50:07.229 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:50:07.285 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:50:07.288 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:50:07.291 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:50:07.297 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:50:07.302 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:50:07.305 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:50:07.308 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:50:07.313 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:50:07.317 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:50:07.327 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:50:07.336 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:50:07.347 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:50:07.360 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:50:07.369 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:50:07.371 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:50:07.383 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:50:07.386 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:50:07.388 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:50:07.393 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:50:07.418 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:50:07.445 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:50:07.448 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:50:07.451 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:50:07.457 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-25 11:50:07.460 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:50:08.716 | Installing collected packages: python-cinderclient, os-brick, python-swiftclient, glance-store 2022-08-25 11:50:09.940 | Successfully installed glance-store-4.1.0 os-brick-6.0.0 python-cinderclient-9.0.0 python-swiftclient-4.0.1 2022-08-25 11:50:10.056 | + inc/python:pip_install:196 : result=0 2022-08-25 11:50:10.059 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:50:10.061 | + functions-common:time_stop:2439 : local name 2022-08-25 11:50:10.064 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:50:10.067 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:50:10.069 | + functions-common:time_stop:2442 : local total 2022-08-25 11:50:10.071 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:50:10.074 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:50:10.076 | + functions-common:time_stop:2446 : start_time=1661428202394 2022-08-25 11:50:10.078 | + functions-common:time_stop:2448 : [[ -z 1661428202394 ]] 2022-08-25 11:50:10.081 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:50:10.086 | + functions-common:time_stop:2451 : end_time=1661428210083 2022-08-25 11:50:10.089 | + functions-common:time_stop:2452 : elapsed_time=7689 2022-08-25 11:50:10.091 | + functions-common:time_stop:2453 : total=87409 2022-08-25 11:50:10.094 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:50:10.096 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=95098 2022-08-25 11:50:10.099 | + inc/python:pip_install:199 : return 0 2022-08-25 11:50:10.102 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-08-25 11:50:10.105 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-08-25 11:50:10.107 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-08-25 11:50:10.121 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-08-25 11:50:10.127 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-08-25 11:50:10.129 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-08-25 11:50:10.131 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-08-25 11:50:10.134 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:50:10.137 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:50:10.140 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:50:10.143 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:50:10.145 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:50:10.148 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:50:10.166 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:50:10.168 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:50:10.170 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:50:10.174 | + functions-common:git_clone:617 : echo master 2022-08-25 11:50:10.174 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:50:10.180 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-08-25 11:50:10.182 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:50:10.184 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-08-25 11:50:10.198 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-08-25 11:50:10.201 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:50:10.201 | + functions-common:git_clone:678 : head -1 2022-08-25 11:50:10.214 | 157a67798 Imported Translations from Zanata 2022-08-25 11:50:10.216 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:50:10.220 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-08-25 11:50:10.222 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:50:10.225 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 11:50:10.227 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-08-25 11:50:10.230 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:50:10.232 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-08-25 11:50:10.235 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:50:10.238 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 11:50:10.240 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-08-25 11:50:10.243 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:50:10.245 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:50:10.248 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-08-25 11:50:10.251 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:50:10.254 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-08-25 11:50:10.257 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:50:10.259 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:50:10.262 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-08-25 11:50:10.269 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-08-25 11:50:10.272 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-08-25 11:50:10.896 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-08-25 11:50:10.899 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:50:10.901 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:50:10.903 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:50:10.906 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 11:50:10.909 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-08-25 11:50:10.911 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:50:10.914 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:50:10.916 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:50:10.918 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:50:10.921 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:50:10.923 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:50:10.926 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:50:10.928 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-08-25 11:50:10.950 | Using python 3.8 to install /opt/stack/glance 2022-08-25 11:50:10.952 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-08-25 11:50:12.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:12.974 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:12.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:12.974 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:14.009 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:50:14.009 | Obtaining file:///opt/stack/glance 2022-08-25 11:50:15.331 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:50:15.340 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:50:15.350 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:50:15.361 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:50:15.654 | Collecting WSME===0.11.0 2022-08-25 11:50:15.663 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-08-25 11:50:15.774 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:50:15.788 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:50:15.955 | Collecting castellan===4.0.0 2022-08-25 11:50:15.962 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/7b42670d0daea/castellan-4.0.0-py3-none-any.whl (96 kB) 2022-08-25 11:50:16.091 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:50:16.229 | Collecting cursive===0.2.2 2022-08-25 11:50:16.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-08-25 11:50:16.343 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:50:16.382 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-25 11:50:16.387 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:50:16.396 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 11:50:16.399 | Requirement already satisfied: glance-store===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.1.0) 2022-08-25 11:50:16.469 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:50:16.475 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 11:50:16.486 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:50:16.524 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:50:16.553 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:50:16.556 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:50:16.595 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:50:16.654 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:50:16.707 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:50:16.712 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:50:16.716 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 11:50:16.735 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:50:16.772 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:50:16.783 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:50:16.824 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:50:16.830 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:50:16.877 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:50:17.005 | Collecting oslo.limit===2.0.1 2022-08-25 11:50:17.012 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db8/bccd91fa46e66/oslo.limit-2.0.1-py3-none-any.whl (20 kB) 2022-08-25 11:50:17.112 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:50:17.151 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 11:50:17.207 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 11:50:17.217 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:50:17.236 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:50:17.251 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 11:50:17.263 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:50:17.272 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:50:17.294 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:50:17.305 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:50:17.318 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 11:50:17.358 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:50:17.365 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:50:17.368 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:50:17.380 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 11:50:17.386 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 11:50:17.404 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 11:50:17.417 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:50:17.429 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:50:17.431 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:50:17.438 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:50:17.573 | Collecting python-barbicanclient===5.4.0 2022-08-25 11:50:17.580 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af4/bc5d8d563725c/python_barbicanclient-5.4.0-py3-none-any.whl (82 kB) 2022-08-25 11:50:17.696 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:50:17.701 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:50:17.722 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:50:17.726 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:50:17.733 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:50:17.842 | Collecting retrying===1.3.3 2022-08-25 11:50:17.849 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-08-25 11:50:17.938 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:50:18.035 | Collecting simplegeneric===0.8.1 2022-08-25 11:50:18.042 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-08-25 11:50:18.709 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:50:18.712 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:50:18.722 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:50:18.726 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:50:18.728 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:50:18.912 | Collecting taskflow===5.0.0 2022-08-25 11:50:18.919 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c47/ce617041e3ad5/taskflow-5.0.0-py3-none-any.whl (491 kB) 2022-08-25 11:50:19.153 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 11:50:19.168 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:50:19.178 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:50:19.183 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:50:19.194 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:50:19.228 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:50:19.233 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:50:19.238 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:50:19.243 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:50:19.303 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 11:50:19.305 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:50:19.317 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:50:19.321 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:50:19.349 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:50:19.408 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:50:19.414 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:50:19.417 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:50:19.420 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 11:50:19.447 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 11:50:19.450 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 11:50:19.456 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 11:50:19.503 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:50:19.509 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:50:19.517 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:50:19.520 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:50:19.531 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:50:19.535 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:50:19.546 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:50:19.552 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:50:19.554 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:50:19.558 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:50:19.560 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:50:19.746 | Collecting networkx===2.8.5 2022-08-25 11:50:19.756 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a76/2f4b385692d9c/networkx-2.8.5-py3-none-any.whl (2.0 MB) 2022-08-25 11:50:20.299 | Collecting automaton===3.0.1 2022-08-25 11:50:20.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb5/d2f385accbe37/automaton-3.0.1-py3-none-any.whl (22 kB) 2022-08-25 11:50:20.501 | Collecting pydot===1.4.2 2022-08-25 11:50:20.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-08-25 11:50:20.599 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:50:20.602 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:50:20.604 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:50:20.607 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 11:50:20.610 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 11:50:20.613 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:50:20.615 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:50:20.620 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 11:50:20.641 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 11:50:20.643 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:50:20.691 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:50:20.694 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:50:20.697 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:50:20.700 | Building wheels for collected packages: simplegeneric 2022-08-25 11:50:20.701 | Building wheel for simplegeneric (setup.py): started 2022-08-25 11:50:21.340 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-08-25 11:50:21.341 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5073 sha256=e4d0d3f66d00ee65b87da9706242134f7774c29b8ab5a93f45a0486dce880a40 2022-08-25 11:50:21.341 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-08-25 11:50:21.342 | Successfully built simplegeneric 2022-08-25 11:50:22.143 | Installing collected packages: simplegeneric, WSME, automaton, python-barbicanclient, castellan, cursive, networkx, oslo.limit, pydot, retrying, taskflow, glance 2022-08-25 11:50:25.343 | Running setup.py develop for glance 2022-08-25 11:50:26.945 | Successfully installed WSME-0.11.0 automaton-3.0.1 castellan-4.0.0 cursive-0.2.2 glance networkx-2.8.5 oslo.limit-2.0.1 pydot-1.4.2 python-barbicanclient-5.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.0.0 2022-08-25 11:50:27.099 | + inc/python:pip_install:196 : result=0 2022-08-25 11:50:27.101 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:50:27.103 | + functions-common:time_stop:2439 : local name 2022-08-25 11:50:27.105 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:50:27.108 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:50:27.111 | + functions-common:time_stop:2442 : local total 2022-08-25 11:50:27.113 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:50:27.115 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:50:27.117 | + functions-common:time_stop:2446 : start_time=1661428210944 2022-08-25 11:50:27.120 | + functions-common:time_stop:2448 : [[ -z 1661428210944 ]] 2022-08-25 11:50:27.122 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:50:27.127 | + functions-common:time_stop:2451 : end_time=1661428227124 2022-08-25 11:50:27.129 | + functions-common:time_stop:2452 : elapsed_time=16180 2022-08-25 11:50:27.132 | + functions-common:time_stop:2453 : total=95098 2022-08-25 11:50:27.134 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:50:27.136 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=111278 2022-08-25 11:50:27.138 | + inc/python:pip_install:199 : return 0 2022-08-25 11:50:27.141 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:50:27.143 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 11:50:27.146 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 11:50:27.164 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 11:50:27.178 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-08-25 11:50:27.180 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-08-25 11:50:27.182 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:50:27.185 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:50:27.188 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-08-25 11:50:27.190 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:50:27.193 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:50:27.195 | + ./stack.sh:main:915 : configure_glance 2022-08-25 11:50:27.198 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-08-25 11:50:27.210 | + lib/glance:configure_glance:326 : local dburl 2022-08-25 11:50:27.213 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-08-25 11:50:27.215 | ++ lib/database:database_connection_url:134 : local db=glance 2022-08-25 11:50:27.218 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-08-25 11:50:27.220 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-08-25 11:50:27.222 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:50:27.224 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:50:27.227 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:50:27.244 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:27.247 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:50:27.249 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 11:50:27.252 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 11:50:27.254 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-08-25 11:50:27.287 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 11:50:27.322 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-08-25 11:50:27.354 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-25 11:50:27.386 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-08-25 11:50:27.422 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-08-25 11:50:27.460 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-08-25 11:50:27.463 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-08-25 11:50:27.465 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-08-25 11:50:27.468 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 11:50:27.471 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-08-25 11:50:27.508 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-08-25 11:50:27.546 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:50:27.588 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-08-25 11:50:27.622 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-08-25 11:50:27.656 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-08-25 11:50:27.688 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-08-25 11:50:27.722 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-08-25 11:50:27.755 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:50:27.789 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 11:50:27.822 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-08-25 11:50:27.858 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-08-25 11:50:27.861 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-08-25 11:50:27.864 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-08-25 11:50:27.866 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 11:50:27.868 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 11:50:27.871 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:50:27.888 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:27.892 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 11:50:27.894 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 11:50:27.896 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:50:27.913 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:27.916 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:50:27.919 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:50:27.953 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:50:27.955 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:50:27.958 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-08-25 11:50:27.960 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-08-25 11:50:27.962 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-08-25 11:50:27.995 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-08-25 11:50:28.029 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-08-25 11:50:28.031 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-08-25 11:50:28.034 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-08-25 11:50:28.036 | + lib/glance:configure_glance_store:254 : local be 2022-08-25 11:50:28.038 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-08-25 11:50:28.041 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-08-25 11:50:28.043 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-25 11:50:28.080 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-08-25 11:50:28.083 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.42 2022-08-25 11:50:28.122 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-08-25 11:50:28.124 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-08-25 11:50:28.146 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:28.148 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-08-25 11:50:28.183 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-08-25 11:50:28.217 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-08-25 11:50:28.251 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-08-25 11:50:28.284 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-08-25 11:50:28.319 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-08-25 11:50:28.337 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:50:28.339 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 11:50:28.372 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-08-25 11:50:28.408 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-08-25 11:50:28.447 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.42/identity/v3 2022-08-25 11:50:28.479 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-08-25 11:50:28.512 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.42/image 2022-08-25 11:50:28.545 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-08-25 11:50:28.563 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:50:28.565 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-08-25 11:50:28.568 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-08-25 11:50:28.570 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-08-25 11:50:28.573 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:50:28.591 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:50:28.593 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:50:28.596 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:50:28.598 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:50:28.600 | + 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-08-25 11:50:28.634 | + 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-08-25 11:50:28.670 | + 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-08-25 11:50:28.703 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:50:28.735 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-08-25 11:50:28.740 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-08-25 11:50:28.775 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-08-25 11:50:28.807 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-25 11:50:28.840 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.42/identity 2022-08-25 11:50:28.873 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-08-25 11:50:28.905 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-08-25 11:50:28.938 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-08-25 11:50:28.971 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-25 11:50:29.007 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-08-25 11:50:29.043 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-08-25 11:50:29.084 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-08-25 11:50:29.129 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-08-25 11:50:29.134 | + 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-mode.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-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.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-08-25 11:50:29.143 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-08-25 11:50:29.163 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:50:29.165 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-08-25 11:50:29.168 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-08-25 11:50:29.171 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-08-25 11:50:29.174 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-08-25 11:50:29.177 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-08-25 11:50:29.183 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-08-25 11:50:29.188 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-08-25 11:50:29.190 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-08-25 11:50:29.194 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-08-25 11:50:29.235 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-08-25 11:50:29.237 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-08-25 11:50:29.239 | ++ functions:get_random_port:837 : true 2022-08-25 11:50:29.242 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-08-25 11:50:29.244 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-08-25 11:50:29.246 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-08-25 11:50:29.313 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-08-25 11:50:29.316 | ++ functions:get_random_port:841 : break 2 2022-08-25 11:50:29.318 | ++ functions:get_random_port:845 : echo 60999 2022-08-25 11:50:29.321 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-08-25 11:50:29.323 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-08-25 11:50:29.356 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-08-25 11:50:29.388 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-08-25 11:50:29.421 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-08-25 11:50:29.454 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 11:50:29.486 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-08-25 11:50:29.520 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-08-25 11:50:29.553 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-08-25 11:50:29.588 | + 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-08-25 11:50:29.620 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 11:50:29.653 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 11:50:29.687 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 11:50:29.720 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-08-25 11:50:29.752 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 11:50:29.784 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-08-25 11:50:29.816 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-08-25 11:50:29.848 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-08-25 11:50:29.879 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-08-25 11:50:29.911 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-08-25 11:50:29.943 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-08-25 11:50:29.946 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-08-25 11:50:29.948 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:50:29.951 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:29.954 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:29.956 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-08-25 11:50:29.958 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-08-25 11:50:30.017 | proxy (enabled by site administrator) 2022-08-25 11:50:30.020 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-08-25 11:50:30.023 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-08-25 11:50:30.026 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:50:30.028 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:30.031 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:30.033 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-08-25 11:50:30.035 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-08-25 11:50:30.089 | No module matches proxy_http 2022-08-25 11:50:30.092 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2022-08-25 11:50:30.154 | Considering dependency proxy for proxy_http: 2022-08-25 11:50:30.154 | Module proxy already enabled 2022-08-25 11:50:30.154 | Enabling module proxy_http. 2022-08-25 11:50:30.160 | To activate the new configuration, you need to run: 2022-08-25 11:50:30.160 | systemctl restart apache2 2022-08-25 11:50:30.164 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2022-08-25 11:50:30.167 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:50:30.169 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:50:30.172 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:50:30.304 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-08-25 11:50:30.307 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-08-25 11:50:30.310 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-08-25 11:50:30.312 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 11:50:30.315 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:30.317 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:30.319 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 11:50:30.322 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 11:50:30.326 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-08-25 11:50:30.326 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 11:50:30.336 | KeepAlive Off 2022-08-25 11:50:30.341 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 11:50:30.341 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-08-25 11:50:30.351 | SetEnv proxy-sendchunked 1 2022-08-25 11:50:30.355 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-08-25 11:50:30.355 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 11:50:30.364 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-08-25 11:50:30.367 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-08-25 11:50:30.369 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-08-25 11:50:30.372 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 11:50:30.374 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 11:50:30.376 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:50:30.378 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:30.381 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:30.383 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 11:50:30.385 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 11:50:30.388 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:30.391 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:30.393 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-08-25 11:50:30.459 | Enabling site glance-wsgi-api. 2022-08-25 11:50:30.465 | To activate the new configuration, you need to run: 2022-08-25 11:50:30.465 | systemctl reload apache2 2022-08-25 11:50:30.470 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-08-25 11:50:30.472 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:50:30.475 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:50:30.477 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:50:30.618 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-08-25 11:50:30.625 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-08-25 11:50:30.660 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-25 11:50:30.663 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-25 11:50:30.665 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-08-25 11:50:30.683 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:50:30.686 | + ./stack.sh:main:920 : stack_install_service cinder 2022-08-25 11:50:30.689 | + lib/stack:stack_install_service:20 : local service=cinder 2022-08-25 11:50:30.692 | + lib/stack:stack_install_service:21 : type install_cinder 2022-08-25 11:50:30.694 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:50:30.696 | + lib/stack:stack_install_service:32 : install_cinder 2022-08-25 11:50:30.699 | + lib/cinder:install_cinder:474 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-08-25 11:50:30.701 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-08-25 11:50:30.704 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-08-25 11:50:30.707 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:50:30.709 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:50:30.712 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:50:30.715 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:50:30.717 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:50:30.721 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:50:30.738 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:50:30.740 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:50:30.742 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:50:30.745 | + functions-common:git_clone:617 : echo master 2022-08-25 11:50:30.745 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:50:30.751 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-08-25 11:50:30.753 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:50:30.756 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-08-25 11:50:30.769 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-08-25 11:50:30.772 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:50:30.772 | + functions-common:git_clone:678 : head -1 2022-08-25 11:50:30.776 | 1ef8e3ddc Tests: Fix service stopping on cleanup 2022-08-25 11:50:30.779 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:50:30.782 | + lib/cinder:install_cinder:475 : setup_develop /opt/stack/cinder 2022-08-25 11:50:30.785 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:50:30.788 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 11:50:30.790 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-08-25 11:50:30.793 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:50:30.795 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-08-25 11:50:30.798 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:50:30.801 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 11:50:30.803 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-08-25 11:50:30.806 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:50:30.808 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:50:30.812 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-08-25 11:50:30.815 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:50:30.818 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-08-25 11:50:30.820 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:50:30.823 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:50:30.826 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-08-25 11:50:30.833 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-08-25 11:50:30.836 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-08-25 11:50:31.468 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-08-25 11:50:31.471 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:50:31.473 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:50:31.476 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:50:31.478 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 11:50:31.480 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-08-25 11:50:31.483 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:50:31.485 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:50:31.488 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:50:31.490 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:50:31.492 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:50:31.495 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:50:31.497 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:50:31.500 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-08-25 11:50:31.523 | Using python 3.8 to install /opt/stack/cinder 2022-08-25 11:50:31.525 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-08-25 11:50:33.583 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:33.583 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:33.583 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:50:33.583 | from cryptography.utils import int_from_bytes 2022-08-25 11:50:34.612 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:50:34.612 | Obtaining file:///opt/stack/cinder 2022-08-25 11:50:36.790 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:50:36.800 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:50:36.808 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:50:36.819 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:50:36.963 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:50:38.220 | Collecting boto3===1.24.56 2022-08-25 11:50:38.232 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09f/b94008bd1f256/boto3-1.24.56-py3-none-any.whl (132 kB) 2022-08-25 11:50:39.892 | Collecting botocore===1.27.56 2022-08-25 11:50:39.925 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/f81b1a1c5608b/botocore-1.27.56-py3-none-any.whl (9.1 MB) 2022-08-25 11:50:41.041 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-25 11:50:41.064 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:50:41.104 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-25 11:50:41.118 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:50:41.121 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:50:41.410 | Collecting google-api-python-client===2.57.0 2022-08-25 11:50:41.440 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cbc/39ac20322d6da/google_api_python_client-2.57.0-py2.py3-none-any.whl (9.0 MB) 2022-08-25 11:50:42.509 | Collecting google-auth===2.11.0 2022-08-25 11:50:42.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be6/2acaae38d0049/google_auth-2.11.0-py2.py3-none-any.whl (167 kB) 2022-08-25 11:50:42.791 | Collecting google-auth-httplib2===0.1.0 2022-08-25 11:50:42.799 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-08-25 11:50:42.892 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:50:42.897 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 11:50:42.906 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:50:42.943 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:50:42.946 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:50:42.949 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:50:42.986 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:50:43.042 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:50:43.093 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 11:50:43.240 | Collecting oauth2client===4.1.3 2022-08-25 11:50:43.248 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-08-25 11:50:43.359 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-25 11:50:43.382 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:50:43.385 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 11:50:43.402 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:50:43.440 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:50:43.449 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:50:43.488 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:50:43.494 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:50:43.539 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:50:43.544 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:50:43.582 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 11:50:43.635 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 11:50:43.646 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:50:43.665 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:50:43.679 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 11:50:43.692 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 11:50:43.704 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 11:50:43.708 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:50:43.716 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:50:43.738 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:50:43.748 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:50:43.761 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 11:50:43.971 | Collecting oslo.vmware===4.0.1 2022-08-25 11:50:43.978 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/510/7940d7a96a8bf/oslo.vmware-4.0.1-py3-none-any.whl (491 kB) 2022-08-25 11:50:44.150 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 11:50:44.189 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:50:44.194 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 11:50:44.226 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:50:44.229 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:50:44.240 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 11:50:44.246 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 11:50:44.478 | Collecting pyasn1===0.4.8 2022-08-25 11:50:44.485 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-08-25 11:50:44.802 | Collecting pyasn1-modules===0.2.8 2022-08-25 11:50:44.809 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-08-25 11:50:44.939 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:50:44.949 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:50:44.951 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:50:44.958 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:50:44.962 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-25 11:50:44.975 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:50:45.137 | Collecting python-glanceclient===4.0.1 2022-08-25 11:50:45.145 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/767/bf12449a5b7ff/python_glanceclient-4.0.1-py3-none-any.whl (204 kB) 2022-08-25 11:50:45.282 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:50:45.303 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 11:50:45.318 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-25 11:50:45.337 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:50:45.341 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:50:45.347 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:50:45.361 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:50:45.495 | Collecting rsa===4.9 2022-08-25 11:50:45.502 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/902/60d9058e51478/rsa-4.9-py3-none-any.whl (34 kB) 2022-08-25 11:50:45.713 | Collecting rtslib-fb===2.1.75 2022-08-25 11:50:45.720 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/02d/4d1d8139f3217/rtslib-fb-2.1.75.tar.gz (74 kB) 2022-08-25 11:50:46.560 | Collecting s3transfer===0.6.0 2022-08-25 11:50:46.567 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/061/76b74f3a15f61/s3transfer-0.6.0-py3-none-any.whl (79 kB) 2022-08-25 11:50:46.670 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:50:46.672 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:50:46.682 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:50:46.685 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:50:46.688 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:50:46.801 | Collecting suds-community===1.1.2 2022-08-25 11:50:46.809 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/18a/0176bf4f5945e/suds_community-1.1.2-py3-none-any.whl (144 kB) 2022-08-25 11:50:47.029 | Collecting tabulate===0.8.10 2022-08-25 11:50:47.037 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ba/055423dbaa164/tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-08-25 11:50:47.131 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-25 11:50:47.182 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 11:50:47.195 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:50:47.204 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:50:47.209 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:50:47.220 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 11:50:47.381 | Collecting uritemplate===4.1.1 2022-08-25 11:50:47.387 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-08-25 11:50:47.480 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:50:47.512 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 11:50:47.624 | Collecting warlock===2.0.1 2022-08-25 11:50:47.631 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/448/df959cec31904/warlock-2.0.1-py3-none-any.whl (9.8 kB) 2022-08-25 11:50:47.725 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:50:47.730 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:50:47.734 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:50:47.738 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:50:47.951 | Collecting zstd===1.5.2.5 2022-08-25 11:50:47.964 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/49c/0dc1c00152fe7/zstd-1.5.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2022-08-25 11:50:48.183 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 11:50:48.186 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:50:48.190 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:50:48.399 | Collecting google-api-core===2.8.2 2022-08-25 11:50:48.407 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93c/6a91ccac79079/google_api_core-2.8.2-py3-none-any.whl (114 kB) 2022-08-25 11:50:48.535 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 11:50:48.538 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:50:48.595 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:50:48.622 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:50:48.628 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:50:48.631 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:50:48.637 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:50:48.642 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:50:48.645 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:50:48.658 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 11:50:48.663 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 11:50:48.665 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 11:50:48.711 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:50:48.717 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:50:48.725 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:50:48.728 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:50:48.739 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:50:48.742 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 11:50:48.754 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:50:48.765 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 11:50:48.777 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:50:48.782 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:50:48.785 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:50:48.901 | Collecting pyudev===0.23.2 2022-08-25 11:50:48.908 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/94bef0669f9aa/pyudev-0.23.2-py3-none-any.whl (63 kB) 2022-08-25 11:50:49.011 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:50:49.014 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-25 11:50:49.052 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-25 11:50:49.057 | Requirement already satisfied: automaton===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.1) 2022-08-25 11:50:49.063 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:50:49.065 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:50:49.070 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:50:49.200 | Collecting googleapis-common-protos===1.56.4 2022-08-25 11:50:49.208 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8eb/2cbc91b69feaf/googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2022-08-25 11:50:49.349 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-25 11:50:49.351 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:50:49.362 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 11:50:49.365 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:50:49.367 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:50:49.370 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:50:49.420 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:50:49.424 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:50:49.427 | Building wheels for collected packages: rtslib-fb 2022-08-25 11:50:49.428 | Building wheel for rtslib-fb (setup.py): started 2022-08-25 11:50:50.128 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2022-08-25 11:50:50.129 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.75-py3-none-any.whl size=86186 sha256=0ffd954017596cc9a925f65dba7d16aa89a801490663f8b4a5cca107735fc8fd 2022-08-25 11:50:50.129 | Stored in directory: /root/.cache/pip/wheels/9e/0f/26/0e943777b8477f044506cceba45b0e3a1a96aa78cfb558ac9f 2022-08-25 11:50:50.130 | Successfully built rtslib-fb 2022-08-25 11:50:50.989 | Installing collected packages: botocore, s3transfer, boto3, googleapis-common-protos, pyasn1, rsa, pyasn1-modules, google-auth, google-api-core, uritemplate, google-auth-httplib2, google-api-python-client, oauth2client, suds-community, oslo.vmware, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, zstd, cinder 2022-08-25 11:50:55.762 | Running setup.py develop for cinder 2022-08-25 11:50:58.214 | Successfully installed boto3-1.24.56 botocore-1.27.56 cinder google-api-core-2.8.2 google-api-python-client-2.57.0 google-auth-2.11.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 oauth2client-4.1.3 oslo.vmware-4.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-4.0.1 pyudev-0.23.2 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.8.10 uritemplate-4.1.1 warlock-2.0.1 zstd-1.5.2.5 2022-08-25 11:50:58.497 | + inc/python:pip_install:196 : result=0 2022-08-25 11:50:58.500 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:50:58.503 | + functions-common:time_stop:2439 : local name 2022-08-25 11:50:58.505 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:50:58.507 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:50:58.509 | + functions-common:time_stop:2442 : local total 2022-08-25 11:50:58.512 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:50:58.514 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:50:58.517 | + functions-common:time_stop:2446 : start_time=1661428231517 2022-08-25 11:50:58.519 | + functions-common:time_stop:2448 : [[ -z 1661428231517 ]] 2022-08-25 11:50:58.522 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:50:58.526 | + functions-common:time_stop:2451 : end_time=1661428258524 2022-08-25 11:50:58.528 | + functions-common:time_stop:2452 : elapsed_time=27007 2022-08-25 11:50:58.531 | + functions-common:time_stop:2453 : total=111278 2022-08-25 11:50:58.533 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:50:58.537 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=138285 2022-08-25 11:50:58.539 | + inc/python:pip_install:199 : return 0 2022-08-25 11:50:58.542 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:50:58.544 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 11:50:58.547 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 11:50:58.569 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 11:50:58.582 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-08-25 11:50:58.585 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-08-25 11:50:58.587 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:50:58.590 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:50:58.592 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-08-25 11:50:58.595 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:50:58.597 | + lib/cinder:install_cinder:476 : [[ lioadm == \t\g\t\a\d\m ]] 2022-08-25 11:50:58.600 | + lib/cinder:install_cinder:478 : [[ lioadm == \l\i\o\a\d\m ]] 2022-08-25 11:50:58.602 | + lib/cinder:install_cinder:479 : is_ubuntu 2022-08-25 11:50:58.604 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:58.607 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:58.610 | + lib/cinder:install_cinder:481 : sudo mkdir -p /etc/target 2022-08-25 11:50:58.622 | + lib/cinder:install_cinder:483 : install_package targetcli-fb 2022-08-25 11:50:58.625 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:50:58.628 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:50:58.630 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:50:58.633 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:50:58.635 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:50:58.638 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:50:58.640 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:58.643 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:58.645 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:50:58.648 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:50:58.650 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:50:58.652 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:50:58.655 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-08-25 11:50:58.657 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:50:58.660 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:50:58.662 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:50:58.665 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-08-25 11:50:58.689 | + 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-08-25 11:50:58.802 | Reading package lists... 2022-08-25 11:50:59.081 | Building dependency tree... 2022-08-25 11:50:59.082 | Reading state information... 2022-08-25 11:50:59.366 | The following packages were automatically installed and are no longer required: 2022-08-25 11:50:59.367 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:50:59.368 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:50:59.368 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:50:59.368 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:50:59.368 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:50:59.368 | python3-zope.interface 2022-08-25 11:50:59.368 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:50:59.369 | The following additional packages will be installed: 2022-08-25 11:50:59.369 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-08-25 11:50:59.369 | python3-urwid 2022-08-25 11:50:59.370 | Suggested packages: 2022-08-25 11:50:59.370 | python-pyparsing-doc python-urwid-doc 2022-08-25 11:50:59.442 | The following NEW packages will be installed: 2022-08-25 11:50:59.443 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-08-25 11:50:59.443 | python3-urwid targetcli-fb 2022-08-25 11:50:59.543 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:50:59.543 | Need to get 356 kB of archives. 2022-08-25 11:50:59.543 | After this operation, 2,294 kB of additional disk space will be used. 2022-08-25 11:50:59.543 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-08-25 11:50:59.672 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-08-25 11:50:59.744 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-08-25 11:50:59.751 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-08-25 11:50:59.762 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-08-25 11:50:59.768 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-08-25 11:51:00.345 | Fetched 356 kB in 0s (1,107 kB/s) 2022-08-25 11:51:00.380 | Selecting previously unselected package python3-pyparsing. 2022-08-25 11:51:00.435 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90881 files and directories currently installed.) 2022-08-25 11:51:00.439 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-08-25 11:51:00.442 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-08-25 11:51:00.482 | Selecting previously unselected package python3-urwid. 2022-08-25 11:51:00.492 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-08-25 11:51:00.497 | Unpacking python3-urwid (2.0.1-3) ... 2022-08-25 11:51:00.557 | Selecting previously unselected package python3-configshell-fb. 2022-08-25 11:51:00.568 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-08-25 11:51:00.570 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-08-25 11:51:00.606 | Selecting previously unselected package python3-pyudev. 2022-08-25 11:51:00.615 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-08-25 11:51:00.618 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-08-25 11:51:00.659 | Selecting previously unselected package python3-rtslib-fb. 2022-08-25 11:51:00.669 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-08-25 11:51:00.672 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-08-25 11:51:00.717 | Selecting previously unselected package targetcli-fb. 2022-08-25 11:51:00.728 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-08-25 11:51:00.730 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-08-25 11:51:00.796 | Setting up python3-urwid (2.0.1-3) ... 2022-08-25 11:51:01.142 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-25 11:51:01.142 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-25 11:51:01.142 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-25 11:51:01.142 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-25 11:51:01.142 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-25 11:51:01.142 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-25 11:51:01.142 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-25 11:51:01.142 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-25 11:51:01.254 | Setting up python3-pyparsing (2.4.6-1) ... 2022-08-25 11:51:01.558 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-08-25 11:51:01.853 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-08-25 11:51:02.125 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-08-25 11:51:03.363 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-08-25 11:51:03.892 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-08-25 11:51:03.892 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-08-25 11:51:05.900 | Processing triggers for man-db (2.9.1-1) ... 2022-08-25 11:51:06.006 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-25 11:51:15.257 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:51:15.260 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:51:15.263 | + functions-common:time_stop:2439 : local name 2022-08-25 11:51:15.265 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:51:15.271 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:51:15.273 | + functions-common:time_stop:2442 : local total 2022-08-25 11:51:15.276 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:51:15.278 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:51:15.281 | + functions-common:time_stop:2446 : start_time=1661428258686 2022-08-25 11:51:15.284 | + functions-common:time_stop:2448 : [[ -z 1661428258686 ]] 2022-08-25 11:51:15.287 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:51:15.292 | + functions-common:time_stop:2451 : end_time=1661428275289 2022-08-25 11:51:15.294 | + functions-common:time_stop:2452 : elapsed_time=16603 2022-08-25 11:51:15.297 | + functions-common:time_stop:2453 : total=273132 2022-08-25 11:51:15.300 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:51:15.302 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=289735 2022-08-25 11:51:15.305 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:51:15.307 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:51:15.310 | + ./stack.sh:main:921 : configure_cinder 2022-08-25 11:51:15.313 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-08-25 11:51:15.325 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-08-25 11:51:15.329 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-08-25 11:51:15.331 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-08-25 11:51:15.334 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-25 11:51:15.337 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-08-25 11:51:15.337 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-25 11:51:15.342 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-08-25 11:51:15.344 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-08-25 11:51:15.346 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-25 11:51:15.348 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-08-25 11:51:15.350 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-08-25 11:51:15.352 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-08-25 11:51:15.354 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-08-25 11:51:15.356 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-08-25 11:51:15.369 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-08-25 11:51:15.382 | + 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-08-25 11:51:15.397 | + 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-08-25 11:51:15.410 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-08-25 11:51:15.423 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-25 11:51:15.426 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-25 11:51:15.430 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.F2wsaAdAHO 2022-08-25 11:51:15.432 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-25 11:51:15.435 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-25 11:51:15.438 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-08-25 11:51:15.440 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.F2wsaAdAHO 2022-08-25 11:51:15.444 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.F2wsaAdAHO 2022-08-25 11:51:15.456 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.F2wsaAdAHO /etc/sudoers.d/cinder-rootwrap 2022-08-25 11:51:15.469 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-08-25 11:51:15.473 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-25 11:51:15.476 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-25 11:51:15.478 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-25 11:51:15.480 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-25 11:51:15.482 | + 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-08-25 11:51:15.485 | + 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-08-25 11:51:15.487 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-08-25 11:51:15.489 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-08-25 11:51:15.494 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-08-25 11:51:15.498 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-08-25 11:51:15.519 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-08-25 11:51:15.539 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-08-25 11:51:15.558 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-08-25 11:51:15.578 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-08-25 11:51:15.597 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-08-25 11:51:15.616 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-08-25 11:51:15.636 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-08-25 11:51:15.656 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-08-25 11:51:15.658 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 11:51:15.660 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-08-25 11:51:15.663 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 11:51:15.665 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-08-25 11:51:15.700 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-08-25 11:51:15.732 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:51:15.767 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-08-25 11:51:15.799 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-08-25 11:51:15.832 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-08-25 11:51:15.866 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-08-25 11:51:15.899 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-08-25 11:51:15.932 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:51:15.965 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 11:51:16.002 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-08-25 11:51:16.037 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-08-25 11:51:16.070 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-08-25 11:51:16.073 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-08-25 11:51:16.075 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-08-25 11:51:16.079 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-08-25 11:51:16.081 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:51:16.083 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:51:16.086 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:51:16.102 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:16.105 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:51:16.108 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:16.111 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:16.147 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-08-25 11:51:16.181 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-08-25 11:51:16.217 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-08-25 11:51:16.251 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-08-25 11:51:16.288 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-08-25 11:51:16.321 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-08-25 11:51:16.357 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-08-25 11:51:16.360 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.42 2022-08-25 11:51:16.393 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-08-25 11:51:16.430 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-08-25 11:51:16.438 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 3b814675747ad1affc3c94032d5e66cd 2022-08-25 11:51:16.473 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-08-25 11:51:16.475 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-25 11:51:16.512 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-25 11:51:16.545 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-25 11:51:16.580 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-08-25 11:51:16.614 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-08-25 11:51:16.632 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:16.634 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-08-25 11:51:16.636 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-08-25 11:51:16.639 | + lib/cinder:configure_cinder:301 : local default_name= 2022-08-25 11:51:16.641 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-08-25 11:51:16.643 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-08-25 11:51:16.646 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-08-25 11:51:16.648 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-08-25 11:51:16.650 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-08-25 11:51:16.653 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-08-25 11:51:16.655 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-08-25 11:51:16.657 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-08-25 11:51:16.694 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-08-25 11:51:16.727 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-08-25 11:51:16.760 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-08-25 11:51:16.793 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-08-25 11:51:16.827 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-08-25 11:51:16.860 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-08-25 11:51:16.862 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-08-25 11:51:16.864 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-08-25 11:51:16.867 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-08-25 11:51:16.900 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-08-25 11:51:16.902 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-08-25 11:51:16.938 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-08-25 11:51:16.940 | + lib/cinder:configure_cinder_image_volume_cache:632 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-08-25 11:51:16.944 | + lib/cinder:configure_cinder_image_volume_cache:633 : local be_name=lvmdriver-1 2022-08-25 11:51:16.946 | + lib/cinder:configure_cinder_image_volume_cache:635 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-08-25 11:51:16.984 | + lib/cinder:configure_cinder_image_volume_cache:637 : [[ -n '' ]] 2022-08-25 11:51:16.987 | + lib/cinder:configure_cinder_image_volume_cache:641 : [[ -n '' ]] 2022-08-25 11:51:16.989 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-08-25 11:51:17.008 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:17.011 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-08-25 11:51:17.013 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-08-25 11:51:17.016 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-08-25 11:51:17.018 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-08-25 11:51:17.053 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.42:8080/v1/AUTH_ 2022-08-25 11:51:17.086 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-08-25 11:51:17.104 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:17.110 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-08-25 11:51:17.127 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:17.129 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-08-25 11:51:17.146 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:17.148 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-08-25 11:51:17.150 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-08-25 11:51:17.153 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-08-25 11:51:17.155 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-08-25 11:51:17.158 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 11:51:17.160 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 11:51:17.163 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:51:17.180 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:17.183 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 11:51:17.186 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 11:51:17.188 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:51:17.204 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:17.207 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:51:17.209 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:51:17.243 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:51:17.246 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:51:17.248 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-08-25 11:51:17.252 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-08-25 11:51:17.254 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 11:51:17.257 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:51:17.276 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:51:17.278 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:51:17.281 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:51:17.283 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:51:17.286 | + 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-08-25 11:51:17.320 | + 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-08-25 11:51:17.354 | + 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-08-25 11:51:17.387 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:51:17.421 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-08-25 11:51:17.438 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:17.440 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-08-25 11:51:17.443 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-08-25 11:51:17.445 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-08-25 11:51:17.447 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-08-25 11:51:17.452 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 11:51:17.454 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 11:51:17.458 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-08-25 11:51:17.462 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-08-25 11:51:17.464 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 11:51:17.466 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 11:51:17.479 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 11:51:17.480 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:51:17.488 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 11:51:17.492 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:51:17.509 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-08-25 11:51:17.512 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-08-25 11:51:17.516 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-08-25 11:51:17.551 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-08-25 11:51:17.583 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-08-25 11:51:17.618 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-08-25 11:51:17.653 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 11:51:17.688 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 11:51:17.721 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-08-25 11:51:17.753 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-08-25 11:51:17.787 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-08-25 11:51:17.820 | + 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-08-25 11:51:17.854 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 11:51:17.890 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 11:51:17.924 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-08-25 11:51:17.957 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 11:51:17.959 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 11:51:17.962 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-08-25 11:51:17.965 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-08-25 11:51:17.967 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 11:51:17.970 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:51:17.973 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:51:17.975 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 11:51:17.978 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 11:51:17.980 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-08-25 11:51:18.014 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 11:51:18.047 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 11:51:18.047 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-08-25 11:51:18.056 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-08-25 11:51:18.060 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-08-25 11:51:18.063 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-08-25 11:51:18.065 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 11:51:18.067 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 11:51:18.070 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:51:18.072 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:51:18.074 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:51:18.077 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 11:51:18.080 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 11:51:18.082 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:51:18.084 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:51:18.087 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-08-25 11:51:18.149 | Enabling site cinder-wsgi. 2022-08-25 11:51:18.155 | To activate the new configuration, you need to run: 2022-08-25 11:51:18.155 | systemctl reload apache2 2022-08-25 11:51:18.159 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 11:51:18.162 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:51:18.164 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:51:18.166 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:51:18.299 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-08-25 11:51:18.303 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-08-25 11:51:18.337 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.42/image 2022-08-25 11:51:18.370 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-08-25 11:51:18.387 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:18.390 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-08-25 11:51:18.392 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 11:51:18.394 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 11:51:18.397 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-25 11:51:18.399 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-08-25 11:51:18.435 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-08-25 11:51:18.472 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.42/identity 2022-08-25 11:51:18.506 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-08-25 11:51:18.539 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-08-25 11:51:18.574 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-08-25 11:51:18.607 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-08-25 11:51:18.642 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-08-25 11:51:18.676 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:51:18.709 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-08-25 11:51:18.742 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-08-25 11:51:18.777 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 11:51:18.813 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-08-25 11:51:18.816 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-08-25 11:51:18.834 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:18.836 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.42:2379 2022-08-25 11:51:18.873 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-25 11:51:18.875 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-25 11:51:18.878 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-08-25 11:51:18.896 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:18.898 | + ./stack.sh:main:926 : stack_install_service neutron 2022-08-25 11:51:18.901 | + lib/stack:stack_install_service:20 : local service=neutron 2022-08-25 11:51:18.903 | + lib/stack:stack_install_service:21 : type install_neutron 2022-08-25 11:51:18.908 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:51:18.910 | + lib/stack:stack_install_service:32 : install_neutron 2022-08-25 11:51:18.913 | + lib/neutron:install_neutron:702 : is_neutron_legacy_enabled 2022-08-25 11:51:18.916 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:51:18.917 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 11:51:18.922 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:51:18.925 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 11:51:18.927 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 11:51:18.930 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 11:51:18.932 | + lib/neutron:install_neutron:704 : install_mutnauq 2022-08-25 11:51:18.935 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-08-25 11:51:18.938 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-08-25 11:51:18.940 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:51:18.943 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:51:18.945 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-08-25 11:51:18.948 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:51:18.951 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-08-25 11:51:18.954 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-08-25 11:51:18.956 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-08-25 11:51:18.958 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:51:18.961 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:51:18.964 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:51:18.967 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:51:18.969 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:51:18.973 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:51:18.990 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:51:18.992 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:51:18.995 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:51:18.998 | + functions-common:git_clone:617 : echo master 2022-08-25 11:51:18.998 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:51:19.003 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-08-25 11:51:19.006 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:51:19.008 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-08-25 11:51:19.022 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-08-25 11:51:19.025 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:51:19.025 | + functions-common:git_clone:678 : head -1 2022-08-25 11:51:19.029 | d4790238cd Merge "Allow shared net to be added on router" 2022-08-25 11:51:19.032 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:51:19.035 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-08-25 11:51:19.038 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:51:19.040 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 11:51:19.042 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-08-25 11:51:19.045 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:51:19.047 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-08-25 11:51:19.050 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:51:19.053 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 11:51:19.055 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-08-25 11:51:19.058 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:51:19.060 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:51:19.063 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-08-25 11:51:19.066 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:51:19.069 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-08-25 11:51:19.071 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:51:19.074 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:51:19.078 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-08-25 11:51:19.084 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-08-25 11:51:19.086 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-08-25 11:51:19.720 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-08-25 11:51:19.722 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:51:19.725 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:51:19.727 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:51:19.729 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 11:51:19.731 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-08-25 11:51:19.734 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:51:19.737 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:51:19.739 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:51:19.741 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:51:19.743 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:51:19.746 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:51:19.749 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:51:19.751 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-08-25 11:51:19.772 | Using python 3.8 to install /opt/stack/neutron 2022-08-25 11:51:19.775 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-08-25 11:51:21.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:51:21.906 | from cryptography.utils import int_from_bytes 2022-08-25 11:51:21.906 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:51:21.906 | from cryptography.utils import int_from_bytes 2022-08-25 11:51:22.951 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:51:22.952 | Obtaining file:///opt/stack/neutron 2022-08-25 11:51:25.210 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:51:25.216 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:51:25.219 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:51:25.228 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:51:25.237 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:51:25.247 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:51:25.395 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:51:25.408 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:51:25.423 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:51:25.429 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:51:25.432 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:51:25.441 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 11:51:25.443 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:51:25.448 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 11:51:25.459 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:51:25.496 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:51:25.523 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:51:25.582 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:51:25.634 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:51:25.638 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:51:25.642 | Requirement already satisfied: neutron-lib===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (3.1.0) 2022-08-25 11:51:25.680 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 11:51:25.705 | Requirement already satisfied: os-ken===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.5.0) 2022-08-25 11:51:25.723 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 11:51:25.727 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:51:25.731 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 11:51:25.736 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-25 11:51:25.758 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:51:25.796 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:51:25.806 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:51:25.846 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:51:25.852 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:51:25.909 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:51:25.913 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:51:25.952 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 11:51:26.006 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 11:51:26.017 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:51:26.035 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:51:26.051 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 11:51:26.065 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 11:51:26.076 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 11:51:26.080 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:51:26.088 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:51:26.111 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:51:26.121 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:51:26.134 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 11:51:26.153 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 11:51:26.193 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-25 11:51:26.198 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-25 11:51:26.207 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:51:26.212 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:51:26.214 | Requirement already satisfied: pecan===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.4.2) 2022-08-25 11:51:26.223 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:51:26.235 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 11:51:26.241 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 11:51:26.259 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 11:51:26.272 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:51:26.282 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:51:26.284 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:51:26.290 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-25 11:51:26.296 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:51:26.301 | Requirement already satisfied: python-designateclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (5.0.0) 2022-08-25 11:51:26.319 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:51:26.341 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-25 11:51:26.368 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 11:51:26.385 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:51:26.390 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:51:26.431 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:51:26.445 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 11:51:26.448 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:51:26.453 | Requirement already satisfied: setproctitle===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.3.2) 2022-08-25 11:51:26.458 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 11:51:26.461 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:51:26.464 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-25 11:51:26.467 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:51:26.477 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:51:26.480 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:51:26.483 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:51:26.488 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 11:51:26.504 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:51:26.513 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:51:26.519 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:51:26.528 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 11:51:26.589 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:51:26.622 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 11:51:26.627 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:51:26.632 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:51:26.635 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:51:26.640 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:51:26.666 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 11:51:26.668 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:51:26.680 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:51:26.707 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:51:26.711 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:51:26.714 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 11:51:26.716 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:51:26.720 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:51:26.724 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:51:26.729 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 11:51:26.751 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:51:26.790 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:51:26.793 | Requirement already satisfied: ncclient===0.6.13 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.6.13) 2022-08-25 11:51:26.805 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:51:26.807 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 11:51:26.812 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 11:51:26.815 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 11:51:26.861 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:51:26.869 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:51:26.872 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:51:26.884 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.3.5) 2022-08-25 11:51:26.886 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:51:26.925 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:51:26.936 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 11:51:26.950 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-25 11:51:26.954 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:51:26.956 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:51:26.961 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:51:26.964 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:51:26.966 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:51:26.970 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:51:26.972 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 11:51:26.982 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 11:51:27.017 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 11:51:27.020 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:51:27.022 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:51:27.027 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:51:27.085 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:51:27.088 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:51:27.137 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 11:51:27.149 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:51:27.980 | Installing collected packages: neutron 2022-08-25 11:51:27.980 | Attempting uninstall: neutron 2022-08-25 11:51:27.981 | Found existing installation: neutron 20.2.0 2022-08-25 11:51:33.373 | Uninstalling neutron-20.2.0: 2022-08-25 11:51:33.457 | Successfully uninstalled neutron-20.2.0 2022-08-25 11:51:33.458 | Running setup.py develop for neutron 2022-08-25 11:51:36.275 | Successfully installed neutron 2022-08-25 11:51:36.384 | + inc/python:pip_install:196 : result=0 2022-08-25 11:51:36.387 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:51:36.390 | + functions-common:time_stop:2439 : local name 2022-08-25 11:51:36.392 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:51:36.394 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:51:36.396 | + functions-common:time_stop:2442 : local total 2022-08-25 11:51:36.398 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:51:36.401 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:51:36.403 | + functions-common:time_stop:2446 : start_time=1661428279767 2022-08-25 11:51:36.405 | + functions-common:time_stop:2448 : [[ -z 1661428279767 ]] 2022-08-25 11:51:36.408 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:51:36.412 | + functions-common:time_stop:2451 : end_time=1661428296410 2022-08-25 11:51:36.415 | + functions-common:time_stop:2452 : elapsed_time=16643 2022-08-25 11:51:36.417 | + functions-common:time_stop:2453 : total=138285 2022-08-25 11:51:36.419 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:51:36.421 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=154928 2022-08-25 11:51:36.424 | + inc/python:pip_install:199 : return 0 2022-08-25 11:51:36.427 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:51:36.429 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 11:51:36.432 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 11:51:36.451 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 11:51:36.464 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-08-25 11:51:36.466 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-08-25 11:51:36.469 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:51:36.471 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:51:36.473 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-08-25 11:51:36.476 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:51:36.478 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-08-25 11:51:36.481 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:51:36.483 | + ./stack.sh:main:929 : is_service_enabled nova 2022-08-25 11:51:36.500 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:36.503 | + ./stack.sh:main:931 : stack_install_service nova 2022-08-25 11:51:36.505 | + lib/stack:stack_install_service:20 : local service=nova 2022-08-25 11:51:36.508 | + lib/stack:stack_install_service:21 : type install_nova 2022-08-25 11:51:36.510 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:51:36.513 | + lib/stack:stack_install_service:32 : install_nova 2022-08-25 11:51:36.516 | + lib/nova:install_nova:875 : use_library_from_git os-vif 2022-08-25 11:51:36.518 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-08-25 11:51:36.520 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:51:36.522 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:51:36.525 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-08-25 11:51:36.527 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:51:36.532 | + lib/nova:install_nova:880 : is_service_enabled n-cpu 2022-08-25 11:51:36.546 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:36.548 | + lib/nova:install_nova:884 : is_service_enabled n-novnc 2022-08-25 11:51:36.566 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:36.570 | + lib/nova:install_nova:896 : is_service_enabled n-spice 2022-08-25 11:51:36.590 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:36.592 | + lib/nova:install_nova:908 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-08-25 11:51:36.594 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-08-25 11:51:36.597 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-08-25 11:51:36.599 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:51:36.602 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:51:36.604 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:51:36.607 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:51:36.610 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:51:36.612 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:51:36.629 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:51:36.632 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:51:36.634 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:51:36.638 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:51:36.645 | + functions-common:git_clone:617 : echo master 2022-08-25 11:51:36.647 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-08-25 11:51:36.650 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:51:36.652 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-08-25 11:51:36.665 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-08-25 11:51:36.668 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:51:36.669 | + functions-common:git_clone:678 : head -1 2022-08-25 11:51:36.673 | a31045ddd3 Merge commit 'refs/changes/16/853516/2' of ssh://review.openstack.org:29418/openstack/nova into HEAD 2022-08-25 11:51:36.676 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:51:36.678 | + lib/nova:install_nova:909 : setup_develop /opt/stack/nova 2022-08-25 11:51:36.681 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:51:36.683 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 11:51:36.686 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-08-25 11:51:36.688 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:51:36.690 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-08-25 11:51:36.693 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:51:36.695 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 11:51:36.699 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-08-25 11:51:36.701 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:51:36.704 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:51:36.708 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-08-25 11:51:36.710 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:51:36.714 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-08-25 11:51:36.717 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:51:36.720 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:51:36.723 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-08-25 11:51:36.729 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-08-25 11:51:36.732 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-08-25 11:51:37.365 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-08-25 11:51:37.367 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:51:37.369 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:51:37.372 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:51:37.374 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 11:51:37.376 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-08-25 11:51:37.379 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:51:37.381 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:51:37.383 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:51:37.385 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:51:37.387 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:51:37.390 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:51:37.392 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:51:37.395 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-08-25 11:51:37.418 | Using python 3.8 to install /opt/stack/nova 2022-08-25 11:51:37.421 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-08-25 11:51:39.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:51:39.518 | from cryptography.utils import int_from_bytes 2022-08-25 11:51:39.519 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:51:39.519 | from cryptography.utils import int_from_bytes 2022-08-25 11:51:40.565 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:51:40.565 | Obtaining file:///opt/stack/nova 2022-08-25 11:51:44.013 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:51:44.019 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:51:44.022 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 11:51:44.031 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 11:51:44.039 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:51:44.042 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:51:44.053 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:51:44.197 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:51:44.210 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:51:44.223 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-25 11:51:44.242 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:51:44.279 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-25 11:51:44.291 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:51:44.294 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 11:51:44.302 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 11:51:44.305 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:51:44.311 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:51:44.346 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:51:44.373 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:51:44.376 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:51:44.414 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:51:44.474 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:51:44.525 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 11:51:44.689 | Collecting microversion-parse===1.0.1 2022-08-25 11:51:44.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-08-25 11:51:44.803 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:51:44.808 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:51:44.811 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 11:51:44.834 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-25 11:51:44.858 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 11:51:44.862 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:51:44.866 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 11:51:44.870 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-25 11:51:44.892 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 11:51:44.909 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:51:44.946 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:51:44.955 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:51:45.022 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:51:45.027 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:51:45.074 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:51:45.079 | Requirement already satisfied: oslo.limit===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.1) 2022-08-25 11:51:45.089 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:51:45.127 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 11:51:45.181 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 11:51:45.193 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:51:45.211 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:51:45.225 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 11:51:45.239 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 11:51:45.251 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 11:51:45.254 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:51:45.262 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 11:51:45.285 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:51:45.295 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:51:45.308 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 11:51:45.327 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-25 11:51:45.335 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:51:45.340 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 11:51:45.373 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:51:45.376 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:51:45.387 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 11:51:45.393 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 11:51:45.410 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:51:45.420 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:51:45.422 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:51:45.428 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-25 11:51:45.434 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:51:45.439 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-25 11:51:45.452 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-25 11:51:45.467 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:51:45.471 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-25 11:51:45.487 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:51:45.507 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-25 11:51:45.531 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:51:45.536 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:51:45.542 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:51:45.556 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 11:51:45.558 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-25 11:51:45.562 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:51:45.567 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 11:51:45.569 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:51:45.572 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:51:45.582 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:51:45.584 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:51:45.587 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:51:45.591 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 11:51:45.605 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:51:45.614 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:51:45.619 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:51:45.629 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 11:51:45.685 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:51:45.717 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 11:51:45.722 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-25 11:51:45.728 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:51:45.842 | Collecting websockify===0.10.0 2022-08-25 11:51:45.849 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-08-25 11:51:45.953 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:51:45.957 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 11:51:45.961 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:51:45.986 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 11:51:45.989 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:51:45.999 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:51:46.003 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 11:51:46.028 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:51:46.084 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:51:46.087 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 11:51:46.111 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:51:46.116 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:51:46.120 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 11:51:46.123 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:51:46.129 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:51:46.132 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 11:51:46.136 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 11:51:46.182 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 11:51:46.186 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:51:46.193 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:51:46.196 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:51:46.207 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-25 11:51:46.212 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 11:51:46.224 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:51:46.235 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 11:51:46.246 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 11:51:46.260 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-25 11:51:46.265 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:51:46.270 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:51:46.273 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:51:46.275 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:51:46.277 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:51:47.456 | Collecting numpy===1.23.2 2022-08-25 11:51:47.504 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd5/b7ccae24e3d85/numpy-1.23.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2022-08-25 11:51:48.811 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:51:48.814 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:51:48.817 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 11:51:48.819 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-25 11:51:48.822 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:51:48.826 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:51:48.875 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:51:49.780 | Installing collected packages: microversion-parse, numpy, websockify, nova 2022-08-25 11:51:53.542 | Running setup.py develop for nova 2022-08-25 11:51:57.249 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.2 websockify-0.10.0 2022-08-25 11:51:57.420 | + inc/python:pip_install:196 : result=0 2022-08-25 11:51:57.422 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:51:57.424 | + functions-common:time_stop:2439 : local name 2022-08-25 11:51:57.427 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:51:57.429 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:51:57.431 | + functions-common:time_stop:2442 : local total 2022-08-25 11:51:57.433 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:51:57.436 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:51:57.438 | + functions-common:time_stop:2446 : start_time=1661428297412 2022-08-25 11:51:57.440 | + functions-common:time_stop:2448 : [[ -z 1661428297412 ]] 2022-08-25 11:51:57.443 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:51:57.447 | + functions-common:time_stop:2451 : end_time=1661428317445 2022-08-25 11:51:57.449 | + functions-common:time_stop:2452 : elapsed_time=20033 2022-08-25 11:51:57.451 | + functions-common:time_stop:2453 : total=154928 2022-08-25 11:51:57.454 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:51:57.456 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=174961 2022-08-25 11:51:57.458 | + inc/python:pip_install:199 : return 0 2022-08-25 11:51:57.460 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:51:57.463 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 11:51:57.465 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 11:51:57.486 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 11:51:57.498 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-08-25 11:51:57.501 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-08-25 11:51:57.503 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:51:57.506 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:51:57.508 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-08-25 11:51:57.511 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:51:57.513 | + lib/nova:install_nova:910 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-08-25 11:51:57.526 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:51:57.529 | + ./stack.sh:main:932 : configure_nova 2022-08-25 11:51:57.532 | + lib/nova:configure_nova:234 : sudo install -d -o ubuntu /etc/nova 2022-08-25 11:51:57.545 | + lib/nova:configure_nova:236 : configure_rootwrap nova 2022-08-25 11:51:57.547 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-08-25 11:51:57.550 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-25 11:51:57.554 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-25 11:51:57.554 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-08-25 11:51:57.558 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-08-25 11:51:57.561 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-08-25 11:51:57.563 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-25 11:51:57.566 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-08-25 11:51:57.568 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-08-25 11:51:57.570 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-08-25 11:51:57.573 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-08-25 11:51:57.575 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-08-25 11:51:57.587 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-08-25 11:51:57.599 | + 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-08-25 11:51:57.612 | + 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-08-25 11:51:57.625 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-08-25 11:51:57.637 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-25 11:51:57.640 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-25 11:51:57.644 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.1wYNypZawT 2022-08-25 11:51:57.647 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-25 11:51:57.649 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-25 11:51:57.652 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-08-25 11:51:57.655 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-25 11:51:57.657 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-25 11:51:57.659 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.1wYNypZawT 2022-08-25 11:51:57.663 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.1wYNypZawT 2022-08-25 11:51:57.676 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.1wYNypZawT /etc/sudoers.d/nova-rootwrap 2022-08-25 11:51:57.688 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-08-25 11:51:57.693 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-25 11:51:57.696 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-25 11:51:57.698 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-25 11:51:57.700 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-25 11:51:57.703 | + 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-08-25 11:51:57.705 | + 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-08-25 11:51:57.708 | + lib/nova:configure_nova:238 : [[ 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-08-25 11:51:57.710 | + lib/nova:configure_nova:240 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-08-25 11:51:57.715 | + lib/nova:configure_nova:243 : is_service_enabled n-cpu 2022-08-25 11:51:57.732 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:57.735 | + lib/nova:configure_nova:320 : create_nova_conf 2022-08-25 11:51:57.738 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2022-08-25 11:51:57.741 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2022-08-25 11:51:57.745 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-08-25 11:51:57.781 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2022-08-25 11:51:57.784 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-08-25 11:51:57.820 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-08-25 11:51:57.855 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-08-25 11:51:57.890 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-08-25 11:51:57.928 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf scheduler workers 2 2022-08-25 11:51:57.962 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-08-25 11:51:57.996 | + lib/nova:create_nova_conf:407 : [[ 4 == 6 ]] 2022-08-25 11:51:57.998 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.42 2022-08-25 11:51:58.030 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-08-25 11:51:58.061 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-08-25 11:51:58.092 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-08-25 11:51:58.124 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-08-25 11:51:58.157 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-08-25 11:51:58.192 | + lib/nova:create_nova_conf:419 : is_fedora 2022-08-25 11:51:58.194 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:51:58.197 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:51:58.199 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:51:58.201 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:51:58.204 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:51:58.206 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:51:58.208 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:51:58.211 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:51:58.213 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:51:58.215 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:51:58.219 | + lib/nova:create_nova_conf:419 : is_suse 2022-08-25 11:51:58.221 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:51:58.224 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:51:58.226 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:51:58.228 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:51:58.230 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:51:58.233 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:51:58.236 | + lib/nova:create_nova_conf:428 : is_service_enabled n-api n-cond n-sched 2022-08-25 11:51:58.253 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:58.255 | + lib/nova:create_nova_conf:432 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 11:51:58.257 | + lib/nova:create_nova_conf:435 : local db=nova_cell0 2022-08-25 11:51:58.260 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-08-25 11:51:58.297 | ++ lib/nova:create_nova_conf:441 : database_connection_url nova_cell0 2022-08-25 11:51:58.299 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-25 11:51:58.302 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-25 11:51:58.304 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-25 11:51:58.306 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:51:58.308 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:51:58.311 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:51:58.334 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:58.336 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:51:58.339 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:58.342 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:58.378 | ++ lib/nova:create_nova_conf:442 : database_connection_url nova_api 2022-08-25 11:51:58.381 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-08-25 11:51:58.383 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-08-25 11:51:58.385 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-08-25 11:51:58.387 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:51:58.390 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:51:58.392 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:51:58.409 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:58.411 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:51:58.413 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:58.416 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-25 11:51:58.453 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf cache enabled True 2022-08-25 11:51:58.488 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-08-25 11:51:58.525 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-08-25 11:51:58.559 | + lib/nova:create_nova_conf:452 : is_service_enabled n-api 2022-08-25 11:51:58.575 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:58.577 | + lib/nova:create_nova_conf:453 : is_service_enabled n-api-meta 2022-08-25 11:51:58.594 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:58.598 | ++ lib/nova:create_nova_conf:455 : echo osapi_compute,metadata 2022-08-25 11:51:58.598 | ++ lib/nova:create_nova_conf:455 : sed s/,metadata// 2022-08-25 11:51:58.603 | + lib/nova:create_nova_conf:455 : NOVA_ENABLED_APIS=osapi_compute 2022-08-25 11:51:58.605 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-08-25 11:51:58.647 | + lib/nova:create_nova_conf:458 : is_service_enabled tls-proxy 2022-08-25 11:51:58.664 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:58.666 | + lib/nova:create_nova_conf:464 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-08-25 11:51:58.668 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-08-25 11:51:58.670 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 11:51:58.673 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 11:51:58.675 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-08-25 11:51:58.709 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-08-25 11:51:58.741 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:51:58.773 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-08-25 11:51:58.805 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-08-25 11:51:58.837 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-08-25 11:51:58.869 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-08-25 11:51:58.900 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-08-25 11:51:58.932 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:51:58.963 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 11:51:58.994 | + lib/nova:create_nova_conf:467 : is_service_enabled cinder 2022-08-25 11:51:59.010 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:59.012 | + lib/nova:create_nova_conf:468 : configure_cinder_access 2022-08-25 11:51:59.017 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-08-25 11:51:59.050 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder auth_type password 2022-08-25 11:51:59.082 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.42/identity 2022-08-25 11:51:59.113 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder username nova 2022-08-25 11:51:59.145 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-08-25 11:51:59.177 | + lib/nova:configure_cinder_access:606 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-08-25 11:51:59.209 | + lib/nova:configure_cinder_access:607 : iniset /etc/nova/nova.conf cinder project_name service 2022-08-25 11:51:59.241 | + lib/nova:configure_cinder_access:608 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-08-25 11:51:59.276 | + lib/nova:configure_cinder_access:609 : is_service_enabled tls-proxy 2022-08-25 11:51:59.291 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:51:59.294 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova ']' 2022-08-25 11:51:59.296 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-08-25 11:51:59.335 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-08-25 11:51:59.370 | + lib/nova:create_nova_conf:475 : '[' -n /opt/stack/data/nova/instances ']' 2022-08-25 11:51:59.373 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-08-25 11:51:59.410 | + lib/nova:create_nova_conf:478 : '[' False '!=' False ']' 2022-08-25 11:51:59.414 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2022-08-25 11:51:59.416 | + lib/nova:create_nova_conf:487 : is_suse 2022-08-25 11:51:59.419 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:51:59.422 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:51:59.424 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:51:59.427 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:51:59.429 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:51:59.431 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:51:59.434 | + lib/nova:create_nova_conf:487 : is_fedora 2022-08-25 11:51:59.437 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:51:59.439 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:51:59.442 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:51:59.444 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:51:59.446 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:51:59.448 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:51:59.451 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:51:59.454 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:51:59.456 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:51:59.459 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:51:59.462 | + lib/nova:create_nova_conf:492 : setup_logging /etc/nova/nova.conf 2022-08-25 11:51:59.464 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-08-25 11:51:59.467 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-08-25 11:51:59.471 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:51:59.488 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:51:59.490 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:51:59.493 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:51:59.495 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:51:59.498 | + 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-08-25 11:51:59.533 | + 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-08-25 11:51:59.566 | + 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-08-25 11:51:59.598 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:51:59.632 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-08-25 11:51:59.667 | + lib/nova:create_nova_conf:496 : is_service_enabled n-api 2022-08-25 11:51:59.684 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:51:59.688 | + lib/nova:create_nova_conf:497 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-08-25 11:51:59.690 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-08-25 11:51:59.696 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-08-25 11:51:59.698 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-08-25 11:51:59.701 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 11:51:59.703 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 11:51:59.706 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-08-25 11:51:59.710 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-08-25 11:51:59.713 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 11:51:59.715 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 11:51:59.728 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 11:51:59.729 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:51:59.739 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 11:51:59.742 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:51:59.758 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-08-25 11:51:59.761 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-08-25 11:51:59.765 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-08-25 11:51:59.803 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-08-25 11:51:59.839 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-08-25 11:51:59.871 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-08-25 11:51:59.901 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 11:51:59.934 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 11:51:59.964 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-08-25 11:51:59.997 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-08-25 11:52:00.028 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-08-25 11:52:00.060 | + 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-08-25 11:52:00.092 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 11:52:00.124 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 11:52:00.156 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-08-25 11:52:00.188 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 11:52:00.190 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 11:52:00.194 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-08-25 11:52:00.196 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-08-25 11:52:00.199 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 11:52:00.202 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:00.204 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:00.206 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 11:52:00.209 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 11:52:00.211 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-08-25 11:52:00.244 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 11:52:00.276 | + 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-08-25 11:52:00.276 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 11:52:00.286 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-08-25 11:52:00.290 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-08-25 11:52:00.292 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-08-25 11:52:00.295 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 11:52:00.297 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 11:52:00.300 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:52:00.302 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:00.304 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:00.307 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 11:52:00.309 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 11:52:00.312 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:00.315 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:00.317 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-08-25 11:52:00.380 | Enabling site nova-api-wsgi. 2022-08-25 11:52:00.385 | To activate the new configuration, you need to run: 2022-08-25 11:52:00.385 | systemctl reload apache2 2022-08-25 11:52:00.390 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 11:52:00.392 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:52:00.395 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:52:00.397 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:52:00.533 | + lib/nova:create_nova_conf:500 : is_service_enabled n-api-meta 2022-08-25 11:52:00.552 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:00.554 | + lib/nova:create_nova_conf:501 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-08-25 11:52:00.556 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-08-25 11:52:00.559 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-08-25 11:52:00.561 | + lib/apache:write_uwsgi_config:256 : local url= 2022-08-25 11:52:00.564 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-08-25 11:52:00.566 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 11:52:00.569 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-08-25 11:52:00.573 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-08-25 11:52:00.577 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 11:52:00.588 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 11:52:00.602 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 11:52:00.602 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:52:00.611 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 11:52:00.614 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:52:00.631 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-08-25 11:52:00.634 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-08-25 11:52:00.637 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-08-25 11:52:00.671 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-08-25 11:52:00.703 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-08-25 11:52:00.735 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-08-25 11:52:00.765 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 11:52:00.799 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 11:52:00.830 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-08-25 11:52:00.862 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-08-25 11:52:00.892 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-08-25 11:52:00.924 | + 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-08-25 11:52:00.955 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 11:52:00.986 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 11:52:01.017 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-08-25 11:52:01.050 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-08-25 11:52:01.052 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-08-25 11:52:01.084 | + lib/nova:create_nova_conf:504 : is_service_enabled ceilometer 2022-08-25 11:52:01.100 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:01.102 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-08-25 11:52:01.137 | ++ lib/nova:create_nova_conf:513 : get_notification_url 2022-08-25 11:52:01.140 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-08-25 11:52:01.143 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-08-25 11:52:01.160 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:01.162 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:52:01.165 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:52:01.197 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-08-25 11:52:01.231 | + lib/nova:create_nova_conf:515 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-08-25 11:52:01.234 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-25 11:52:01.236 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-08-25 11:52:01.238 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 11:52:01.241 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 11:52:01.243 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:52:01.260 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:01.263 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 11:52:01.266 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 11:52:01.268 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:52:01.284 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:01.286 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:52:01.289 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:52:01.321 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:52:01.323 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:52:01.326 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-08-25 11:52:01.357 | + lib/nova:create_nova_conf:518 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-08-25 11:52:01.393 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf conductor workers 2 2022-08-25 11:52:01.429 | + lib/nova:create_nova_conf:522 : is_service_enabled tls-proxy 2022-08-25 11:52:01.448 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:01.451 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 11:52:01.486 | + lib/nova:create_nova_conf:529 : '[' True == True ']' 2022-08-25 11:52:01.488 | + lib/nova:create_nova_conf:530 : init_nova_service_user_conf 2022-08-25 11:52:01.491 | + lib/nova:init_nova_service_user_conf:778 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-08-25 11:52:01.527 | + lib/nova:init_nova_service_user_conf:779 : iniset /etc/nova/nova.conf service_user auth_type password 2022-08-25 11:52:01.561 | + lib/nova:init_nova_service_user_conf:780 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.42/identity 2022-08-25 11:52:01.597 | + lib/nova:init_nova_service_user_conf:781 : iniset /etc/nova/nova.conf service_user username nova 2022-08-25 11:52:01.633 | + lib/nova:init_nova_service_user_conf:782 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-08-25 11:52:01.676 | + lib/nova:init_nova_service_user_conf:783 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-08-25 11:52:01.709 | + lib/nova:init_nova_service_user_conf:784 : iniset /etc/nova/nova.conf service_user project_name service 2022-08-25 11:52:01.742 | + lib/nova:init_nova_service_user_conf:785 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-08-25 11:52:01.775 | + lib/nova:init_nova_service_user_conf:786 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-08-25 11:52:01.808 | + lib/nova:create_nova_conf:533 : is_service_enabled n-cond 2022-08-25 11:52:01.825 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:01.828 | ++ lib/nova:create_nova_conf:534 : seq 1 1 2022-08-25 11:52:01.832 | + lib/nova:create_nova_conf:534 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-25 11:52:01.835 | + lib/nova:create_nova_conf:535 : local conf 2022-08-25 11:52:01.837 | + lib/nova:create_nova_conf:536 : local vhost 2022-08-25 11:52:01.840 | ++ lib/nova:create_nova_conf:537 : conductor_conf 1 2022-08-25 11:52:01.843 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-08-25 11:52:01.845 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-08-25 11:52:01.848 | + lib/nova:create_nova_conf:537 : conf=/etc/nova/nova_cell1.conf 2022-08-25 11:52:01.850 | + lib/nova:create_nova_conf:538 : vhost=nova_cell1 2022-08-25 11:52:01.853 | + lib/nova:create_nova_conf:540 : rm -f /etc/nova/nova_cell1.conf 2022-08-25 11:52:01.858 | ++ lib/nova:create_nova_conf:541 : database_connection_url nova_cell1 2022-08-25 11:52:01.860 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-08-25 11:52:01.863 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-08-25 11:52:01.865 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-08-25 11:52:01.868 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:52:01.870 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:52:01.873 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:52:01.889 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:01.891 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:52:01.894 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-25 11:52:01.897 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-25 11:52:01.933 | + lib/nova:create_nova_conf:542 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-08-25 11:52:01.969 | + lib/nova:create_nova_conf:543 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-08-25 11:52:02.004 | + lib/nova:create_nova_conf:545 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 11:52:02.006 | + lib/nova:create_nova_conf:548 : rpc_backend_add_vhost nova_cell1 2022-08-25 11:52:02.008 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-08-25 11:52:02.011 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-08-25 11:52:02.027 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:02.031 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-08-25 11:52:02.031 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-08-25 11:52:02.748 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-08-25 11:52:02.750 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-08-25 11:52:03.408 | Adding vhost "nova_cell1" ... 2022-08-25 11:52:03.452 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-08-25 11:52:04.128 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-08-25 11:52:04.150 | + lib/nova:create_nova_conf:549 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-08-25 11:52:04.152 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-25 11:52:04.155 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-08-25 11:52:04.158 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 11:52:04.160 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-25 11:52:04.162 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:52:04.178 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:04.181 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-25 11:52:04.184 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-25 11:52:04.187 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:52:04.203 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:04.205 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-08-25 11:52:04.208 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-08-25 11:52:04.240 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:52:04.242 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:52:04.244 | + lib/nova:create_nova_conf:553 : is_service_enabled placement placement-client 2022-08-25 11:52:04.262 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:04.265 | + lib/nova:create_nova_conf:554 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-08-25 11:52:04.267 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova_cell1.conf 2022-08-25 11:52:04.269 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-08-25 11:52:04.304 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.42/identity 2022-08-25 11:52:04.338 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-08-25 11:52:04.372 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-08-25 11:52:04.404 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-08-25 11:52:04.438 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-08-25 11:52:04.470 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-08-25 11:52:04.508 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-08-25 11:52:04.542 | + lib/nova:create_nova_conf:558 : setup_logging /etc/nova/nova_cell1.conf 2022-08-25 11:52:04.545 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-08-25 11:52:04.547 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-08-25 11:52:04.550 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:52:04.567 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:52:04.569 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:52:04.572 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:52:04.574 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:52:04.577 | + 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-08-25 11:52:04.610 | + 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-08-25 11:52:04.643 | + 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-08-25 11:52:04.687 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:52:04.720 | + lib/nova:create_nova_conf:565 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 11:52:04.723 | ++ lib/nova:create_nova_conf:568 : seq 1 1 2022-08-25 11:52:04.727 | + lib/nova:create_nova_conf:568 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-25 11:52:04.729 | + lib/nova:create_nova_conf:569 : local conf 2022-08-25 11:52:04.732 | + lib/nova:create_nova_conf:570 : local offset 2022-08-25 11:52:04.735 | ++ lib/nova:create_nova_conf:571 : conductor_conf 1 2022-08-25 11:52:04.737 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-08-25 11:52:04.739 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-08-25 11:52:04.742 | + lib/nova:create_nova_conf:571 : conf=/etc/nova/nova_cell1.conf 2022-08-25 11:52:04.744 | + lib/nova:create_nova_conf:572 : offset=0 2022-08-25 11:52:04.747 | + lib/nova:create_nova_conf:573 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-08-25 11:52:04.749 | + lib/nova:configure_console_proxies:680 : local conf=/etc/nova/nova_cell1.conf 2022-08-25 11:52:04.751 | + lib/nova:configure_console_proxies:681 : local offset=0 2022-08-25 11:52:04.754 | + lib/nova:configure_console_proxies:685 : offset=0 2022-08-25 11:52:04.756 | + lib/nova:configure_console_proxies:687 : is_service_enabled n-novnc 2022-08-25 11:52:04.772 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:04.774 | + lib/nova:configure_console_proxies:687 : '[' False '!=' False ']' 2022-08-25 11:52:04.776 | + lib/nova:configure_console_proxies:719 : is_service_enabled n-spice 2022-08-25 11:52:04.795 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:04.798 | + lib/nova:configure_console_proxies:724 : is_service_enabled n-sproxy 2022-08-25 11:52:04.814 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:04.816 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2022-08-25 11:52:04.834 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:52:04.836 | + ./stack.sh:main:935 : is_service_enabled placement 2022-08-25 11:52:04.854 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:52:04.856 | + ./stack.sh:main:937 : stack_install_service placement 2022-08-25 11:52:04.859 | + lib/stack:stack_install_service:20 : local service=placement 2022-08-25 11:52:04.861 | + lib/stack:stack_install_service:21 : type install_placement 2022-08-25 11:52:04.863 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 11:52:04.866 | + lib/stack:stack_install_service:32 : install_placement 2022-08-25 11:52:04.868 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-08-25 11:52:04.871 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-08-25 11:52:04.873 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:04.876 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:04.878 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-08-25 11:52:04.881 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:52:04.883 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:52:04.886 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:52:04.889 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:52:04.891 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:52:04.893 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:52:04.896 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:04.898 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:04.901 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:52:04.903 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:52:04.906 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:52:04.908 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:52:04.911 | + functions-common:install_package:1464 : real_install_package apache2 2022-08-25 11:52:04.913 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:52:04.915 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:04.918 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:04.920 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-08-25 11:52:04.943 | + 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-08-25 11:52:05.056 | Reading package lists... 2022-08-25 11:52:05.319 | Building dependency tree... 2022-08-25 11:52:05.320 | Reading state information... 2022-08-25 11:52:05.578 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 11:52:05.578 | The following packages were automatically installed and are no longer required: 2022-08-25 11:52:05.579 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:52:05.579 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:52:05.579 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:52:05.579 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:52:05.579 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:52:05.579 | python3-zope.interface 2022-08-25 11:52:05.579 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:52:05.693 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:52:05.697 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:52:05.699 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:52:05.702 | + functions-common:time_stop:2439 : local name 2022-08-25 11:52:05.705 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:52:05.707 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:52:05.710 | + functions-common:time_stop:2442 : local total 2022-08-25 11:52:05.712 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:52:05.714 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:52:05.716 | + functions-common:time_stop:2446 : start_time=1661428324940 2022-08-25 11:52:05.719 | + functions-common:time_stop:2448 : [[ -z 1661428324940 ]] 2022-08-25 11:52:05.722 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:52:05.726 | + functions-common:time_stop:2451 : end_time=1661428325723 2022-08-25 11:52:05.728 | + functions-common:time_stop:2452 : elapsed_time=783 2022-08-25 11:52:05.730 | + functions-common:time_stop:2453 : total=289735 2022-08-25 11:52:05.733 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:52:05.735 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=290518 2022-08-25 11:52:05.738 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:52:05.740 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-08-25 11:52:05.743 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-08-25 11:52:05.745 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-08-25 11:52:05.748 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-08-25 11:52:05.750 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-08-25 11:52:05.773 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-08-25 11:52:05.776 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:52:05.778 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:52:05.781 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:52:05.784 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:52:05.786 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:52:05.788 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:52:05.791 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:05.793 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:05.796 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:52:05.798 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:52:05.801 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:52:05.803 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:52:05.806 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-08-25 11:52:05.808 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:52:05.812 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:05.814 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:05.816 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-08-25 11:52:05.839 | + 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-08-25 11:52:05.949 | Reading package lists... 2022-08-25 11:52:06.210 | Building dependency tree... 2022-08-25 11:52:06.211 | Reading state information... 2022-08-25 11:52:06.471 | The following packages were automatically installed and are no longer required: 2022-08-25 11:52:06.472 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:52:06.472 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:52:06.473 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:52:06.473 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:52:06.473 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:52:06.473 | python3-zope.interface 2022-08-25 11:52:06.473 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:52:06.542 | The following NEW packages will be installed: 2022-08-25 11:52:06.542 | libapache2-mod-wsgi-py3 2022-08-25 11:52:06.667 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:52:06.667 | Need to get 93.8 kB of archives. 2022-08-25 11:52:06.667 | After this operation, 300 kB of additional disk space will be used. 2022-08-25 11:52:06.667 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3.1 [93.8 kB] 2022-08-25 11:52:07.395 | Fetched 93.8 kB in 0s (344 kB/s) 2022-08-25 11:52:07.429 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-08-25 11:52:07.481 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 91050 files and directories currently installed.) 2022-08-25 11:52:07.485 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3.1_amd64.deb ... 2022-08-25 11:52:07.487 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-08-25 11:52:07.551 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-08-25 11:52:07.720 | apache2_invoke: Enable module wsgi 2022-08-25 11:52:17.026 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:52:17.028 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:52:17.031 | + functions-common:time_stop:2439 : local name 2022-08-25 11:52:17.033 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:52:17.035 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:52:17.038 | + functions-common:time_stop:2442 : local total 2022-08-25 11:52:17.040 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:52:17.042 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:52:17.045 | + functions-common:time_stop:2446 : start_time=1661428325836 2022-08-25 11:52:17.048 | + functions-common:time_stop:2448 : [[ -z 1661428325836 ]] 2022-08-25 11:52:17.051 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:52:17.056 | + functions-common:time_stop:2451 : end_time=1661428337053 2022-08-25 11:52:17.058 | + functions-common:time_stop:2452 : elapsed_time=11217 2022-08-25 11:52:17.061 | + functions-common:time_stop:2453 : total=290518 2022-08-25 11:52:17.063 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:52:17.066 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=301735 2022-08-25 11:52:17.068 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:52:17.071 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-08-25 11:52:17.073 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-08-25 11:52:17.076 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:52:17.079 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:52:17.081 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:52:17.084 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-08-25 11:52:17.086 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-08-25 11:52:17.143 | wsgi (enabled by maintainer script) 2022-08-25 11:52:17.146 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-08-25 11:52:17.149 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-08-25 11:52:17.152 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:52:17.155 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-08-25 11:52:17.158 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-08-25 11:52:17.160 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:52:17.164 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:52:17.164 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:52:17.170 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-08-25 11:52:17.172 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-08-25 11:52:17.175 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-08-25 11:52:17.178 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-08-25 11:52:17.181 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-08-25 11:52:17.204 | Using python 3.8 to install osc-placement 2022-08-25 11:52:17.207 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-08-25 11:52:19.292 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:52:19.293 | from cryptography.utils import int_from_bytes 2022-08-25 11:52:19.293 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:52:19.293 | from cryptography.utils import int_from_bytes 2022-08-25 11:52:20.329 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:52:20.498 | Collecting osc-placement===4.0.0 2022-08-25 11:52:20.506 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83a/fb535c495945f/osc_placement-4.0.0-py3-none-any.whl (64 kB) 2022-08-25 11:52:20.630 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:52:20.643 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:52:20.649 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:52:20.651 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:52:20.658 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:52:20.664 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 11:52:20.664 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:52:20.723 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 11:52:20.737 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:52:20.742 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:52:20.747 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:52:20.750 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:52:20.753 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:52:20.757 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:52:20.760 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:52:20.764 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:52:20.769 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:52:20.782 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:52:20.793 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 11:52:20.818 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:52:20.821 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:52:20.823 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:52:20.856 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:52:20.860 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:52:20.864 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:52:20.867 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:52:20.878 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:52:20.926 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:52:20.962 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:52:20.965 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:52:20.970 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:52:20.975 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:52:20.978 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 11:52:20.999 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:52:21.002 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 11:52:21.004 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:52:21.041 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 11:52:21.044 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:52:21.049 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:52:21.106 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:52:21.109 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:52:21.134 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:52:21.137 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:52:21.141 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:52:22.889 | Installing collected packages: osc-placement 2022-08-25 11:52:23.085 | Successfully installed osc-placement-4.0.0 2022-08-25 11:52:23.198 | + inc/python:pip_install:196 : result=0 2022-08-25 11:52:23.200 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:52:23.204 | + functions-common:time_stop:2439 : local name 2022-08-25 11:52:23.206 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:52:23.208 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:52:23.212 | + functions-common:time_stop:2442 : local total 2022-08-25 11:52:23.214 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:52:23.217 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:52:23.219 | + functions-common:time_stop:2446 : start_time=1661428337198 2022-08-25 11:52:23.222 | + functions-common:time_stop:2448 : [[ -z 1661428337198 ]] 2022-08-25 11:52:23.225 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:52:23.229 | + functions-common:time_stop:2451 : end_time=1661428343227 2022-08-25 11:52:23.232 | + functions-common:time_stop:2452 : elapsed_time=6029 2022-08-25 11:52:23.234 | + functions-common:time_stop:2453 : total=174961 2022-08-25 11:52:23.237 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:52:23.240 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=180990 2022-08-25 11:52:23.242 | + inc/python:pip_install:199 : return 0 2022-08-25 11:52:23.245 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-08-25 11:52:23.247 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-08-25 11:52:23.250 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-08-25 11:52:23.253 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:52:23.255 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:52:23.258 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:52:23.261 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:52:23.264 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:52:23.267 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:52:23.292 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:52:23.295 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:52:23.301 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:52:23.304 | + functions-common:git_clone:617 : echo master 2022-08-25 11:52:23.304 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:52:23.311 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-08-25 11:52:23.314 | + functions-common:git_clone:632 : [[ False = \T\r\u\e ]] 2022-08-25 11:52:23.316 | + functions-common:git_clone:638 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-08-25 11:52:23.319 | + functions-common:git_timed:702 : local count=0 2022-08-25 11:52:23.321 | + functions-common:git_timed:703 : local timeout=0 2022-08-25 11:52:23.324 | + functions-common:git_timed:705 : [[ -n 0 ]] 2022-08-25 11:52:23.326 | + functions-common:git_timed:706 : timeout=0 2022-08-25 11:52:23.328 | + functions-common:git_timed:709 : time_start git_timed 2022-08-25 11:52:23.331 | + functions-common:time_start:2425 : local name=git_timed 2022-08-25 11:52:23.333 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:52:23.335 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:52:23.338 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:52:23.343 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428343340 2022-08-25 11:52:23.345 | + functions-common:git_timed:710 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-08-25 11:52:23.348 | Cloning into '/opt/stack/placement'... 2022-08-25 11:53:05.680 | + functions-common:git_timed:724 : time_stop git_timed 2022-08-25 11:53:05.682 | + functions-common:time_stop:2439 : local name 2022-08-25 11:53:05.685 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:53:05.688 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:53:05.690 | + functions-common:time_stop:2442 : local total 2022-08-25 11:53:05.692 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:53:05.694 | + functions-common:time_stop:2445 : name=git_timed 2022-08-25 11:53:05.697 | + functions-common:time_stop:2446 : start_time=1661428343340 2022-08-25 11:53:05.699 | + functions-common:time_stop:2448 : [[ -z 1661428343340 ]] 2022-08-25 11:53:05.702 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:53:05.707 | + functions-common:time_stop:2451 : end_time=1661428385704 2022-08-25 11:53:05.709 | + functions-common:time_stop:2452 : elapsed_time=42364 2022-08-25 11:53:05.711 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:53:05.714 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:53:05.716 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=42364 2022-08-25 11:53:05.719 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-08-25 11:53:05.733 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-08-25 11:53:05.736 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:53:05.737 | + functions-common:git_clone:678 : head -1 2022-08-25 11:53:05.740 | d0e05e89 Merge "Remove unicode literal strings" 2022-08-25 11:53:05.743 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:53:05.745 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-08-25 11:53:05.748 | + inc/python:setup_develop:334 : local bindep 2022-08-25 11:53:05.750 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 11:53:05.753 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-08-25 11:53:05.755 | + inc/python:setup_develop:340 : local extras= 2022-08-25 11:53:05.758 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-08-25 11:53:05.760 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 11:53:05.763 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 11:53:05.765 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-08-25 11:53:05.768 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 11:53:05.770 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 11:53:05.774 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-08-25 11:53:05.777 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 11:53:05.780 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-08-25 11:53:05.782 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 11:53:05.785 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 11:53:05.788 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-08-25 11:53:05.794 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-08-25 11:53:05.797 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-08-25 11:53:06.427 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-08-25 11:53:06.430 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 11:53:06.432 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 11:53:06.434 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 11:53:06.438 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 11:53:06.440 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-08-25 11:53:06.443 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 11:53:06.446 | + inc/python:setup_package:424 : local extras= 2022-08-25 11:53:06.448 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 11:53:06.451 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 11:53:06.454 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 11:53:06.456 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 11:53:06.459 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 11:53:06.462 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-08-25 11:53:06.485 | Using python 3.8 to install /opt/stack/placement 2022-08-25 11:53:06.487 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-08-25 11:53:08.587 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:08.587 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:08.587 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:08.587 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:09.637 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:53:09.637 | Obtaining file:///opt/stack/placement 2022-08-25 11:53:10.945 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 11:53:10.957 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 11:53:11.108 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 11:53:11.122 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 11:53:11.128 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 11:53:11.168 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 11:53:11.221 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-25 11:53:11.227 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 11:53:11.231 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 11:53:11.235 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 11:53:11.274 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 11:53:11.285 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:53:11.325 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 11:53:11.332 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 11:53:11.380 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:53:11.385 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 11:53:11.424 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 11:53:11.443 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 11:53:11.458 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:53:11.466 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 11:53:11.477 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:53:11.491 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:53:11.496 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:53:11.500 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:53:11.511 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 11:53:11.522 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 11:53:11.524 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:53:11.530 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 11:53:11.534 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 11:53:11.539 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:53:11.562 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:53:11.566 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 11:53:11.573 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:53:11.586 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:53:11.592 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:53:11.595 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 11:53:11.604 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 11:53:11.608 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 11:53:11.611 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:53:11.615 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 11:53:11.623 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 11:53:11.629 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:53:11.639 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:53:11.671 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:53:11.682 | 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/lib/python3/dist-packages (from openstack-placement==7.1.0.dev37) (45.2.0) 2022-08-25 11:53:11.684 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 11:53:11.711 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:53:11.772 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:53:11.831 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:53:11.837 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 11:53:11.839 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:53:11.846 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:53:11.848 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:53:11.853 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 11:53:11.867 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 11:53:11.873 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 11:53:11.881 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:53:11.884 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:53:11.887 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:53:11.889 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:53:11.893 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:53:11.895 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:53:11.900 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 11:53:11.902 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:53:11.906 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:53:11.917 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:53:11.919 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:53:11.946 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:53:11.949 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:53:11.953 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:53:11.990 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 11:53:12.001 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 11:53:12.003 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:53:12.007 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:53:13.452 | Installing collected packages: openstack-placement 2022-08-25 11:53:13.453 | Running setup.py develop for openstack-placement 2022-08-25 11:53:15.128 | Successfully installed openstack-placement 2022-08-25 11:53:15.242 | + inc/python:pip_install:196 : result=0 2022-08-25 11:53:15.244 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:53:15.247 | + functions-common:time_stop:2439 : local name 2022-08-25 11:53:15.250 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:53:15.252 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:53:15.254 | + functions-common:time_stop:2442 : local total 2022-08-25 11:53:15.256 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:53:15.259 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:53:15.261 | + functions-common:time_stop:2446 : start_time=1661428386479 2022-08-25 11:53:15.263 | + functions-common:time_stop:2448 : [[ -z 1661428386479 ]] 2022-08-25 11:53:15.266 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:53:15.271 | + functions-common:time_stop:2451 : end_time=1661428395268 2022-08-25 11:53:15.273 | + functions-common:time_stop:2452 : elapsed_time=8789 2022-08-25 11:53:15.275 | + functions-common:time_stop:2453 : total=180990 2022-08-25 11:53:15.278 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:53:15.280 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=189779 2022-08-25 11:53:15.283 | + inc/python:pip_install:199 : return 0 2022-08-25 11:53:15.285 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 11:53:15.288 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 11:53:15.290 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 11:53:15.311 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 11:53:15.324 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-08-25 11:53:15.326 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-08-25 11:53:15.329 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:53:15.331 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:53:15.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-08-25 11:53:15.336 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:53:15.339 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 11:53:15.341 | + ./stack.sh:main:938 : configure_placement 2022-08-25 11:53:15.344 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-08-25 11:53:15.356 | + lib/placement:configure_placement:107 : create_placement_conf 2022-08-25 11:53:15.360 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-08-25 11:53:15.364 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-08-25 11:53:15.367 | ++ lib/database:database_connection_url:134 : local db=placement 2022-08-25 11:53:15.369 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-08-25 11:53:15.372 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-08-25 11:53:15.375 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:53:15.377 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:53:15.380 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:53:15.397 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:15.400 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:53:15.402 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-25 11:53:15.405 | + 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&plugin=dbcounter' 2022-08-25 11:53:15.443 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-08-25 11:53:15.480 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-08-25 11:53:15.518 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-08-25 11:53:15.520 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-08-25 11:53:15.523 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-25 11:53:15.525 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 11:53:15.528 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-08-25 11:53:15.565 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-08-25 11:53:15.599 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:53:15.634 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-08-25 11:53:15.668 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-08-25 11:53:15.706 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-08-25 11:53:15.740 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-08-25 11:53:15.772 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-08-25 11:53:15.806 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:53:15.839 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 11:53:15.873 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-08-25 11:53:15.875 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-08-25 11:53:15.878 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-08-25 11:53:15.881 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:53:15.899 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:53:15.901 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:53:15.904 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:53:15.907 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:53:15.909 | + 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-08-25 11:53:15.942 | + 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-08-25 11:53:15.977 | + 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-08-25 11:53:16.010 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:53:16.043 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-25 11:53:16.046 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-08-25 11:53:16.048 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-08-25 11:53:16.051 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-08-25 11:53:16.053 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-08-25 11:53:16.056 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 11:53:16.058 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 11:53:16.061 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-08-25 11:53:16.066 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-08-25 11:53:16.068 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 11:53:16.070 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 11:53:16.083 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 11:53:16.084 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:53:16.093 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 11:53:16.097 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 11:53:16.112 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-08-25 11:53:16.115 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-08-25 11:53:16.119 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-08-25 11:53:16.163 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-08-25 11:53:16.201 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-08-25 11:53:16.237 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-08-25 11:53:16.272 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 11:53:16.313 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 11:53:16.348 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-08-25 11:53:16.382 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-08-25 11:53:16.416 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-08-25 11:53:16.451 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-25 11:53:16.486 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 11:53:16.520 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 11:53:16.553 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-08-25 11:53:16.588 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 11:53:16.590 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 11:53:16.593 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-08-25 11:53:16.596 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-08-25 11:53:16.599 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 11:53:16.602 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:16.604 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:16.607 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-08-25 11:53:16.610 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-08-25 11:53:16.613 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-08-25 11:53:16.649 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 11:53:16.684 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-08-25 11:53:16.684 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-08-25 11:53:16.693 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-08-25 11:53:16.697 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-08-25 11:53:16.699 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-08-25 11:53:16.702 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 11:53:16.704 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 11:53:16.707 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 11:53:16.709 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:16.712 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:16.714 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 11:53:16.717 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 11:53:16.720 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:16.722 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:16.724 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-08-25 11:53:16.787 | Enabling site placement-api. 2022-08-25 11:53:16.793 | To activate the new configuration, you need to run: 2022-08-25 11:53:16.793 | systemctl reload apache2 2022-08-25 11:53:16.798 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 11:53:16.800 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 11:53:16.803 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:53:16.805 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 11:53:16.946 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-08-25 11:53:16.969 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:16.971 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-08-25 11:53:16.992 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:53:16.995 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-08-25 11:53:17.013 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:17.015 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-08-25 11:53:17.018 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova.conf 2022-08-25 11:53:17.020 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-25 11:53:17.058 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.42/identity 2022-08-25 11:53:17.092 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement username placement 2022-08-25 11:53:17.127 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-25 11:53:17.161 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-25 11:53:17.196 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova.conf placement project_name service 2022-08-25 11:53:17.230 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-25 11:53:17.267 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-08-25 11:53:17.301 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-08-25 11:53:17.319 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:53:17.321 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-08-25 11:53:17.339 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:53:17.342 | + ./stack.sh:main:964 : run_phase stack install 2022-08-25 11:53:17.344 | + functions-common:run_phase:1867 : local mode=stack 2022-08-25 11:53:17.347 | + functions-common:run_phase:1868 : local phase=install 2022-08-25 11:53:17.349 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:53:17.352 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:53:17.354 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:53:17.357 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:53:17.360 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:53:17.363 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:53:17.368 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:53:17.370 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:53:17.373 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:53:17.376 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-08-25 11:53:17.379 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:53:17.394 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:17.397 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:53:17.399 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:53:17.401 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-08-25 11:53:17.404 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-08-25 11:53:17.406 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:53:17.408 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-08-25 11:53:17.411 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-08-25 11:53:17.413 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-08-25 11:53:17.487 | ++ inc/async:async_inner:63 : install_tempest 2022-08-25 11:53:17.530 | [19158 Async install_tempest:79008]: running: install_tempest 2022-08-25 11:53:17.532 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-25 11:53:17.535 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-25 11:53:17.538 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:53:17.541 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 11:53:17.543 | + functions-common:run_phase:1894 : run_plugins stack install 2022-08-25 11:53:17.547 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-25 11:53:17.550 | + functions-common:run_plugins:1854 : local phase=install 2022-08-25 11:53:17.552 | + functions-common:run_plugins:1856 : local plugins= 2022-08-25 11:53:17.555 | + functions-common:run_plugins:1857 : local plugin 2022-08-25 11:53:17.558 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-08-25 11:53:17.562 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-08-25 11:53:17.565 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:53:17.568 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:53:17.570 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-08-25 11:53:17.573 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:53:17.576 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-08-25 11:53:17.578 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-08-25 11:53:17.581 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:53:17.584 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-08-25 11:53:17.587 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-08-25 11:53:17.590 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:53:17.595 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:53:17.595 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:53:17.600 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-08-25 11:53:17.603 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-08-25 11:53:17.605 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-08-25 11:53:17.609 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-08-25 11:53:17.612 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-08-25 11:53:17.639 | Using python 3.8 to install python-openstackclient 2022-08-25 11:53:17.643 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-08-25 11:53:19.787 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:19.787 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:19.787 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:19.787 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:20.842 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:53:21.071 | Collecting python-openstackclient===6.0.0 2022-08-25 11:53:21.079 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e8a/8b3538c3f7818/python_openstackclient-6.0.0-py3-none-any.whl (998 kB) 2022-08-25 11:53:21.398 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:53:21.403 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 11:53:21.425 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 11:53:21.440 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:53:21.442 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 11:53:21.457 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 11:53:21.462 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 11:53:21.476 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 11:53:21.480 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-25 11:53:21.495 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 11:53:21.523 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:53:21.534 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 11:53:21.594 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:53:21.607 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 11:53:21.616 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 11:53:21.656 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 11:53:21.662 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 11:53:21.664 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 11:53:21.671 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:53:21.682 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 11:53:21.686 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 11:53:21.690 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 11:53:21.694 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:53:21.702 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 11:53:21.704 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 11:53:21.742 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 11:53:21.748 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 11:53:21.751 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 11:53:21.773 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 11:53:21.776 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 11:53:21.782 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 11:53:21.785 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 11:53:21.790 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 11:53:21.793 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 11:53:21.796 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:53:21.799 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:53:21.836 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:53:21.886 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:53:21.891 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 11:53:21.894 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:53:21.927 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 11:53:21.930 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 11:53:21.933 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 11:53:21.939 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 11:53:21.942 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 11:53:21.947 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 11:53:21.950 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 11:53:21.953 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:53:21.979 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 11:53:21.982 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:53:22.040 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 11:53:23.819 | Installing collected packages: python-openstackclient 2022-08-25 11:53:25.637 | Successfully installed python-openstackclient-6.0.0 2022-08-25 11:53:25.775 | + inc/python:pip_install:196 : result=0 2022-08-25 11:53:25.777 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:53:25.779 | + functions-common:time_stop:2439 : local name 2022-08-25 11:53:25.782 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:53:25.784 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:53:25.786 | + functions-common:time_stop:2442 : local total 2022-08-25 11:53:25.789 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:53:25.793 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:53:25.796 | + functions-common:time_stop:2446 : start_time=1661428397633 2022-08-25 11:53:25.798 | + functions-common:time_stop:2448 : [[ -z 1661428397633 ]] 2022-08-25 11:53:25.801 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:53:25.805 | + functions-common:time_stop:2451 : end_time=1661428405803 2022-08-25 11:53:25.808 | + functions-common:time_stop:2452 : elapsed_time=8170 2022-08-25 11:53:25.811 | + functions-common:time_stop:2453 : total=189779 2022-08-25 11:53:25.814 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:53:25.816 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=197949 2022-08-25 11:53:25.819 | + inc/python:pip_install:199 : return 0 2022-08-25 11:53:25.821 | + ./stack.sh:main:976 : install_oscwrap 2022-08-25 11:53:25.824 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-08-25 11:53:25.830 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.nYq1rKnttP 2022-08-25 11:53:25.843 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-08-25 11:53:25.846 | + functions-common:install_oscwrap:2490 : unalias -a 2022-08-25 11:53:25.859 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-08-25 11:53:25.879 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-08-25 11:53:25.888 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-25 11:53:25.895 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-08-25 11:53:26.028 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:26.042 | + ./stack.sh:main:1030 : configure_database 2022-08-25 11:53:26.055 | + lib/database:configure_database:128 : configure_database_mysql 2022-08-25 11:53:26.076 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-08-25 11:53:26.078 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-08-25 11:53:26.095 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:53:26.115 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-08-25 11:53:26.135 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-08-25 11:53:26.160 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:26.179 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:26.203 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-08-25 11:53:26.231 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-08-25 11:53:26.265 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-08-25 11:53:26.269 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-08-25 11:53:26.291 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-08-25 11:53:26.645 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-08-25 11:53:26.663 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:53:26.683 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:53:26.703 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:53:26.735 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:53:26.755 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:53:26.775 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:53:26.791 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:53:26.812 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:53:26.831 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:53:26.863 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:53:26.898 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-08-25 11:53:26.915 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:53:26.939 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:53:26.955 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:53:26.983 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:53:27.003 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:53:27.027 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:53:27.047 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-08-25 11:53:27.067 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:27.083 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:27.108 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-08-25 11:53:27.135 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:53:27.159 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-25 11:53:29.350 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-08-25 11:53:29.375 | mysqladmin: connect to server at 'localhost' failed 2022-08-25 11:53:29.375 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-08-25 11:53:29.380 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-08-25 11:53:29.382 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-08-25 11:53:29.385 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:29.387 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:29.390 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-08-25 11:53:29.392 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-08-25 11:53:29.395 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-08-25 11:53:29.397 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:53:29.400 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:53:29.402 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-08-25 11:53:29.405 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-08-25 11:53:29.408 | + 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-08-25 11:53:29.420 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:53:29.459 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-08-25 11:53:29.472 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:53:29.495 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-08-25 11:53:29.564 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-08-25 11:53:29.625 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-08-25 11:53:29.691 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-08-25 11:53:29.693 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-08-25 11:53:29.696 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-08-25 11:53:29.696 | enabling MySQL performance counting 2022-08-25 11:53:29.698 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-08-25 11:53:29.724 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-08-25 11:53:29.727 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt /home/ubuntu/devstack/tools/dbcounter 2022-08-25 11:53:31.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:31.912 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:31.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:53:31.912 | from cryptography.utils import int_from_bytes 2022-08-25 11:53:32.998 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:53:33.000 | Processing ./tools/dbcounter 2022-08-25 11:53:33.006 | Installing build dependencies: started 2022-08-25 11:53:45.280 | Installing build dependencies: finished with status 'done' 2022-08-25 11:53:45.282 | Getting requirements to build wheel: started 2022-08-25 11:53:46.406 | Getting requirements to build wheel: finished with status 'done' 2022-08-25 11:53:46.410 | Installing backend dependencies: started 2022-08-25 11:53:51.267 | Installing backend dependencies: finished with status 'done' 2022-08-25 11:53:51.269 | Preparing wheel metadata: started 2022-08-25 11:53:52.505 | Preparing wheel metadata: finished with status 'done' 2022-08-25 11:53:52.611 | Building wheels for collected packages: dbcounter 2022-08-25 11:53:52.613 | Building wheel for dbcounter (PEP 517): started 2022-08-25 11:53:54.114 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-08-25 11:53:54.115 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=0c3c20e259b69d87005b40dcf16d5d150fb589fe3567de39ba86d31fc86b2669 2022-08-25 11:53:54.115 | Stored in directory: /tmp/pip-ephem-wheel-cache-8jjcvye5/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-08-25 11:53:54.116 | Successfully built dbcounter 2022-08-25 11:53:56.376 | Installing collected packages: dbcounter 2022-08-25 11:53:56.477 | Successfully installed dbcounter-0.1 2022-08-25 11:53:56.645 | + inc/python:pip_install:196 : result=0 2022-08-25 11:53:56.650 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:53:56.652 | + functions-common:time_stop:2439 : local name 2022-08-25 11:53:56.655 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:53:56.657 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:53:56.659 | + functions-common:time_stop:2442 : local total 2022-08-25 11:53:56.662 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:53:56.664 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:53:56.666 | + functions-common:time_stop:2446 : start_time=1661428409718 2022-08-25 11:53:56.669 | + functions-common:time_stop:2448 : [[ -z 1661428409718 ]] 2022-08-25 11:53:56.672 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:53:56.677 | + functions-common:time_stop:2451 : end_time=1661428436674 2022-08-25 11:53:56.679 | + functions-common:time_stop:2452 : elapsed_time=26956 2022-08-25 11:53:56.683 | + functions-common:time_stop:2453 : total=197949 2022-08-25 11:53:56.687 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:53:56.690 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=224905 2022-08-25 11:53:56.692 | + inc/python:pip_install:199 : return 0 2022-08-25 11:53:56.695 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-08-25 11:53:56.697 | + lib/database:recreate_database:112 : local db=stats 2022-08-25 11:53:56.700 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-08-25 11:53:56.704 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-08-25 11:53:56.706 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-08-25 11:53:56.711 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:53:56.736 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-08-25 11:53:56.741 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:53:56.763 | + lib/databases/mysql:configure_database_mysql:161 : mysql -u root -pPassw0rd -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2022-08-25 11:53:56.763 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-08-25 11:53:56.769 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:53:56.790 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-08-25 11:53:56.799 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:53:56.803 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-25 11:53:58.781 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-08-25 11:53:58.786 | + functions-common:save_stackenv:60 : local tag=1034 2022-08-25 11:53:58.790 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-25 11:53:58.794 | + functions-common:save_stackenv:62 : time_stamp=2022-08-25-115358 2022-08-25 11:53:58.797 | + functions-common:save_stackenv:63 : echo '# 2022-08-25-115358 1034' 2022-08-25 11:53:58.800 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.803 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 11:53:58.805 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.808 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-25 11:53:58.811 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.813 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-25 11:53:58.816 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.818 | + 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-08-25 11:53:58.821 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.823 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-08-25 11:53:58.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.830 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-08-25 11:53:58.832 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.835 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-25-114325 2022-08-25 11:53:58.838 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.841 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-25 11:53:58.844 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.847 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-08-25 11:53:58.849 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.852 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-25 11:53:58.855 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.859 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-25 11:53:58.862 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.865 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-25 11:53:58.868 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.870 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-25 11:53:58.874 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.877 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.42 2022-08-25 11:53:58.879 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:53:58.884 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-25 11:53:58.887 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-08-25 11:53:58.890 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-08-25 11:53:58.892 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-08-25 11:53:58.905 | + ./stack.sh:main:1060 : start_dstat 2022-08-25 11:53:58.907 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.911 | + functions-common:run_process:1693 : local service=dstat 2022-08-25 11:53:58.913 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.915 | + functions-common:run_process:1695 : local group= 2022-08-25 11:53:58.918 | + functions-common:run_process:1696 : local user= 2022-08-25 11:53:58.921 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 11:53:58.923 | + functions-common:run_process:1699 : local name=dstat 2022-08-25 11:53:58.926 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 11:53:58.928 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 11:53:58.931 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:53:58.933 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:53:58.939 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:53:58.943 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428438941 2022-08-25 11:53:58.946 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-08-25 11:53:58.973 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:53:58.976 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-08-25 11:53:58.979 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-08-25 11:53:58.982 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.985 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.988 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.990 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:58.992 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-08-25 11:53:58.995 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-08-25 11:53:58.999 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-08-25 11:53:59.001 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-25 11:53:59.005 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-25 11:53:59.008 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-25 11:53:59.010 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-25 11:53:59.013 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-08-25 11:53:59.017 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-08-25 11:53:59.020 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-08-25 11:53:59.022 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:59.024 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-25 11:53:59.030 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-25 11:53:59.032 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-25 11:53:59.035 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-25 11:53:59.037 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-25 11:53:59.040 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-08-25 11:53:59.045 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-25 11:53:59.050 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-08-25 11:53:59.128 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-08-25 11:53:59.222 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 11:53:59.300 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-08-25 11:53:59.383 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-08-25 11:53:59.460 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 11:53:59.531 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-25 11:53:59.534 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-25 11:53:59.537 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-08-25 11:53:59.636 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-25 11:54:00.041 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-08-25 11:54:00.055 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-08-25 11:54:00.485 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-08-25 11:54:00.531 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 11:54:00.541 | + functions-common:time_stop:2439 : local name 2022-08-25 11:54:00.547 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:54:00.550 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:54:00.552 | + functions-common:time_stop:2442 : local total 2022-08-25 11:54:00.555 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:54:00.557 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 11:54:00.560 | + functions-common:time_stop:2446 : start_time=1661428438941 2022-08-25 11:54:00.563 | + functions-common:time_stop:2448 : [[ -z 1661428438941 ]] 2022-08-25 11:54:00.568 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:54:00.572 | + functions-common:time_stop:2451 : end_time=1661428440569 2022-08-25 11:54:00.574 | + functions-common:time_stop:2452 : elapsed_time=1628 2022-08-25 11:54:00.578 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:54:00.582 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:54:00.584 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1628 2022-08-25 11:54:00.587 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-08-25 11:54:00.590 | + functions-common:run_process:1693 : local service=memory_tracker 2022-08-25 11:54:00.593 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-08-25 11:54:00.595 | + functions-common:run_process:1695 : local group= 2022-08-25 11:54:00.598 | + functions-common:run_process:1696 : local user=root 2022-08-25 11:54:00.601 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 11:54:00.603 | + functions-common:run_process:1699 : local name=memory_tracker 2022-08-25 11:54:00.606 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 11:54:00.609 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 11:54:00.612 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:54:00.614 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:54:00.621 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:54:00.625 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428440621 2022-08-25 11:54:00.628 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-08-25 11:54:00.655 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:00.658 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 11:54:00.661 | + functions-common:time_stop:2439 : local name 2022-08-25 11:54:00.664 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:54:00.666 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:54:00.669 | + functions-common:time_stop:2442 : local total 2022-08-25 11:54:00.672 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:54:00.675 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 11:54:00.677 | + functions-common:time_stop:2446 : start_time=1661428440621 2022-08-25 11:54:00.680 | + functions-common:time_stop:2448 : [[ -z 1661428440621 ]] 2022-08-25 11:54:00.685 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:54:00.688 | + functions-common:time_stop:2451 : end_time=1661428440685 2022-08-25 11:54:00.690 | + functions-common:time_stop:2452 : elapsed_time=64 2022-08-25 11:54:00.693 | + functions-common:time_stop:2453 : total=1628 2022-08-25 11:54:00.695 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:54:00.698 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1692 2022-08-25 11:54:00.701 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-08-25 11:54:00.783 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:00.803 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-08-25 11:54:00.874 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:00.877 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-08-25 11:54:00.947 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:54:00.952 | + ./stack.sh:main:1073 : start_etcd3 2022-08-25 11:54:00.959 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-08-25 11:54:00.962 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-851359-12 --data-dir /opt/stack/data/etcd' 2022-08-25 11:54:00.965 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-08-25 11:54:00.967 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-851359-12=http://10.222.0.42:2380' 2022-08-25 11:54:00.970 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.42:2380' 2022-08-25 11:54:00.973 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.42:2379' 2022-08-25 11:54:00.976 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-08-25 11:54:00.979 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-08-25 11:54:00.981 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.42:2379' 2022-08-25 11:54:00.984 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-08-25 11:54:00.988 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-08-25 11:54:00.991 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-25 11:54:00.995 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' '' root 2022-08-25 11:54:00.999 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-08-25 11:54:01.002 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-08-25 11:54:01.007 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-25 11:54:01.010 | + functions-common:write_user_unit_file:1565 : local user=root 2022-08-25 11:54:01.014 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-25 11:54:01.017 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-25 11:54:01.020 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-25 11:54:01.022 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-25 11:54:01.028 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-25 11:54:01.038 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-08-25 11:54:01.125 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-08-25 11:54:01.216 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-08-25 11:54:01.296 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-08-25 11:54:01.383 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-08-25 11:54:01.458 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 11:54:01.547 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-25 11:54:01.550 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-25 11:54:01.553 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-08-25 11:54:01.638 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-25 11:54:02.038 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-08-25 11:54:02.109 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-08-25 11:54:02.178 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-08-25 11:54:02.249 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-08-25 11:54:02.315 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-08-25 11:54:02.318 | ++ functions-common:is_arch:501 : uname -m 2022-08-25 11:54:02.323 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-25 11:54:02.327 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-08-25 11:54:02.742 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-08-25 11:54:02.757 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-08-25 11:54:03.143 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-08-25 11:54:03.325 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-08-25 11:54:03.348 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:03.350 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-08-25 11:54:03.353 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-08-25 11:54:03.357 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-08-25 11:54:03.362 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-08-25 11:54:03.377 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-08-25 11:54:03.392 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-08-25 11:54:03.394 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-25 11:54:03.397 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-08-25 11:54:03.484 | The user clouds.yaml file didn't exist. 2022-08-25 11:54:03.497 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-08-25 11:54:03.603 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-08-25 11:54:03.712 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-08-25 11:54:03.823 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-08-25 11:54:03.947 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-08-25 11:54:04.063 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-08-25 11:54:04.183 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-08-25 11:54:04.309 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-08-25 11:54:04.436 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.42/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-08-25 11:54:04.565 | + functions-common:write_clouds_yaml:198 : cat 2022-08-25 11:54:04.570 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-08-25 11:54:04.576 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-08-25 11:54:04.582 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-08-25 11:54:04.587 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-08-25 11:54:04.589 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-08-25 11:54:04.593 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-08-25 11:54:04.614 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:54:04.616 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-08-25 11:54:04.619 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:54:04.621 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-08-25 11:54:04.624 | + ./stack.sh:main:1090 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-08-25 11:54:04.626 | + ./stack.sh:main:1091 : init_keystone 2022-08-25 11:54:04.629 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-08-25 11:54:04.650 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:04.652 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-08-25 11:54:04.657 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-08-25 11:54:04.660 | + lib/database:recreate_database:112 : local db=keystone 2022-08-25 11:54:04.662 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-08-25 11:54:04.665 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-08-25 11:54:04.668 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-08-25 11:54:04.675 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:54:04.701 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-08-25 11:54:04.707 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 11:54:04.730 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-08-25 11:54:04.733 | + functions-common:time_start:2425 : local name=dbsync 2022-08-25 11:54:04.736 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:54:04.739 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:54:04.742 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:54:04.748 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428444744 2022-08-25 11:54:04.750 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-08-25 11:54:08.419 | INFO dbcounter [-] Registered counter for database keystone 2022-08-25 11:54:08.444 | 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=81284) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-25 11:54:08.451 | DEBUG dbcounter [-] [81284] Writer thread running {{(pid=81284) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-25 11:54:08.454 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-25 11:54:08.454 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-25 11:54:08.460 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-25 11:54:08.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.461 | 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=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.461 | 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=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.462 | 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=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 11:54:08.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 11:54:08.463 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-25 11:54:08.463 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=81284) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-25 11:54:08.488 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-25 11:54:08.488 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-25 11:54:08.550 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-08-25 11:54:10.305 | ++ inc/async:async_inner:64 : rc=0 2022-08-25 11:54:10.357 | [79008 Async install_tempest:79008]: finished successfully 2022-08-25 11:54:10.903 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=81284) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-25 11:54:10.905 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-08-25 11:54:10.905 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=81284) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-25 11:54:10.909 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-08-25 11:54:10.909 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=81284) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-25 11:54:11.265 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-08-25 11:54:11.268 | + functions-common:time_stop:2439 : local name 2022-08-25 11:54:11.270 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:54:11.273 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:54:11.275 | + functions-common:time_stop:2442 : local total 2022-08-25 11:54:11.278 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:54:11.280 | + functions-common:time_stop:2445 : name=dbsync 2022-08-25 11:54:11.285 | + functions-common:time_stop:2446 : start_time=1661428444744 2022-08-25 11:54:11.288 | + functions-common:time_stop:2448 : [[ -z 1661428444744 ]] 2022-08-25 11:54:11.291 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:54:11.296 | + functions-common:time_stop:2451 : end_time=1661428451292 2022-08-25 11:54:11.298 | + functions-common:time_stop:2452 : elapsed_time=6548 2022-08-25 11:54:11.301 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:54:11.303 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:54:11.306 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6548 2022-08-25 11:54:11.309 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-08-25 11:54:11.312 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-08-25 11:54:11.316 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-08-25 11:54:14.727 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-08-25 11:54:14.728 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-25 11:54:14.728 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-25 11:54:14.728 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-08-25 11:54:14.728 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-25 11:54:14.729 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-25 11:54:14.729 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-25 11:54:14.729 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-25 11:54:14.729 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-25 11:54:15.073 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-08-25 11:54:15.077 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-08-25 11:54:18.506 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-08-25 11:54:18.507 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-25 11:54:18.507 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-25 11:54:18.507 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-08-25 11:54:18.508 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-25 11:54:18.508 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-25 11:54:18.508 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-25 11:54:18.508 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-25 11:54:18.508 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-25 11:54:18.848 | + ./stack.sh:main:1092 : start_keystone 2022-08-25 11:54:18.851 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-08-25 11:54:18.853 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-08-25 11:54:18.856 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-08-25 11:54:18.873 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:18.875 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-08-25 11:54:18.878 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-08-25 11:54:18.883 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-08-25 11:54:18.886 | + functions-common:run_process:1693 : local service=keystone 2022-08-25 11:54:18.888 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.890 | + functions-common:run_process:1695 : local group= 2022-08-25 11:54:18.893 | + functions-common:run_process:1696 : local user= 2022-08-25 11:54:18.895 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 11:54:18.898 | + functions-common:run_process:1699 : local name=keystone 2022-08-25 11:54:18.900 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 11:54:18.903 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 11:54:18.905 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:54:18.908 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:54:18.911 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:54:18.915 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428458912 2022-08-25 11:54:18.918 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-08-25 11:54:18.935 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:54:18.937 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-08-25 11:54:18.939 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-08-25 11:54:18.942 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.944 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.950 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.952 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.954 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-08-25 11:54:18.957 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-08-25 11:54:18.959 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-08-25 11:54:18.961 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-25 11:54:18.964 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-25 11:54:18.967 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-25 11:54:18.969 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-25 11:54:18.972 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-08-25 11:54:18.974 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu '' 2022-08-25 11:54:18.977 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-08-25 11:54:18.979 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:18.982 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-25 11:54:18.984 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-25 11:54:18.986 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-25 11:54:18.988 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-08-25 11:54:18.991 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-25 11:54:18.995 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-08-25 11:54:19.062 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-08-25 11:54:19.129 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-08-25 11:54:19.186 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 11:54:19.243 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 11:54:19.301 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-08-25 11:54:19.359 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-08-25 11:54:19.420 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-08-25 11:54:19.479 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-08-25 11:54:19.542 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-08-25 11:54:19.598 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-25 11:54:19.601 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-25 11:54:19.603 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-08-25 11:54:19.668 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-25 11:54:20.050 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-08-25 11:54:20.065 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-08-25 11:54:20.425 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-08-25 11:54:20.502 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 11:54:20.505 | + functions-common:time_stop:2439 : local name 2022-08-25 11:54:20.510 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:54:20.513 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:54:20.517 | + functions-common:time_stop:2442 : local total 2022-08-25 11:54:20.519 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:54:20.522 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 11:54:20.525 | + functions-common:time_stop:2446 : start_time=1661428458912 2022-08-25 11:54:20.528 | + functions-common:time_stop:2448 : [[ -z 1661428458912 ]] 2022-08-25 11:54:20.532 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:54:20.538 | + functions-common:time_stop:2451 : end_time=1661428460534 2022-08-25 11:54:20.541 | + functions-common:time_stop:2452 : elapsed_time=1622 2022-08-25 11:54:20.544 | + functions-common:time_stop:2453 : total=1692 2022-08-25 11:54:20.546 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:54:20.549 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3314 2022-08-25 11:54:20.551 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-08-25 11:54:20.551 | Waiting for keystone to start... 2022-08-25 11:54:20.553 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.42/identity/v3/ 2022-08-25 11:54:20.556 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.42/identity/v3/ 2022-08-25 11:54:20.558 | + functions:wait_for_service:457 : local timeout=60 2022-08-25 11:54:20.561 | + functions:wait_for_service:458 : local url=http://10.222.0.42/identity/v3/ 2022-08-25 11:54:20.563 | + functions:wait_for_service:459 : local rval=0 2022-08-25 11:54:20.569 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-25 11:54:20.572 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-25 11:54:20.575 | + functions-common:time_start:2426 : local start_time= 2022-08-25 11:54:20.577 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:54:20.581 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:54:20.585 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428460582 2022-08-25 11:54:20.587 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-25 11:54:20.594 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.42/identity/v3/ 2022-08-25 11:54:25.670 | + :: : [[ 200 == 503 ]] 2022-08-25 11:54:25.671 | + :: : [[ 0 -eq 7 ]] 2022-08-25 11:54:25.674 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-25 11:54:25.677 | + functions-common:time_stop:2439 : local name 2022-08-25 11:54:25.679 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:54:25.682 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:54:25.685 | + functions-common:time_stop:2442 : local total 2022-08-25 11:54:25.687 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:54:25.690 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-25 11:54:25.692 | + functions-common:time_stop:2446 : start_time=1661428460582 2022-08-25 11:54:25.694 | + functions-common:time_stop:2448 : [[ -z 1661428460582 ]] 2022-08-25 11:54:25.700 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:54:25.705 | + functions-common:time_stop:2451 : end_time=1661428465702 2022-08-25 11:54:25.707 | + functions-common:time_stop:2452 : elapsed_time=5120 2022-08-25 11:54:25.709 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:54:25.712 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:54:25.715 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5120 2022-08-25 11:54:25.719 | + functions:wait_for_service:467 : return 0 2022-08-25 11:54:25.721 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-08-25 11:54:25.738 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:54:25.741 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-08-25 11:54:25.743 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 11:54:25.746 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-25 11:54:25.773 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-08-25 11:54:25.776 | + lib/keystone:bootstrap_keystone:602 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.42/identity 2022-08-25 11:54:29.221 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.221 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.221 | 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=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.230 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.247 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.247 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.277 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.310 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.310 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.402 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.402 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.402 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.402 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.402 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.403 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.502 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.502 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.502 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.503 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.503 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.503 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.503 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.510 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.513 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.513 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.513 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.513 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.514 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.514 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.514 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=82115) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 11:54:29.579 | INFO dbcounter [-] Registered counter for database keystone 2022-08-25 11:54:29.597 | 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=82115) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-25 11:54:29.603 | DEBUG dbcounter [-] [82115] Writer thread running {{(pid=82115) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-25 11:54:29.809 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created domain default 2022-08-25 11:54:29.857 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created project admin 2022-08-25 11:54:29.892 | DEBUG passlib.handlers.bcrypt [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=82115) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-08-25 11:54:29.893 | DEBUG passlib.handlers.bcrypt [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=82115) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-08-25 11:54:29.955 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created user admin 2022-08-25 11:54:29.972 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created role reader 2022-08-25 11:54:29.984 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created role member 2022-08-25 11:54:30.009 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created implied role where babd06ddc5404837b44e5853156e564a implies 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:54:30.021 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created role admin 2022-08-25 11:54:30.038 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created implied role where 395d96c8638b48e9a8e1ea91259cb798 implies babd06ddc5404837b44e5853156e564a 2022-08-25 11:54:30.053 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Granted role admin on project admin to user admin. 2022-08-25 11:54:30.062 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Granted role admin on the system to user admin. 2022-08-25 11:54:30.075 | WARNING py.warnings [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef 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-08-25 11:54:30.075 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-08-25 11:54:30.076 |  2022-08-25 11:54:30.079 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created region RegionOne 2022-08-25 11:54:30.116 | INFO keystone.cmd.bootstrap [None req-1c5993eb-e6e3-4af5-8a3c-850e66d9c8ef None None] Created public endpoint http://10.222.0.42/identity 2022-08-25 11:54:30.534 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-08-25 11:54:30.536 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-08-25 11:54:30.540 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-08-25 11:54:30.544 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-08-25 11:54:33.778 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:33.778 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:33.778 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:33.778 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:33.917 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:33.920 | + lib/keystone:create_keystone_accounts:310 : admin_project=bb3574a3622445e8b181ef110fd07d6b 2022-08-25 11:54:33.923 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-08-25 11:54:33.928 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-08-25 11:54:36.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:36.068 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:36.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:36.068 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:36.207 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:36.210 | + lib/keystone:create_keystone_accounts:312 : admin_user=81e1f03b8f154a31b19e3c8397d2d772 2022-08-25 11:54:36.212 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-08-25 11:54:36.214 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-08-25 11:54:36.217 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-08-25 11:54:36.220 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 81e1f03b8f154a31b19e3c8397d2d772 default 2022-08-25 11:54:36.291 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 81e1f03b8f154a31b19e3c8397d2d772 default 2022-08-25 11:54:36.341 | [19158 Async ks-domain-role:82280]: running: get_or_add_user_domain_role admin 81e1f03b8f154a31b19e3c8397d2d772 default 2022-08-25 11:54:36.343 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-08-25 11:54:36.346 | + functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 11:54:36.351 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-25 11:54:39.507 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-08-25 11:54:39.509 | + functions-common:get_or_create_domain:888 : echo default 2022-08-25 11:54:39.509 | default 2022-08-25 11:54:39.512 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-08-25 11:54:39.581 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-08-25 11:54:39.634 | [19158 Async ks-project:82430]: running: get_or_create_project service Default 2022-08-25 11:54:39.637 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-08-25 11:54:39.721 | + inc/async:async_inner:63 : get_or_create_role service 2022-08-25 11:54:39.769 | [19158 Async ks-service:82525]: running: get_or_create_role service 2022-08-25 11:54:39.771 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-08-25 11:54:39.854 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-08-25 11:54:39.988 | [19158 Async ks-reseller:82621]: running: get_or_create_role ResellerAdmin 2022-08-25 11:54:40.015 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-08-25 11:54:40.043 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-08-25 11:54:40.531 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-08-25 11:54:40.800 | [19158 Async ks-anotherrole:82721]: running: get_or_create_role anotherrole 2022-08-25 11:54:40.827 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-08-25 11:54:40.863 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-08-25 11:54:40.891 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:54:40.923 | +++ 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-08-25 11:54:43.448 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:54:43.479 | [82621 Async ks-reseller:82621]: finished successfully 2022-08-25 11:54:43.699 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:54:43.789 | [82430 Async ks-project:82430]: finished successfully 2022-08-25 11:54:43.892 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:54:43.926 | [82525 Async ks-service:82525]: finished successfully 2022-08-25 11:54:44.454 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:54:44.487 | [82721 Async ks-anotherrole:82721]: finished successfully 2022-08-25 11:54:44.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:44.573 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:44.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:44.573 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:44.712 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:44.715 | ++ functions-common:get_or_create_project:938 : project_id=e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:44.717 | ++ functions-common:get_or_create_project:939 : echo e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:44.720 | + lib/keystone:create_keystone_accounts:340 : invis_project=e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:44.722 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-08-25 11:54:44.725 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-08-25 11:54:44.728 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:54:44.732 | +++ 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-08-25 11:54:47.271 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:54:47.301 | [82280 Async ks-domain-role:82280]: finished successfully 2022-08-25 11:54:47.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:47.342 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:47.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:47.342 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:47.519 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:47.522 | ++ functions-common:get_or_create_project:938 : project_id=72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:47.524 | ++ functions-common:get_or_create_project:939 : echo 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:47.527 | + lib/keystone:create_keystone_accounts:344 : demo_project=72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:47.530 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-08-25 11:54:47.533 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-08-25 11:54:47.538 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:54:47.540 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-08-25 11:54:47.545 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-08-25 11:54:47.548 | +++ 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-08-25 11:54:50.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.176 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.176 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.317 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.320 | ++ functions-common:get_or_create_user:925 : user_id=5848aac0fc37425fbfe3c9e1728ed7ec 2022-08-25 11:54:50.322 | ++ functions-common:get_or_create_user:926 : echo 5848aac0fc37425fbfe3c9e1728ed7ec 2022-08-25 11:54:50.325 | + lib/keystone:create_keystone_accounts:347 : demo_user=5848aac0fc37425fbfe3c9e1728ed7ec 2022-08-25 11:54:50.328 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-08-25 11:54:50.379 | [19158 Async ks-domain-role:82280]: Waiting for completion of get_or_add_user_domain_role admin 81e1f03b8f154a31b19e3c8397d2d772 default running on PID 82280 (6 other jobs running) 2022-08-25 11:54:50.405 | [19158 Async ks-domain-role:82280]: Signaling child to exit 2022-08-25 11:54:50.405 | WAKEUP 2022-08-25 11:54:50.429 | [19158 Async ks-domain-role:82280]: Signaled 2022-08-25 11:54:50.430 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-08-25 11:54:50.430 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:54:50.430 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 81e1f03b8f154a31b19e3c8397d2d772 --domain default 2022-08-25 11:54:50.430 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-08-25 11:54:50.430 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:54:50.430 | ++ functions-common:get_field:812 : read data 2022-08-25 11:54:50.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.430 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.430 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.430 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.430 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-08-25 11:54:50.430 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-08-25 11:54:50.431 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user 81e1f03b8f154a31b19e3c8397d2d772 --domain default 2022-08-25 11:54:50.431 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.431 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.431 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.431 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 81e1f03b8f154a31b19e3c8397d2d772 --domain default 2022-08-25 11:54:50.431 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:54:50.431 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-08-25 11:54:50.431 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:54:50.431 | ++ functions-common:get_field:812 : read data 2022-08-25 11:54:50.431 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.431 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.431 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.431 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.431 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:54:50.431 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:54:50.431 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 81e1f03b8f154a31b19e3c8397d2d772 | | | default | | False |' 2022-08-25 11:54:50.431 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:54:50.431 | ++ functions-common:get_field:812 : read data 2022-08-25 11:54:50.431 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:54:50.431 | + functions-common:get_or_add_user_domain_role:1021 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:54:50.431 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:54:50.475 | [19158 Async ks-domain-role:82280]: finished get_or_add_user_domain_role admin 81e1f03b8f154a31b19e3c8397d2d772 default with result 0 in 11 seconds 2022-08-25 11:54:50.482 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-08-25 11:54:50.517 | [19158 Async ks-project:82430]: Waiting for completion of get_or_create_project service Default running on PID 82430 (5 other jobs running) 2022-08-25 11:54:50.547 | [19158 Async ks-project:82430]: Signaling child to exit 2022-08-25 11:54:50.547 | WAKEUP 2022-08-25 11:54:50.569 | [19158 Async ks-project:82430]: Signaled 2022-08-25 11:54:50.571 | + functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:54:50.571 | ++ 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-08-25 11:54:50.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.571 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.571 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.571 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.571 | + functions-common:get_or_create_project:938 : project_id=05bfa46dfbe04d24952471a126571ead 2022-08-25 11:54:50.571 | + functions-common:get_or_create_project:939 : echo 05bfa46dfbe04d24952471a126571ead 2022-08-25 11:54:50.571 | 05bfa46dfbe04d24952471a126571ead 2022-08-25 11:54:50.616 | [19158 Async ks-project:82430]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-08-25 11:54:50.653 | [19158 Async ks-service:82525]: Waiting for completion of get_or_create_role service running on PID 82525 (4 other jobs running) 2022-08-25 11:54:50.678 | [19158 Async ks-service:82525]: Signaling child to exit 2022-08-25 11:54:50.678 | WAKEUP 2022-08-25 11:54:50.700 | [19158 Async ks-service:82525]: Signaled 2022-08-25 11:54:50.702 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 11:54:50.702 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-08-25 11:54:50.702 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.702 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.702 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.702 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.702 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.702 | + functions-common:get_or_create_role:950 : role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:54:50.702 | + functions-common:get_or_create_role:951 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:54:50.702 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:54:50.748 | [19158 Async ks-service:82525]: finished get_or_create_role service with result 0 in 4 seconds 2022-08-25 11:54:50.785 | [19158 Async ks-reseller:82621]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 82621 (3 other jobs running) 2022-08-25 11:54:50.811 | [19158 Async ks-reseller:82621]: Signaling child to exit 2022-08-25 11:54:50.811 | WAKEUP 2022-08-25 11:54:50.834 | [19158 Async ks-reseller:82621]: Signaled 2022-08-25 11:54:50.835 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 11:54:50.835 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-08-25 11:54:50.835 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.835 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.835 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.835 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.835 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.835 | + functions-common:get_or_create_role:950 : role_id=2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:54:50.835 | + functions-common:get_or_create_role:951 : echo 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:54:50.836 | 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:54:50.880 | [19158 Async ks-reseller:82621]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-08-25 11:54:50.918 | [19158 Async ks-anotherrole:82721]: Waiting for completion of get_or_create_role anotherrole running on PID 82721 (2 other jobs running) 2022-08-25 11:54:50.944 | [19158 Async ks-anotherrole:82721]: Signaling child to exit 2022-08-25 11:54:50.944 | WAKEUP 2022-08-25 11:54:50.970 | [19158 Async ks-anotherrole:82721]: Signaled 2022-08-25 11:54:50.971 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 11:54:50.971 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-25 11:54:50.971 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.971 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.971 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:50.971 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:50.971 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:50.971 | + functions-common:get_or_create_role:950 : role_id=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:54:50.971 | + functions-common:get_or_create_role:951 : echo e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:54:50.971 | e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:54:51.021 | [19158 Async ks-anotherrole:82721]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-08-25 11:54:51.026 | + inc/async:async_wait:197 : return 0 2022-08-25 11:54:51.029 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.098 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.149 | [19158 Async ks-demo-member:83610]: running: get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.152 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 81e1f03b8f154a31b19e3c8397d2d772 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.226 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 81e1f03b8f154a31b19e3c8397d2d772 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.280 | [19158 Async ks-demo-admin:83731]: running: get_or_add_user_project_role admin 81e1f03b8f154a31b19e3c8397d2d772 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.283 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.375 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.430 | [19158 Async ks-demo-another:83852]: running: get_or_add_user_project_role anotherrole 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:51.432 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:51.528 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:51.592 | [19158 Async ks-demo-invis:83974]: running: get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:54:51.599 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-08-25 11:54:51.603 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-08-25 11:54:51.610 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:54:51.619 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-08-25 11:54:51.626 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-08-25 11:54:51.635 | +++ 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-08-25 11:54:55.061 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:55.061 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:55.061 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:55.061 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:55.215 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:55.217 | ++ functions-common:get_or_create_user:925 : user_id=76aac045c0484864925a4a9bd9a26e60 2022-08-25 11:54:55.221 | ++ functions-common:get_or_create_user:926 : echo 76aac045c0484864925a4a9bd9a26e60 2022-08-25 11:54:55.224 | + lib/keystone:create_keystone_accounts:360 : demo_reader=76aac045c0484864925a4a9bd9a26e60 2022-08-25 11:54:55.227 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 76aac045c0484864925a4a9bd9a26e60 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:55.306 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 76aac045c0484864925a4a9bd9a26e60 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:55.377 | [19158 Async ks-demo-reader:84140]: running: get_or_add_user_project_role reader 76aac045c0484864925a4a9bd9a26e60 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:54:55.380 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-08-25 11:54:55.385 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-08-25 11:54:55.390 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:54:55.393 | +++ 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-08-25 11:54:58.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:58.654 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:58.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:54:58.654 | from cryptography.utils import int_from_bytes 2022-08-25 11:54:59.085 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:54:59.122 | ++ functions-common:get_or_create_project:938 : project_id=b281411448974162a1ebfdc593439faa 2022-08-25 11:54:59.139 | ++ functions-common:get_or_create_project:939 : echo b281411448974162a1ebfdc593439faa 2022-08-25 11:54:59.158 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=b281411448974162a1ebfdc593439faa 2022-08-25 11:54:59.178 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-08-25 11:54:59.211 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-08-25 11:54:59.230 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:54:59.251 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-08-25 11:54:59.271 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-08-25 11:54:59.303 | +++ 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-08-25 11:55:03.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:03.313 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:03.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:03.313 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:03.732 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:03.753 | ++ functions-common:get_or_create_user:925 : user_id=d870feebe5464763ba61e8e5ea3da955 2022-08-25 11:55:03.773 | ++ functions-common:get_or_create_user:926 : echo d870feebe5464763ba61e8e5ea3da955 2022-08-25 11:55:03.793 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=d870feebe5464763ba61e8e5ea3da955 2022-08-25 11:55:03.818 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:04.229 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:04.474 | [19158 Async ks-alt-admin:84519]: running: get_or_add_user_project_role admin d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:04.492 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:05.046 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:05.305 | [19158 Async ks-alt-another:84670]: running: get_or_add_user_project_role anotherrole d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:05.322 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-08-25 11:55:05.356 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-08-25 11:55:05.380 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:55:05.404 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-08-25 11:55:05.439 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-08-25 11:55:05.495 | +++ 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-08-25 11:55:08.102 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:08.222 | [83731 Async ks-demo-admin:83731]: finished successfully 2022-08-25 11:55:09.174 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:09.228 | [83852 Async ks-demo-another:83852]: finished successfully 2022-08-25 11:55:09.280 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:09.306 | [83610 Async ks-demo-member:83610]: finished successfully 2022-08-25 11:55:10.500 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:10.500 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:10.500 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:10.500 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:10.668 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:10.671 | ++ functions-common:get_or_create_user:925 : user_id=56dece1c471744949dd90c28d91c59b0 2022-08-25 11:55:10.672 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:10.676 | ++ functions-common:get_or_create_user:926 : echo 56dece1c471744949dd90c28d91c59b0 2022-08-25 11:55:10.683 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=56dece1c471744949dd90c28d91c59b0 2022-08-25 11:55:10.688 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 56dece1c471744949dd90c28d91c59b0 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:10.714 | [83974 Async ks-demo-invis:83974]: finished successfully 2022-08-25 11:55:10.778 | + inc/async:async_inner:63 : get_or_add_user_project_role member 56dece1c471744949dd90c28d91c59b0 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:10.841 | [19158 Async ks-alt-member-user:85042]: running: get_or_add_user_project_role member 56dece1c471744949dd90c28d91c59b0 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:10.844 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-08-25 11:55:10.848 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-08-25 11:55:10.851 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:55:10.855 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-08-25 11:55:10.861 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-08-25 11:55:10.877 | +++ 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-08-25 11:55:11.835 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:11.956 | [84140 Async ks-demo-reader:84140]: finished successfully 2022-08-25 11:55:13.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:13.555 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:13.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:13.555 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:13.724 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:13.727 | ++ functions-common:get_or_create_user:925 : user_id=07453c70d5ba46829606bf58a4a8658d 2022-08-25 11:55:13.731 | ++ functions-common:get_or_create_user:926 : echo 07453c70d5ba46829606bf58a4a8658d 2022-08-25 11:55:13.734 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=07453c70d5ba46829606bf58a4a8658d 2022-08-25 11:55:13.736 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 07453c70d5ba46829606bf58a4a8658d b281411448974162a1ebfdc593439faa 2022-08-25 11:55:13.848 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 07453c70d5ba46829606bf58a4a8658d b281411448974162a1ebfdc593439faa 2022-08-25 11:55:13.932 | [19158 Async ks-alt-reader-user:85280]: running: get_or_add_user_project_role reader 07453c70d5ba46829606bf58a4a8658d b281411448974162a1ebfdc593439faa 2022-08-25 11:55:13.939 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-08-25 11:55:13.943 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:55:13.952 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-08-25 11:55:13.968 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-08-25 11:55:13.976 | +++ 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-08-25 11:55:16.981 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:16.981 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:16.981 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:16.981 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:17.186 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:17.200 | ++ functions-common:get_or_create_user:925 : user_id=9bd28454f278477fbc321c1eb0074707 2022-08-25 11:55:17.212 | ++ functions-common:get_or_create_user:926 : echo 9bd28454f278477fbc321c1eb0074707 2022-08-25 11:55:17.224 | + lib/keystone:create_keystone_accounts:392 : system_member_user=9bd28454f278477fbc321c1eb0074707 2022-08-25 11:55:17.236 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 9bd28454f278477fbc321c1eb0074707 all 2022-08-25 11:55:17.577 | + inc/async:async_inner:63 : get_or_add_user_system_role member 9bd28454f278477fbc321c1eb0074707 all 2022-08-25 11:55:17.786 | [19158 Async ks-system-member:85513]: running: get_or_add_user_system_role member 9bd28454f278477fbc321c1eb0074707 all 2022-08-25 11:55:17.807 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-08-25 11:55:17.820 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:55:17.828 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-08-25 11:55:17.843 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-08-25 11:55:17.868 | +++ 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-08-25 11:55:21.144 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:21.274 | [84519 Async ks-alt-admin:84519]: finished successfully 2022-08-25 11:55:21.695 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:21.794 | [84670 Async ks-alt-another:84670]: finished successfully 2022-08-25 11:55:21.884 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:21.884 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:21.884 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:21.884 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:22.039 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:22.042 | ++ functions-common:get_or_create_user:925 : user_id=74d86315ee554fc89254a000c3da469b 2022-08-25 11:55:22.044 | ++ functions-common:get_or_create_user:926 : echo 74d86315ee554fc89254a000c3da469b 2022-08-25 11:55:22.047 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=74d86315ee554fc89254a000c3da469b 2022-08-25 11:55:22.050 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 74d86315ee554fc89254a000c3da469b all 2022-08-25 11:55:22.131 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 74d86315ee554fc89254a000c3da469b all 2022-08-25 11:55:22.186 | [19158 Async ks-system-reader:85812]: running: get_or_add_user_system_role reader 74d86315ee554fc89254a000c3da469b all 2022-08-25 11:55:22.191 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-08-25 11:55:22.194 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-08-25 11:55:22.198 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-08-25 11:55:22.202 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-25 11:55:22.206 | +++ 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-08-25 11:55:24.447 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:24.573 | [85042 Async ks-alt-member-user:85042]: finished successfully 2022-08-25 11:55:25.269 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:25.269 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:25.270 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:25.270 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:25.421 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:25.425 | ++ functions-common:get_or_create_group:902 : group_id=a7b12b0fe4284d0e9d58c9df9f924d7a 2022-08-25 11:55:25.428 | ++ functions-common:get_or_create_group:903 : echo a7b12b0fe4284d0e9d58c9df9f924d7a 2022-08-25 11:55:25.442 | + lib/keystone:create_keystone_accounts:402 : admin_group=a7b12b0fe4284d0e9d58c9df9f924d7a 2022-08-25 11:55:25.447 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-08-25 11:55:25.453 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-08-25 11:55:25.459 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-08-25 11:55:25.462 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-25 11:55:25.468 | +++ 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-08-25 11:55:27.345 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:27.376 | [85280 Async ks-alt-reader-user:85280]: finished successfully 2022-08-25 11:55:28.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:28.181 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:28.181 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:28.181 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:28.334 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:28.337 | ++ functions-common:get_or_create_group:902 : group_id=412bb3379205492bbaaaed3eac20e443 2022-08-25 11:55:28.340 | ++ functions-common:get_or_create_group:903 : echo 412bb3379205492bbaaaed3eac20e443 2022-08-25 11:55:28.343 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=412bb3379205492bbaaaed3eac20e443 2022-08-25 11:55:28.346 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.437 | + inc/async:async_inner:63 : get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.493 | [19158 Async ks-group-memberdemo:86178]: running: get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.497 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.585 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.689 | [19158 Async ks-group-anotherdemo:86273]: running: get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:28.704 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:29.060 | + inc/async:async_inner:63 : get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:29.247 | [19158 Async ks-group-memberalt:86370]: running: get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:29.269 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:29.770 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:30.025 | [19158 Async ks-group-anotheralt:86485]: running: get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa 2022-08-25 11:55:30.051 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b 2022-08-25 11:55:30.387 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:30.493 | + inc/async:async_inner:63 : get_or_add_group_project_role admin a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b 2022-08-25 11:55:30.569 | [85513 Async ks-system-member:85513]: finished successfully 2022-08-25 11:55:30.733 | [19158 Async ks-group-admin:86597]: running: get_or_add_group_project_role admin a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b 2022-08-25 11:55:30.755 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-08-25 11:55:31.099 | [19158 Async ks-demo-member:83610]: Waiting for completion of get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa running on PID 83610 (17 other jobs running) 2022-08-25 11:55:31.245 | [19158 Async ks-demo-member:83610]: Signaling child to exit 2022-08-25 11:55:31.246 | WAKEUP 2022-08-25 11:55:31.406 | [19158 Async ks-demo-member:83610]: Signaled 2022-08-25 11:55:31.419 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:31.419 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:31.419 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:31.419 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:31.419 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:31.419 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:31.419 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:31.419 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:31.419 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:31.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.419 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.419 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.419 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:31.419 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:31.419 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:31.419 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:31.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.419 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.419 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:31.419 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:31.420 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:31.420 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:31.420 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:31.420 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.420 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:31.420 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:31.420 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:31.420 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:31.420 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:31.420 | ++ functions-common:get_field:818 : echo '| babd06ddc5404837b44e5853156e564a | 5848aac0fc37425fbfe3c9e1728ed7ec | | 72a6d44cf2e74c2a98d563ddba3efffa | | | False |' 2022-08-25 11:55:31.420 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:31.420 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:31.420 | + functions-common:get_or_add_user_project_role:995 : user_role_id=babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:31.420 | + functions-common:get_or_add_user_project_role:997 : echo babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:31.420 | babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:31.707 | [19158 Async ks-demo-member:83610]: finished get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 18 seconds 2022-08-25 11:55:31.976 | [19158 Async ks-demo-admin:83731]: Waiting for completion of get_or_add_user_project_role admin 81e1f03b8f154a31b19e3c8397d2d772 72a6d44cf2e74c2a98d563ddba3efffa running on PID 83731 (16 other jobs running) 2022-08-25 11:55:32.145 | [19158 Async ks-demo-admin:83731]: Signaling child to exit 2022-08-25 11:55:32.145 | WAKEUP 2022-08-25 11:55:32.297 | [19158 Async ks-demo-admin:83731]: Signaled 2022-08-25 11:55:32.299 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:32.299 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:32.299 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:32.299 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:32.299 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:32.299 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:32.299 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:32.299 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:32.299 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 81e1f03b8f154a31b19e3c8397d2d772 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.299 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:32.299 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:32.299 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:32.299 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.299 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.299 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.299 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.299 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.299 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:32.300 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:32.300 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:32.300 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 81e1f03b8f154a31b19e3c8397d2d772 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.300 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.300 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.300 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.300 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.300 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:32.300 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:32.300 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 81e1f03b8f154a31b19e3c8397d2d772 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.300 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:32.300 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.300 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.300 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.300 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.300 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.300 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:32.300 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:32.300 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:32.300 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:32.300 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 81e1f03b8f154a31b19e3c8397d2d772 | | 72a6d44cf2e74c2a98d563ddba3efffa | | | False |' 2022-08-25 11:55:32.300 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.300 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:32.300 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:32.300 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:32.528 | [19158 Async ks-demo-admin:83731]: finished get_or_add_user_project_role admin 81e1f03b8f154a31b19e3c8397d2d772 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 17 seconds 2022-08-25 11:55:32.711 | [19158 Async ks-demo-another:83852]: Waiting for completion of get_or_add_user_project_role anotherrole 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa running on PID 83852 (15 other jobs running) 2022-08-25 11:55:32.855 | [19158 Async ks-demo-another:83852]: Signaling child to exit 2022-08-25 11:55:32.855 | WAKEUP 2022-08-25 11:55:32.945 | [19158 Async ks-demo-another:83852]: Signaled 2022-08-25 11:55:32.955 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:32.955 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:32.955 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:32.955 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:32.955 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:32.955 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:32.955 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:32.955 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:32.955 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.955 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.955 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.955 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:32.955 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:32.955 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:32.955 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.955 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.955 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:32.955 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5848aac0fc37425fbfe3c9e1728ed7ec --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:32.955 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:32.955 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.956 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.956 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.956 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:32.956 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:32.956 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:32.956 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:32.956 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:32.956 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:32.956 | ++ functions-common:get_field:818 : echo '| e3c8033ad9c34c1a8987897b30e1e24b | 5848aac0fc37425fbfe3c9e1728ed7ec | | 72a6d44cf2e74c2a98d563ddba3efffa | | | False |' 2022-08-25 11:55:32.956 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:32.956 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:32.956 | + functions-common:get_or_add_user_project_role:997 : echo e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:32.956 | e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:33.107 | [19158 Async ks-demo-another:83852]: finished get_or_add_user_project_role anotherrole 5848aac0fc37425fbfe3c9e1728ed7ec 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 17 seconds 2022-08-25 11:55:33.192 | [19158 Async ks-demo-invis:83974]: Waiting for completion of get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec e9bc4ca529d14d57a818b82d9dbc8ae3 running on PID 83974 (14 other jobs running) 2022-08-25 11:55:33.221 | [19158 Async ks-demo-invis:83974]: Signaling child to exit 2022-08-25 11:55:33.221 | WAKEUP 2022-08-25 11:55:33.254 | [19158 Async ks-demo-invis:83974]: Signaled 2022-08-25 11:55:33.255 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:33.255 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:33.255 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:33.255 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:33.255 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:33.255 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:33.255 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:33.255 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:33.256 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.256 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.256 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:33.256 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:33.256 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:33.256 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.256 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.256 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5848aac0fc37425fbfe3c9e1728ed7ec --project e9bc4ca529d14d57a818b82d9dbc8ae3 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.256 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.256 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.256 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:33.256 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:33.256 | ++ functions-common:get_field:818 : echo '| babd06ddc5404837b44e5853156e564a | 5848aac0fc37425fbfe3c9e1728ed7ec | | e9bc4ca529d14d57a818b82d9dbc8ae3 | | | False |' 2022-08-25 11:55:33.256 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:33.256 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.257 | + functions-common:get_or_add_user_project_role:995 : user_role_id=babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:33.257 | + functions-common:get_or_add_user_project_role:997 : echo babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:33.257 | babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:33.318 | [19158 Async ks-demo-invis:83974]: finished get_or_add_user_project_role member 5848aac0fc37425fbfe3c9e1728ed7ec e9bc4ca529d14d57a818b82d9dbc8ae3 with result 0 in 19 seconds 2022-08-25 11:55:33.363 | [19158 Async ks-demo-reader:84140]: Waiting for completion of get_or_add_user_project_role reader 76aac045c0484864925a4a9bd9a26e60 72a6d44cf2e74c2a98d563ddba3efffa running on PID 84140 (13 other jobs running) 2022-08-25 11:55:33.396 | [19158 Async ks-demo-reader:84140]: Signaling child to exit 2022-08-25 11:55:33.396 | WAKEUP 2022-08-25 11:55:33.430 | [19158 Async ks-demo-reader:84140]: Signaled 2022-08-25 11:55:33.432 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:33.432 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:33.432 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:33.432 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:33.432 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:33.432 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:33.432 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:33.432 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:33.432 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:33.432 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 76aac045c0484864925a4a9bd9a26e60 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:33.432 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.432 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.432 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.432 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.433 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:33.433 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:33.433 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 76aac045c0484864925a4a9bd9a26e60 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:33.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.433 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 76aac045c0484864925a4a9bd9a26e60 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:33.433 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:33.433 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.433 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.433 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.433 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.433 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:33.433 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:33.433 | ++ functions-common:get_field:818 : echo '| 24dcf00e004846028c3b7110e2abeabc | 76aac045c0484864925a4a9bd9a26e60 | | 72a6d44cf2e74c2a98d563ddba3efffa | | | False |' 2022-08-25 11:55:33.433 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:33.433 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.433 | + functions-common:get_or_add_user_project_role:995 : user_role_id=24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:33.433 | + functions-common:get_or_add_user_project_role:997 : echo 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:33.434 | 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:33.491 | [19158 Async ks-demo-reader:84140]: finished get_or_add_user_project_role reader 76aac045c0484864925a4a9bd9a26e60 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 16 seconds 2022-08-25 11:55:33.498 | + inc/async:async_wait:197 : return 0 2022-08-25 11:55:33.503 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-08-25 11:55:33.570 | [19158 Async ks-alt-admin:84519]: Waiting for completion of get_or_add_user_project_role admin d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa running on PID 84519 (12 other jobs running) 2022-08-25 11:55:33.603 | [19158 Async ks-alt-admin:84519]: Signaling child to exit 2022-08-25 11:55:33.603 | WAKEUP 2022-08-25 11:55:33.636 | [19158 Async ks-alt-admin:84519]: Signaled 2022-08-25 11:55:33.638 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:33.638 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:33.639 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:33.639 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:33.639 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:33.639 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:33.639 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:33.639 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:33.639 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.639 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.639 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.639 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:33.639 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:33.639 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:33.639 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.639 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.639 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.639 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.639 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.640 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.640 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:33.640 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:33.640 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:33.640 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | d870feebe5464763ba61e8e5ea3da955 | | b281411448974162a1ebfdc593439faa | | | False |' 2022-08-25 11:55:33.640 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.640 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:33.640 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:33.640 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:55:33.695 | [19158 Async ks-alt-admin:84519]: finished get_or_add_user_project_role admin d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa with result 0 in 17 seconds 2022-08-25 11:55:33.742 | [19158 Async ks-alt-another:84670]: Waiting for completion of get_or_add_user_project_role anotherrole d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa running on PID 84670 (11 other jobs running) 2022-08-25 11:55:33.802 | [19158 Async ks-alt-another:84670]: Signaling child to exit 2022-08-25 11:55:33.802 | WAKEUP 2022-08-25 11:55:33.847 | [19158 Async ks-alt-another:84670]: Signaled 2022-08-25 11:55:33.849 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:33.849 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:33.849 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:33.849 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:33.849 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:33.849 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:33.849 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:33.849 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:33.849 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:33.849 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.849 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.849 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.849 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.849 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.849 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.849 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.849 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.849 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:33.850 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:33.850 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.850 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.850 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.850 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:33.850 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:33.850 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d870feebe5464763ba61e8e5ea3da955 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:33.850 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:33.850 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.850 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:33.850 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:33.850 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:33.850 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:33.850 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:33.850 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:33.850 | ++ functions-common:get_field:818 : echo '| e3c8033ad9c34c1a8987897b30e1e24b | d870feebe5464763ba61e8e5ea3da955 | | b281411448974162a1ebfdc593439faa | | | False |' 2022-08-25 11:55:33.850 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:33.850 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:33.850 | + functions-common:get_or_add_user_project_role:997 : echo e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:33.850 | e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:55:34.016 | [19158 Async ks-alt-another:84670]: finished get_or_add_user_project_role anotherrole d870feebe5464763ba61e8e5ea3da955 b281411448974162a1ebfdc593439faa with result 0 in 16 seconds 2022-08-25 11:55:34.097 | [19158 Async ks-alt-member-user:85042]: Waiting for completion of get_or_add_user_project_role member 56dece1c471744949dd90c28d91c59b0 b281411448974162a1ebfdc593439faa running on PID 85042 (10 other jobs running) 2022-08-25 11:55:34.159 | [19158 Async ks-alt-member-user:85042]: Signaling child to exit 2022-08-25 11:55:34.160 | WAKEUP 2022-08-25 11:55:34.230 | [19158 Async ks-alt-member-user:85042]: Signaled 2022-08-25 11:55:34.232 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:34.232 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:34.232 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:34.232 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:34.232 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:34.232 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:34.232 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 56dece1c471744949dd90c28d91c59b0 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.232 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:34.232 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.232 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.232 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.232 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.232 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:34.232 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:34.232 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 56dece1c471744949dd90c28d91c59b0 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.232 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.232 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:34.232 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 56dece1c471744949dd90c28d91c59b0 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.233 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:34.233 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:34.233 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.233 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.233 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:34.233 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:34.233 | ++ functions-common:get_field:818 : echo '| babd06ddc5404837b44e5853156e564a | 56dece1c471744949dd90c28d91c59b0 | | b281411448974162a1ebfdc593439faa | | | False |' 2022-08-25 11:55:34.233 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:34.233 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.233 | + functions-common:get_or_add_user_project_role:995 : user_role_id=babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.233 | + functions-common:get_or_add_user_project_role:997 : echo babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.233 | babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.316 | [19158 Async ks-alt-member-user:85042]: finished get_or_add_user_project_role member 56dece1c471744949dd90c28d91c59b0 b281411448974162a1ebfdc593439faa with result 0 in 13 seconds 2022-08-25 11:55:34.362 | [19158 Async ks-alt-reader-user:85280]: Waiting for completion of get_or_add_user_project_role reader 07453c70d5ba46829606bf58a4a8658d b281411448974162a1ebfdc593439faa running on PID 85280 (9 other jobs running) 2022-08-25 11:55:34.396 | [19158 Async ks-alt-reader-user:85280]: Signaling child to exit 2022-08-25 11:55:34.396 | WAKEUP 2022-08-25 11:55:34.426 | [19158 Async ks-alt-reader-user:85280]: Signaled 2022-08-25 11:55:34.428 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:55:34.428 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:34.428 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:34.428 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:34.428 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:34.428 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:34.428 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:55:34.428 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 07453c70d5ba46829606bf58a4a8658d --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.428 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:34.428 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.428 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.428 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.428 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.428 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.428 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:55:34.428 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:55:34.428 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 07453c70d5ba46829606bf58a4a8658d --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.428 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.428 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.428 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.428 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 07453c70d5ba46829606bf58a4a8658d --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:34.428 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:55:34.429 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:55:34.429 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:55:34.429 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.429 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.429 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.429 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.429 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.429 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.429 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:55:34.429 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:55:34.429 | ++ functions-common:get_field:818 : echo '| 24dcf00e004846028c3b7110e2abeabc | 07453c70d5ba46829606bf58a4a8658d | | b281411448974162a1ebfdc593439faa | | | False |' 2022-08-25 11:55:34.429 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:55:34.429 | ++ functions-common:get_field:812 : read data 2022-08-25 11:55:34.429 | + functions-common:get_or_add_user_project_role:995 : user_role_id=24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:34.429 | + functions-common:get_or_add_user_project_role:997 : echo 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:34.429 | 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:34.497 | [19158 Async ks-alt-reader-user:85280]: finished get_or_add_user_project_role reader 07453c70d5ba46829606bf58a4a8658d b281411448974162a1ebfdc593439faa with result 0 in 13 seconds 2022-08-25 11:55:34.502 | + inc/async:async_wait:197 : return 0 2022-08-25 11:55:34.505 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-08-25 11:55:34.576 | [19158 Async ks-system-member:85513]: Waiting for completion of get_or_add_user_system_role member 9bd28454f278477fbc321c1eb0074707 all running on PID 85513 (8 other jobs running) 2022-08-25 11:55:34.604 | [19158 Async ks-system-member:85513]: Signaling child to exit 2022-08-25 11:55:34.607 | WAKEUP 2022-08-25 11:55:34.630 | [19158 Async ks-system-member:85513]: Signaled 2022-08-25 11:55:34.632 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-25 11:55:34.632 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-25 11:55:34.632 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-25 11:55:34.632 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:34.632 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:34.632 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:34.632 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:34.632 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:34.632 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-25 11:55:34.633 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9bd28454f278477fbc321c1eb0074707 --system all -f value -c Role 2022-08-25 11:55:34.633 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.633 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.633 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.633 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.634 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.634 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-25 11:55:34.634 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-25 11:55:34.634 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 9bd28454f278477fbc321c1eb0074707 --system all 2022-08-25 11:55:34.634 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.634 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.634 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.634 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.634 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9bd28454f278477fbc321c1eb0074707 --system all -f value -c Role 2022-08-25 11:55:34.634 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.634 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.634 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:34.635 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:34.635 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:34.635 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.635 | + functions-common:get_or_add_user_system_role:1052 : echo babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.636 | babd06ddc5404837b44e5853156e564a 2022-08-25 11:55:34.699 | [19158 Async ks-system-member:85513]: finished get_or_add_user_system_role member 9bd28454f278477fbc321c1eb0074707 all with result 0 in 13 seconds 2022-08-25 11:55:34.744 | [19158 Async ks-system-reader:85812]: Waiting for completion of get_or_add_user_system_role reader 74d86315ee554fc89254a000c3da469b all running on PID 85812 (7 other jobs running) 2022-08-25 11:55:34.779 | [19158 Async ks-system-reader:85812]: Signaling child to exit 2022-08-25 11:55:35.806 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:35.971 | [85812 Async ks-system-reader:85812]: finished successfully 2022-08-25 11:55:36.105 | WAKEUP 2022-08-25 11:55:36.255 | [19158 Async ks-system-reader:85812]: Signaled 2022-08-25 11:55:36.270 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-25 11:55:36.270 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-25 11:55:36.270 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-25 11:55:36.270 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:55:36.270 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:55:36.270 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:55:36.271 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:55:36.271 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:55:36.271 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-25 11:55:36.271 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 74d86315ee554fc89254a000c3da469b --system all -f value -c Role 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.271 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.271 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.271 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:36.271 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-25 11:55:36.271 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-25 11:55:36.271 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 74d86315ee554fc89254a000c3da469b --system all 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.271 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.271 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.271 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 74d86315ee554fc89254a000c3da469b --system all -f value -c Role 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.271 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.271 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:36.272 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:36.272 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:36.272 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:36.272 | + functions-common:get_or_add_user_system_role:1052 : echo 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:36.272 | 24dcf00e004846028c3b7110e2abeabc 2022-08-25 11:55:36.550 | [19158 Async ks-system-reader:85812]: finished get_or_add_user_system_role reader 74d86315ee554fc89254a000c3da469b all with result 0 in 13 seconds 2022-08-25 11:55:36.583 | + inc/async:async_wait:197 : return 0 2022-08-25 11:55:36.612 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-08-25 11:55:36.975 | [19158 Async ks-group-memberdemo:86178]: Waiting for completion of get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa running on PID 86178 (6 other jobs running) 2022-08-25 11:55:37.123 | [19158 Async ks-group-memberdemo:86178]: Signaling child to exit 2022-08-25 11:55:43.988 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:44.080 | [86178 Async ks-group-memberdemo:86178]: finished successfully 2022-08-25 11:55:44.182 | WAKEUP 2022-08-25 11:55:44.273 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:44.278 | [19158 Async ks-group-memberdemo:86178]: Signaled 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 11:55:44.283 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa -f value 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa -f value 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.283 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.283 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False' 2022-08-25 11:55:44.283 | + functions-common:get_or_add_group_project_role:1076 : echo babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False 2022-08-25 11:55:44.283 | babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False 2022-08-25 11:55:44.361 | [86273 Async ks-group-anotherdemo:86273]: finished successfully 2022-08-25 11:55:44.379 | [19158 Async ks-group-memberdemo:86178]: finished get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 15 seconds 2022-08-25 11:55:44.472 | [19158 Async ks-group-anotherdemo:86273]: Waiting for completion of get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa running on PID 86273 (5 other jobs running) 2022-08-25 11:55:44.520 | [19158 Async ks-group-anotherdemo:86273]: Signaling child to exit 2022-08-25 11:55:44.521 | WAKEUP 2022-08-25 11:55:44.567 | [19158 Async ks-group-anotherdemo:86273]: Signaled 2022-08-25 11:55:44.568 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 11:55:44.568 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa -f value 2022-08-25 11:55:44.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.568 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.568 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.568 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:44.568 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 11:55:44.568 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 11:55:44.569 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa 2022-08-25 11:55:44.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.569 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.569 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.569 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project 72a6d44cf2e74c2a98d563ddba3efffa -f value 2022-08-25 11:55:44.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.569 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:44.569 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:44.569 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:44.569 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False' 2022-08-25 11:55:44.569 | + functions-common:get_or_add_group_project_role:1076 : echo e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False 2022-08-25 11:55:44.569 | e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa False 2022-08-25 11:55:44.630 | [19158 Async ks-group-anotherdemo:86273]: finished get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 72a6d44cf2e74c2a98d563ddba3efffa with result 0 in 15 seconds 2022-08-25 11:55:44.683 | [19158 Async ks-group-memberalt:86370]: Waiting for completion of get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa running on PID 86370 (4 other jobs running) 2022-08-25 11:55:44.711 | [19158 Async ks-group-memberalt:86370]: Signaling child to exit 2022-08-25 11:55:45.325 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:45.352 | [86370 Async ks-group-memberalt:86370]: finished successfully 2022-08-25 11:55:45.378 | WAKEUP 2022-08-25 11:55:45.403 | [19158 Async ks-group-memberalt:86370]: Signaled 2022-08-25 11:55:45.405 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 11:55:45.405 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa -f value 2022-08-25 11:55:45.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.405 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.405 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.405 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.405 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:45.405 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 11:55:45.405 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 11:55:45.405 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:45.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.405 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.405 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.405 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.405 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa -f value 2022-08-25 11:55:45.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.406 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.406 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:45.406 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:45.406 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:45.406 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False' 2022-08-25 11:55:45.406 | + functions-common:get_or_add_group_project_role:1076 : echo babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False 2022-08-25 11:55:45.406 | babd06ddc5404837b44e5853156e564a 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False 2022-08-25 11:55:45.460 | [19158 Async ks-group-memberalt:86370]: finished get_or_add_group_project_role member 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa with result 0 in 16 seconds 2022-08-25 11:55:45.506 | [19158 Async ks-group-anotheralt:86485]: Waiting for completion of get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa running on PID 86485 (3 other jobs running) 2022-08-25 11:55:45.540 | [19158 Async ks-group-anotheralt:86485]: Signaling child to exit 2022-08-25 11:55:45.929 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:45.961 | [86485 Async ks-group-anotheralt:86485]: finished successfully 2022-08-25 11:55:45.985 | WAKEUP 2022-08-25 11:55:46.010 | [19158 Async ks-group-anotheralt:86485]: Signaled 2022-08-25 11:55:46.011 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 11:55:46.011 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa -f value 2022-08-25 11:55:46.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.011 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.012 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.012 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:46.012 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 11:55:46.012 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 11:55:46.012 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa 2022-08-25 11:55:46.012 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.012 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.012 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.012 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.012 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 412bb3379205492bbaaaed3eac20e443 --project b281411448974162a1ebfdc593439faa -f value 2022-08-25 11:55:46.012 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.012 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.012 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.012 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.012 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:46.012 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False' 2022-08-25 11:55:46.012 | + functions-common:get_or_add_group_project_role:1076 : echo e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False 2022-08-25 11:55:46.012 | e3c8033ad9c34c1a8987897b30e1e24b 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa False 2022-08-25 11:55:46.059 | [19158 Async ks-group-anotheralt:86485]: finished get_or_add_group_project_role anotherrole 412bb3379205492bbaaaed3eac20e443 b281411448974162a1ebfdc593439faa with result 0 in 16 seconds 2022-08-25 11:55:46.101 | [19158 Async ks-group-admin:86597]: Waiting for completion of get_or_add_group_project_role admin a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b running on PID 86597 (2 other jobs running) 2022-08-25 11:55:46.129 | [19158 Async ks-group-admin:86597]: Signaling child to exit 2022-08-25 11:55:46.207 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:55:46.234 | [86597 Async ks-group-admin:86597]: finished successfully 2022-08-25 11:55:46.260 | WAKEUP 2022-08-25 11:55:46.286 | [19158 Async ks-group-admin:86597]: Signaled 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 11:55:46.288 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group a7b12b0fe4284d0e9d58c9df9f924d7a --project bb3574a3622445e8b181ef110fd07d6b -f value 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group a7b12b0fe4284d0e9d58c9df9f924d7a --project bb3574a3622445e8b181ef110fd07d6b 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group a7b12b0fe4284d0e9d58c9df9f924d7a --project bb3574a3622445e8b181ef110fd07d6b -f value 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:55:46.288 | from cryptography.utils import int_from_bytes 2022-08-25 11:55:46.288 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='395d96c8638b48e9a8e1ea91259cb798 a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b False' 2022-08-25 11:55:46.288 | + functions-common:get_or_add_group_project_role:1076 : echo 395d96c8638b48e9a8e1ea91259cb798 a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b False 2022-08-25 11:55:46.288 | 395d96c8638b48e9a8e1ea91259cb798 a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b False 2022-08-25 11:55:46.339 | [19158 Async ks-group-admin:86597]: finished get_or_add_group_project_role admin a7b12b0fe4284d0e9d58c9df9f924d7a bb3574a3622445e8b181ef110fd07d6b with result 0 in 15 seconds 2022-08-25 11:55:46.343 | + inc/async:async_wait:197 : return 0 2022-08-25 11:55:46.346 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-08-25 11:55:46.364 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:55:46.369 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-08-25 11:55:46.387 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:55:46.389 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-08-25 11:55:46.392 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-08-25 11:55:46.462 | + inc/async:async_inner:63 : create_nova_accounts 2022-08-25 11:55:46.512 | [19158 Async create_nova_accounts:88777]: running: create_nova_accounts 2022-08-25 11:55:46.514 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-08-25 11:55:46.532 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:55:46.537 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-08-25 11:55:46.541 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-08-25 11:55:46.621 | + inc/async:async_inner:63 : create_glance_accounts 2022-08-25 11:55:46.669 | [19158 Async create_glance_accounts:88901]: running: create_glance_accounts 2022-08-25 11:55:46.672 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-08-25 11:55:46.701 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:55:46.703 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-08-25 11:55:46.706 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-08-25 11:55:46.780 | + inc/async:async_inner:63 : create_cinder_accounts 2022-08-25 11:55:46.831 | [19158 Async create_cinder_accounts:89040]: running: create_cinder_accounts 2022-08-25 11:55:46.834 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-08-25 11:55:46.854 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:55:46.857 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-08-25 11:55:46.860 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-08-25 11:55:46.956 | + inc/async:async_inner:63 : create_neutron_accounts 2022-08-25 11:55:47.025 | [19158 Async create_neutron_accounts:89184]: running: create_neutron_accounts 2022-08-25 11:55:47.029 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-08-25 11:55:47.066 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:55:47.070 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-08-25 11:55:47.074 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-08-25 11:55:47.384 | + inc/async:async_inner:63 : create_swift_accounts 2022-08-25 11:55:47.640 | [19158 Async create_swift_accounts:89339]: running: create_swift_accounts 2022-08-25 11:55:47.658 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-08-25 11:55:47.795 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:55:47.817 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-08-25 11:55:48.165 | [19158 Async create_nova_accounts:88777]: Waiting for completion of create_nova_accounts running on PID 88777 (6 other jobs running) 2022-08-25 11:55:48.310 | [19158 Async create_nova_accounts:88777]: Signaling child to exit 2022-08-25 11:56:29.089 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:56:29.235 | [89184 Async create_neutron_accounts:89184]: finished successfully 2022-08-25 11:56:45.964 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:56:45.993 | [89040 Async create_cinder_accounts:89040]: finished successfully 2022-08-25 11:57:03.245 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:57:03.276 | [88901 Async create_glance_accounts:88901]: finished successfully 2022-08-25 11:57:10.011 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:57:10.037 | [88777 Async create_nova_accounts:88777]: finished successfully 2022-08-25 11:57:10.065 | WAKEUP 2022-08-25 11:57:10.089 | [19158 Async create_nova_accounts:88777]: Signaled 2022-08-25 11:57:10.091 | + lib/nova:create_nova_accounts:337 : [[ 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-08-25 11:57:10.091 | + lib/nova:create_nova_accounts:341 : create_service_user nova admin 2022-08-25 11:57:10.091 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-08-25 11:57:10.091 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.091 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.091 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.091 | ++ 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-08-25 11:57:10.091 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.091 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.091 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.091 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.091 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.091 | + functions-common:get_or_create_user:925 : user_id=00d276d48f1f4b5598e0a5536fdb34ef 2022-08-25 11:57:10.091 | + functions-common:get_or_create_user:926 : echo 00d276d48f1f4b5598e0a5536fdb34ef 2022-08-25 11:57:10.091 | 00d276d48f1f4b5598e0a5536fdb34ef 2022-08-25 11:57:10.091 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-08-25 11:57:10.091 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.091 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.091 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.091 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.091 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.092 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.092 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.092 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.092 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.092 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.092 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.092 | ++ 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-08-25 11:57:10.092 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.092 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.092 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.092 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.092 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.092 | + 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-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | ++ 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-08-25 11:57:10.092 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.092 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.092 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.092 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.092 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.092 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.092 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.093 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.093 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 00d276d48f1f4b5598e0a5536fdb34ef | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.093 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.093 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.093 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.093 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-25 11:57:10.093 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.093 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.093 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.093 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.093 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.093 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.093 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.093 | ++ 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-08-25 11:57:10.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.093 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.093 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.093 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.093 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.094 | + 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-08-25 11:57:10.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.094 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.094 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.094 | ++ 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-08-25 11:57:10.094 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.094 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.094 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.094 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.094 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.094 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.094 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.094 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.094 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.094 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 00d276d48f1f4b5598e0a5536fdb34ef | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.094 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.094 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.094 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:10.094 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:10.094 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:10.094 | + lib/nova:create_nova_accounts:343 : local nova_api_url 2022-08-25 11:57:10.094 | + lib/nova:create_nova_accounts:344 : [[ True == \F\a\l\s\e ]] 2022-08-25 11:57:10.094 | + lib/nova:create_nova_accounts:347 : nova_api_url=http://10.222.0.42/compute 2022-08-25 11:57:10.094 | + lib/nova:create_nova_accounts:350 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-08-25 11:57:10.094 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.094 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-08-25 11:57:10.094 | ++ 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-08-25 11:57:10.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.094 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.095 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.095 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.095 | 0cde21b07cf342dbb889ec6e409c4738' 2022-08-25 11:57:10.095 | + functions-common:get_or_create_service:1094 : echo 0cde21b07cf342dbb889ec6e409c4738 2022-08-25 11:57:10.095 | 0cde21b07cf342dbb889ec6e409c4738 2022-08-25 11:57:10.095 | + lib/nova:create_nova_accounts:352 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.42/compute/v2/$(project_id)s' 2022-08-25 11:57:10.095 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.095 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' RegionOne 2022-08-25 11:57:10.095 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.095 | +++ 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-08-25 11:57:10.095 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.095 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.095 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.095 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.095 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.095 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 11:57:10.095 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.095 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.095 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.095 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.095 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=d5cb252aba8f4f22b1e8484fa8dc7811 2022-08-25 11:57:10.095 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo d5cb252aba8f4f22b1e8484fa8dc7811 2022-08-25 11:57:10.095 | + functions-common:get_or_create_endpoint:1127 : public_id=d5cb252aba8f4f22b1e8484fa8dc7811 2022-08-25 11:57:10.095 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.095 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.095 | + functions-common:get_or_create_endpoint:1136 : echo d5cb252aba8f4f22b1e8484fa8dc7811 2022-08-25 11:57:10.095 | d5cb252aba8f4f22b1e8484fa8dc7811 2022-08-25 11:57:10.096 | + lib/nova:create_nova_accounts:356 : get_or_create_service nova compute 'Nova Compute Service' 2022-08-25 11:57:10.096 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.096 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-08-25 11:57:10.096 | ++ 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-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.096 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.096 | fbe2191357d945da92b5c1fbe6eed331' 2022-08-25 11:57:10.096 | + functions-common:get_or_create_service:1094 : echo fbe2191357d945da92b5c1fbe6eed331 2022-08-25 11:57:10.096 | fbe2191357d945da92b5c1fbe6eed331 2022-08-25 11:57:10.096 | + lib/nova:create_nova_accounts:358 : get_or_create_endpoint compute RegionOne http://10.222.0.42/compute/v2.1 2022-08-25 11:57:10.096 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.096 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.42/compute/v2.1 RegionOne 2022-08-25 11:57:10.096 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.096 | +++ 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-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.096 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.096 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.096 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.42/compute/v2.1 --region RegionOne -f value -c id 2022-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.096 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.096 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.096 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=77c36558915e4d90bd2bdb70ebad966b 2022-08-25 11:57:10.096 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 77c36558915e4d90bd2bdb70ebad966b 2022-08-25 11:57:10.097 | + functions-common:get_or_create_endpoint:1127 : public_id=77c36558915e4d90bd2bdb70ebad966b 2022-08-25 11:57:10.097 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.097 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.097 | + functions-common:get_or_create_endpoint:1136 : echo 77c36558915e4d90bd2bdb70ebad966b 2022-08-25 11:57:10.097 | 77c36558915e4d90bd2bdb70ebad966b 2022-08-25 11:57:10.097 | + lib/nova:create_nova_accounts:363 : is_service_enabled n-api 2022-08-25 11:57:10.097 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:10.097 | + lib/nova:create_nova_accounts:365 : is_service_enabled swift 2022-08-25 11:57:10.097 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:10.097 | + lib/nova:create_nova_accounts:368 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-08-25 11:57:10.097 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.097 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.097 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.097 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.097 | ++ 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-08-25 11:57:10.097 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.097 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.097 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.097 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.097 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.097 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.097 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.097 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.097 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.097 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.098 | + 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-08-25 11:57:10.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.098 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.098 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.098 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.098 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.098 | ++ 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-08-25 11:57:10.098 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.098 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.098 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.098 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.098 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.098 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.098 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.098 | ++ functions-common:get_field:818 : echo '| 2686e931f7984a95b7c77abc76871c7a | 00d276d48f1f4b5598e0a5536fdb34ef | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.098 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.098 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.098 | + functions-common:get_or_add_user_project_role:995 : user_role_id=2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.098 | + functions-common:get_or_add_user_project_role:997 : echo 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.098 | 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.098 | + lib/nova:create_nova_accounts:373 : is_service_enabled s3api 2022-08-25 11:57:10.098 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:57:10.098 | + lib/nova:create_nova_accounts:384 : is_service_enabled n-api 2022-08-25 11:57:10.098 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:10.098 | + lib/nova:create_nova_accounts:385 : [[ False = True ]] 2022-08-25 11:57:10.138 | [19158 Async create_nova_accounts:88777]: finished create_nova_accounts with result 0 in 83 seconds 2022-08-25 11:57:10.177 | [19158 Async create_glance_accounts:88901]: Waiting for completion of create_glance_accounts running on PID 88901 (5 other jobs running) 2022-08-25 11:57:10.204 | [19158 Async create_glance_accounts:88901]: Signaling child to exit 2022-08-25 11:57:10.204 | WAKEUP 2022-08-25 11:57:10.229 | [19158 Async create_glance_accounts:88901]: Signaled 2022-08-25 11:57:10.231 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-08-25 11:57:10.231 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:10.231 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-08-25 11:57:10.231 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-08-25 11:57:10.231 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.231 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.231 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.231 | ++ 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-08-25 11:57:10.231 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.231 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.231 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.231 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.231 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.231 | + functions-common:get_or_create_user:925 : user_id=820ee408b97b430e96159508af7edea2 2022-08-25 11:57:10.231 | + functions-common:get_or_create_user:926 : echo 820ee408b97b430e96159508af7edea2 2022-08-25 11:57:10.231 | 820ee408b97b430e96159508af7edea2 2022-08-25 11:57:10.232 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-08-25 11:57:10.232 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.232 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.232 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.232 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.232 | ++ 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-08-25 11:57:10.232 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.232 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.232 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.232 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.232 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.232 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.232 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.232 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.232 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.232 | + 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-08-25 11:57:10.232 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.232 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.232 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.232 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.232 | ++ 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-08-25 11:57:10.232 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.232 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.233 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.233 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.233 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.233 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.233 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 820ee408b97b430e96159508af7edea2 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.233 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.233 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.233 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.233 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.233 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.233 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 11:57:10.233 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-08-25 11:57:10.233 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:10.233 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-08-25 11:57:10.233 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-08-25 11:57:10.233 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.233 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.233 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.233 | ++ 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-08-25 11:57:10.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.233 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.233 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.234 | + functions-common:get_or_create_user:925 : user_id=464b11a6d17b4d6196727a625964a6e3 2022-08-25 11:57:10.234 | + functions-common:get_or_create_user:926 : echo 464b11a6d17b4d6196727a625964a6e3 2022-08-25 11:57:10.234 | 464b11a6d17b4d6196727a625964a6e3 2022-08-25 11:57:10.234 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-08-25 11:57:10.234 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.234 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.234 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.234 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.234 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.234 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.234 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.234 | ++ 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-08-25 11:57:10.234 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.234 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.234 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.234 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.234 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.234 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.234 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.234 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.234 | + 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-08-25 11:57:10.234 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.234 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.235 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.235 | ++ 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-08-25 11:57:10.235 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.235 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.235 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.235 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.235 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.235 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.235 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.235 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.235 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.235 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.235 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 464b11a6d17b4d6196727a625964a6e3 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.235 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.235 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.235 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.235 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.235 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-08-25 11:57:10.235 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-08-25 11:57:10.235 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.235 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.235 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.236 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.236 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.236 | ++ 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-08-25 11:57:10.236 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.236 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.236 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.236 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.236 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.236 | + 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-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | ++ 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-08-25 11:57:10.236 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.236 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.236 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.236 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.236 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.236 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.236 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.237 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.237 | ++ functions-common:get_field:818 : echo '| 2686e931f7984a95b7c77abc76871c7a | 464b11a6d17b4d6196727a625964a6e3 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.237 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.237 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.237 | + functions-common:get_or_add_user_project_role:995 : user_role_id=2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.237 | + functions-common:get_or_add_user_project_role:997 : echo 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.237 | 2686e931f7984a95b7c77abc76871c7a 2022-08-25 11:57:10.237 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-08-25 11:57:10.237 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.237 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-08-25 11:57:10.237 | ++ 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-08-25 11:57:10.237 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.237 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.237 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.237 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.237 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.237 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.237 | e8da6dd042434f24bd0f5acfb305a29f' 2022-08-25 11:57:10.237 | + functions-common:get_or_create_service:1094 : echo e8da6dd042434f24bd0f5acfb305a29f 2022-08-25 11:57:10.237 | e8da6dd042434f24bd0f5acfb305a29f 2022-08-25 11:57:10.237 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.42/image 2022-08-25 11:57:10.237 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.237 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.42/image RegionOne 2022-08-25 11:57:10.237 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.237 | +++ 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-08-25 11:57:10.237 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.237 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.237 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.237 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.238 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.238 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.238 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.238 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.42/image --region RegionOne -f value -c id 2022-08-25 11:57:10.238 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.238 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.238 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.238 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.238 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.238 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=6a91e2895cbf4aefbdece3a8047b4657 2022-08-25 11:57:10.238 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 6a91e2895cbf4aefbdece3a8047b4657 2022-08-25 11:57:10.238 | + functions-common:get_or_create_endpoint:1127 : public_id=6a91e2895cbf4aefbdece3a8047b4657 2022-08-25 11:57:10.238 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.238 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.238 | + functions-common:get_or_create_endpoint:1136 : echo 6a91e2895cbf4aefbdece3a8047b4657 2022-08-25 11:57:10.238 | 6a91e2895cbf4aefbdece3a8047b4657 2022-08-25 11:57:10.238 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-08-25 11:57:10.238 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 11:57:10.238 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-25 11:57:10.238 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-08-25 11:57:10.238 | ++ functions-common:get_or_create_domain:888 : echo default 2022-08-25 11:57:10.238 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-08-25 11:57:10.238 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-08-25 11:57:10.238 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-08-25 11:57:10.238 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-08-25 11:57:10.278 | [19158 Async create_glance_accounts:88901]: finished create_glance_accounts with result 0 in 76 seconds 2022-08-25 11:57:10.316 | [19158 Async create_cinder_accounts:89040]: Waiting for completion of create_cinder_accounts running on PID 89040 (4 other jobs running) 2022-08-25 11:57:10.343 | [19158 Async create_cinder_accounts:89040]: Signaling child to exit 2022-08-25 11:57:10.344 | WAKEUP 2022-08-25 11:57:10.368 | [19158 Async create_cinder_accounts:89040]: Signaled 2022-08-25 11:57:10.369 | + lib/cinder:create_cinder_accounts:399 : [[ 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-08-25 11:57:10.369 | + lib/cinder:create_cinder_accounts:401 : local extra_role= 2022-08-25 11:57:10.369 | + lib/cinder:create_cinder_accounts:404 : is_service_enabled barbican 2022-08-25 11:57:10.369 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:57:10.369 | + lib/cinder:create_cinder_accounts:408 : create_service_user cinder 2022-08-25 11:57:10.369 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-08-25 11:57:10.369 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.370 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.370 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.370 | ++ 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-08-25 11:57:10.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.370 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.370 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.370 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.370 | + functions-common:get_or_create_user:925 : user_id=90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.370 | + functions-common:get_or_create_user:926 : echo 90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.370 | 90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.370 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-08-25 11:57:10.370 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.370 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.370 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.370 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.370 | ++ 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-08-25 11:57:10.370 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.370 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.370 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.371 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.371 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.371 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.371 | + 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-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.371 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.371 | ++ 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-08-25 11:57:10.371 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.371 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.371 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.371 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.371 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.371 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.371 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 90d2779988414e1fbcfbf09e78f8f60d | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.371 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.371 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.372 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.372 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.372 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.372 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 11:57:10.372 | + lib/cinder:create_cinder_accounts:411 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-08-25 11:57:10.372 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.372 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-08-25 11:57:10.372 | ++ 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-08-25 11:57:10.372 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.372 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.372 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.372 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.372 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.372 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.372 | 25450104ad2e4755b60dcf4e7a39ca12' 2022-08-25 11:57:10.372 | + functions-common:get_or_create_service:1094 : echo 25450104ad2e4755b60dcf4e7a39ca12 2022-08-25 11:57:10.372 | 25450104ad2e4755b60dcf4e7a39ca12 2022-08-25 11:57:10.372 | + lib/cinder:create_cinder_accounts:412 : '[' True == False ']' 2022-08-25 11:57:10.372 | + lib/cinder:create_cinder_accounts:425 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-08-25 11:57:10.372 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.372 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-08-25 11:57:10.372 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.372 | +++ 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-08-25 11:57:10.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.373 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.373 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.373 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.373 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.373 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.373 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 11:57:10.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.373 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.373 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.373 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.373 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=c659e7ce18584b2b80bcb8604a70af2e 2022-08-25 11:57:10.373 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo c659e7ce18584b2b80bcb8604a70af2e 2022-08-25 11:57:10.373 | + functions-common:get_or_create_endpoint:1127 : public_id=c659e7ce18584b2b80bcb8604a70af2e 2022-08-25 11:57:10.374 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.374 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.374 | + functions-common:get_or_create_endpoint:1136 : echo c659e7ce18584b2b80bcb8604a70af2e 2022-08-25 11:57:10.374 | c659e7ce18584b2b80bcb8604a70af2e 2022-08-25 11:57:10.374 | + lib/cinder:create_cinder_accounts:429 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-08-25 11:57:10.374 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.374 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-08-25 11:57:10.374 | ++ 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-08-25 11:57:10.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.374 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.374 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.374 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.374 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.374 | 46708634fe5940d7822770224f269fe3' 2022-08-25 11:57:10.374 | + functions-common:get_or_create_service:1094 : echo 46708634fe5940d7822770224f269fe3 2022-08-25 11:57:10.374 | 46708634fe5940d7822770224f269fe3 2022-08-25 11:57:10.374 | + lib/cinder:create_cinder_accounts:431 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-08-25 11:57:10.374 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.374 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-08-25 11:57:10.374 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.374 | +++ 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-08-25 11:57:10.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.374 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.375 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.375 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.375 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.375 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 11:57:10.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.375 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.375 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.375 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=dcef04f57b3e40739751e48424463248 2022-08-25 11:57:10.375 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo dcef04f57b3e40739751e48424463248 2022-08-25 11:57:10.375 | + functions-common:get_or_create_endpoint:1127 : public_id=dcef04f57b3e40739751e48424463248 2022-08-25 11:57:10.375 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.375 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.375 | + functions-common:get_or_create_endpoint:1136 : echo dcef04f57b3e40739751e48424463248 2022-08-25 11:57:10.375 | dcef04f57b3e40739751e48424463248 2022-08-25 11:57:10.375 | + lib/cinder:create_cinder_accounts:436 : configure_cinder_internal_tenant 2022-08-25 11:57:10.375 | ++ lib/cinder:configure_cinder_internal_tenant:624 : get_or_create_project service 2022-08-25 11:57:10.375 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:57:10.375 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-08-25 11:57:10.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.375 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.375 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.375 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.375 | ++ functions-common:get_or_create_project:938 : project_id=05bfa46dfbe04d24952471a126571ead 2022-08-25 11:57:10.375 | ++ functions-common:get_or_create_project:939 : echo 05bfa46dfbe04d24952471a126571ead 2022-08-25 11:57:10.376 | + lib/cinder:configure_cinder_internal_tenant:624 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 05bfa46dfbe04d24952471a126571ead 2022-08-25 11:57:10.376 | ++ lib/cinder:configure_cinder_internal_tenant:625 : get_or_create_user cinder 2022-08-25 11:57:10.376 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.376 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.376 | ++ functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.376 | +++ 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-08-25 11:57:10.376 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.376 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.376 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.376 | No password was supplied, authentication will fail when a user does not have a password. 2022-08-25 11:57:10.376 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.376 | ++ functions-common:get_or_create_user:925 : user_id=90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.376 | ++ functions-common:get_or_create_user:926 : echo 90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.376 | + lib/cinder:configure_cinder_internal_tenant:625 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 90d2779988414e1fbcfbf09e78f8f60d 2022-08-25 11:57:10.417 | [19158 Async create_cinder_accounts:89040]: finished create_cinder_accounts with result 0 in 59 seconds 2022-08-25 11:57:10.421 | + inc/async:async_wait:197 : return 0 2022-08-25 11:57:10.425 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-08-25 11:57:10.478 | [19158 Async create_neutron_accounts:89184]: Waiting for completion of create_neutron_accounts running on PID 89184 (3 other jobs running) 2022-08-25 11:57:10.505 | [19158 Async create_neutron_accounts:89184]: Signaling child to exit 2022-08-25 11:57:10.505 | WAKEUP 2022-08-25 11:57:10.533 | [19158 Async create_neutron_accounts:89184]: Signaled 2022-08-25 11:57:10.535 | + lib/neutron:create_neutron_accounts:684 : is_neutron_legacy_enabled 2022-08-25 11:57:10.535 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 11:57:10.535 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:57:10.535 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:57:10.535 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 11:57:10.535 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 11:57:10.535 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 11:57:10.535 | + lib/neutron:create_neutron_accounts:686 : create_mutnauq_accounts 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.42:9696/ 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.42:9696/networking 2022-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:448 : [[ 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-08-25 11:57:10.535 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-08-25 11:57:10.535 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-08-25 11:57:10.535 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:10.535 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:10.535 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:10.535 | ++ 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-08-25 11:57:10.535 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.535 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.536 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.536 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.536 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.536 | + functions-common:get_or_create_user:925 : user_id=65bfeaa942aa4ce886fa6408e2488d96 2022-08-25 11:57:10.536 | + functions-common:get_or_create_user:926 : echo 65bfeaa942aa4ce886fa6408e2488d96 2022-08-25 11:57:10.536 | 65bfeaa942aa4ce886fa6408e2488d96 2022-08-25 11:57:10.536 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-08-25 11:57:10.536 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:10.536 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:10.536 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:10.536 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:10.536 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.536 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:10.536 | ++ 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-08-25 11:57:10.536 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.536 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.536 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.537 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:10.537 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:10.537 | + 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-08-25 11:57:10.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | ++ 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-08-25 11:57:10.537 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:10.537 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:10.537 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:10.537 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.537 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.537 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.537 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:10.537 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:10.537 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:10.537 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 65bfeaa942aa4ce886fa6408e2488d96 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:10.537 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:10.537 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.538 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.538 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:10.538 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 11:57:10.538 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-08-25 11:57:10.538 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:10.538 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-08-25 11:57:10.538 | ++ 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-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.538 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.538 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:10.538 | 29d6d3ab48d341d8b8c3a7bfdcd76047' 2022-08-25 11:57:10.538 | + functions-common:get_or_create_service:1094 : echo 29d6d3ab48d341d8b8c3a7bfdcd76047 2022-08-25 11:57:10.538 | 29d6d3ab48d341d8b8c3a7bfdcd76047 2022-08-25 11:57:10.538 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.42:9696/networking 2022-08-25 11:57:10.538 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:10.538 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.42:9696/networking RegionOne 2022-08-25 11:57:10.538 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:10.538 | +++ 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-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.538 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.538 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:10.538 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:10.538 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.42:9696/networking --region RegionOne -f value -c id 2022-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:10.538 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:10.539 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:10.539 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=8fe53007237548bea69ea1ed1d0efbc4 2022-08-25 11:57:10.539 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 8fe53007237548bea69ea1ed1d0efbc4 2022-08-25 11:57:10.539 | + functions-common:get_or_create_endpoint:1127 : public_id=8fe53007237548bea69ea1ed1d0efbc4 2022-08-25 11:57:10.539 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 11:57:10.539 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:10.539 | + functions-common:get_or_create_endpoint:1136 : echo 8fe53007237548bea69ea1ed1d0efbc4 2022-08-25 11:57:10.539 | 8fe53007237548bea69ea1ed1d0efbc4 2022-08-25 11:57:10.583 | [19158 Async create_neutron_accounts:89184]: finished create_neutron_accounts with result 0 in 42 seconds 2022-08-25 11:57:10.621 | [19158 Async create_swift_accounts:89339]: Waiting for completion of create_swift_accounts running on PID 89339 (2 other jobs running) 2022-08-25 11:57:10.648 | [19158 Async create_swift_accounts:89339]: Signaling child to exit 2022-08-25 11:57:56.632 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:57:56.658 | [89339 Async create_swift_accounts:89339]: finished successfully 2022-08-25 11:57:56.683 | WAKEUP 2022-08-25 11:57:56.706 | [19158 Async create_swift_accounts:89339]: Signaled 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-08-25 11:57:56.707 | + lib/swift:create_swift_accounts:618 : local another_role 2022-08-25 11:57:56.707 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-08-25 11:57:56.707 | ++ functions-common:get_or_create_role:945 : local role_id 2022-08-25 11:57:56.707 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-25 11:57:56.707 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.707 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.707 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.707 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.708 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.708 | ++ functions-common:get_or_create_role:950 : role_id=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.708 | ++ functions-common:get_or_create_role:951 : echo e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.708 | + lib/swift:create_swift_accounts:619 : another_role=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.708 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-08-25 11:57:56.708 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-08-25 11:57:56.708 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:56.708 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 11:57:56.708 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 11:57:56.708 | ++ 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-08-25 11:57:56.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.708 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.708 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.708 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.708 | + functions-common:get_or_create_user:925 : user_id=9aa7fb6a21824d8bbab2abec46596e43 2022-08-25 11:57:56.708 | + functions-common:get_or_create_user:926 : echo 9aa7fb6a21824d8bbab2abec46596e43 2022-08-25 11:57:56.708 | 9aa7fb6a21824d8bbab2abec46596e43 2022-08-25 11:57:56.708 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-08-25 11:57:56.708 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.708 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:56.708 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:56.708 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:56.708 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.708 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.709 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.709 | ++ 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-08-25 11:57:56.709 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.709 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.709 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.709 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.709 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.709 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.709 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.709 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.710 | + 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-08-25 11:57:56.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.710 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.710 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.710 | ++ 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-08-25 11:57:56.710 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.710 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.710 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.710 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.710 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.710 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.710 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.710 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.710 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.710 | ++ functions-common:get_field:818 : echo '| cd6f3b2df70b4cb8b94f4ba2bc3e70c7 | 9aa7fb6a21824d8bbab2abec46596e43 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:56.710 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.710 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.710 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:56.710 | + functions-common:get_or_add_user_project_role:997 : echo cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:56.710 | cd6f3b2df70b4cb8b94f4ba2bc3e70c7 2022-08-25 11:57:56.710 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-25 11:57:56.710 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-08-25 11:57:56.710 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.710 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 11:57:56.710 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.710 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.711 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 11:57:56.711 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 11:57:56.711 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 11:57:56.711 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 11:57:56.711 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 11:57:56.711 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 11:57:56.711 | ++ 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-08-25 11:57:56.711 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.711 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.711 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.711 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.711 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.711 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.711 | + 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-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | ++ 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-08-25 11:57:56.711 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.711 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.711 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.711 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.711 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.711 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.712 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.712 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.712 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.712 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 9aa7fb6a21824d8bbab2abec46596e43 | | 05bfa46dfbe04d24952471a126571ead | | | False |' 2022-08-25 11:57:56.712 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.712 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.712 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.712 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.712 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-08-25 11:57:56.712 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 11:57:56.712 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-08-25 11:57:56.712 | ++ 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-08-25 11:57:56.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.712 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.712 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.712 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.712 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 11:57:56.712 | 9e80e234ed2b4e85aa283e56ae33f009' 2022-08-25 11:57:56.712 | + functions-common:get_or_create_service:1094 : echo 9e80e234ed2b4e85aa283e56ae33f009 2022-08-25 11:57:56.712 | 9e80e234ed2b4e85aa283e56ae33f009 2022-08-25 11:57:56.712 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' http://10.222.0.42:8080 2022-08-25 11:57:56.712 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 11:57:56.712 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' RegionOne 2022-08-25 11:57:56.712 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:56.712 | +++ 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-08-25 11:57:56.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.712 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.712 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.712 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.712 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:56.712 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:56.713 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.713 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=e3914f28710b40fbbdcd284103cc0649 2022-08-25 11:57:56.713 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo e3914f28710b40fbbdcd284103cc0649 2022-08-25 11:57:56.713 | + functions-common:get_or_create_endpoint:1127 : public_id=e3914f28710b40fbbdcd284103cc0649 2022-08-25 11:57:56.713 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.42:8080 ]] 2022-08-25 11:57:56.713 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.42:8080 RegionOne 2022-08-25 11:57:56.713 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 11:57:56.713 | ++ 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-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.713 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 11:57:56.713 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 11:57:56.713 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.42:8080 --region RegionOne -f value -c id 2022-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.713 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.713 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.713 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=9cd4f618dec54766a27b584411d30051 2022-08-25 11:57:56.713 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 9cd4f618dec54766a27b584411d30051 2022-08-25 11:57:56.713 | 9cd4f618dec54766a27b584411d30051 2022-08-25 11:57:56.713 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 11:57:56.713 | + functions-common:get_or_create_endpoint:1136 : echo e3914f28710b40fbbdcd284103cc0649 2022-08-25 11:57:56.714 | e3914f28710b40fbbdcd284103cc0649 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-08-25 11:57:56.714 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:57:56.714 | +++ 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-08-25 11:57:56.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.714 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.714 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.714 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_project:938 : project_id=6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_project:939 : echo 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:633 : swift_project_test1=6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-08-25 11:57:56.714 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.714 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-08-25 11:57:56.714 | +++ 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-08-25 11:57:56.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.714 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.714 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.714 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_user:925 : user_id=183747368a944aa0a6b6256673bbe630 2022-08-25 11:57:56.714 | ++ functions-common:get_or_create_user:926 : echo 183747368a944aa0a6b6256673bbe630 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=183747368a944aa0a6b6256673bbe630 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-08-25 11:57:56.714 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.714 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin 183747368a944aa0a6b6256673bbe630 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.714 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:57:56.715 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.715 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.715 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:57:56.715 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:57:56.715 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:57:56.715 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 183747368a944aa0a6b6256673bbe630 --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.715 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.715 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.715 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.715 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.715 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 183747368a944aa0a6b6256673bbe630 --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 183747368a944aa0a6b6256673bbe630 --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.715 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.715 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.715 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.715 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.715 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.716 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.716 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.716 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 183747368a944aa0a6b6256673bbe630 | | 6f36511e934044c192a4a12caa111548 | | | False |' 2022-08-25 11:57:56.716 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.716 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.716 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.716 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.716 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.716 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-08-25 11:57:56.716 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-08-25 11:57:56.716 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:56.716 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-08-25 11:57:56.716 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-08-25 11:57:56.716 | +++ 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-08-25 11:57:56.716 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.716 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.716 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.716 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.716 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.716 | ++ functions-common:get_or_create_user:925 : user_id=8a2d57ed322d4764a3d4edce8b9b02af 2022-08-25 11:57:56.716 | ++ functions-common:get_or_create_user:926 : echo 8a2d57ed322d4764a3d4edce8b9b02af 2022-08-25 11:57:56.716 | + lib/swift:create_swift_accounts:642 : swift_user_test3=8a2d57ed322d4764a3d4edce8b9b02af 2022-08-25 11:57:56.716 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-08-25 11:57:56.716 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.716 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role e3c8033ad9c34c1a8987897b30e1e24b 8a2d57ed322d4764a3d4edce8b9b02af 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.716 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.716 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:57:56.716 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.716 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.716 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:57:56.716 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:57:56.716 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:57:56.716 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role e3c8033ad9c34c1a8987897b30e1e24b --user 8a2d57ed322d4764a3d4edce8b9b02af --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.717 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.717 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.717 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.717 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.717 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add e3c8033ad9c34c1a8987897b30e1e24b --user 8a2d57ed322d4764a3d4edce8b9b02af --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role e3c8033ad9c34c1a8987897b30e1e24b --user 8a2d57ed322d4764a3d4edce8b9b02af --project 6f36511e934044c192a4a12caa111548 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.717 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.717 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.717 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.717 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.717 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.717 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.718 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.718 | ++ functions-common:get_field:818 : echo '| e3c8033ad9c34c1a8987897b30e1e24b | 8a2d57ed322d4764a3d4edce8b9b02af | | 6f36511e934044c192a4a12caa111548 | | | False |' 2022-08-25 11:57:56.718 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.718 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.718 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.718 | + functions-common:get_or_add_user_project_role:997 : echo e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.718 | e3c8033ad9c34c1a8987897b30e1e24b 2022-08-25 11:57:56.718 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-08-25 11:57:56.718 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:57:56.718 | +++ 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-08-25 11:57:56.718 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.718 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.718 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.718 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.718 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_project:938 : project_id=521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_project:939 : echo 521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.718 | + lib/swift:create_swift_accounts:647 : swift_project_test2=521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.718 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-08-25 11:57:56.718 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.718 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-08-25 11:57:56.718 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-08-25 11:57:56.718 | +++ 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-08-25 11:57:56.718 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.718 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.718 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.718 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.718 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.718 | ++ functions-common:get_or_create_user:925 : user_id=1e923f0b258148c0865177962a96209a 2022-08-25 11:57:56.719 | ++ functions-common:get_or_create_user:926 : echo 1e923f0b258148c0865177962a96209a 2022-08-25 11:57:56.719 | + lib/swift:create_swift_accounts:652 : swift_user_test2=1e923f0b258148c0865177962a96209a 2022-08-25 11:57:56.719 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-08-25 11:57:56.719 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.719 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin 1e923f0b258148c0865177962a96209a 521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.719 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:57:56.719 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.719 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.719 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:57:56.719 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:57:56.719 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:57:56.719 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1e923f0b258148c0865177962a96209a --project 521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.719 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.719 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.719 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.719 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.719 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.719 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.719 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.719 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.719 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.719 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 1e923f0b258148c0865177962a96209a --project 521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.719 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.719 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.719 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.719 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1e923f0b258148c0865177962a96209a --project 521849f5b9b240b9b562997a635b3352 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.719 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.720 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.720 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.720 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.720 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.720 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.720 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.720 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.720 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.720 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.720 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.720 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 1e923f0b258148c0865177962a96209a | | 521849f5b9b240b9b562997a635b3352 | | | False |' 2022-08-25 11:57:56.720 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.720 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.720 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.720 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.720 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-08-25 11:57:56.720 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-08-25 11:57:56.720 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 11:57:56.720 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-08-25 11:57:56.720 | +++ 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-08-25 11:57:56.720 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.720 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.720 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.720 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.720 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.720 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-08-25 11:57:56.720 | 7698443b36d0471d9138fc42ce0a84b3' 2022-08-25 11:57:56.720 | ++ functions-common:get_or_create_domain:888 : echo 7698443b36d0471d9138fc42ce0a84b3 2022-08-25 11:57:56.720 | + lib/swift:create_swift_accounts:657 : swift_domain=7698443b36d0471d9138fc42ce0a84b3 2022-08-25 11:57:56.720 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-08-25 11:57:56.720 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.720 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-08-25 11:57:56.720 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 7698443b36d0471d9138fc42ce0a84b3 2022-08-25 11:57:56.720 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 11:57:56.721 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=7698443b36d0471d9138fc42ce0a84b3 --or-show -f value -c id 2022-08-25 11:57:56.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.721 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.721 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.721 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_project:938 : project_id=a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_project:939 : echo a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:661 : swift_project_test4=a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-08-25 11:57:56.721 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-08-25 11:57:56.721 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 7698443b36d0471d9138fc42ce0a84b3 test4@example.com 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-08-25 11:57:56.721 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=7698443b36d0471d9138fc42ce0a84b3 --email=test4@example.com --or-show -f value -c id 2022-08-25 11:57:56.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.721 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.721 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.721 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_user:925 : user_id=8316349ad9bc4ec7ace02b0c6a8e9020 2022-08-25 11:57:56.721 | ++ functions-common:get_or_create_user:926 : echo 8316349ad9bc4ec7ace02b0c6a8e9020 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:666 : swift_user_test4=8316349ad9bc4ec7ace02b0c6a8e9020 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-08-25 11:57:56.721 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 11:57:56.721 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 8316349ad9bc4ec7ace02b0c6a8e9020 a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.721 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 11:57:56.721 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 11:57:56.721 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 11:57:56.722 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 11:57:56.722 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 11:57:56.722 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 11:57:56.722 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 11:57:56.722 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8316349ad9bc4ec7ace02b0c6a8e9020 --project a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 11:57:56.722 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.722 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.722 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 11:57:56.722 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 11:57:56.722 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 8316349ad9bc4ec7ace02b0c6a8e9020 --project a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8316349ad9bc4ec7ace02b0c6a8e9020 --project a10405411f0848298c18f4552dea310c 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 11:57:56.722 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 11:57:56.722 | ++ functions-common:get_field:811 : local data field 2022-08-25 11:57:56.722 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:57:56.722 | from cryptography.utils import int_from_bytes 2022-08-25 11:57:56.722 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 11:57:56.722 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 11:57:56.722 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 11:57:56.723 | ++ functions-common:get_field:818 : echo '| 395d96c8638b48e9a8e1ea91259cb798 | 8316349ad9bc4ec7ace02b0c6a8e9020 | | a10405411f0848298c18f4552dea310c | | | False |' 2022-08-25 11:57:56.723 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 11:57:56.723 | ++ functions-common:get_field:812 : read data 2022-08-25 11:57:56.723 | + functions-common:get_or_add_user_project_role:995 : user_role_id=395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.723 | + functions-common:get_or_add_user_project_role:997 : echo 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.723 | 395d96c8638b48e9a8e1ea91259cb798 2022-08-25 11:57:56.753 | [19158 Async create_swift_accounts:89339]: finished create_swift_accounts with result 0 in 129 seconds 2022-08-25 11:57:56.761 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-08-25 11:57:56.763 | + inc/async:async_wait:197 : return 0 2022-08-25 11:57:56.766 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-08-25 11:57:56.784 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:56.788 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-08-25 11:57:56.805 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:56.808 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-08-25 11:57:56.810 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:57:56.813 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-08-25 11:57:56.815 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-08-25 11:57:56.818 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-08-25 11:57:56.888 | + inc/async:async_inner:63 : init_glance 2022-08-25 11:57:56.934 | [19158 Async init_glance:93641]: running: init_glance 2022-08-25 11:57:56.939 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-08-25 11:57:56.960 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:57:56.963 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-08-25 11:57:56.966 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:57:56.969 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-08-25 11:57:56.971 | + ./stack.sh:main:1142 : configure_neutron 2022-08-25 11:57:56.974 | + lib/neutron:configure_neutron:635 : is_neutron_legacy_enabled 2022-08-25 11:57:56.978 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 11:57:56.979 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:57:56.984 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 11:57:56.986 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 11:57:56.989 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 11:57:56.992 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 11:57:56.995 | + lib/neutron:configure_neutron:637 : configure_mutnauq 2022-08-25 11:57:56.997 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-08-25 11:57:57.000 | + lib/neutron-legacy:_configure_neutron_common:781 : _create_neutron_conf_dir 2022-08-25 11:57:57.002 | + lib/neutron-legacy:_create_neutron_conf_dir:774 : sudo install -d -o ubuntu /etc/neutron 2022-08-25 11:57:57.017 | + lib/neutron-legacy:_configure_neutron_common:784 : cd /opt/stack/neutron 2022-08-25 11:57:57.020 | + lib/neutron-legacy:_configure_neutron_common:784 : exec ./tools/generate_config_file_samples.sh 2022-08-25 11:58:00.531 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:00.531 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:00.531 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:00.531 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:03.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:03.817 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:03.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:03.817 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:06.956 | + inc/async:async_inner:64 : rc=0 2022-08-25 11:58:06.981 | [93641 Async init_glance:93641]: finished successfully 2022-08-25 11:58:07.156 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:07.156 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:07.156 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:07.156 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:10.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:10.368 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:10.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:10.368 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:13.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:13.541 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:13.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:13.541 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:16.696 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:16.696 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:16.696 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:16.696 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:19.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:19.808 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:19.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:19.808 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:23.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:23.215 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:23.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:23.215 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:27.159 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:27.159 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:27.159 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:27.159 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:32.067 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:32.067 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:32.067 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:32.067 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:32.356 | + lib/neutron-legacy:_configure_neutron_common:786 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-08-25 11:58:32.361 | + lib/neutron-legacy:_configure_neutron_common:788 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-08-25 11:58:32.363 | + lib/neutron-legacy:_configure_neutron_common:792 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-08-25 11:58:32.365 | + lib/neutron-legacy:_configure_neutron_common:796 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-08-25 11:58:32.367 | + lib/neutron-legacy:_configure_neutron_common:801 : neutron_plugin_configure_common 2022-08-25 11:58:32.370 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-08-25 11:58:32.372 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-08-25 11:58:32.374 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-08-25 11:58:32.376 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-08-25 11:58:32.379 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=router 2022-08-25 11:58:32.381 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ '' == '' ]] 2022-08-25 11:58:32.383 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : Q_SERVICE_PLUGIN_CLASSES=router 2022-08-25 11:58:32.385 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-08-25 11:58:32.388 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2_conf.ini == '' ]] 2022-08-25 11:58:32.390 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2 == '' ]] 2022-08-25 11:58:32.392 | + lib/neutron-legacy:_configure_neutron_common:808 : mkdir -p /etc/neutron/plugins/ml2 2022-08-25 11:58:32.397 | + lib/neutron-legacy:_configure_neutron_common:809 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:32.399 | + lib/neutron-legacy:_configure_neutron_common:812 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-08-25 11:58:32.401 | + lib/neutron-legacy:_configure_neutron_common:813 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:32.406 | ++ lib/neutron-legacy:_configure_neutron_common:818 : database_connection_url neutron 2022-08-25 11:58:32.409 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-08-25 11:58:32.411 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-08-25 11:58:32.414 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-08-25 11:58:32.416 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 11:58:32.418 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:32.420 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 11:58:32.436 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:32.438 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 11:58:32.440 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-25 11:58:32.443 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-25 11:58:32.476 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-08-25 11:58:32.508 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-08-25 11:58:32.541 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-08-25 11:58:32.575 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-08-25 11:58:32.607 | + lib/neutron-legacy:_configure_neutron_common:825 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-08-25 11:58:32.640 | + lib/neutron-legacy:_configure_neutron_common:827 : '[' libvirt = fake ']' 2022-08-25 11:58:32.643 | + lib/neutron-legacy:_configure_neutron_common:837 : setup_logging /etc/neutron/neutron.conf 2022-08-25 11:58:32.645 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-08-25 11:58:32.648 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 11:58:32.651 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 11:58:32.667 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 11:58:32.669 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 11:58:32.672 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 11:58:32.674 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 11:58:32.676 | + 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-08-25 11:58:32.710 | + 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-08-25 11:58:32.742 | + 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-08-25 11:58:32.776 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 11:58:32.809 | + lib/neutron-legacy:_configure_neutron_common:839 : is_service_enabled tls-proxy 2022-08-25 11:58:32.825 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:58:32.828 | + lib/neutron-legacy:_configure_neutron_common:845 : _neutron_setup_rootwrap 2022-08-25 11:58:32.830 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : [[ True == \F\a\l\s\e ]] 2022-08-25 11:58:32.832 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-08-25 11:58:32.835 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : [[ -d /etc/neutron/rootwrap.d ]] 2022-08-25 11:58:32.838 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-08-25 11:58:32.840 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:990 : [[ True == \F\a\l\s\e ]] 2022-08-25 11:58:32.842 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:993 : local srcdir=/opt/stack/neutron 2022-08-25 11:58:32.844 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-08-25 11:58:32.857 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-08-25 11:58:32.869 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-08-25 11:58:32.872 | + lib/neutron-legacy:_neutron_setup_rootwrap:1016 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-08-25 11:58:32.884 | + lib/neutron-legacy:_neutron_setup_rootwrap:1018 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-08-25 11:58:32.897 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-08-25 11:58:32.909 | + lib/neutron-legacy:_neutron_setup_rootwrap:1022 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-25 11:58:32.912 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:32.915 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1026 : mktemp 2022-08-25 11:58:32.919 | + lib/neutron-legacy:_neutron_setup_rootwrap:1026 : TEMPFILE=/tmp/tmp.6TdpdV02wK 2022-08-25 11:58:32.921 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-25 11:58:32.924 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:32.927 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : chmod 0440 /tmp/tmp.6TdpdV02wK 2022-08-25 11:58:32.931 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : sudo chown root:root /tmp/tmp.6TdpdV02wK 2022-08-25 11:58:32.943 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo mv /tmp/tmp.6TdpdV02wK /etc/sudoers.d/neutron-rootwrap 2022-08-25 11:58:32.955 | + lib/neutron-legacy:_neutron_setup_rootwrap:1034 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 11:58:32.988 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:32.991 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:33.024 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-08-25 11:58:33.026 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-08-25 11:58:33.029 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-08-25 11:58:33.031 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 11:58:33.034 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 11:58:33.036 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 11:58:33.053 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:33.057 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 11:58:33.059 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 11:58:33.061 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 11:58:33.083 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:33.086 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:58:33.089 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 11:58:33.124 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 11:58:33.127 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 11:58:33.129 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-08-25 11:58:33.147 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:33.149 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-08-25 11:58:33.151 | + lib/neutron-legacy:_configure_neutron_metering:894 : neutron_agent_metering_configure_common 2022-08-25 11:58:33.154 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 11:58:33.156 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 11:58:33.159 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ router == '' ]] 2022-08-25 11:58:33.161 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-08-25 11:58:33.163 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 11:58:33.166 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_agent 2022-08-25 11:58:33.168 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-08-25 11:58:33.171 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-08-25 11:58:33.175 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-08-25 11:58:33.178 | + 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-08-25 11:58:33.183 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-08-25 11:58:33.200 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:33.203 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-08-25 11:58:33.205 | + lib/neutron-legacy:_configure_neutron_service:931 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-08-25 11:58:33.207 | + lib/neutron-legacy:_configure_neutron_service:932 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-08-25 11:58:33.212 | + lib/neutron-legacy:_configure_neutron_service:934 : [[ -n networking ]] 2022-08-25 11:58:33.214 | + lib/neutron-legacy:_configure_neutron_service:935 : _replace_api_paste_composite 2022-08-25 11:58:33.217 | + lib/neutron-legacy:_replace_api_paste_composite:920 : local sep 2022-08-25 11:58:33.220 | ++ lib/neutron-legacy:_replace_api_paste_composite:921 : echo -ne '\x01' 2022-08-25 11:58:33.223 | + lib/neutron-legacy:_replace_api_paste_composite:921 : sep=$'\001' 2022-08-25 11:58:33.225 | + lib/neutron-legacy:_replace_api_paste_composite:923 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-08-25 11:58:33.230 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-08-25 11:58:33.235 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-08-25 11:58:33.241 | + lib/neutron-legacy:_configure_neutron_service:939 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-08-25 11:58:33.274 | + lib/neutron-legacy:_configure_neutron_service:941 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-25 11:58:33.309 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-08-25 11:58:33.345 | + lib/neutron-legacy:_configure_neutron_service:944 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-08-25 11:58:33.380 | + lib/neutron-legacy:_configure_neutron_service:945 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-08-25 11:58:33.383 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 11:58:33.385 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-08-25 11:58:33.388 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 11:58:33.390 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-08-25 11:58:33.423 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-08-25 11:58:33.456 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 11:58:33.490 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-08-25 11:58:33.523 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-08-25 11:58:33.558 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-08-25 11:58:33.593 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-08-25 11:58:33.628 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-08-25 11:58:33.662 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:58:33.696 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 11:58:33.730 | + lib/neutron-legacy:_configure_neutron_service:948 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-08-25 11:58:33.764 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-08-25 11:58:33.799 | + lib/neutron-legacy:_configure_neutron_service:951 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-08-25 11:58:33.802 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 11:58:33.804 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 11:58:33.807 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-25 11:58:33.809 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-08-25 11:58:33.843 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-08-25 11:58:33.877 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.42/identity 2022-08-25 11:58:33.911 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-08-25 11:58:33.946 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-08-25 11:58:33.980 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-08-25 11:58:34.013 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-08-25 11:58:34.048 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-08-25 11:58:34.082 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:58:34.116 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-08-25 11:58:34.152 | + lib/neutron-legacy:_configure_neutron_service:954 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-08-25 11:58:34.155 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 11:58:34.157 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-25 11:58:34.160 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-08-25 11:58:34.162 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-08-25 11:58:34.197 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-08-25 11:58:34.231 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.42/identity 2022-08-25 11:58:34.266 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-08-25 11:58:34.300 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-08-25 11:58:34.335 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-08-25 11:58:34.368 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-08-25 11:58:34.403 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-08-25 11:58:34.438 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-08-25 11:58:34.473 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-08-25 11:58:34.508 | + lib/neutron-legacy:_configure_neutron_service:957 : neutron_plugin_configure_service 2022-08-25 11:58:34.510 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-08-25 11:58:34.512 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-08-25 11:58:34.515 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-08-25 11:58:34.517 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-08-25 11:58:34.520 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-08-25 11:58:34.522 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-08-25 11:58:34.524 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 850:899 != '' ]] 2022-08-25 11:58:34.527 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:850:899 2022-08-25 11:58:34.529 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:850:899 != '' ]] 2022-08-25 11:58:34.531 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-08-25 11:58:34.534 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-08-25 11:58:34.536 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-08-25 11:58:34.539 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-08-25 11:58:34.541 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-08-25 11:58:34.543 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-08-25 11:58:34.546 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-08-25 11:58:34.548 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-08-25 11:58:34.551 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:34.553 | + 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-08-25 11:58:34.585 | + 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-08-25 11:58:34.587 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.590 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 11:58:34.592 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-08-25 11:58:34.595 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-08-25 11:58:34.597 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.599 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-08-25 11:58:34.631 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-08-25 11:58:34.634 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:131 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2022-08-25 11:58:34.636 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.639 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 11:58:34.641 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-08-25 11:58:34.643 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-08-25 11:58:34.646 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.649 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-08-25 11:58:34.681 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-08-25 11:58:34.683 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-08-25 11:58:34.686 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.688 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 11:58:34.690 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-08-25 11:58:34.693 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-08-25 11:58:34.695 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.698 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-08-25 11:58:34.733 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-08-25 11:58:34.735 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.738 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 11:58:34.740 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-08-25 11:58:34.742 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-08-25 11:58:34.745 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.747 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-08-25 11:58:34.780 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-08-25 11:58:34.782 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.785 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-08-25 11:58:34.788 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-08-25 11:58:34.790 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-08-25 11:58:34.793 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.795 | + 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-08-25 11:58:34.828 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-08-25 11:58:34.830 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.833 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-08-25 11:58:34.836 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-25 11:58:34.838 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-25 11:58:34.840 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.843 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-08-25 11:58:34.875 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-08-25 11:58:34.877 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.880 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-08-25 11:58:34.883 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-08-25 11:58:34.885 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-08-25 11:58:34.887 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.890 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-08-25 11:58:34.923 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:850:899 2022-08-25 11:58:34.926 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.928 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-08-25 11:58:34.931 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:850:899 2022-08-25 11:58:34.933 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:850:899 ']' 2022-08-25 11:58:34.935 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.938 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:850:899 2022-08-25 11:58:34.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:149 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-08-25 11:58:34.974 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 11:58:34.976 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-08-25 11:58:34.978 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-25 11:58:34.981 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-25 11:58:34.983 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 11:58:34.985 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-08-25 11:58:35.019 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-25 11:58:35.022 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-08-25 11:58:35.039 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:35.041 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-08-25 11:58:35.044 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 11:58:35.079 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:35.082 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:35.114 | + lib/neutron-legacy:_configure_neutron_plugin_agent:913 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-25 11:58:35.150 | + lib/neutron-legacy:_configure_neutron_plugin_agent:916 : neutron_plugin_configure_plugin_agent 2022-08-25 11:58:35.152 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-08-25 11:58:35.155 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-08-25 11:58:35.157 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-25 11:58:37.918 | INFO neutron.common.config [-] Logging enabled! 2022-08-25 11:58:37.918 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev521 2022-08-25 11:58:37.918 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=96047) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-25 11:58:37.919 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-08-25 11:58:37.920 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpkeuck_sd/privsep.sock'] 2022-08-25 11:58:39.145 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-08-25 11:58:39.146 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpkeuck_sd/privsep.sock {{(pid=96047) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:362}} 2022-08-25 11:58:39.148 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-08-25 11:58:39.148 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-08-25 11:58:39.148 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-08-25 11:58:39.148 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 96089 2022-08-25 11:58:39.148 | DEBUG oslo.privsep.daemon [-] privsep: reply[b0fa74ab-22aa-4d1e-aacb-6c7095230816]: (2,) {{(pid=96089) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-25 11:58:39.361 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=96089) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-08-25 11:58:39.373 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=96089) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-08-25 11:58:39.373 | DEBUG oslo.privsep.daemon [-] privsep: reply[27e9ca57-17c5-45e1-a64a-986c81d0705f]: (4, ('32d028e8-1ac2-4672-bc41-559b02131501\n', '')) {{(pid=96089) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-25 11:58:39.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 11:58:39.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 11:58:39.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:39.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:39.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:39.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=96047) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:39.479 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-25 11:58:39.479 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:39.479 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:39.479 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:39.479 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:39.831 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-08-25 11:58:39.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-08-25 11:58:39.837 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-08-25 11:58:39.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 11:58:39.843 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-08-25 11:58:39.912 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-08-25 11:58:39.934 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-08-25 11:58:39.937 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:39.939 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-08-25 11:58:39.977 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-08-25 11:58:39.980 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-08-25 11:58:39.988 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-08-25 11:58:39.991 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-08-25 11:58:39.994 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-08-25 11:58:40.018 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-08-25 11:58:40.044 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-25 11:58:40.047 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-08-25 11:58:40.063 | net.bridge.bridge-nf-call-iptables = 1 2022-08-25 11:58:40.066 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-25 11:58:40.069 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-08-25 11:58:40.077 | net.bridge.bridge-nf-call-ip6tables = 1 2022-08-25 11:58:40.081 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-08-25 11:58:40.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-08-25 11:58:40.086 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-08-25 11:58:40.088 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-08-25 11:58:40.090 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-08-25 11:58:40.093 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-25 11:58:40.095 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-25 11:58:40.098 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 11:58:40.101 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-25 11:58:40.127 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-08-25 11:58:40.129 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-08-25 11:58:40.168 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-08-25 11:58:40.170 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-08-25 11:58:40.206 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-08-25 11:58:40.242 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-08-25 11:58:40.258 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:40.261 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-08-25 11:58:40.263 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.268 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:852 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-08-25 11:58:40.302 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:854 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-08-25 11:58:40.335 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 11:58:40.375 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:40.378 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:40.416 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:860 : is_service_enabled q-l3 2022-08-25 11:58:40.437 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:40.439 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:871 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.442 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-08-25 11:58:40.480 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.487 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-08-25 11:58:40.523 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:873 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.525 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-25 11:58:40.528 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-08-25 11:58:40.532 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-08-25 11:58:40.551 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:58:40.553 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-08-25 11:58:40.556 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-08-25 11:58:40.561 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-08-25 11:58:40.598 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 11:58:40.638 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:40.641 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 11:58:40.677 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-25 11:58:40.680 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-08-25 11:58:40.715 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-25 11:58:40.717 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-25 11:58:40.720 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-08-25 11:58:40.753 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-08-25 11:58:40.756 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-25 11:58:40.759 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-08-25 11:58:40.762 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-25 11:58:43.492 | INFO neutron.common.config [-] Logging enabled! 2022-08-25 11:58:43.492 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev521 2022-08-25 11:58:43.492 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=96667) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-25 11:58:43.544 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 11:58:43.544 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 11:58:43.544 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:43.545 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:43.545 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:43.545 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=96667) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 11:58:43.606 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-08-25 11:58:43.606 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=96667) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-08-25 11:58:43.607 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=96667) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-08-25 11:58:43.607 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-25 11:58:43.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:43.607 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:43.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:58:43.607 | from cryptography.utils import int_from_bytes 2022-08-25 11:58:43.967 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-08-25 11:58:43.970 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-08-25 11:58:43.972 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-08-25 11:58:43.975 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-25 11:58:43.978 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-25 11:58:43.980 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 11:58:43.983 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-25 11:58:44.000 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-08-25 11:58:44.003 | + functions:set_mtu:785 : local dev=br-data 2022-08-25 11:58:44.006 | + functions:set_mtu:786 : local mtu=1500 2022-08-25 11:58:44.008 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-08-25 11:58:44.021 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-08-25 11:58:44.043 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-08-25 11:58:44.046 | + lib/neutron-legacy:_configure_public_network_connectivity:716 : [[ -n eth1 ]] 2022-08-25 11:58:44.048 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : _move_neutron_addresses_route eth1 br-data True False inet 2022-08-25 11:58:44.051 | + lib/neutron-legacy:_move_neutron_addresses_route:657 : local from_intf=eth1 2022-08-25 11:58:44.054 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local to_intf=br-data 2022-08-25 11:58:44.057 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local add_ovs_port=True 2022-08-25 11:58:44.059 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local del_ovs_port=False 2022-08-25 11:58:44.062 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local af=inet 2022-08-25 11:58:44.065 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n eth1 ]] 2022-08-25 11:58:44.068 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n br-data ]] 2022-08-25 11:58:44.071 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local IP_REPLACE= 2022-08-25 11:58:44.073 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_DEL= 2022-08-25 11:58:44.075 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_UP= 2022-08-25 11:58:44.078 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local DEFAULT_ROUTE_GW 2022-08-25 11:58:44.081 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : ip -f inet r 2022-08-25 11:58:44.082 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : awk '/default.+eth1\s/ { print $3; exit }' 2022-08-25 11:58:44.088 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : DEFAULT_ROUTE_GW= 2022-08-25 11:58:44.091 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : local ADD_OVS_PORT= 2022-08-25 11:58:44.094 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local DEL_OVS_PORT= 2022-08-25 11:58:44.096 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local ARP_CMD= 2022-08-25 11:58:44.101 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : grep inet 2022-08-25 11:58:44.101 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : awk '{ print $2, $3, $4; exit }' 2022-08-25 11:58:44.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : ip -f inet a s dev eth1 scope global primary 2022-08-25 11:58:44.109 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : IP_BRD='192.168.0.82/22 brd 192.168.3.255' 2022-08-25 11:58:44.111 | + lib/neutron-legacy:_move_neutron_addresses_route:680 : '[' '' '!=' '' ']' 2022-08-25 11:58:44.113 | + lib/neutron-legacy:_move_neutron_addresses_route:684 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:44.116 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-08-25 11:58:44.119 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : [[ False == \T\r\u\e ]] 2022-08-25 11:58:44.121 | + lib/neutron-legacy:_move_neutron_addresses_route:692 : [[ 192.168.0.82/22 brd 192.168.3.255 != '' ]] 2022-08-25 11:58:44.123 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : IP_DEL='sudo ip addr del 192.168.0.82/22 brd 192.168.3.255 dev eth1' 2022-08-25 11:58:44.126 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_REPLACE='sudo ip addr replace 192.168.0.82/22 brd 192.168.3.255 dev br-data' 2022-08-25 11:58:44.128 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_UP='sudo ip link set br-data up' 2022-08-25 11:58:44.131 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : [[ inet == \i\n\e\t ]] 2022-08-25 11:58:44.134 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : echo 192.168.0.82/22 brd 192.168.3.255 2022-08-25 11:58:44.135 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : awk '{ print $1; exit }' 2022-08-25 11:58:44.135 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : grep -o -E '(.*)/' 2022-08-25 11:58:44.136 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : cut -d / -f1 2022-08-25 11:58:44.141 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : IP=192.168.0.82 2022-08-25 11:58:44.144 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : ARP_CMD='sudo arping -A -c 3 -w 5 -I br-data 192.168.0.82 ' 2022-08-25 11:58:44.146 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr del 192.168.0.82/22 brd 192.168.3.255 dev eth1 2022-08-25 11:58:44.159 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr replace 192.168.0.82/22 brd 192.168.3.255 dev br-data 2022-08-25 11:58:44.172 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip link set br-data up 2022-08-25 11:58:44.187 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-08-25 11:58:44.210 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo arping -A -c 3 -w 5 -I br-data 192.168.0.82 2022-08-25 11:58:47.220 | ARPING 192.168.0.82 from 192.168.0.82 br-data 2022-08-25 11:58:47.220 | Sent 3 probes (3 broadcast(s)) 2022-08-25 11:58:47.220 | Received 0 response(s) 2022-08-25 11:58:47.237 | + lib/neutron-legacy:_move_neutron_addresses_route:1 : exit_trap 2022-08-25 11:58:47.239 | + ./stack.sh:exit_trap:516 : local r=1 2022-08-25 11:58:47.243 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-25 11:58:47.246 | + ./stack.sh:exit_trap:517 : jobs='79008 2022-08-25 11:58:47.246 | 93641' 2022-08-25 11:58:47.248 | + ./stack.sh:exit_trap:520 : [[ -n 79008 2022-08-25 11:58:47.248 | 93641 ]] 2022-08-25 11:58:47.250 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-08-25-114325 ]] 2022-08-25 11:58:47.253 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-08-25 11:58:47.255 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-08-25 11:58:47.255 | exit_trap: cleaning up child processes 2022-08-25 11:58:47.257 | + ./stack.sh:exit_trap:522 : kill 79008 93641 2022-08-25 11:58:47.260 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.nYq1rKnttP ']' 2022-08-25 11:58:47.263 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.nYq1rKnttP 2022-08-25 11:58:47.267 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-25 11:58:47.269 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-25 11:58:47.271 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-08-25 11:58:47.274 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-25 11:58:47.274 | Error on exit 2022-08-25 11:58:47.276 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-25 11:58:47.278 | + ./stack.sh:exit_trap:537 : generate-subunit 1661427802 925 fail 2022-08-25 11:58:47.540 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-25 11:58:47.542 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-25 11:58:48.271 | + ./stack.sh:exit_trap:551 : exit 1