2022-01-05 10:47:44.751 | + ./stack.sh:main:487 : exec 2022-01-05 10:47:44.751 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-104744' 2022-01-05 10:47:44.751 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-104744.summary.2022-01-05-104744 2022-01-05 10:47:44.751 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-05 10:47:44.751 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-104744 2022-01-05 10:47:44.751 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-104744 /opt/stack/logs/stack.sh.log 2022-01-05 10:47:44.751 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-104744.summary.2022-01-05-104744 /opt/stack/logs/stack.sh.log.summary 2022-01-05 10:47:44.751 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-01-05 10:47:44.751 | + functions:check_path_perm_sanity:596 : local real_path 2022-01-05 10:47:44.751 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-01-05 10:47:44.751 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-01-05 10:47:44.752 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-01-05 10:47:44.752 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-01-05 10:47:44.752 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-01-05 10:47:44.752 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 10:47:44.752 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-01-05 10:47:44.752 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-01-05 10:47:44.752 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 10:47:44.754 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 10:47:44.756 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-01-05 10:47:44.758 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-01-05 10:47:44.762 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 10:47:44.764 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-01-05 10:47:44.766 | + ./stack.sh:main:560 : trap err_trap ERR 2022-01-05 10:47:44.768 | + ./stack.sh:main:573 : set -o errexit 2022-01-05 10:47:44.770 | + ./stack.sh:main:576 : uname -a 2022-01-05 10:47:44.771 | Linux dv-osbrick-master-4-smb 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-01-05 10:47:44.773 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 10:47:44.774 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 10:47:44.777 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-01-05 10:47:44.811 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 10:47:44.826 | + ./stack.sh:main:590 : fetch_plugins 2022-01-05 10:47:44.828 | + functions-common:fetch_plugins:1758 : local plugins= 2022-01-05 10:47:44.829 | + functions-common:fetch_plugins:1759 : local plugin 2022-01-05 10:47:44.831 | + functions-common:fetch_plugins:1762 : [[ -z '' ]] 2022-01-05 10:47:44.833 | + functions-common:fetch_plugins:1763 : return 2022-01-05 10:47:44.835 | + ./stack.sh:main:594 : run_phase override_defaults 2022-01-05 10:47:44.836 | + functions-common:run_phase:1840 : local mode=override_defaults 2022-01-05 10:47:44.838 | + functions-common:run_phase:1841 : local phase= 2022-01-05 10:47:44.840 | + functions-common:run_phase:1842 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 10:47:44.841 | + functions-common:run_phase:1843 : local extra_plugin_file_name 2022-01-05 10:47:44.843 | + functions-common:run_phase:1844 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 10:47:44.845 | + functions-common:run_phase:1849 : local exceptions=80-tempest.sh 2022-01-05 10:47:44.847 | + functions-common:run_phase:1850 : local extra 2022-01-05 10:47:44.849 | ++ functions-common:run_phase:1851 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 10:47:44.851 | + functions-common:run_phase:1851 : extra=80-tempest.sh 2022-01-05 10:47:44.854 | + functions-common:run_phase:1852 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 10:47:44.855 | + functions-common:run_phase:1856 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 10:47:44.857 | + functions-common:run_phase:1856 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 10:47:44.859 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 10:47:44.872 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:44.873 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 10:47:44.875 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 10:47:44.877 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 10:47:44.879 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 10:47:44.880 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 10:47:44.882 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 10:47:44.884 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 10:47:44.885 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 10:47:44.887 | + functions-common:run_phase:1861 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 10:47:44.889 | + functions-common:run_phase:1864 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 10:47:44.891 | + functions-common:run_phase:1865 : plugin_override_defaults 2022-01-05 10:47:44.892 | + functions-common:plugin_override_defaults:1799 : local plugins= 2022-01-05 10:47:44.894 | + functions-common:plugin_override_defaults:1800 : local plugin 2022-01-05 10:47:44.896 | + functions-common:plugin_override_defaults:1803 : [[ -z '' ]] 2022-01-05 10:47:44.898 | + functions-common:plugin_override_defaults:1804 : return 2022-01-05 10:47:44.900 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-01-05 10:47:44.916 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-01-05 10:47:44.918 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 10:47:44.929 | ++ functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:47:44.932 | +++ lib/tls:source:43 : hostname -f 2022-01-05 10:47:44.936 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 10:47:44.937 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 10:47:44.939 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 10:47:44.941 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 10:47:44.943 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 10:47:44.945 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 10:47:44.947 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 10:47:44.948 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 10:47:44.950 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 10:47:44.952 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 10:47:44.956 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-01-05 10:47:44.967 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 10:47:44.984 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 10:47:44.996 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 10:47:45.008 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 10:47:45.036 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-01-05 10:47:45.092 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-01-05 10:47:45.172 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-01-05 10:47:45.193 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 10:47:45.233 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-01-05 10:47:45.282 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 10:47:45.411 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 10:47:45.425 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 10:47:45.437 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 10:47:45.449 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 10:47:45.536 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-01-05 10:47:45.539 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-01-05 10:47:45.541 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-01-05 10:47:45.544 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-01-05 10:47:45.546 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-01-05 10:47:45.548 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-01-05 10:47:45.550 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-01-05 10:47:45.550 | False' 2022-01-05 10:47:45.553 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-01-05 10:47:45.567 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-01-05 10:47:45.569 | + ./stack.sh:main:624 : run_phase source 2022-01-05 10:47:45.572 | + functions-common:run_phase:1840 : local mode=source 2022-01-05 10:47:45.574 | + functions-common:run_phase:1841 : local phase= 2022-01-05 10:47:45.576 | + functions-common:run_phase:1842 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 10:47:45.578 | + functions-common:run_phase:1843 : local extra_plugin_file_name 2022-01-05 10:47:45.580 | + functions-common:run_phase:1844 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 10:47:45.581 | + functions-common:run_phase:1849 : local exceptions=80-tempest.sh 2022-01-05 10:47:45.583 | + functions-common:run_phase:1850 : local extra 2022-01-05 10:47:45.586 | ++ functions-common:run_phase:1851 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 10:47:45.590 | + functions-common:run_phase:1851 : extra=80-tempest.sh 2022-01-05 10:47:45.592 | + functions-common:run_phase:1852 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 10:47:45.594 | + functions-common:run_phase:1856 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 10:47:45.596 | + functions-common:run_phase:1856 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 10:47:45.598 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 10:47:45.612 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:45.614 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 10:47:45.616 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 10:47:45.656 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 10:47:45.658 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-01-05 10:47:45.660 | + functions-common:run_phase:1861 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 10:47:45.662 | + functions-common:run_phase:1862 : load_plugin_settings 2022-01-05 10:47:45.664 | + functions-common:load_plugin_settings:1776 : local plugins= 2022-01-05 10:47:45.666 | + functions-common:load_plugin_settings:1777 : local plugin 2022-01-05 10:47:45.668 | + functions-common:load_plugin_settings:1780 : [[ -z '' ]] 2022-01-05 10:47:45.670 | + functions-common:load_plugin_settings:1781 : return 2022-01-05 10:47:45.672 | + functions-common:run_phase:1863 : verify_disabled_services 2022-01-05 10:47:45.674 | + functions-common:verify_disabled_services:2123 : local service 2022-01-05 10:47:45.677 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.679 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-05 10:47:45.681 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.683 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-05 10:47:45.685 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.687 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-05 10:47:45.690 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.692 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-05 10:47:45.694 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.697 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-01-05 10:47:45.699 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.701 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-05 10:47:45.703 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.705 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-05 10:47:45.708 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.710 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-05 10:47:45.712 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.715 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-05 10:47:45.717 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.719 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-05 10:47:45.721 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.723 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-01-05 10:47:45.726 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.728 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-01-05 10:47:45.730 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.732 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-01-05 10:47:45.734 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.736 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-01-05 10:47:45.739 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.741 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-05 10:47:45.743 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.745 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-01-05 10:47:45.747 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.750 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-05 10:47:45.752 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.754 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-05 10:47:45.756 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.758 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-05 10:47:45.761 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.763 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-05 10:47:45.765 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.767 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-05 10:47:45.769 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.772 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-05 10:47:45.774 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.777 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-05 10:47:45.779 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.781 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-05 10:47:45.783 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.785 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-05 10:47:45.787 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.790 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-05 10:47:45.792 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.794 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-05 10:47:45.796 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.798 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-05 10:47:45.800 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.802 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-05 10:47:45.805 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.807 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-05 10:47:45.809 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.811 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-05 10:47:45.813 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.816 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-05 10:47:45.818 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.820 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-05 10:47:45.823 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.825 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-05 10:47:45.827 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.829 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-05 10:47:45.831 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.833 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-05 10:47:45.836 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.838 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-05 10:47:45.841 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.843 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-01-05 10:47:45.845 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.847 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-01-05 10:47:45.849 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.851 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-05 10:47:45.854 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.856 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-05 10:47:45.858 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.860 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-05 10:47:45.862 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.864 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-05 10:47:45.866 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.869 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-05 10:47:45.871 | + functions-common:verify_disabled_services:2124 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 10:47:45.873 | + functions-common:verify_disabled_services:2125 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-05 10:47:45.876 | + ./stack.sh:main:695 : initialize_database_backends 2022-01-05 10:47:45.878 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 10:47:45.880 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 10:47:45.895 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:45.897 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 10:47:45.899 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 10:47:45.902 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 10:47:45.916 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:47:45.918 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 10:47:45.920 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 10:47:45.922 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 10:47:45.925 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 10:47:45.927 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 10:47:45.929 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 10:47:45.932 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 10:47:45.934 | + lib/database:initialize_database_backends:92 : return 0 2022-01-05 10:47:45.936 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-01-05 10:47:45.936 | Using mysql database backend 2022-01-05 10:47:45.938 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 10:47:45.954 | + ./stack.sh:main:701 : define_database_baseurl 2022-01-05 10:47:45.957 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-01-05 10:47:45.959 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 10:47:45.961 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2022-01-05 10:47:45.964 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 10:47:45.967 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-01-05 10:47:45.981 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:45.984 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 10:47:45.999 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-01-05 10:47:46.015 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:46.017 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 10:47:46.033 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-05 10:47:46.048 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-01-05 10:47:46.064 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:47:46.067 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-01-05 10:47:46.082 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:47:46.085 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 10:47:46.100 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-01-05 10:47:46.102 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-01-05 10:47:46.104 | + ./stack.sh:main:757 : save_stackenv 757 2022-01-05 10:47:46.107 | + functions-common:save_stackenv:60 : local tag=757 2022-01-05 10:47:46.109 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 10:47:46.113 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-104746 2022-01-05 10:47:46.116 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-104746 757' 2022-01-05 10:47:46.119 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.121 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 10:47:46.123 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.125 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 10:47:46.128 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.130 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 10:47:46.132 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.135 | + 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,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,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-01-05 10:47:46.137 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.141 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.18 2022-01-05 10:47:46.143 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.145 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.18/identity 2022-01-05 10:47:46.148 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.150 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-104744 2022-01-05 10:47:46.152 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.154 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 10:47:46.157 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.159 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.18 2022-01-05 10:47:46.161 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.163 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 10:47:46.166 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.168 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 10:47:46.170 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.172 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 10:47:46.175 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 10:47:46.177 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 10:47:46.179 | + ./stack.sh:main:768 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-01-05 10:47:46.182 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 10:47:46.184 | + functions-common:git_clone:596 : local git_dest=/opt/stack/requirements 2022-01-05 10:47:46.186 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 10:47:46.188 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 10:47:46.191 | ++ functions-common:git_clone:599 : pwd 2022-01-05 10:47:46.193 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 10:47:46.196 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 10:47:46.199 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 10:47:46.213 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 10:47:46.215 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 10:47:46.217 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 10:47:46.220 | + functions-common:git_clone:616 : echo master 2022-01-05 10:47:46.220 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 10:47:46.225 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 10:47:46.227 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 10:47:46.229 | + functions-common:git_clone:664 : cd /opt/stack/requirements 2022-01-05 10:47:46.232 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 10:47:46.232 | + functions-common:git_clone:665 : head -1 2022-01-05 10:47:46.235 | f796494e Updated from generate-constraints 2022-01-05 10:47:46.238 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 10:47:46.240 | + ./stack.sh:main:772 : echo_summary 'Installing package prerequisites' 2022-01-05 10:47:46.242 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-05 10:47:46.245 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-01-05 10:47:46.247 | + ./stack.sh:main:773 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 10:47:46.250 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 10:47:46.253 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 10:47:46.255 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 10:47:46.257 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 10:47:46.260 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 10:47:46.263 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 10:47:46.266 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 10:47:46.270 | ++ tools/install_prereqs.sh:source:47 : NOW=1641379666 2022-01-05 10:47:46.273 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 10:47:46.276 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-01-05 10:47:46.279 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-01-05 10:47:46.282 | ++ tools/install_prereqs.sh:source:49 : DELTA=1641379666 2022-01-05 10:47:46.284 | ++ tools/install_prereqs.sh:source:50 : [[ 1641379666 -lt 7200 ]] 2022-01-05 10:47:46.286 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 10:47:46.289 | ++ functions-common:export_proxy_variables:2230 : isset http_proxy 2022-01-05 10:47:46.291 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2022-01-05 10:47:46.294 | ++ functions-common:export_proxy_variables:2233 : isset https_proxy 2022-01-05 10:47:46.296 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2022-01-05 10:47:46.298 | ++ functions-common:export_proxy_variables:2236 : isset no_proxy 2022-01-05 10:47:46.300 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2022-01-05 10:47:46.303 | +++ 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,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,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-01-05 10:47:46.348 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 10:47:46.348 | apache2-dev 2022-01-05 10:47:46.348 | bc 2022-01-05 10:47:46.348 | bsdmainutils 2022-01-05 10:47:46.348 | curl 2022-01-05 10:47:46.348 | g++ 2022-01-05 10:47:46.348 | gawk 2022-01-05 10:47:46.348 | gcc 2022-01-05 10:47:46.348 | gettext 2022-01-05 10:47:46.349 | git 2022-01-05 10:47:46.349 | graphviz 2022-01-05 10:47:46.349 | iputils-ping 2022-01-05 10:47:46.349 | libapache2-mod-proxy-uwsgi 2022-01-05 10:47:46.349 | libffi-dev 2022-01-05 10:47:46.349 | libjpeg-dev 2022-01-05 10:47:46.349 | libpcre3-dev 2022-01-05 10:47:46.349 | libpq-dev 2022-01-05 10:47:46.349 | libssl-dev 2022-01-05 10:47:46.349 | libsystemd-dev 2022-01-05 10:47:46.349 | libxml2-dev 2022-01-05 10:47:46.349 | libxslt1-dev 2022-01-05 10:47:46.349 | libyaml-dev 2022-01-05 10:47:46.349 | lsof 2022-01-05 10:47:46.349 | openssh-server 2022-01-05 10:47:46.349 | openssl 2022-01-05 10:47:46.349 | pkg-config 2022-01-05 10:47:46.349 | psmisc 2022-01-05 10:47:46.349 | python3-dev 2022-01-05 10:47:46.349 | python3-pip 2022-01-05 10:47:46.349 | python3-systemd 2022-01-05 10:47:46.349 | python3-venv 2022-01-05 10:47:46.349 | tar 2022-01-05 10:47:46.349 | tcpdump 2022-01-05 10:47:46.349 | unzip 2022-01-05 10:47:46.349 | uuid-runtime 2022-01-05 10:47:46.349 | wget 2022-01-05 10:47:46.349 | wget 2022-01-05 10:47:46.349 | zlib1g-dev 2022-01-05 10:47:46.349 | libkrb5-dev 2022-01-05 10:47:46.349 | libldap2-dev 2022-01-05 10:47:46.349 | libsasl2-dev 2022-01-05 10:47:46.349 | memcached 2022-01-05 10:47:46.349 | python3-mysqldb 2022-01-05 10:47:46.349 | sqlite3 2022-01-05 10:47:46.349 | conntrack 2022-01-05 10:47:46.349 | curl 2022-01-05 10:47:46.349 | dnsmasq-base 2022-01-05 10:47:46.349 | dnsmasq-utils 2022-01-05 10:47:46.350 | ebtables 2022-01-05 10:47:46.350 | genisoimage 2022-01-05 10:47:46.350 | iptables 2022-01-05 10:47:46.350 | iputils-arping 2022-01-05 10:47:46.350 | kpartx 2022-01-05 10:47:46.350 | libjs-jquery-tablesorter 2022-01-05 10:47:46.350 | parted 2022-01-05 10:47:46.350 | pm-utils 2022-01-05 10:47:46.350 | python3-mysqldb 2022-01-05 10:47:46.350 | socat 2022-01-05 10:47:46.350 | sqlite3 2022-01-05 10:47:46.350 | sudo 2022-01-05 10:47:46.350 | vlan 2022-01-05 10:47:46.350 | lsscsi 2022-01-05 10:47:46.350 | open-iscsi 2022-01-05 10:47:46.350 | lvm2 2022-01-05 10:47:46.350 | qemu-utils 2022-01-05 10:47:46.350 | thin-provisioning-tools 2022-01-05 10:47:46.350 | acl 2022-01-05 10:47:46.350 | dnsmasq-base 2022-01-05 10:47:46.350 | dnsmasq-utils 2022-01-05 10:47:46.350 | ebtables 2022-01-05 10:47:46.350 | haproxy 2022-01-05 10:47:46.350 | iptables 2022-01-05 10:47:46.350 | iputils-arping 2022-01-05 10:47:46.350 | iputils-ping 2022-01-05 10:47:46.350 | postgresql-server-dev-all 2022-01-05 10:47:46.350 | python3-mysqldb 2022-01-05 10:47:46.350 | sqlite3 2022-01-05 10:47:46.350 | sudo 2022-01-05 10:47:46.350 | vlan 2022-01-05 10:47:46.350 | pcp 2022-01-05 10:47:46.350 | ipset 2022-01-05 10:47:46.350 | conntrack 2022-01-05 10:47:46.350 | conntrackd 2022-01-05 10:47:46.350 | keepalived 2022-01-05 10:47:46.350 | lvm2 2022-01-05 10:47:46.350 | qemu-utils 2022-01-05 10:47:46.351 | thin-provisioning-tools 2022-01-05 10:47:46.351 | curl 2022-01-05 10:47:46.351 | liberasurecode-dev 2022-01-05 10:47:46.351 | make 2022-01-05 10:47:46.351 | memcached 2022-01-05 10:47:46.351 | sqlite3 2022-01-05 10:47:46.351 | xfsprogs' 2022-01-05 10:47:46.354 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 10:47:46.371 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 10:47:46.372 | apache2-dev 2022-01-05 10:47:46.372 | bc 2022-01-05 10:47:46.372 | bsdmainutils 2022-01-05 10:47:46.372 | curl 2022-01-05 10:47:46.372 | g++ 2022-01-05 10:47:46.372 | gawk 2022-01-05 10:47:46.372 | gcc 2022-01-05 10:47:46.372 | gettext 2022-01-05 10:47:46.372 | git 2022-01-05 10:47:46.372 | graphviz 2022-01-05 10:47:46.372 | iputils-ping 2022-01-05 10:47:46.372 | libapache2-mod-proxy-uwsgi 2022-01-05 10:47:46.372 | libffi-dev 2022-01-05 10:47:46.372 | libjpeg-dev 2022-01-05 10:47:46.372 | libpcre3-dev 2022-01-05 10:47:46.372 | libpq-dev 2022-01-05 10:47:46.372 | libssl-dev 2022-01-05 10:47:46.372 | libsystemd-dev 2022-01-05 10:47:46.372 | libxml2-dev 2022-01-05 10:47:46.372 | libxslt1-dev 2022-01-05 10:47:46.372 | libyaml-dev 2022-01-05 10:47:46.372 | lsof 2022-01-05 10:47:46.372 | openssh-server 2022-01-05 10:47:46.372 | openssl 2022-01-05 10:47:46.372 | pkg-config 2022-01-05 10:47:46.372 | psmisc 2022-01-05 10:47:46.372 | python3-dev 2022-01-05 10:47:46.372 | python3-pip 2022-01-05 10:47:46.372 | python3-systemd 2022-01-05 10:47:46.372 | python3-venv 2022-01-05 10:47:46.372 | tar 2022-01-05 10:47:46.372 | tcpdump 2022-01-05 10:47:46.372 | unzip 2022-01-05 10:47:46.372 | uuid-runtime 2022-01-05 10:47:46.372 | wget 2022-01-05 10:47:46.372 | wget 2022-01-05 10:47:46.372 | zlib1g-dev 2022-01-05 10:47:46.372 | libkrb5-dev 2022-01-05 10:47:46.372 | libldap2-dev 2022-01-05 10:47:46.373 | libsasl2-dev 2022-01-05 10:47:46.373 | memcached 2022-01-05 10:47:46.373 | python3-mysqldb 2022-01-05 10:47:46.373 | sqlite3 2022-01-05 10:47:46.373 | conntrack 2022-01-05 10:47:46.373 | curl 2022-01-05 10:47:46.373 | dnsmasq-base 2022-01-05 10:47:46.373 | dnsmasq-utils 2022-01-05 10:47:46.373 | ebtables 2022-01-05 10:47:46.373 | genisoimage 2022-01-05 10:47:46.373 | iptables 2022-01-05 10:47:46.373 | iputils-arping 2022-01-05 10:47:46.373 | kpartx 2022-01-05 10:47:46.373 | libjs-jquery-tablesorter 2022-01-05 10:47:46.373 | parted 2022-01-05 10:47:46.373 | pm-utils 2022-01-05 10:47:46.373 | python3-mysqldb 2022-01-05 10:47:46.373 | socat 2022-01-05 10:47:46.373 | sqlite3 2022-01-05 10:47:46.373 | sudo 2022-01-05 10:47:46.373 | vlan 2022-01-05 10:47:46.373 | lsscsi 2022-01-05 10:47:46.373 | open-iscsi 2022-01-05 10:47:46.373 | lvm2 2022-01-05 10:47:46.373 | qemu-utils 2022-01-05 10:47:46.373 | thin-provisioning-tools 2022-01-05 10:47:46.373 | acl 2022-01-05 10:47:46.373 | dnsmasq-base 2022-01-05 10:47:46.373 | dnsmasq-utils 2022-01-05 10:47:46.373 | ebtables 2022-01-05 10:47:46.373 | haproxy 2022-01-05 10:47:46.373 | iptables 2022-01-05 10:47:46.373 | iputils-arping 2022-01-05 10:47:46.373 | iputils-ping 2022-01-05 10:47:46.373 | postgresql-server-dev-all 2022-01-05 10:47:46.373 | python3-mysqldb 2022-01-05 10:47:46.373 | sqlite3 2022-01-05 10:47:46.373 | sudo 2022-01-05 10:47:46.373 | vlan 2022-01-05 10:47:46.374 | pcp 2022-01-05 10:47:46.374 | ipset 2022-01-05 10:47:46.374 | conntrack 2022-01-05 10:47:46.374 | conntrackd 2022-01-05 10:47:46.374 | keepalived 2022-01-05 10:47:46.374 | lvm2 2022-01-05 10:47:46.374 | qemu-utils 2022-01-05 10:47:46.374 | thin-provisioning-tools 2022-01-05 10:47:46.374 | curl 2022-01-05 10:47:46.374 | liberasurecode-dev 2022-01-05 10:47:46.374 | make 2022-01-05 10:47:46.374 | memcached 2022-01-05 10:47:46.374 | sqlite3 2022-01-05 10:47:46.374 | xfsprogs ' 2022-01-05 10:47:46.374 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 10:47:46.376 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:47:46.378 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:47:46.381 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 10:47:46.381 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 10:47:46.386 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 10:47:46.388 | ++ functions-common:install_package:1450 : update_package_repo 2022-01-05 10:47:46.390 | ++ functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:47:46.392 | ++ functions-common:update_package_repo:1423 : REPOS_UPDATED=False 2022-01-05 10:47:46.395 | ++ functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:47:46.397 | ++ functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:47:46.399 | ++ functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:47:46.401 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:47:46.403 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:47:46.405 | ++ functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:47:46.407 | ++ functions-common:apt_get_update:1176 : [[ False == \T\r\u\e ]] 2022-01-05 10:47:46.409 | ++ functions-common:apt_get_update:1181 : [[ False = \T\r\u\e ]] 2022-01-05 10:47:46.411 | ++ functions-common:apt_get_update:1183 : local sudo=sudo 2022-01-05 10:47:46.414 | +++ functions-common:apt_get_update:1184 : id -u 2022-01-05 10:47:46.418 | ++ functions-common:apt_get_update:1184 : [[ 1000 = \0 ]] 2022-01-05 10:47:46.420 | ++ functions-common:apt_get_update:1187 : time_start apt-get-update 2022-01-05 10:47:46.422 | ++ functions-common:time_start:2398 : local name=apt-get-update 2022-01-05 10:47:46.424 | ++ functions-common:time_start:2399 : local start_time= 2022-01-05 10:47:46.426 | ++ functions-common:time_start:2400 : [[ -n '' ]] 2022-01-05 10:47:46.428 | +++ functions-common:time_start:2403 : date +%s%3N 2022-01-05 10:47:46.432 | ++ functions-common:time_start:2403 : _TIME_START[$name]=1641379666430 2022-01-05 10:47:46.434 | ++ functions-common:apt_get_update:1189 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 10:47:46.436 | ++ functions-common:apt_get_update:1190 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 10:47:46.438 | ++ functions-common:apt_get_update:1191 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-01-05 10:47:46.658 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-05 10:47:46.789 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 10:47:46.902 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-05 10:47:47.016 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 10:47:48.819 | Reading package lists... 2022-01-05 10:47:48.848 | ++ functions-common:apt_get_update:1195 : REPOS_UPDATED=True 2022-01-05 10:47:48.850 | ++ functions-common:apt_get_update:1197 : time_stop apt-get-update 2022-01-05 10:47:48.853 | ++ functions-common:time_stop:2412 : local name 2022-01-05 10:47:48.855 | ++ functions-common:time_stop:2413 : local end_time 2022-01-05 10:47:48.857 | ++ functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:47:48.859 | ++ functions-common:time_stop:2415 : local total 2022-01-05 10:47:48.861 | ++ functions-common:time_stop:2416 : local start_time 2022-01-05 10:47:48.863 | ++ functions-common:time_stop:2418 : name=apt-get-update 2022-01-05 10:47:48.865 | ++ functions-common:time_stop:2419 : start_time=1641379666430 2022-01-05 10:47:48.867 | ++ functions-common:time_stop:2421 : [[ -z 1641379666430 ]] 2022-01-05 10:47:48.870 | +++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:47:48.874 | ++ functions-common:time_stop:2424 : end_time=1641379668872 2022-01-05 10:47:48.876 | ++ functions-common:time_stop:2425 : elapsed_time=2442 2022-01-05 10:47:48.878 | ++ functions-common:time_stop:2426 : total=0 2022-01-05 10:47:48.880 | ++ functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:47:48.882 | ++ functions-common:time_stop:2429 : _TIME_TOTAL[$name]=2442 2022-01-05 10:47:48.885 | ++ functions-common:install_package:1451 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 10:47:48.887 | ++ functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:47:48.889 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:47:48.891 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:47:48.894 | ++ functions-common:real_install_package:1437 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 10:47:48.914 | ++ functions-common:apt_get:1217 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 10:47:49.019 | Reading package lists... 2022-01-05 10:47:49.242 | Building dependency tree... 2022-01-05 10:47:49.243 | Reading state information... 2022-01-05 10:47:49.505 | bc is already the newest version (1.07.1-2build1). 2022-01-05 10:47:49.505 | bc set to manually installed. 2022-01-05 10:47:49.505 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 10:47:49.505 | bsdmainutils set to manually installed. 2022-01-05 10:47:49.505 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 10:47:49.505 | gawk set to manually installed. 2022-01-05 10:47:49.505 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 10:47:49.505 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 10:47:49.505 | iptables set to manually installed. 2022-01-05 10:47:49.505 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 10:47:49.505 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 10:47:49.505 | kpartx set to manually installed. 2022-01-05 10:47:49.505 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 10:47:49.505 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 10:47:49.506 | psmisc is already the newest version (23.3-1). 2022-01-05 10:47:49.506 | psmisc set to manually installed. 2022-01-05 10:47:49.506 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 10:47:49.506 | python3-systemd is already the newest version (234-3build2). 2022-01-05 10:47:49.506 | python3-systemd set to manually installed. 2022-01-05 10:47:49.506 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 10:47:49.506 | tcpdump set to manually installed. 2022-01-05 10:47:49.506 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 10:47:49.506 | thin-provisioning-tools set to manually installed. 2022-01-05 10:47:49.506 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 10:47:49.506 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 10:47:49.506 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 10:47:49.506 | lsof set to manually installed. 2022-01-05 10:47:49.506 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 10:47:49.506 | parted set to manually installed. 2022-01-05 10:47:49.506 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 10:47:49.506 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 10:47:49.506 | tar set to manually installed. 2022-01-05 10:47:49.506 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 10:47:49.506 | uuid-runtime set to manually installed. 2022-01-05 10:47:49.506 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 10:47:49.506 | zlib1g-dev set to manually installed. 2022-01-05 10:47:49.506 | The following packages were automatically installed and are no longer required: 2022-01-05 10:47:49.506 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:47:49.506 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:47:49.506 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:47:49.506 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:47:49.506 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:47:49.506 | python3-zope.interface 2022-01-05 10:47:49.506 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:47:49.507 | The following additional packages will be installed: 2022-01-05 10:47:49.507 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-01-05 10:47:49.507 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-01-05 10:47:49.507 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-01-05 10:47:49.507 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-01-05 10:47:49.507 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-01-05 10:47:49.507 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-01-05 10:47:49.507 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-01-05 10:47:49.507 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-01-05 10:47:49.507 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-01-05 10:47:49.507 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-01-05 10:47:49.507 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-01-05 10:47:49.507 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-01-05 10:47:49.507 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-01-05 10:47:49.507 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-01-05 10:47:49.507 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-01-05 10:47:49.507 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-01-05 10:47:49.507 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-01-05 10:47:49.507 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-01-05 10:47:49.507 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-01-05 10:47:49.507 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-01-05 10:47:49.507 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-01-05 10:47:49.507 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-01-05 10:47:49.507 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-01-05 10:47:49.507 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-01-05 10:47:49.507 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-01-05 10:47:49.507 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-01-05 10:47:49.507 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-01-05 10:47:49.507 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-01-05 10:47:49.507 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-01-05 10:47:49.508 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2022-01-05 10:47:49.508 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common openssh-client 2022-01-05 10:47:49.508 | openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-01-05 10:47:49.508 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-01-05 10:47:49.508 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-01-05 10:47:49.508 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-01-05 10:47:49.508 | systemd-timesyncd uuid-dev vbetool x11-common 2022-01-05 10:47:49.509 | Suggested packages: 2022-01-05 10:47:49.509 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-01-05 10:47:49.510 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-01-05 10:47:49.510 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-01-05 10:47:49.510 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-01-05 10:47:49.510 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-01-05 10:47:49.510 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-01-05 10:47:49.510 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-01-05 10:47:49.510 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-01-05 10:47:49.510 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-01-05 10:47:49.510 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-01-05 10:47:49.510 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-01-05 10:47:49.510 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-01-05 10:47:49.510 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-01-05 10:47:49.510 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-01-05 10:47:49.510 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-01-05 10:47:49.728 | The following NEW packages will be installed: 2022-01-05 10:47:49.728 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-01-05 10:47:49.728 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-01-05 10:47:49.728 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-01-05 10:47:49.728 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-01-05 10:47:49.728 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-01-05 10:47:49.728 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-01-05 10:47:49.728 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-01-05 10:47:49.728 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-01-05 10:47:49.728 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-01-05 10:47:49.728 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-01-05 10:47:49.728 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-01-05 10:47:49.728 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-01-05 10:47:49.728 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-01-05 10:47:49.728 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-01-05 10:47:49.728 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-01-05 10:47:49.728 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-01-05 10:47:49.728 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-01-05 10:47:49.728 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-01-05 10:47:49.728 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-01-05 10:47:49.728 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-01-05 10:47:49.728 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-01-05 10:47:49.728 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-01-05 10:47:49.728 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-01-05 10:47:49.728 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-01-05 10:47:49.729 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-01-05 10:47:49.729 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-01-05 10:47:49.729 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-01-05 10:47:49.729 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-01-05 10:47:49.729 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-01-05 10:47:49.729 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-01-05 10:47:49.729 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-01-05 10:47:49.729 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-01-05 10:47:49.729 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-01-05 10:47:49.729 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-01-05 10:47:49.729 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-01-05 10:47:49.729 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-01-05 10:47:49.729 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-01-05 10:47:49.729 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-01-05 10:47:49.729 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-01-05 10:47:49.729 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-01-05 10:47:49.729 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-01-05 10:47:49.729 | unzip uuid-dev vbetool vlan x11-common 2022-01-05 10:47:49.729 | The following packages will be upgraded: 2022-01-05 10:47:49.730 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-01-05 10:47:49.730 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2022-01-05 10:47:49.730 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd wget 2022-01-05 10:47:49.980 | 18 upgraded, 219 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:47:49.980 | Need to get 164 MB of archives. 2022-01-05 10:47:49.980 | After this operation, 768 MB of additional disk space will be used. 2022-01-05 10:47:49.980 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.14 [95.8 kB] 2022-01-05 10:47:50.589 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.14 [28.1 kB] 2022-01-05 10:47:50.972 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.14 [10.3 kB] 2022-01-05 10:47:50.973 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.14 [186 kB] 2022-01-05 10:47:51.688 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.14 [3,807 kB] 2022-01-05 10:47:59.517 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.14 [270 kB] 2022-01-05 10:48:00.021 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-01-05 10:48:00.187 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-01-05 10:48:02.511 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-01-05 10:48:02.568 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-01-05 10:48:02.579 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-01-05 10:48:02.867 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-01-05 10:48:02.876 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-01-05 10:48:03.579 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-01-05 10:48:04.303 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-01-05 10:48:04.392 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-01-05 10:48:04.798 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-01-05 10:48:18.409 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-01-05 10:48:19.039 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.8 [1,181 kB] 2022-01-05 10:48:20.312 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.8 [159 kB] 2022-01-05 10:48:20.552 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.8 [84.5 kB] 2022-01-05 10:48:20.668 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.8 [95.5 kB] 2022-01-05 10:48:20.751 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-01-05 10:48:20.870 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-01-05 10:48:22.641 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-01-05 10:48:22.727 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-01-05 10:48:22.745 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-01-05 10:48:22.757 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.27-0ubuntu0.20.04.1 [1,291 kB] 2022-01-05 10:48:24.233 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-01-05 10:48:24.236 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-01-05 10:48:24.255 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-01-05 10:48:24.443 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-01-05 10:48:26.156 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-01-05 10:48:26.712 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-01-05 10:48:26.853 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-01-05 10:48:27.139 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-01-05 10:48:27.980 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-01-05 10:48:28.345 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.3 [51.5 kB] 2022-01-05 10:48:28.474 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.3 [377 kB] 2022-01-05 10:48:28.766 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB] 2022-01-05 10:48:29.714 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-01-05 10:48:30.206 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-01-05 10:48:30.263 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-01-05 10:48:30.311 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-01-05 10:48:30.589 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-01-05 10:48:31.067 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-01-05 10:48:32.037 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-01-05 10:48:32.598 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-01-05 10:48:44.843 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-01-05 10:48:51.064 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-01-05 10:48:51.620 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-01-05 10:48:51.658 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-01-05 10:48:51.676 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-01-05 10:48:51.778 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-01-05 10:48:53.124 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-01-05 10:48:53.140 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-01-05 10:48:53.314 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-01-05 10:48:54.761 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-01-05 10:48:56.605 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-01-05 10:48:56.622 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-01-05 10:48:56.667 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-01-05 10:48:56.672 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-01-05 10:48:56.682 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-01-05 10:48:56.703 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-01-05 10:48:56.706 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-01-05 10:48:56.709 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-01-05 10:48:56.710 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-01-05 10:48:56.791 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-01-05 10:48:56.913 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-01-05 10:48:57.075 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-01-05 10:48:57.119 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-01-05 10:48:57.142 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-01-05 10:48:57.351 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-01-05 10:48:57.357 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-01-05 10:48:57.409 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-01-05 10:48:57.613 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2022-01-05 10:48:57.621 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-01-05 10:48:57.622 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-01-05 10:48:57.641 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-01-05 10:48:57.798 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-01-05 10:48:57.862 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-01-05 10:48:57.946 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.8 [180 kB] 2022-01-05 10:48:57.986 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-01-05 10:48:57.999 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2022-01-05 10:48:59.979 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-01-05 10:48:59.979 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-01-05 10:48:59.980 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-01-05 10:48:59.980 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-01-05 10:48:59.981 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-01-05 10:48:59.981 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-01-05 10:48:59.984 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-01-05 10:48:59.984 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-01-05 10:48:59.985 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-01-05 10:49:00.090 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-01-05 10:49:00.092 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-01-05 10:49:00.202 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-01-05 10:49:00.208 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-01-05 10:49:00.222 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-01-05 10:49:00.394 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-01-05 10:49:00.541 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-01-05 10:49:00.545 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-01-05 10:49:00.788 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-01-05 10:49:01.321 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-01-05 10:49:01.506 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-01-05 10:49:01.517 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-01-05 10:49:01.525 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-01-05 10:49:01.541 | 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-01-05 10:49:01.565 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-01-05 10:49:01.566 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-01-05 10:49:01.570 | 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-01-05 10:49:01.612 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-01-05 10:49:01.647 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-01-05 10:49:01.654 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-01-05 10:49:01.732 | 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-01-05 10:49:01.751 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-01-05 10:49:01.777 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-01-05 10:49:01.778 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-01-05 10:49:01.779 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-01-05 10:49:01.781 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-01-05 10:49:01.848 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-01-05 10:49:01.876 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-01-05 10:49:01.928 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-01-05 10:49:01.944 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-01-05 10:49:01.989 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-01-05 10:49:01.990 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-01-05 10:49:02.007 | 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-01-05 10:49:02.011 | 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-01-05 10:49:02.013 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-01-05 10:49:02.016 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-01-05 10:49:02.083 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-01-05 10:49:02.136 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-01-05 10:49:02.155 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-01-05 10:49:02.158 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-01-05 10:49:02.249 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-01-05 10:49:02.251 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-01-05 10:49:02.267 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-01-05 10:49:02.272 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-01-05 10:49:02.290 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-01-05 10:49:02.354 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-01-05 10:49:02.374 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-01-05 10:49:02.420 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-01-05 10:49:02.449 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-01-05 10:49:02.468 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-01-05 10:49:02.532 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-01-05 10:49:02.533 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-01-05 10:49:02.538 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-01-05 10:49:02.541 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-01-05 10:49:02.545 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-01-05 10:49:02.549 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-01-05 10:49:02.554 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-01-05 10:49:02.645 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-01-05 10:49:02.650 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-01-05 10:49:02.651 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-01-05 10:49:02.757 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-01-05 10:49:02.758 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-01-05 10:49:02.780 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-01-05 10:49:02.804 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-01-05 10:49:02.807 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-01-05 10:49:02.811 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-01-05 10:49:04.159 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-01-05 10:49:04.160 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-01-05 10:49:04.161 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-01-05 10:49:04.163 | Get:163 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-01-05 10:49:04.168 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-01-05 10:49:04.168 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-01-05 10:49:04.169 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-01-05 10:49:04.219 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-01-05 10:49:04.219 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-01-05 10:49:04.273 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-01-05 10:49:04.385 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-01-05 10:49:04.387 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-01-05 10:49:04.389 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-01-05 10:49:04.418 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-01-05 10:49:04.427 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-01-05 10:49:04.560 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-01-05 10:49:04.590 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-01-05 10:49:04.594 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-01-05 10:49:04.596 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-01-05 10:49:04.617 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-01-05 10:49:04.644 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-01-05 10:49:04.648 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-01-05 10:49:04.657 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-01-05 10:49:04.669 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-01-05 10:49:05.235 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-01-05 10:49:05.508 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2022-01-05 10:49:05.518 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2022-01-05 10:49:05.628 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.14 [246 kB] 2022-01-05 10:49:05.671 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-01-05 10:49:05.671 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-01-05 10:49:05.679 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2022-01-05 10:49:06.052 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-01-05 10:49:06.056 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-01-05 10:49:06.060 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-01-05 10:49:06.180 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-01-05 10:49:06.723 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-01-05 10:49:06.729 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-01-05 10:49:07.123 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-01-05 10:49:07.128 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-01-05 10:49:08.099 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-01-05 10:49:08.101 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-01-05 10:49:12.651 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-01-05 10:49:12.652 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-01-05 10:49:12.877 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-01-05 10:49:13.218 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-01-05 10:49:13.237 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-01-05 10:49:13.723 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-01-05 10:49:13.725 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-01-05 10:49:13.744 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-01-05 10:49:13.848 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-01-05 10:49:13.849 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-01-05 10:49:14.344 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-01-05 10:49:14.345 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-01-05 10:49:14.346 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-01-05 10:49:14.351 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2022-01-05 10:49:14.351 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-01-05 10:49:14.352 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB] 2022-01-05 10:49:14.353 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB] 2022-01-05 10:49:14.372 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-01-05 10:49:14.419 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-01-05 10:49:14.457 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-01-05 10:49:14.586 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-01-05 10:49:14.586 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-01-05 10:49:14.587 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-01-05 10:49:14.588 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.8 [1,180 B] 2022-01-05 10:49:14.589 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-01-05 10:49:14.590 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-01-05 10:49:14.590 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-01-05 10:49:14.591 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-01-05 10:49:14.591 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-01-05 10:49:14.698 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-01-05 10:49:14.699 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-01-05 10:49:14.811 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-01-05 10:49:14.823 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-01-05 10:49:14.827 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-01-05 10:49:14.833 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-01-05 10:49:15.300 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-01-05 10:49:15.305 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-01-05 10:49:16.741 | Preconfiguring packages ... 2022-01-05 10:49:17.009 | Fetched 164 MB in 1min 26s (1,912 kB/s) 2022-01-05 10:49:17.276 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-01-05 10:49:17.278 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:17.495 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:18.072 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:18.213 | Unpacking systemd-timesyncd (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:19.051 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:19.230 | Unpacking systemd-sysv (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:19.612 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:19.758 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:20.234 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:20.525 | Unpacking systemd (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:21.903 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:49:22.049 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.14) over (245.4-4ubuntu3.6) ... 2022-01-05 10:49:22.421 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.14) ... 2022-01-05 10:49:22.850 | Selecting previously unselected package libapr1:amd64. 2022-01-05 10:49:22.887 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-01-05 10:49:22.889 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-01-05 10:49:22.944 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-01-05 10:49:23.523 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-01-05 10:49:23.689 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-01-05 10:49:24.341 | Selecting previously unselected package libaprutil1:amd64. 2022-01-05 10:49:24.348 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-01-05 10:49:24.380 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:49:24.712 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-01-05 10:49:24.719 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-01-05 10:49:24.775 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:49:25.176 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-01-05 10:49:25.357 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-01-05 10:49:25.764 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-01-05 10:49:25.771 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-01-05 10:49:25.815 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:49:26.176 | Preparing to unpack .../006-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-01-05 10:49:26.323 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-01-05 10:49:26.723 | Preparing to unpack .../007-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-01-05 10:49:26.878 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-01-05 10:49:27.380 | Selecting previously unselected package libjansson4:amd64. 2022-01-05 10:49:27.388 | Preparing to unpack .../008-libjansson4_2.12-1build1_amd64.deb ... 2022-01-05 10:49:27.443 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-01-05 10:49:27.855 | Selecting previously unselected package liblua5.2-0:amd64. 2022-01-05 10:49:27.862 | Preparing to unpack .../009-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-01-05 10:49:27.929 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-01-05 10:49:28.335 | Preparing to unpack .../010-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-01-05 10:49:28.500 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-01-05 10:49:30.205 | Preparing to unpack .../011-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:49:30.335 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2022-01-05 10:49:30.792 | Selecting previously unselected package apache2-bin. 2022-01-05 10:49:30.800 | Preparing to unpack .../012-apache2-bin_2.4.41-4ubuntu3.8_amd64.deb ... 2022-01-05 10:49:30.844 | Unpacking apache2-bin (2.4.41-4ubuntu3.8) ... 2022-01-05 10:49:31.346 | Selecting previously unselected package apache2-data. 2022-01-05 10:49:31.354 | Preparing to unpack .../013-apache2-data_2.4.41-4ubuntu3.8_all.deb ... 2022-01-05 10:49:31.403 | Unpacking apache2-data (2.4.41-4ubuntu3.8) ... 2022-01-05 10:49:31.779 | Selecting previously unselected package apache2-utils. 2022-01-05 10:49:31.786 | Preparing to unpack .../014-apache2-utils_2.4.41-4ubuntu3.8_amd64.deb ... 2022-01-05 10:49:31.836 | Unpacking apache2-utils (2.4.41-4ubuntu3.8) ... 2022-01-05 10:49:32.334 | Selecting previously unselected package apache2. 2022-01-05 10:49:32.341 | Preparing to unpack .../015-apache2_2.4.41-4ubuntu3.8_amd64.deb ... 2022-01-05 10:49:32.403 | Unpacking apache2 (2.4.41-4ubuntu3.8) ... 2022-01-05 10:49:32.901 | Selecting previously unselected package liblua5.3-0:amd64. 2022-01-05 10:49:32.909 | Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-01-05 10:49:32.946 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-01-05 10:49:33.398 | Selecting previously unselected package haproxy. 2022-01-05 10:49:33.406 | Preparing to unpack .../017-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2022-01-05 10:49:33.473 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2022-01-05 10:49:34.107 | Selecting previously unselected package libnl-3-200:amd64. 2022-01-05 10:49:34.114 | Preparing to unpack .../018-libnl-3-200_3.4.0-1_amd64.deb ... 2022-01-05 10:49:34.169 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:49:34.551 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-01-05 10:49:34.558 | Preparing to unpack .../019-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-01-05 10:49:34.602 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:49:35.105 | Selecting previously unselected package mysql-common. 2022-01-05 10:49:35.113 | Preparing to unpack .../020-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-01-05 10:49:35.184 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-01-05 10:49:35.478 | Selecting previously unselected package libmysqlclient21:amd64. 2022-01-05 10:49:35.485 | Preparing to unpack .../021-libmysqlclient21_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:49:35.523 | Unpacking libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:49:36.139 | Selecting previously unselected package libsensors-config. 2022-01-05 10:49:36.146 | Preparing to unpack .../022-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-01-05 10:49:36.196 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-01-05 10:49:36.638 | Selecting previously unselected package libsensors5:amd64. 2022-01-05 10:49:36.645 | Preparing to unpack .../023-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-01-05 10:49:36.785 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-01-05 10:49:37.147 | Selecting previously unselected package libsnmp-base. 2022-01-05 10:49:37.158 | Preparing to unpack .../024-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-01-05 10:49:37.203 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-01-05 10:49:37.569 | Selecting previously unselected package libsnmp35:amd64. 2022-01-05 10:49:37.576 | Preparing to unpack .../025-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-01-05 10:49:37.615 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-01-05 10:49:38.128 | Selecting previously unselected package keepalived. 2022-01-05 10:49:38.135 | Preparing to unpack .../026-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2022-01-05 10:49:38.185 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2022-01-05 10:49:38.728 | Selecting previously unselected package memcached. 2022-01-05 10:49:38.736 | Preparing to unpack .../027-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-01-05 10:49:38.790 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-01-05 10:49:39.223 | Preparing to unpack .../028-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-01-05 10:49:40.037 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-01-05 10:49:40.501 | Preparing to unpack .../029-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-01-05 10:49:40.654 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-01-05 10:49:41.156 | Selecting previously unselected package python3-yaml. 2022-01-05 10:49:41.164 | Preparing to unpack .../030-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-01-05 10:49:41.209 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 10:49:41.519 | Preparing to unpack .../031-openssh-sftp-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2022-01-05 10:49:41.689 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2022-01-05 10:49:42.153 | Preparing to unpack .../032-openssh-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2022-01-05 10:49:42.377 | Unpacking openssh-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2022-01-05 10:49:43.342 | Preparing to unpack .../033-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2022-01-05 10:49:43.503 | Unpacking openssh-client (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2022-01-05 10:49:44.148 | Preparing to unpack .../034-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-01-05 10:49:44.276 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-01-05 10:49:44.883 | Selecting previously unselected package acl. 2022-01-05 10:49:44.890 | Preparing to unpack .../035-acl_2.2.53-6_amd64.deb ... 2022-01-05 10:49:44.934 | Unpacking acl (2.2.53-6) ... 2022-01-05 10:49:45.243 | Selecting previously unselected package autotools-dev. 2022-01-05 10:49:45.250 | Preparing to unpack .../036-autotools-dev_20180224.1_all.deb ... 2022-01-05 10:49:45.283 | Unpacking autotools-dev (20180224.1) ... 2022-01-05 10:49:45.596 | Selecting previously unselected package m4. 2022-01-05 10:49:45.603 | Preparing to unpack .../037-m4_1.4.18-4_amd64.deb ... 2022-01-05 10:49:45.653 | Unpacking m4 (1.4.18-4) ... 2022-01-05 10:49:46.036 | Selecting previously unselected package autoconf. 2022-01-05 10:49:46.044 | Preparing to unpack .../038-autoconf_2.69-11.1_all.deb ... 2022-01-05 10:49:46.106 | Unpacking autoconf (2.69-11.1) ... 2022-01-05 10:49:46.598 | Selecting previously unselected package automake. 2022-01-05 10:49:46.605 | Preparing to unpack .../039-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-01-05 10:49:46.645 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-01-05 10:49:46.996 | Selecting previously unselected package autopoint. 2022-01-05 10:49:47.004 | Preparing to unpack .../040-autopoint_0.19.8.1-10build1_all.deb ... 2022-01-05 10:49:47.059 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-01-05 10:49:47.442 | Selecting previously unselected package libllvm10:amd64. 2022-01-05 10:49:47.449 | Preparing to unpack .../041-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:49:47.495 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:49:50.250 | Selecting previously unselected package libclang-cpp10. 2022-01-05 10:49:50.257 | Preparing to unpack .../042-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:49:50.312 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:49:52.135 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-01-05 10:49:52.142 | Preparing to unpack .../043-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-01-05 10:49:52.186 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:49:53.175 | Selecting previously unselected package libgc1c2:amd64. 2022-01-05 10:49:53.182 | Preparing to unpack .../044-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-01-05 10:49:53.237 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-01-05 10:49:53.625 | Selecting previously unselected package libobjc4:amd64. 2022-01-05 10:49:53.632 | Preparing to unpack .../045-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-01-05 10:49:53.682 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:49:53.918 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-01-05 10:49:53.926 | Preparing to unpack .../046-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-01-05 10:49:53.984 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:49:54.512 | Selecting previously unselected package libc6-i386. 2022-01-05 10:49:54.520 | Preparing to unpack .../047-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2022-01-05 10:49:54.569 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2022-01-05 10:49:55.375 | Selecting previously unselected package lib32gcc-s1. 2022-01-05 10:49:55.382 | Preparing to unpack .../048-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-01-05 10:49:55.426 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:49:55.792 | Selecting previously unselected package lib32stdc++6. 2022-01-05 10:49:55.799 | Preparing to unpack .../049-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-01-05 10:49:55.860 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:49:56.254 | Selecting previously unselected package libclang-common-10-dev. 2022-01-05 10:49:56.261 | Preparing to unpack .../050-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:49:56.310 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:49:57.678 | Selecting previously unselected package libclang1-10. 2022-01-05 10:49:57.685 | Preparing to unpack .../051-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:49:57.733 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:49:59.226 | Selecting previously unselected package clang-10. 2022-01-05 10:49:59.234 | Preparing to unpack .../052-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:49:59.276 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:49:59.575 | Selecting previously unselected package libtool. 2022-01-05 10:49:59.582 | Preparing to unpack .../053-libtool_2.4.6-14_all.deb ... 2022-01-05 10:49:59.615 | Unpacking libtool (2.4.6-14) ... 2022-01-05 10:49:59.969 | Selecting previously unselected package dh-autoreconf. 2022-01-05 10:49:59.977 | Preparing to unpack .../054-dh-autoreconf_19_all.deb ... 2022-01-05 10:50:00.032 | Unpacking dh-autoreconf (19) ... 2022-01-05 10:50:00.330 | Selecting previously unselected package libdebhelper-perl. 2022-01-05 10:50:00.337 | Preparing to unpack .../055-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-01-05 10:50:00.380 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-01-05 10:50:00.693 | Selecting previously unselected package libarchive-zip-perl. 2022-01-05 10:50:00.701 | Preparing to unpack .../056-libarchive-zip-perl_1.67-2_all.deb ... 2022-01-05 10:50:00.750 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-01-05 10:50:01.055 | Selecting previously unselected package libsub-override-perl. 2022-01-05 10:50:01.062 | Preparing to unpack .../057-libsub-override-perl_0.09-2_all.deb ... 2022-01-05 10:50:01.089 | Unpacking libsub-override-perl (0.09-2) ... 2022-01-05 10:50:01.328 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-01-05 10:50:01.335 | Preparing to unpack .../058-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-01-05 10:50:01.385 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-01-05 10:50:01.695 | Selecting previously unselected package dh-strip-nondeterminism. 2022-01-05 10:50:01.702 | Preparing to unpack .../059-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-01-05 10:50:01.752 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-01-05 10:50:01.980 | Selecting previously unselected package libdpkg-perl. 2022-01-05 10:50:01.988 | Preparing to unpack .../060-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-01-05 10:50:02.026 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-01-05 10:50:02.402 | Selecting previously unselected package make. 2022-01-05 10:50:02.409 | Preparing to unpack .../061-make_4.2.1-1.2_amd64.deb ... 2022-01-05 10:50:02.460 | Unpacking make (4.2.1-1.2) ... 2022-01-05 10:50:02.735 | Selecting previously unselected package dpkg-dev. 2022-01-05 10:50:02.743 | Preparing to unpack .../062-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-01-05 10:50:02.792 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-01-05 10:50:03.186 | Selecting previously unselected package dwz. 2022-01-05 10:50:03.194 | Preparing to unpack .../063-dwz_0.13-5_amd64.deb ... 2022-01-05 10:50:03.232 | Unpacking dwz (0.13-5) ... 2022-01-05 10:50:03.569 | Selecting previously unselected package libcroco3:amd64. 2022-01-05 10:50:03.576 | Preparing to unpack .../064-libcroco3_0.6.13-1_amd64.deb ... 2022-01-05 10:50:03.626 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-01-05 10:50:03.935 | Selecting previously unselected package gettext. 2022-01-05 10:50:03.943 | Preparing to unpack .../065-gettext_0.19.8.1-10build1_amd64.deb ... 2022-01-05 10:50:03.992 | Unpacking gettext (0.19.8.1-10build1) ... 2022-01-05 10:50:04.438 | Selecting previously unselected package intltool-debian. 2022-01-05 10:50:04.446 | Preparing to unpack .../066-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-01-05 10:50:04.500 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-01-05 10:50:04.786 | Selecting previously unselected package po-debconf. 2022-01-05 10:50:04.794 | Preparing to unpack .../067-po-debconf_1.0.21_all.deb ... 2022-01-05 10:50:04.842 | Unpacking po-debconf (1.0.21) ... 2022-01-05 10:50:05.198 | Selecting previously unselected package debhelper. 2022-01-05 10:50:05.205 | Preparing to unpack .../068-debhelper_12.10ubuntu1_all.deb ... 2022-01-05 10:50:05.260 | Unpacking debhelper (12.10ubuntu1) ... 2022-01-05 10:50:05.774 | Selecting previously unselected package uuid-dev:amd64. 2022-01-05 10:50:05.781 | Preparing to unpack .../069-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2022-01-05 10:50:05.842 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2022-01-05 10:50:06.380 | Selecting previously unselected package libsctp1:amd64. 2022-01-05 10:50:06.388 | Preparing to unpack .../070-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-01-05 10:50:06.441 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-01-05 10:50:06.683 | Selecting previously unselected package libsctp-dev:amd64. 2022-01-05 10:50:06.691 | Preparing to unpack .../071-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-01-05 10:50:06.740 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-01-05 10:50:07.036 | Selecting previously unselected package libapr1-dev. 2022-01-05 10:50:07.044 | Preparing to unpack .../072-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-01-05 10:50:07.088 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-01-05 10:50:07.712 | Selecting previously unselected package libldap2-dev:amd64. 2022-01-05 10:50:07.719 | Preparing to unpack .../073-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-01-05 10:50:07.780 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-01-05 10:50:08.238 | Selecting previously unselected package libaprutil1-dev. 2022-01-05 10:50:08.246 | Preparing to unpack .../074-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-01-05 10:50:08.294 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-01-05 10:50:08.806 | Selecting previously unselected package apache2-dev. 2022-01-05 10:50:08.814 | Preparing to unpack .../075-apache2-dev_2.4.41-4ubuntu3.8_amd64.deb ... 2022-01-05 10:50:08.877 | Unpacking apache2-dev (2.4.41-4ubuntu3.8) ... 2022-01-05 10:50:09.351 | Selecting previously unselected package binfmt-support. 2022-01-05 10:50:09.358 | Preparing to unpack .../076-binfmt-support_2.2.0-2_amd64.deb ... 2022-01-05 10:50:09.422 | Unpacking binfmt-support (2.2.0-2) ... 2022-01-05 10:50:09.689 | Selecting previously unselected package g++-9. 2022-01-05 10:50:09.697 | Preparing to unpack .../077-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-01-05 10:50:09.752 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:50:11.226 | Selecting previously unselected package g++. 2022-01-05 10:50:11.233 | Preparing to unpack .../078-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-01-05 10:50:11.283 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-01-05 10:50:11.523 | Selecting previously unselected package build-essential. 2022-01-05 10:50:11.531 | Preparing to unpack .../079-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-01-05 10:50:11.580 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-01-05 10:50:11.906 | Selecting previously unselected package conntrack. 2022-01-05 10:50:11.914 | Preparing to unpack .../080-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-01-05 10:50:11.952 | Unpacking conntrack (1:1.4.5-2) ... 2022-01-05 10:50:12.351 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-01-05 10:50:12.358 | Preparing to unpack .../081-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-01-05 10:50:12.409 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-01-05 10:50:12.728 | Selecting previously unselected package libnetfilter-queue1. 2022-01-05 10:50:12.735 | Preparing to unpack .../082-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-01-05 10:50:12.784 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-01-05 10:50:13.106 | Selecting previously unselected package conntrackd. 2022-01-05 10:50:13.113 | Preparing to unpack .../083-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-01-05 10:50:13.174 | Unpacking conntrackd (1:1.4.5-2) ... 2022-01-05 10:50:13.471 | Selecting previously unselected package dns-root-data. 2022-01-05 10:50:13.479 | Preparing to unpack .../084-dns-root-data_2019052802_all.deb ... 2022-01-05 10:50:13.511 | Unpacking dns-root-data (2019052802) ... 2022-01-05 10:50:13.877 | Selecting previously unselected package libidn11:amd64. 2022-01-05 10:50:13.885 | Preparing to unpack .../085-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-01-05 10:50:13.940 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-01-05 10:50:14.277 | Selecting previously unselected package dnsmasq-base. 2022-01-05 10:50:14.285 | Preparing to unpack .../086-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-01-05 10:50:14.323 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-01-05 10:50:14.660 | Selecting previously unselected package dnsmasq-utils. 2022-01-05 10:50:14.669 | Preparing to unpack .../087-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-01-05 10:50:14.723 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-01-05 10:50:15.213 | Selecting previously unselected package ebtables. 2022-01-05 10:50:15.221 | Preparing to unpack .../088-ebtables_2.0.11-3build1_amd64.deb ... 2022-01-05 10:50:15.283 | Unpacking ebtables (2.0.11-3build1) ... 2022-01-05 10:50:15.729 | Selecting previously unselected package libfakeroot:amd64. 2022-01-05 10:50:15.736 | Preparing to unpack .../089-libfakeroot_1.24-1_amd64.deb ... 2022-01-05 10:50:15.791 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-01-05 10:50:16.219 | Selecting previously unselected package fakeroot. 2022-01-05 10:50:16.227 | Preparing to unpack .../090-fakeroot_1.24-1_amd64.deb ... 2022-01-05 10:50:16.281 | Unpacking fakeroot (1.24-1) ... 2022-01-05 10:50:16.636 | Selecting previously unselected package fonts-dejavu-core. 2022-01-05 10:50:16.644 | Preparing to unpack .../091-fonts-dejavu-core_2.37-1_all.deb ... 2022-01-05 10:50:16.704 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-01-05 10:50:17.128 | Selecting previously unselected package fonts-liberation. 2022-01-05 10:50:17.136 | Preparing to unpack .../092-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-01-05 10:50:17.186 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-01-05 10:50:17.729 | Selecting previously unselected package fontconfig-config. 2022-01-05 10:50:17.736 | Preparing to unpack .../093-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-01-05 10:50:17.785 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-01-05 10:50:18.243 | Selecting previously unselected package libfontconfig1:amd64. 2022-01-05 10:50:18.251 | Preparing to unpack .../094-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-01-05 10:50:18.293 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-01-05 10:50:18.682 | Selecting previously unselected package fontconfig. 2022-01-05 10:50:18.690 | Preparing to unpack .../095-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-01-05 10:50:18.767 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-01-05 10:50:19.180 | Selecting previously unselected package genisoimage. 2022-01-05 10:50:19.188 | Preparing to unpack .../096-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-01-05 10:50:19.225 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-01-05 10:50:19.654 | Selecting previously unselected package libann0. 2022-01-05 10:50:19.663 | Preparing to unpack .../097-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-01-05 10:50:19.723 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-01-05 10:50:20.089 | Selecting previously unselected package libcdt5:amd64. 2022-01-05 10:50:20.096 | Preparing to unpack .../098-libcdt5_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:20.134 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-01-05 10:50:20.454 | Selecting previously unselected package libcgraph6:amd64. 2022-01-05 10:50:20.463 | Preparing to unpack .../099-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:20.505 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-01-05 10:50:20.992 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-01-05 10:50:21.000 | Preparing to unpack .../100-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-01-05 10:50:21.054 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-01-05 10:50:21.415 | Selecting previously unselected package libjpeg8:amd64. 2022-01-05 10:50:21.422 | Preparing to unpack .../101-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-01-05 10:50:21.477 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-01-05 10:50:21.923 | Selecting previously unselected package libjbig0:amd64. 2022-01-05 10:50:21.931 | Preparing to unpack .../102-libjbig0_2.1-3.1build1_amd64.deb ... 2022-01-05 10:50:22.003 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-01-05 10:50:22.385 | Selecting previously unselected package libwebp6:amd64. 2022-01-05 10:50:22.392 | Preparing to unpack .../103-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:50:22.442 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-01-05 10:50:22.872 | Selecting previously unselected package libtiff5:amd64. 2022-01-05 10:50:22.879 | Preparing to unpack .../104-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-01-05 10:50:22.917 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-01-05 10:50:23.345 | Selecting previously unselected package libxpm4:amd64. 2022-01-05 10:50:23.352 | Preparing to unpack .../105-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-01-05 10:50:23.408 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-01-05 10:50:23.797 | Selecting previously unselected package libgd3:amd64. 2022-01-05 10:50:23.805 | Preparing to unpack .../106-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-01-05 10:50:23.894 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-01-05 10:50:24.352 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-01-05 10:50:24.359 | Preparing to unpack .../107-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-01-05 10:50:24.414 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-01-05 10:50:24.859 | Selecting previously unselected package libpixman-1-0:amd64. 2022-01-05 10:50:24.867 | Preparing to unpack .../108-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-01-05 10:50:24.916 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-01-05 10:50:25.380 | Selecting previously unselected package libxcb-render0:amd64. 2022-01-05 10:50:25.388 | Preparing to unpack .../109-libxcb-render0_1.14-2_amd64.deb ... 2022-01-05 10:50:25.425 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-01-05 10:50:25.780 | Selecting previously unselected package libxcb-shm0:amd64. 2022-01-05 10:50:25.788 | Preparing to unpack .../110-libxcb-shm0_1.14-2_amd64.deb ... 2022-01-05 10:50:25.820 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-01-05 10:50:26.100 | Selecting previously unselected package libxrender1:amd64. 2022-01-05 10:50:26.108 | Preparing to unpack .../111-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-01-05 10:50:26.145 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-01-05 10:50:26.442 | Selecting previously unselected package libcairo2:amd64. 2022-01-05 10:50:26.449 | Preparing to unpack .../112-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-01-05 10:50:26.499 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-01-05 10:50:26.974 | Selecting previously unselected package libgraphite2-3:amd64. 2022-01-05 10:50:26.982 | Preparing to unpack .../113-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-01-05 10:50:27.031 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-01-05 10:50:27.407 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-01-05 10:50:27.415 | Preparing to unpack .../114-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-01-05 10:50:27.464 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-01-05 10:50:27.826 | Selecting previously unselected package libthai-data. 2022-01-05 10:50:27.834 | Preparing to unpack .../115-libthai-data_0.1.28-3_all.deb ... 2022-01-05 10:50:27.865 | Unpacking libthai-data (0.1.28-3) ... 2022-01-05 10:50:28.162 | Selecting previously unselected package libdatrie1:amd64. 2022-01-05 10:50:28.170 | Preparing to unpack .../116-libdatrie1_0.2.12-3_amd64.deb ... 2022-01-05 10:50:28.218 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-01-05 10:50:28.557 | Selecting previously unselected package libthai0:amd64. 2022-01-05 10:50:28.565 | Preparing to unpack .../117-libthai0_0.1.28-3_amd64.deb ... 2022-01-05 10:50:28.614 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-01-05 10:50:28.928 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-01-05 10:50:28.935 | Preparing to unpack .../118-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-01-05 10:50:28.984 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:50:29.403 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-01-05 10:50:29.411 | Preparing to unpack .../119-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-01-05 10:50:29.448 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:50:29.763 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-01-05 10:50:29.771 | Preparing to unpack .../120-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-01-05 10:50:29.802 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:50:30.118 | Selecting previously unselected package libpathplan4:amd64. 2022-01-05 10:50:30.125 | Preparing to unpack .../121-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:30.163 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-01-05 10:50:30.615 | Selecting previously unselected package libgvc6. 2022-01-05 10:50:30.622 | Preparing to unpack .../122-libgvc6_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:30.654 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-01-05 10:50:31.095 | Selecting previously unselected package libgvpr2:amd64. 2022-01-05 10:50:31.102 | Preparing to unpack .../123-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:31.146 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-01-05 10:50:31.478 | Selecting previously unselected package liblab-gamut1:amd64. 2022-01-05 10:50:31.485 | Preparing to unpack .../124-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:31.534 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-01-05 10:50:32.146 | Selecting previously unselected package x11-common. 2022-01-05 10:50:32.154 | Preparing to unpack .../125-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-01-05 10:50:32.231 | dpkg-query: no packages found matching nux-tools 2022-01-05 10:50:32.241 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-01-05 10:50:32.597 | Selecting previously unselected package libice6:amd64. 2022-01-05 10:50:32.605 | Preparing to unpack .../126-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-01-05 10:50:32.643 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-01-05 10:50:33.049 | Selecting previously unselected package libsm6:amd64. 2022-01-05 10:50:33.057 | Preparing to unpack .../127-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-01-05 10:50:33.094 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-01-05 10:50:33.460 | Selecting previously unselected package libxt6:amd64. 2022-01-05 10:50:33.468 | Preparing to unpack .../128-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-01-05 10:50:33.505 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-01-05 10:50:33.911 | Selecting previously unselected package libxmu6:amd64. 2022-01-05 10:50:33.918 | Preparing to unpack .../129-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-01-05 10:50:33.979 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-01-05 10:50:34.287 | Selecting previously unselected package libxaw7:amd64. 2022-01-05 10:50:34.295 | Preparing to unpack .../130-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-01-05 10:50:34.344 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-01-05 10:50:34.637 | Selecting previously unselected package graphviz. 2022-01-05 10:50:34.645 | Preparing to unpack .../131-graphviz_2.42.2-3build2_amd64.deb ... 2022-01-05 10:50:34.694 | Unpacking graphviz (2.42.2-3build2) ... 2022-01-05 10:50:35.214 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-01-05 10:50:35.222 | Preparing to unpack .../132-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-01-05 10:50:35.254 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:50:35.557 | Selecting previously unselected package libibverbs1:amd64. 2022-01-05 10:50:35.565 | Preparing to unpack .../133-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-01-05 10:50:35.601 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:50:36.066 | Selecting previously unselected package ibverbs-providers:amd64. 2022-01-05 10:50:36.074 | Preparing to unpack .../134-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-01-05 10:50:36.118 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:50:36.539 | Selecting previously unselected package icu-devtools. 2022-01-05 10:50:36.547 | Preparing to unpack .../135-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-01-05 10:50:36.597 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-01-05 10:50:36.945 | Selecting previously unselected package iputils-arping. 2022-01-05 10:50:36.953 | Preparing to unpack .../136-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-01-05 10:50:37.002 | Unpacking iputils-arping (3:20190709-3) ... 2022-01-05 10:50:37.505 | Selecting previously unselected package javascript-common. 2022-01-05 10:50:37.513 | Preparing to unpack .../137-javascript-common_11_all.deb ... 2022-01-05 10:50:37.592 | Unpacking javascript-common (11) ... 2022-01-05 10:50:37.917 | Selecting previously unselected package libgssrpc4:amd64. 2022-01-05 10:50:37.925 | Preparing to unpack .../138-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:50:37.957 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:50:38.243 | Selecting previously unselected package libkdb5-9:amd64. 2022-01-05 10:50:38.251 | Preparing to unpack .../139-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:50:38.289 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:50:38.613 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-01-05 10:50:38.621 | Preparing to unpack .../140-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:50:38.670 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:50:39.087 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-01-05 10:50:39.095 | Preparing to unpack .../141-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:50:39.161 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:50:39.551 | Selecting previously unselected package comerr-dev:amd64. 2022-01-05 10:50:39.560 | Preparing to unpack .../142-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-01-05 10:50:39.610 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-01-05 10:50:39.929 | Selecting previously unselected package krb5-multidev:amd64. 2022-01-05 10:50:39.937 | Preparing to unpack .../143-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:50:39.979 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:50:40.288 | Selecting previously unselected package libalgorithm-diff-perl. 2022-01-05 10:50:40.296 | Preparing to unpack .../144-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-01-05 10:50:40.357 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-01-05 10:50:40.699 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-01-05 10:50:40.706 | Preparing to unpack .../145-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-01-05 10:50:40.757 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-01-05 10:50:41.089 | Selecting previously unselected package libalgorithm-merge-perl. 2022-01-05 10:50:41.096 | Preparing to unpack .../146-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-01-05 10:50:41.151 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-01-05 10:50:41.409 | Selecting previously unselected package libarchive-cpio-perl. 2022-01-05 10:50:41.417 | Preparing to unpack .../147-libarchive-cpio-perl_0.10-1_all.deb ... 2022-01-05 10:50:41.466 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-01-05 10:50:41.752 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-01-05 10:50:41.760 | Preparing to unpack .../148-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-01-05 10:50:41.803 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-01-05 10:50:42.207 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-01-05 10:50:42.215 | Preparing to unpack .../149-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-01-05 10:50:42.265 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-01-05 10:50:42.574 | Selecting previously unselected package libfile-fcntllock-perl. 2022-01-05 10:50:42.582 | Preparing to unpack .../150-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-01-05 10:50:42.620 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-01-05 10:50:42.866 | Selecting previously unselected package libgts-bin. 2022-01-05 10:50:42.874 | Preparing to unpack .../151-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-01-05 10:50:42.911 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-01-05 10:50:43.219 | Selecting previously unselected package libicu-dev:amd64. 2022-01-05 10:50:43.227 | Preparing to unpack .../152-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-01-05 10:50:43.277 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-01-05 10:50:45.065 | Selecting previously unselected package libipset13:amd64. 2022-01-05 10:50:45.074 | Preparing to unpack .../153-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:50:45.214 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-01-05 10:50:45.546 | Selecting previously unselected package librdmacm1:amd64. 2022-01-05 10:50:45.553 | Preparing to unpack .../154-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-01-05 10:50:45.586 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:50:45.940 | Selecting previously unselected package libiscsi7:amd64. 2022-01-05 10:50:45.948 | Preparing to unpack .../155-libiscsi7_1.18.0-2_amd64.deb ... 2022-01-05 10:50:45.997 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-01-05 10:50:46.294 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-01-05 10:50:46.302 | Preparing to unpack .../156-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-01-05 10:50:46.351 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-01-05 10:50:46.677 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-01-05 10:50:46.685 | Preparing to unpack .../157-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-01-05 10:50:46.728 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-01-05 10:50:47.059 | Selecting previously unselected package libjpeg-dev:amd64. 2022-01-05 10:50:47.067 | Preparing to unpack .../158-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-01-05 10:50:47.116 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-01-05 10:50:47.489 | Selecting previously unselected package libjs-jquery. 2022-01-05 10:50:47.496 | Preparing to unpack .../159-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-01-05 10:50:47.540 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-01-05 10:50:47.849 | Selecting previously unselected package libjs-jquery-metadata. 2022-01-05 10:50:47.857 | Preparing to unpack .../160-libjs-jquery-metadata_12-1.1_all.deb ... 2022-01-05 10:50:47.888 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-01-05 10:50:48.215 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-01-05 10:50:48.222 | Preparing to unpack .../161-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-01-05 10:50:48.260 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-01-05 10:50:48.648 | Selecting previously unselected package libltdl-dev:amd64. 2022-01-05 10:50:48.656 | Preparing to unpack .../162-libltdl-dev_2.4.6-14_amd64.deb ... 2022-01-05 10:50:48.717 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-01-05 10:50:49.066 | Selecting previously unselected package libsys-hostname-long-perl. 2022-01-05 10:50:49.074 | Preparing to unpack .../163-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-01-05 10:50:49.133 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-01-05 10:50:49.448 | Selecting previously unselected package libmail-sendmail-perl. 2022-01-05 10:50:49.455 | Preparing to unpack .../164-libmail-sendmail-perl_0.80-1_all.deb ... 2022-01-05 10:50:49.510 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-01-05 10:50:49.803 | Selecting previously unselected package libncurses-dev:amd64. 2022-01-05 10:50:49.812 | Preparing to unpack .../165-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-01-05 10:50:49.883 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-01-05 10:50:50.391 | Selecting previously unselected package libnspr4:amd64. 2022-01-05 10:50:50.400 | Preparing to unpack .../166-libnspr4_2%3a4.25-1_amd64.deb ... 2022-01-05 10:50:50.443 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-01-05 10:50:50.837 | Selecting previously unselected package libnss3:amd64. 2022-01-05 10:50:50.845 | Preparing to unpack .../167-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-01-05 10:50:50.894 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-01-05 10:50:51.478 | Selecting previously unselected package libomp5-10:amd64. 2022-01-05 10:50:51.485 | Preparing to unpack .../168-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:50:51.561 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:50:51.997 | Selecting previously unselected package libomp-10-dev. 2022-01-05 10:50:52.005 | Preparing to unpack .../169-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:50:52.058 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:50:52.363 | Selecting previously unselected package pcp-conf. 2022-01-05 10:50:52.371 | Preparing to unpack .../170-pcp-conf_5.0.3-1_amd64.deb ... 2022-01-05 10:50:52.424 | Unpacking pcp-conf (5.0.3-1) ... 2022-01-05 10:50:52.796 | Selecting previously unselected package libpcp3. 2022-01-05 10:50:52.804 | Preparing to unpack .../171-libpcp3_5.0.3-1_amd64.deb ... 2022-01-05 10:50:52.876 | Unpacking libpcp3 (5.0.3-1) ... 2022-01-05 10:50:53.340 | Selecting previously unselected package libpcp-pmda3. 2022-01-05 10:50:53.348 | Preparing to unpack .../172-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-01-05 10:50:53.391 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-01-05 10:50:53.643 | Selecting previously unselected package libpcp-pmda-perl. 2022-01-05 10:50:53.651 | Preparing to unpack .../173-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-01-05 10:50:53.688 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-01-05 10:50:54.066 | Selecting previously unselected package libpq5:amd64. 2022-01-05 10:50:54.075 | Preparing to unpack .../174-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:50:54.117 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:50:54.409 | Selecting previously unselected package libpq-dev. 2022-01-05 10:50:54.417 | Preparing to unpack .../175-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:50:54.454 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:50:54.952 | Selecting previously unselected package librados2. 2022-01-05 10:50:54.959 | Preparing to unpack .../176-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-01-05 10:50:55.002 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-01-05 10:50:55.821 | Selecting previously unselected package librbd1. 2022-01-05 10:50:55.829 | Preparing to unpack .../177-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-01-05 10:50:55.860 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-01-05 10:50:56.426 | Selecting previously unselected package libsasl2-dev. 2022-01-05 10:50:56.435 | Preparing to unpack .../178-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2022-01-05 10:50:56.488 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2022-01-05 10:50:56.802 | Selecting previously unselected package libssl-dev:amd64. 2022-01-05 10:50:56.810 | Preparing to unpack .../179-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-01-05 10:50:56.859 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-01-05 10:50:57.414 | Selecting previously unselected package libsystemd-dev:amd64. 2022-01-05 10:50:57.422 | Preparing to unpack .../180-libsystemd-dev_245.4-4ubuntu3.14_amd64.deb ... 2022-01-05 10:50:57.477 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.14) ... 2022-01-05 10:50:57.826 | Selecting previously unselected package libtinfo-dev:amd64. 2022-01-05 10:50:57.834 | Preparing to unpack .../181-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-01-05 10:50:57.871 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-01-05 10:50:58.220 | Selecting previously unselected package libx86-1:amd64. 2022-01-05 10:50:58.228 | Preparing to unpack .../182-libx86-1_1.1+ds1-11_amd64.deb ... 2022-01-05 10:50:58.281 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-01-05 10:50:58.545 | Selecting previously unselected package libxml2-dev:amd64. 2022-01-05 10:50:58.553 | Preparing to unpack .../183-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:50:58.597 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-01-05 10:50:59.003 | Selecting previously unselected package libxslt1-dev:amd64. 2022-01-05 10:50:59.012 | Preparing to unpack .../184-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-01-05 10:50:59.043 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-01-05 10:50:59.482 | Selecting previously unselected package llvm-10-runtime. 2022-01-05 10:50:59.490 | Preparing to unpack .../185-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:50:59.539 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-01-05 10:50:59.956 | Selecting previously unselected package libpfm4:amd64. 2022-01-05 10:50:59.965 | Preparing to unpack .../186-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-01-05 10:51:00.013 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-01-05 10:51:00.397 | Selecting previously unselected package llvm-10. 2022-01-05 10:51:00.406 | Preparing to unpack .../187-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:51:00.431 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:01.511 | Selecting previously unselected package libffi-dev:amd64. 2022-01-05 10:51:01.519 | Preparing to unpack .../188-libffi-dev_3.3-4_amd64.deb ... 2022-01-05 10:51:01.551 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-01-05 10:51:02.009 | Selecting previously unselected package python3-pygments. 2022-01-05 10:51:02.017 | Preparing to unpack .../189-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-01-05 10:51:02.059 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-01-05 10:51:02.460 | Selecting previously unselected package llvm-10-tools. 2022-01-05 10:51:02.468 | Preparing to unpack .../190-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:51:02.517 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:02.985 | Selecting previously unselected package libz3-4:amd64. 2022-01-05 10:51:02.994 | Preparing to unpack .../191-libz3-4_4.8.7-4build1_amd64.deb ... 2022-01-05 10:51:03.036 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-01-05 10:51:04.345 | Selecting previously unselected package libz3-dev:amd64. 2022-01-05 10:51:04.353 | Preparing to unpack .../192-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-01-05 10:51:04.385 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-01-05 10:51:04.734 | Selecting previously unselected package llvm-10-dev. 2022-01-05 10:51:04.743 | Preparing to unpack .../193-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 10:51:04.791 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:09.586 | Selecting previously unselected package lsscsi. 2022-01-05 10:51:09.595 | Preparing to unpack .../194-lsscsi_0.30-0.1_amd64.deb ... 2022-01-05 10:51:09.631 | Unpacking lsscsi (0.30-0.1) ... 2022-01-05 10:51:10.043 | Selecting previously unselected package pkg-config. 2022-01-05 10:51:10.051 | Preparing to unpack .../195-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-01-05 10:51:10.105 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-01-05 10:51:10.487 | Selecting previously unselected package pm-utils. 2022-01-05 10:51:10.496 | Preparing to unpack .../196-pm-utils_1.4.1-19_all.deb ... 2022-01-05 10:51:10.551 | Unpacking pm-utils (1.4.1-19) ... 2022-01-05 10:51:10.923 | Selecting previously unselected package postgresql-client-common. 2022-01-05 10:51:10.932 | Preparing to unpack .../197-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-01-05 10:51:10.963 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-01-05 10:51:11.300 | Selecting previously unselected package postgresql-client-12. 2022-01-05 10:51:11.309 | Preparing to unpack .../198-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:51:11.362 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:51:11.911 | Selecting previously unselected package ssl-cert. 2022-01-05 10:51:11.920 | Preparing to unpack .../199-ssl-cert_1.0.39_all.deb ... 2022-01-05 10:51:11.968 | Unpacking ssl-cert (1.0.39) ... 2022-01-05 10:51:12.489 | Selecting previously unselected package postgresql-common. 2022-01-05 10:51:12.497 | Preparing to unpack .../200-postgresql-common_214ubuntu0.1_all.deb ... 2022-01-05 10:51:12.575 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-01-05 10:51:12.615 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-01-05 10:51:13.014 | Selecting previously unselected package postgresql-server-dev-12. 2022-01-05 10:51:13.023 | Preparing to unpack .../201-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:51:13.077 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:51:13.677 | Selecting previously unselected package postgresql-server-dev-all. 2022-01-05 10:51:13.686 | Preparing to unpack .../202-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-01-05 10:51:13.762 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 10:51:14.083 | Selecting previously unselected package python-pip-whl. 2022-01-05 10:51:14.091 | Preparing to unpack .../203-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-01-05 10:51:14.140 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-01-05 10:51:14.722 | Selecting previously unselected package python3-mysqldb. 2022-01-05 10:51:14.732 | Preparing to unpack .../204-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-01-05 10:51:14.785 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-01-05 10:51:15.231 | Selecting previously unselected package python3-wheel. 2022-01-05 10:51:15.240 | Preparing to unpack .../205-python3-wheel_0.34.2-1_all.deb ... 2022-01-05 10:51:15.282 | Unpacking python3-wheel (0.34.2-1) ... 2022-01-05 10:51:15.677 | Selecting previously unselected package python3-pip. 2022-01-05 10:51:15.686 | Preparing to unpack .../206-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-01-05 10:51:15.745 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-01-05 10:51:16.220 | Selecting previously unselected package python3.8-venv. 2022-01-05 10:51:16.228 | Preparing to unpack .../207-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2022-01-05 10:51:16.282 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-01-05 10:51:16.568 | Selecting previously unselected package python3-venv. 2022-01-05 10:51:16.577 | Preparing to unpack .../208-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-01-05 10:51:16.630 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-01-05 10:51:16.940 | Selecting previously unselected package qemu-block-extra:amd64. 2022-01-05 10:51:16.948 | Preparing to unpack .../209-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-01-05 10:51:16.990 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-01-05 10:51:17.311 | Selecting previously unselected package qemu-utils. 2022-01-05 10:51:17.320 | Preparing to unpack .../210-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-01-05 10:51:17.373 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ... 2022-01-05 10:51:17.917 | Selecting previously unselected package sharutils. 2022-01-05 10:51:17.925 | Preparing to unpack .../211-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-01-05 10:51:17.967 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-01-05 10:51:18.374 | Selecting previously unselected package sqlite3. 2022-01-05 10:51:18.383 | Preparing to unpack .../212-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-01-05 10:51:18.414 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-01-05 10:51:18.900 | Selecting previously unselected package unzip. 2022-01-05 10:51:18.909 | Preparing to unpack .../213-unzip_6.0-25ubuntu1_amd64.deb ... 2022-01-05 10:51:18.951 | Unpacking unzip (6.0-25ubuntu1) ... 2022-01-05 10:51:19.225 | Selecting previously unselected package vbetool. 2022-01-05 10:51:19.234 | Preparing to unpack .../214-vbetool_1.1-4_amd64.deb ... 2022-01-05 10:51:19.276 | Unpacking vbetool (1.1-4) ... 2022-01-05 10:51:19.654 | Selecting previously unselected package ipset. 2022-01-05 10:51:19.663 | Preparing to unpack .../215-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:51:19.728 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-01-05 10:51:20.191 | Selecting previously unselected package ipvsadm. 2022-01-05 10:51:20.200 | Preparing to unpack .../216-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-01-05 10:51:20.298 | Unpacking ipvsadm (1:1.31-1) ... 2022-01-05 10:51:20.757 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-01-05 10:51:20.766 | Preparing to unpack .../217-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.8_amd64.deb ... 2022-01-05 10:51:20.832 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2022-01-05 10:51:21.225 | Selecting previously unselected package liberasurecode1:amd64. 2022-01-05 10:51:21.234 | Preparing to unpack .../218-liberasurecode1_1.6.1-4_amd64.deb ... 2022-01-05 10:51:21.276 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-01-05 10:51:21.534 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-01-05 10:51:21.542 | Preparing to unpack .../219-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-01-05 10:51:21.585 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-01-05 10:51:21.871 | Selecting previously unselected package libkrb5-dev:amd64. 2022-01-05 10:51:21.880 | Preparing to unpack .../220-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-01-05 10:51:21.939 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:51:22.374 | Selecting previously unselected package libpcp-gui2. 2022-01-05 10:51:22.382 | Preparing to unpack .../221-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-01-05 10:51:22.431 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-01-05 10:51:22.802 | Selecting previously unselected package libpcp-import1. 2022-01-05 10:51:22.811 | Preparing to unpack .../222-libpcp-import1_5.0.3-1_amd64.deb ... 2022-01-05 10:51:22.865 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-01-05 10:51:23.174 | Selecting previously unselected package libpcp-mmv1. 2022-01-05 10:51:23.182 | Preparing to unpack .../223-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-01-05 10:51:23.213 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-01-05 10:51:23.545 | Selecting previously unselected package libpcp-trace2. 2022-01-05 10:51:23.553 | Preparing to unpack .../224-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-01-05 10:51:23.608 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-01-05 10:51:23.900 | Selecting previously unselected package libpcp-web1. 2022-01-05 10:51:23.909 | Preparing to unpack .../225-libpcp-web1_5.0.3-1_amd64.deb ... 2022-01-05 10:51:23.939 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-01-05 10:51:24.202 | Selecting previously unselected package libyaml-dev:amd64. 2022-01-05 10:51:24.211 | Preparing to unpack .../226-libyaml-dev_0.2.2-1_amd64.deb ... 2022-01-05 10:51:24.259 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-01-05 10:51:24.619 | Selecting previously unselected package python3-pcp. 2022-01-05 10:51:24.628 | Preparing to unpack .../227-python3-pcp_5.0.3-1_amd64.deb ... 2022-01-05 10:51:24.676 | Unpacking python3-pcp (5.0.3-1) ... 2022-01-05 10:51:25.128 | Selecting previously unselected package pcp. 2022-01-05 10:51:25.137 | Preparing to unpack .../228-pcp_5.0.3-1_amd64.deb ... 2022-01-05 10:51:25.258 | Unpacking pcp (5.0.3-1) ... 2022-01-05 10:51:26.266 | Selecting previously unselected package socat. 2022-01-05 10:51:26.275 | Preparing to unpack .../229-socat_1.7.3.3-2_amd64.deb ... 2022-01-05 10:51:26.305 | Unpacking socat (1.7.3.3-2) ... 2022-01-05 10:51:26.654 | Selecting previously unselected package vlan. 2022-01-05 10:51:26.663 | Preparing to unpack .../230-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-01-05 10:51:26.705 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-01-05 10:51:26.995 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-01-05 10:51:27.145 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-01-05 10:51:27.414 | Setting up javascript-common (11) ... 2022-01-05 10:51:27.573 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-01-05 10:51:27.637 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-01-05 10:51:27.734 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-01-05 10:51:27.848 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-01-05 10:51:27.940 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-01-05 10:51:28.159 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-01-05 10:51:28.231 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-01-05 10:51:28.322 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-01-05 10:51:28.414 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:51:28.522 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-01-05 10:51:28.643 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-01-05 10:51:28.762 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-01-05 10:51:28.882 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-01-05 10:51:28.974 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-01-05 10:51:29.134 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-01-05 10:51:29.299 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-01-05 10:51:29.442 | Setting up libarchive-zip-perl (1.67-2) ... 2022-01-05 10:51:29.573 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-01-05 10:51:29.728 | Setting up vbetool (1.1-4) ... 2022-01-05 10:51:29.881 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-01-05 10:51:29.997 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-01-05 10:51:30.179 | Setting up pm-utils (1.4.1-19) ... 2022-01-05 10:51:30.402 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2022-01-05 10:51:30.848 | Setting up unzip (6.0-25ubuntu1) ... 2022-01-05 10:51:30.956 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-01-05 10:51:31.093 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-01-05 10:51:31.235 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-01-05 10:51:32.309 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-01-05 10:51:33.031 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-01-05 10:51:33.241 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-01-05 10:51:33.379 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-01-05 10:51:33.527 | Setting up m4 (1.4.18-4) ... 2022-01-05 10:51:33.630 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 10:51:34.036 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:51:34.185 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-01-05 10:51:34.321 | Setting up iputils-arping (3:20190709-3) ... 2022-01-05 10:51:34.448 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-01-05 10:51:34.602 | Setting up conntrack (1:1.4.5-2) ... 2022-01-05 10:51:34.722 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-01-05 10:51:34.853 | Setting up python3-wheel (0.34.2-1) ... 2022-01-05 10:51:35.276 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-01-05 10:51:35.407 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-01-05 10:51:35.874 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-01-05 10:51:38.088 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-01-05 10:51:39.836 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-01-05 10:51:40.568 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-01-05 10:51:40.774 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-01-05 10:51:40.939 | Setting up acl (2.2.53-6) ... 2022-01-05 10:51:41.081 | Setting up dns-root-data (2019052802) ... 2022-01-05 10:51:41.236 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:41.368 | Setting up fakeroot (1.24-1) ... 2022-01-05 10:51:41.457 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-01-05 10:51:41.596 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-01-05 10:51:41.710 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-01-05 10:51:41.853 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:51:41.990 | Setting up autotools-dev (20180224.1) ... 2022-01-05 10:51:42.099 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-01-05 10:51:43.071 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-01-05 10:51:43.236 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2022-01-05 10:51:43.390 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-01-05 10:51:43.551 | Setting up make (4.2.1-1.2) ... 2022-01-05 10:51:43.704 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-01-05 10:51:43.842 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-01-05 10:51:43.962 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:44.116 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2022-01-05 10:51:44.299 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-01-05 10:51:44.453 | Setting up ebtables (2.0.11-3build1) ... 2022-01-05 10:51:45.190 | Setting up socat (1.7.3.3-2) ... 2022-01-05 10:51:45.282 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-01-05 10:51:45.379 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-01-05 10:51:45.499 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-01-05 10:51:45.613 | Setting up autopoint (0.19.8.1-10build1) ... 2022-01-05 10:51:45.705 | Setting up binfmt-support (2.2.0-2) ... 2022-01-05 10:51:46.122 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-01-05 10:51:47.253 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-01-05 10:51:47.407 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-01-05 10:51:47.636 | Setting up fonts-dejavu-core (2.37-1) ... 2022-01-05 10:51:48.362 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-01-05 10:51:48.516 | Setting up lsscsi (0.30-0.1) ... 2022-01-05 10:51:48.682 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-01-05 10:51:48.813 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:51:48.956 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-01-05 10:51:49.111 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-01-05 10:51:49.276 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-01-05 10:51:49.425 | Setting up autoconf (2.69-11.1) ... 2022-01-05 10:51:49.625 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-01-05 10:51:49.779 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-01-05 10:51:49.931 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-01-05 10:51:50.019 | Setting up dwz (0.13-5) ... 2022-01-05 10:51:50.162 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-01-05 10:51:50.293 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-01-05 10:51:50.391 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-01-05 10:51:50.544 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-01-05 10:51:50.693 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-01-05 10:51:51.053 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:51:51.208 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:51.316 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-01-05 10:51:51.419 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-01-05 10:51:51.516 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-01-05 10:51:51.635 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:51:51.818 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-01-05 10:51:51.933 | Setting up pcp-conf (5.0.3-1) ... 2022-01-05 10:51:52.076 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2022-01-05 10:51:52.253 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-01-05 10:51:52.402 | Setting up libsub-override-perl (0.09-2) ... 2022-01-05 10:51:52.533 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-01-05 10:51:52.642 | Setting up libthai-data (0.1.28-3) ... 2022-01-05 10:51:52.808 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-01-05 10:51:52.893 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-01-05 10:51:52.991 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-01-05 10:51:53.116 | Setting up apache2-data (2.4.41-4ubuntu3.8) ... 2022-01-05 10:51:53.230 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-01-05 10:51:53.384 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:51:53.487 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-01-05 10:51:53.642 | Setting up sharutils (1:4.15.2-4build1) ... 2022-01-05 10:51:53.786 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-01-05 10:51:53.945 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2022-01-05 10:51:54.155 | Setting up conntrackd (1:1.4.5-2) ... 2022-01-05 10:51:55.449 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-01-05 10:51:55.865 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-01-05 10:51:55.979 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-01-05 10:51:56.076 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-01-05 10:51:56.231 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-01-05 10:51:56.379 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.14) ... 2022-01-05 10:51:56.545 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-01-05 10:51:56.670 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-01-05 10:51:56.756 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:51:56.899 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-01-05 10:51:57.053 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-01-05 10:51:57.125 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-01-05 10:51:57.202 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-01-05 10:51:57.299 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-01-05 10:51:57.418 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:51:57.551 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-01-05 10:51:57.682 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-01-05 10:51:57.768 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-01-05 10:51:57.927 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-01-05 10:51:58.070 | Setting up libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:51:58.225 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:58.356 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-01-05 10:51:58.459 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:51:58.556 | Setting up wget (1.20.3-1ubuntu2) ... 2022-01-05 10:51:58.762 | Setting up libtool (2.4.6-14) ... 2022-01-05 10:51:58.859 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-01-05 10:52:00.779 | Setting up openssh-client (1:8.2p1-4ubuntu0.3) ... 2022-01-05 10:52:01.025 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:52:01.168 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2022-01-05 10:52:02.468 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-01-05 10:52:03.602 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:52:03.733 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-01-05 10:52:03.870 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:52:04.013 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-01-05 10:52:04.698 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-01-05 10:52:04.836 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:04.979 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:05.110 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-01-05 10:52:05.379 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:52:05.493 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-01-05 10:52:05.881 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-01-05 10:52:06.025 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-01-05 10:52:06.110 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-01-05 10:52:06.276 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-01-05 10:52:06.442 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:52:07.143 | 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-01-05 10:52:07.258 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:52:07.385 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-01-05 10:52:07.476 | Setting up ssl-cert (1.0.39) ... 2022-01-05 10:52:08.282 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-01-05 10:52:08.430 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-01-05 10:52:08.625 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-01-05 10:52:08.790 | Setting up postgresql-common (214ubuntu0.1) ... 2022-01-05 10:52:09.997 | Adding user postgres to group ssl-cert 2022-01-05 10:52:10.245 | 2022-01-05 10:52:10.245 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-01-05 10:52:10.440 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-01-05 10:52:10.440 | Removing obsolete dictionary files: 2022-01-05 10:52:11.020 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-01-05 10:52:12.247 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-01-05 10:52:12.413 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-01-05 10:52:12.533 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-01-05 10:52:12.836 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-01-05 10:52:13.413 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-01-05 10:52:13.533 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-01-05 10:52:13.670 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-01-05 10:52:13.819 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-01-05 10:52:13.927 | Setting up build-essential (12.8ubuntu1.1) ... 2022-01-05 10:52:14.116 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-01-05 10:52:14.276 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-01-05 10:52:14.447 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-01-05 10:52:14.573 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-01-05 10:52:14.727 | Setting up apache2-utils (2.4.41-4ubuntu3.8) ... 2022-01-05 10:52:14.887 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:52:15.041 | Setting up ipvsadm (1:1.31-1) ... 2022-01-05 10:52:16.139 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.3) ... 2022-01-05 10:52:16.264 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:52:16.607 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-01-05 10:52:18.742 | Regenerating fonts cache... done. 2022-01-05 10:52:18.802 | Setting up gettext (0.19.8.1-10build1) ... 2022-01-05 10:52:18.904 | Setting up libpcp3 (5.0.3-1) ... 2022-01-05 10:52:19.053 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-01-05 10:52:19.167 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-01-05 10:52:19.276 | Setting up openssh-server (1:8.2p1-4ubuntu0.3) ... 2022-01-05 10:52:20.943 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-01-05 10:52:21.876 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:52:22.705 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:22.813 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2022-01-05 10:52:23.965 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-01-05 10:52:24.739 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:24.824 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-01-05 10:52:24.921 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:52:25.018 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-01-05 10:52:25.149 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-01-05 10:52:25.304 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-01-05 10:52:25.459 | Setting up apache2-bin (2.4.41-4ubuntu3.8) ... 2022-01-05 10:52:25.590 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-01-05 10:52:25.710 | Setting up libpcp-web1 (5.0.3-1) ... 2022-01-05 10:52:25.801 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-01-05 10:52:25.950 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-01-05 10:52:26.081 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:26.173 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-01-05 10:52:26.390 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-01-05 10:52:26.475 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-01-05 10:52:26.624 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-01-05 10:52:26.750 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-01-05 10:52:26.864 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-01-05 10:52:27.007 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-01-05 10:52:27.173 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:52:27.339 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 10:52:27.470 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-01-05 10:52:27.613 | Setting up libpcp-import1 (5.0.3-1) ... 2022-01-05 10:52:27.744 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-01-05 10:52:27.870 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-01-05 10:52:28.025 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-01-05 10:52:28.139 | Setting up po-debconf (1.0.21) ... 2022-01-05 10:52:28.247 | Setting up apache2 (2.4.41-4ubuntu3.8) ... 2022-01-05 10:52:35.828 | Enabling module mpm_event. 2022-01-05 10:52:35.891 | Enabling module authz_core. 2022-01-05 10:52:35.896 | Enabling module authz_host. 2022-01-05 10:52:35.956 | Enabling module authn_core. 2022-01-05 10:52:35.961 | Enabling module auth_basic. 2022-01-05 10:52:36.020 | Enabling module access_compat. 2022-01-05 10:52:36.078 | Enabling module authn_file. 2022-01-05 10:52:36.137 | Enabling module authz_user. 2022-01-05 10:52:36.196 | Enabling module alias. 2022-01-05 10:52:36.254 | Enabling module dir. 2022-01-05 10:52:36.313 | Enabling module autoindex. 2022-01-05 10:52:36.371 | Enabling module env. 2022-01-05 10:52:36.430 | Enabling module mime. 2022-01-05 10:52:36.489 | Enabling module negotiation. 2022-01-05 10:52:36.547 | Enabling module setenvif. 2022-01-05 10:52:36.605 | Enabling module filter. 2022-01-05 10:52:36.664 | Enabling module deflate. 2022-01-05 10:52:36.724 | Enabling module status. 2022-01-05 10:52:36.783 | Enabling module reqtimeout. 2022-01-05 10:52:36.841 | Enabling conf charset. 2022-01-05 10:52:36.900 | Enabling conf localized-error-pages. 2022-01-05 10:52:36.959 | Enabling conf other-vhosts-access-log. 2022-01-05 10:52:37.017 | Enabling conf security. 2022-01-05 10:52:37.076 | Enabling conf serve-cgi-bin. 2022-01-05 10:52:37.135 | Enabling site 000-default. 2022-01-05 10:52:37.187 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-01-05 10:52:37.242 | Enabling conf javascript-common. 2022-01-05 10:52:37.499 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-01-05 10:52:38.074 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-01-05 10:52:40.818 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-01-05 10:52:40.990 | Setting up python3-pcp (5.0.3-1) ... 2022-01-05 10:52:41.424 | Setting up libgvc6 (2.42.2-3build2) ... 2022-01-05 10:52:41.613 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-01-05 10:52:41.738 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2022-01-05 10:52:41.847 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-01-05 10:52:41.956 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 10:52:42.127 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-01-05 10:52:42.304 | Setting up graphviz (2.42.2-3build2) ... 2022-01-05 10:52:42.447 | Setting up pcp (5.0.3-1) ... 2022-01-05 10:52:45.546 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-01-05 10:52:45.973 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-01-05 10:52:46.397 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-01-05 10:52:46.825 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-01-05 10:53:03.595 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ... 2022-01-05 10:53:03.729 | Setting up systemd (245.4-4ubuntu3.14) ... 2022-01-05 10:53:03.786 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-01-05 10:53:05.671 | Setting up dh-autoreconf (19) ... 2022-01-05 10:53:05.825 | Setting up systemd-timesyncd (245.4-4ubuntu3.14) ... 2022-01-05 10:53:06.878 | Setting up systemd-sysv (245.4-4ubuntu3.14) ... 2022-01-05 10:53:07.008 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.14) ... 2022-01-05 10:53:07.122 | Setting up debhelper (12.10ubuntu1) ... 2022-01-05 10:53:07.236 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.14) ... 2022-01-05 10:53:07.762 | Setting up apache2-dev (2.4.41-4ubuntu3.8) ... 2022-01-05 10:53:07.858 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-01-05 10:53:07.962 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-01-05 10:53:08.145 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-01-05 10:53:21.347 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 10:53:21.506 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-01-05 10:53:22.027 | Processing triggers for ufw (0.36-6) ... 2022-01-05 10:53:22.266 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 10:53:49.269 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-01-05 10:53:49.355 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-01-05 10:53:56.789 | ++ functions-common:apt_get:1221 : result=0 2022-01-05 10:53:56.791 | ++ functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:53:56.793 | ++ functions-common:time_stop:2412 : local name 2022-01-05 10:53:56.795 | ++ functions-common:time_stop:2413 : local end_time 2022-01-05 10:53:56.797 | ++ functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:53:56.799 | ++ functions-common:time_stop:2415 : local total 2022-01-05 10:53:56.801 | ++ functions-common:time_stop:2416 : local start_time 2022-01-05 10:53:56.804 | ++ functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:53:56.806 | ++ functions-common:time_stop:2419 : start_time=1641379668911 2022-01-05 10:53:56.808 | ++ functions-common:time_stop:2421 : [[ -z 1641379668911 ]] 2022-01-05 10:53:56.811 | +++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:53:56.814 | ++ functions-common:time_stop:2424 : end_time=1641380036812 2022-01-05 10:53:56.817 | ++ functions-common:time_stop:2425 : elapsed_time=367901 2022-01-05 10:53:56.819 | ++ functions-common:time_stop:2426 : total=702 2022-01-05 10:53:56.821 | ++ functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:53:56.823 | ++ functions-common:time_stop:2429 : _TIME_TOTAL[$name]=368603 2022-01-05 10:53:56.826 | ++ functions-common:apt_get:1225 : return 0 2022-01-05 10:53:56.828 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 10:53:56.831 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 10:53:56.833 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 10:53:56.837 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 10:53:56.841 | + ./stack.sh:main:788 : [[ False != \T\r\u\e ]] 2022-01-05 10:53:56.844 | + ./stack.sh:main:789 : PYPI_ALTERNATIVE_URL= 2022-01-05 10:53:56.846 | + ./stack.sh:main:789 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 10:53:58.139 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 10:53:58.141 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 10:53:58.144 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 10:53:58.146 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 10:53:58.148 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 10:53:58.150 | + functions-common:GetDistro:435 : GetOSVersion 2022-01-05 10:53:58.152 | + functions-common:GetOSVersion:405 : source /etc/os-release 2022-01-05 10:53:58.154 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-01-05 10:53:58.155 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-01-05 10:53:58.157 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-01-05 10:53:58.159 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-01-05 10:53:58.160 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-01-05 10:53:58.162 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-01-05 10:53:58.164 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-01-05 10:53:58.165 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-01-05 10:53:58.167 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-01-05 10:53:58.169 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-01-05 10:53:58.171 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-01-05 10:53:58.173 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-01-05 10:53:58.175 | + functions-common:GetOSVersion:406 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-01-05 10:53:58.176 | + functions-common:GetOSVersion:411 : _ensure_lsb_release 2022-01-05 10:53:58.179 | ++ functions-common:_ensure_lsb_release:382 : command -v lsb_release 2022-01-05 10:53:58.181 | + functions-common:_ensure_lsb_release:382 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 10:53:58.183 | + functions-common:_ensure_lsb_release:383 : return 2022-01-05 10:53:58.185 | ++ functions-common:GetOSVersion:413 : lsb_release -r -s 2022-01-05 10:53:58.252 | + functions-common:GetOSVersion:413 : os_RELEASE=20.04 2022-01-05 10:53:58.255 | ++ functions-common:GetOSVersion:414 : lsb_release -c -s 2022-01-05 10:53:58.322 | + functions-common:GetOSVersion:414 : os_CODENAME=focal 2022-01-05 10:53:58.324 | ++ functions-common:GetOSVersion:415 : lsb_release -i -s 2022-01-05 10:53:58.391 | + functions-common:GetOSVersion:415 : os_VENDOR=Ubuntu 2022-01-05 10:53:58.393 | + functions-common:GetOSVersion:418 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 10:53:58.394 | + functions-common:GetOSVersion:419 : os_PACKAGE=deb 2022-01-05 10:53:58.396 | + functions-common:GetOSVersion:424 : typeset -xr os_VENDOR 2022-01-05 10:53:58.398 | + functions-common:GetOSVersion:425 : typeset -xr os_RELEASE 2022-01-05 10:53:58.400 | + functions-common:GetOSVersion:426 : typeset -xr os_PACKAGE 2022-01-05 10:53:58.402 | + functions-common:GetOSVersion:427 : typeset -xr os_CODENAME 2022-01-05 10:53:58.404 | + functions-common:GetDistro:437 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 10:53:58.406 | + functions-common:GetDistro:440 : DISTRO=focal 2022-01-05 10:53:58.408 | + functions-common:GetDistro:488 : typeset -xr DISTRO 2022-01-05 10:53:58.410 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 10:53:58.410 | Distro: focal 2022-01-05 10:53:58.412 | + tools/install_pip.sh:main:119 : get_versions 2022-01-05 10:53:58.414 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 10:53:58.418 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 10:53:58.420 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 10:53:58.422 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 10:53:58.422 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 10:53:58.985 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 10:53:58.987 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 10:53:58.987 | pip: 21.3.1 2022-01-05 10:53:58.989 | + tools/install_pip.sh:main:121 : [[ -n '' ]] 2022-01-05 10:53:58.991 | + tools/install_pip.sh:main:125 : is_fedora 2022-01-05 10:53:58.993 | + functions-common:is_fedora:512 : [[ -z Ubuntu ]] 2022-01-05 10:53:58.994 | + functions-common:is_fedora:516 : '[' Ubuntu = Fedora ']' 2022-01-05 10:53:58.996 | + functions-common:is_fedora:516 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 10:53:58.998 | + functions-common:is_fedora:517 : '[' Ubuntu = openEuler ']' 2022-01-05 10:53:59.000 | + functions-common:is_fedora:518 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 10:53:59.001 | + functions-common:is_fedora:519 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 10:53:59.003 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOS ']' 2022-01-05 10:53:59.005 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOSStream ']' 2022-01-05 10:53:59.006 | + functions-common:is_fedora:521 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:53:59.008 | + functions-common:is_fedora:521 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 10:53:59.010 | + tools/install_pip.sh:main:137 : install_get_pip 2022-01-05 10:53:59.012 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-01-05 10:53:59.013 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-01-05 10:53:59.015 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2022-01-05 10:53:59.017 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-01-05 10:53:59.018 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2022-01-05 10:53:59.029 | % Total % Received % Xferd Average Speed Time Time Time Current 2022-01-05 10:53:59.029 | Dload Upload Total Spent Left Speed 2022-01-05 10:53:59.285 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2108k 100 2108k 0 0 8237k 0 --:--:-- --:--:-- --:--:-- 8237k 2022-01-05 10:53:59.289 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2022-01-05 10:53:59.292 | + tools/install_pip.sh:install_get_pip:95 : sudo -H -E python3.8 -m pip uninstall setuptools -y 2022-01-05 10:54:00.037 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:00.037 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:00.037 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:00.037 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:00.139 | Found existing installation: setuptools 60.2.0 2022-01-05 10:54:00.223 | Uninstalling setuptools-60.2.0: 2022-01-05 10:54:00.474 | Successfully uninstalled setuptools-60.2.0 2022-01-05 10:54:00.487 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:54:00.557 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2022-01-05 10:54:03.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:03.290 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:03.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:03.290 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:03.558 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:03.746 | Collecting pip 2022-01-05 10:54:03.757 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dea/f32dcd9ab821e/pip-21.3.1-py3-none-any.whl (1.7 MB) 2022-01-05 10:54:04.525 | Collecting setuptools 2022-01-05 10:54:04.535 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c8/9b1a14a67ac5f/setuptools-60.2.0-py3-none-any.whl (953 kB) 2022-01-05 10:54:06.118 | Installing collected packages: setuptools, pip 2022-01-05 10:54:06.776 | Attempting uninstall: pip 2022-01-05 10:54:06.777 | Found existing installation: pip 21.3.1 2022-01-05 10:54:07.027 | Uninstalling pip-21.3.1: 2022-01-05 10:54:07.063 | Successfully uninstalled pip-21.3.1 2022-01-05 10:54:08.717 | Successfully installed pip-21.3.1 setuptools-60.2.0 2022-01-05 10:54:08.717 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:54:08.944 | + tools/install_pip.sh:main:140 : set -x 2022-01-05 10:54:08.946 | + tools/install_pip.sh:main:144 : pip_install_gr setuptools 2022-01-05 10:54:08.948 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-01-05 10:54:08.950 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 10:54:08.953 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-01-05 10:54:08.954 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-01-05 10:54:08.956 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 10:54:08.959 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-01-05 10:54:08.959 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 10:54:08.963 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-01-05 10:54:08.965 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-01-05 10:54:08.967 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-01-05 10:54:08.969 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-01-05 10:54:08.971 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-01-05 10:54:08.987 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-01-05 10:54:08.988 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-01-05 10:54:09.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:09.711 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:09.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:09.711 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:10.780 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:10.822 | 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,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.8/dist-packages (60.2.0) 2022-01-05 10:54:12.391 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:54:12.493 | + inc/python:pip_install:200 : result=0 2022-01-05 10:54:12.495 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:54:12.496 | + functions-common:time_stop:2412 : local name 2022-01-05 10:54:12.498 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:54:12.500 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:54:12.502 | + functions-common:time_stop:2415 : local total 2022-01-05 10:54:12.503 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:54:12.505 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:54:12.506 | + functions-common:time_stop:2419 : start_time=1641380048982 2022-01-05 10:54:12.508 | + functions-common:time_stop:2421 : [[ -z 1641380048982 ]] 2022-01-05 10:54:12.510 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:54:12.514 | + functions-common:time_stop:2424 : end_time=1641380052511 2022-01-05 10:54:12.515 | + functions-common:time_stop:2425 : elapsed_time=3529 2022-01-05 10:54:12.517 | + functions-common:time_stop:2426 : total=0 2022-01-05 10:54:12.519 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:54:12.520 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=3529 2022-01-05 10:54:12.522 | + inc/python:pip_install:203 : return 0 2022-01-05 10:54:12.524 | + tools/install_pip.sh:main:146 : get_versions 2022-01-05 10:54:12.526 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 10:54:12.530 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 10:54:12.532 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 10:54:12.535 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 10:54:12.535 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 10:54:13.098 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 10:54:13.100 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 10:54:13.100 | pip: 21.3.1 2022-01-05 10:54:13.103 | + ./stack.sh:main:793 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 10:54:13.105 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 10:54:13.109 | + ./stack.sh:main:794 : fixup_all 2022-01-05 10:54:13.111 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_ubuntu 2022-01-05 10:54:13.113 | + tools/fixup_stuff.sh:fixup_ubuntu:136 : is_ubuntu 2022-01-05 10:54:13.115 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:54:13.117 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:54:13.120 | + tools/fixup_stuff.sh:fixup_ubuntu:146 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-01-05 10:54:13.131 | + tools/fixup_stuff.sh:fixup_ubuntu:147 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-01-05 10:54:13.141 | + tools/fixup_stuff.sh:fixup_ubuntu:148 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-01-05 10:54:13.152 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_fedora 2022-01-05 10:54:13.154 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-01-05 10:54:13.156 | + functions-common:is_fedora:512 : [[ -z Ubuntu ]] 2022-01-05 10:54:13.159 | + functions-common:is_fedora:516 : '[' Ubuntu = Fedora ']' 2022-01-05 10:54:13.161 | + functions-common:is_fedora:516 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 10:54:13.163 | + functions-common:is_fedora:517 : '[' Ubuntu = openEuler ']' 2022-01-05 10:54:13.164 | + functions-common:is_fedora:518 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 10:54:13.167 | + functions-common:is_fedora:519 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 10:54:13.169 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOS ']' 2022-01-05 10:54:13.170 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOSStream ']' 2022-01-05 10:54:13.173 | + functions-common:is_fedora:521 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:54:13.175 | + functions-common:is_fedora:521 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 10:54:13.177 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-01-05 10:54:13.179 | + tools/fixup_stuff.sh:fixup_all:177 : fixup_suse 2022-01-05 10:54:13.181 | + tools/fixup_stuff.sh:fixup_suse:89 : is_suse 2022-01-05 10:54:13.183 | + functions-common:is_suse:529 : is_opensuse 2022-01-05 10:54:13.185 | + functions-common:is_opensuse:536 : [[ -z Ubuntu ]] 2022-01-05 10:54:13.187 | + functions-common:is_opensuse:540 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 10:54:13.189 | + functions-common:is_suse:529 : is_suse_linux_enterprise 2022-01-05 10:54:13.192 | + functions-common:is_suse_linux_enterprise:548 : [[ -z Ubuntu ]] 2022-01-05 10:54:13.194 | + functions-common:is_suse_linux_enterprise:552 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 10:54:13.196 | + tools/fixup_stuff.sh:fixup_suse:90 : return 2022-01-05 10:54:13.198 | + tools/fixup_stuff.sh:fixup_all:178 : fixup_openeuler 2022-01-05 10:54:13.200 | + tools/fixup_stuff.sh:fixup_openeuler:152 : is_openeuler 2022-01-05 10:54:13.203 | + functions-common:is_openeuler:567 : [[ -z deb ]] 2022-01-05 10:54:13.205 | + functions-common:is_openeuler:570 : '[' Ubuntu = openEuler ']' 2022-01-05 10:54:13.207 | + tools/fixup_stuff.sh:fixup_openeuler:153 : return 2022-01-05 10:54:13.209 | + ./stack.sh:main:797 : pip_install -U os-testr 2022-01-05 10:54:13.229 | Using python 3.8 to install os-testr 2022-01-05 10:54:13.231 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-01-05 10:54:13.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:13.944 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:13.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:13.944 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:15.005 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:15.118 | Collecting os-testr 2022-01-05 10:54:15.125 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-01-05 10:54:15.171 | Collecting python-subunit>=1.0.0 2022-01-05 10:54:15.178 | 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-01-05 10:54:15.186 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-01-05 10:54:15.227 | Collecting stestr>=1.0.0 2022-01-05 10:54:15.234 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB) 2022-01-05 10:54:15.242 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.0) 2022-01-05 10:54:15.257 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-01-05 10:54:15.325 | Collecting future 2022-01-05 10:54:15.332 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-01-05 10:54:15.545 | Preparing metadata (setup.py): started 2022-01-05 10:54:16.157 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:54:16.161 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-01-05 10:54:16.163 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.0) 2022-01-05 10:54:16.164 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2022-01-05 10:54:16.169 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2022-01-05 10:54:16.193 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.6) 2022-01-05 10:54:16.194 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.5.0) 2022-01-05 10:54:16.195 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.3.3) 2022-01-05 10:54:16.196 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2022-01-05 10:54:16.198 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2022-01-05 10:54:16.210 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-01-05 10:54:16.280 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-01-05 10:54:16.281 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0) 2022-01-05 10:54:16.282 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-01-05 10:54:16.390 | Building wheels for collected packages: future 2022-01-05 10:54:16.390 | Building wheel for future (setup.py): started 2022-01-05 10:54:17.382 | Building wheel for future (setup.py): finished with status 'done' 2022-01-05 10:54:17.386 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=78a0335cb422be200a9341cb78f8e5ffaee988f7a162c7e52e38b148f9868292 2022-01-05 10:54:17.386 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-01-05 10:54:17.393 | Successfully built future 2022-01-05 10:54:18.795 | Installing collected packages: python-subunit, future, stestr, os-testr 2022-01-05 10:54:19.838 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1 2022-01-05 10:54:19.838 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:54:19.974 | + inc/python:pip_install:200 : result=0 2022-01-05 10:54:19.977 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:54:19.979 | + functions-common:time_stop:2412 : local name 2022-01-05 10:54:19.981 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:54:19.983 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:54:19.985 | + functions-common:time_stop:2415 : local total 2022-01-05 10:54:19.987 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:54:19.989 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:54:19.991 | + functions-common:time_stop:2419 : start_time=1641380053224 2022-01-05 10:54:19.993 | + functions-common:time_stop:2421 : [[ -z 1641380053224 ]] 2022-01-05 10:54:19.996 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:54:19.999 | + functions-common:time_stop:2424 : end_time=1641380059997 2022-01-05 10:54:20.001 | + functions-common:time_stop:2425 : elapsed_time=6773 2022-01-05 10:54:20.003 | + functions-common:time_stop:2426 : total=0 2022-01-05 10:54:20.005 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:54:20.007 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=6773 2022-01-05 10:54:20.009 | + inc/python:pip_install:203 : return 0 2022-01-05 10:54:20.012 | + ./stack.sh:main:801 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-01-05 10:54:20.059 | + ./stack.sh:main:802 : sudo systemctl restart systemd-journald 2022-01-05 10:54:20.272 | + ./stack.sh:main:808 : install_infra 2022-01-05 10:54:20.274 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 10:54:20.276 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-01-05 10:54:20.280 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-01-05 10:54:23.392 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 10:54:23.394 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-01-05 10:54:23.416 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 10:54:25.208 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.253 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.326 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.334 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.358 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.399 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.469 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.545 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.562 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.594 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.611 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.629 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.641 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.654 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.664 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.702 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.729 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.791 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.795 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.799 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.839 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.877 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.893 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.910 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.929 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:25.960 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.017 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.044 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.055 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.073 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.100 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.107 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.111 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:26.115 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:26.253 | Collecting pbr===5.8.0 2022-01-05 10:54:26.259 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112 kB) 2022-01-05 10:54:26.298 | Installing collected packages: pbr 2022-01-05 10:54:26.441 | Successfully installed pbr-5.8.0 2022-01-05 10:54:26.500 | + inc/python:pip_install:200 : result=0 2022-01-05 10:54:26.503 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:54:26.505 | + functions-common:time_stop:2412 : local name 2022-01-05 10:54:26.507 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:54:26.509 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:54:26.511 | + functions-common:time_stop:2415 : local total 2022-01-05 10:54:26.513 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:54:26.515 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:54:26.517 | + functions-common:time_stop:2419 : start_time=1641380063409 2022-01-05 10:54:26.519 | + functions-common:time_stop:2421 : [[ -z 1641380063409 ]] 2022-01-05 10:54:26.522 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:54:26.525 | + functions-common:time_stop:2424 : end_time=1641380066523 2022-01-05 10:54:26.528 | + functions-common:time_stop:2425 : elapsed_time=3114 2022-01-05 10:54:26.530 | + functions-common:time_stop:2426 : total=6773 2022-01-05 10:54:26.532 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:54:26.534 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=9887 2022-01-05 10:54:26.536 | + inc/python:pip_install:203 : return 0 2022-01-05 10:54:26.538 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 10:54:26.541 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-01-05 10:54:26.563 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-01-05 10:54:28.354 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.397 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.469 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.477 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.499 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.540 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.607 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.681 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.698 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.729 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.745 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.763 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.774 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.787 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.797 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.834 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.860 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.921 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.924 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.928 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:28.967 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.004 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.019 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.035 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.054 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.084 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.139 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.165 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.176 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.193 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.220 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.226 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.230 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-01-05 10:54:29.234 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:29.236 | Processing /opt/stack/requirements 2022-01-05 10:54:30.517 | Collecting fixtures===3.0.0 2022-01-05 10:54:30.525 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-01-05 10:54:30.725 | Collecting PyYAML===6.0 2022-01-05 10:54:30.731 | 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-01-05 10:54:30.898 | Collecting requests===2.27.0 2022-01-05 10:54:30.904 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f71/a09d7feba4a6b/requests-2.27.0-py2.py3-none-any.whl (63 kB) 2022-01-05 10:54:30.998 | Collecting packaging===21.3 2022-01-05 10:54:31.003 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-01-05 10:54:31.064 | Collecting testtools===2.5.0 2022-01-05 10:54:31.070 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-01-05 10:54:31.150 | Collecting idna===3.3 2022-01-05 10:54:31.156 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-01-05 10:54:31.284 | Collecting pyparsing===3.0.6 2022-01-05 10:54:31.290 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/04f/f808a5b909118/pyparsing-3.0.6-py3-none-any.whl (97 kB) 2022-01-05 10:54:31.348 | Collecting six===1.16.0 2022-01-05 10:54:31.355 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-01-05 10:54:31.404 | Collecting charset-normalizer===2.0.10 2022-01-05 10:54:31.411 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/57888737fc0bb/charset_normalizer-2.0.10-py3-none-any.whl (39 kB) 2022-01-05 10:54:31.445 | Collecting Parsley>=1.2 2022-01-05 10:54:31.451 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-01-05 10:54:31.494 | Collecting beagle>=0.2.1 2022-01-05 10:54:31.501 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-01-05 10:54:31.526 | Requirement already satisfied: pbr===5.8.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.0) 2022-01-05 10:54:31.594 | Collecting urllib3===1.26.7 2022-01-05 10:54:31.601 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c4f/df4019605b6e5/urllib3-1.26.7-py2.py3-none-any.whl (138 kB) 2022-01-05 10:54:31.711 | Collecting certifi>=2017.4.17 2022-01-05 10:54:31.717 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-01-05 10:54:31.749 | Collecting extras===1.0.0 2022-01-05 10:54:31.755 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-01-05 10:54:31.836 | Collecting cliff===3.10.0 2022-01-05 10:54:31.842 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86c/e931944c56a86/cliff-3.10.0-py3-none-any.whl (80 kB) 2022-01-05 10:54:31.910 | Collecting prettytable===2.5.0 2022-01-05 10:54:31.917 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/141/1c65d21dca9ea/prettytable-2.5.0-py3-none-any.whl (24 kB) 2022-01-05 10:54:32.005 | Collecting stevedore===3.5.0 2022-01-05 10:54:32.010 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2022-01-05 10:54:32.167 | Collecting cmd2===2.3.3 2022-01-05 10:54:32.173 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/871/713244c1f31de/cmd2-2.3.3-py3-none-any.whl (149 kB) 2022-01-05 10:54:32.264 | Collecting autopage===0.4.0 2022-01-05 10:54:32.271 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2022-01-05 10:54:32.311 | Collecting wcwidth===0.2.5 2022-01-05 10:54:32.317 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-01-05 10:54:32.367 | Collecting pyperclip===1.8.2 2022-01-05 10:54:32.374 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-01-05 10:54:32.420 | Collecting attrs===21.4.0 2022-01-05 10:54:32.427 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2022-01-05 10:54:32.505 | Building wheels for collected packages: openstack-requirements 2022-01-05 10:54:32.506 | Building wheel for openstack-requirements (setup.py): started 2022-01-05 10:54:33.304 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-01-05 10:54:33.304 | ERROR: Command errored out with exit status 1: 2022-01-05 10:54:33.304 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-h8skkvko/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-h8skkvko/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-16seshpi 2022-01-05 10:54:33.304 | cwd: /tmp/pip-req-build-h8skkvko/ 2022-01-05 10:54:33.304 | Complete output (6 lines): 2022-01-05 10:54:33.304 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 10:54:33.304 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 10:54:33.304 | or: setup.py --help-commands 2022-01-05 10:54:33.304 | or: setup.py cmd --help 2022-01-05 10:54:33.304 | 2022-01-05 10:54:33.304 | error: invalid command 'bdist_wheel' 2022-01-05 10:54:33.304 | ---------------------------------------- 2022-01-05 10:54:33.304 | ERROR: Failed building wheel for openstack-requirements 2022-01-05 10:54:33.304 | Running setup.py clean for openstack-requirements 2022-01-05 10:54:34.105 | Failed to build openstack-requirements 2022-01-05 10:54:34.344 | Installing collected packages: attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, idna, certifi, requests, pyparsing, stevedore, pyperclip, cmd2, autopage, cliff, packaging, Parsley, beagle, openstack-requirements 2022-01-05 10:54:36.196 | Running setup.py install for openstack-requirements: started 2022-01-05 10:54:38.326 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-01-05 10:54:38.366 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.4.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.10 cliff-3.10.0 cmd2-2.3.3 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5125 packaging-21.3 prettytable-2.5.0 pyparsing-3.0.6 pyperclip-1.8.2 requests-2.27.0 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.7 wcwidth-0.2.5 2022-01-05 10:54:38.551 | + inc/python:pip_install:200 : result=0 2022-01-05 10:54:38.553 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:54:38.555 | + functions-common:time_stop:2412 : local name 2022-01-05 10:54:38.557 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:54:38.559 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:54:38.561 | + functions-common:time_stop:2415 : local total 2022-01-05 10:54:38.563 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:54:38.565 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:54:38.567 | + functions-common:time_stop:2419 : start_time=1641380066556 2022-01-05 10:54:38.569 | + functions-common:time_stop:2421 : [[ -z 1641380066556 ]] 2022-01-05 10:54:38.572 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:54:38.576 | + functions-common:time_stop:2424 : end_time=1641380078573 2022-01-05 10:54:38.578 | + functions-common:time_stop:2425 : elapsed_time=12017 2022-01-05 10:54:38.580 | + functions-common:time_stop:2426 : total=9887 2022-01-05 10:54:38.582 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:54:38.584 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=21904 2022-01-05 10:54:38.586 | + inc/python:pip_install:203 : return 0 2022-01-05 10:54:38.588 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-01-05 10:54:38.591 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-01-05 10:54:38.594 | + inc/python:use_library_from_git:250 : local name=pbr 2022-01-05 10:54:38.596 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:54:38.598 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:54:38.600 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-01-05 10:54:38.603 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:54:38.605 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-01-05 10:54:38.624 | Using python 3.8 to install pbr 2022-01-05 10:54:38.626 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 10:54:39.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:39.352 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:39.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:54:39.352 | from cryptography.utils import int_from_bytes 2022-01-05 10:54:40.410 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:40.451 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-01-05 10:54:42.152 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:54:42.259 | + inc/python:pip_install:200 : result=0 2022-01-05 10:54:42.261 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:54:42.263 | + functions-common:time_stop:2412 : local name 2022-01-05 10:54:42.265 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:54:42.267 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:54:42.269 | + functions-common:time_stop:2415 : local total 2022-01-05 10:54:42.271 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:54:42.273 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:54:42.275 | + functions-common:time_stop:2419 : start_time=1641380078619 2022-01-05 10:54:42.278 | + functions-common:time_stop:2421 : [[ -z 1641380078619 ]] 2022-01-05 10:54:42.280 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:54:42.284 | + functions-common:time_stop:2424 : end_time=1641380082282 2022-01-05 10:54:42.286 | + functions-common:time_stop:2425 : elapsed_time=3663 2022-01-05 10:54:42.288 | + functions-common:time_stop:2426 : total=21904 2022-01-05 10:54:42.290 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:54:42.292 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=25567 2022-01-05 10:54:42.295 | + inc/python:pip_install:203 : return 0 2022-01-05 10:54:42.297 | + ./stack.sh:main:811 : python3 -m venv /opt/stack/bindep-venv 2022-01-05 10:54:45.396 | + ./stack.sh:main:813 : /opt/stack/bindep-venv/bin/pip install bindep 2022-01-05 10:54:47.154 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:54:47.231 | Collecting bindep 2022-01-05 10:54:47.238 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0f/4305a9599abb5/bindep-2.10.1-py2.py3-none-any.whl (33 kB) 2022-01-05 10:54:47.283 | Collecting Parsley 2022-01-05 10:54:47.289 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-01-05 10:54:47.385 | Collecting packaging; python_version >= "3.6" 2022-01-05 10:54:47.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-01-05 10:54:47.439 | Collecting distro 2022-01-05 10:54:47.446 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2022-01-05 10:54:47.576 | Collecting pbr>=2.0.0 2022-01-05 10:54:47.583 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112 kB) 2022-01-05 10:54:47.766 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-01-05 10:54:47.772 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/04f/f808a5b909118/pyparsing-3.0.6-py3-none-any.whl (97 kB) 2022-01-05 10:54:47.818 | Installing collected packages: Parsley, pyparsing, packaging, distro, pbr, bindep 2022-01-05 10:54:48.371 | Successfully installed Parsley-1.3 bindep-2.10.1 distro-1.6.0 packaging-21.3 pbr-5.8.0 pyparsing-3.0.6 2022-01-05 10:54:48.440 | + ./stack.sh:main:814 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 10:54:48.443 | + ./stack.sh:main:814 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 10:54:48.446 | ++ ./stack.sh:main:817 : _get_plugin_bindep_packages 2022-01-05 10:54:48.462 | + ./stack.sh:main:817 : pkgs= 2022-01-05 10:54:48.465 | + ./stack.sh:main:818 : [[ -n '' ]] 2022-01-05 10:54:48.468 | + ./stack.sh:main:825 : run_phase stack pre-install 2022-01-05 10:54:48.470 | + functions-common:run_phase:1840 : local mode=stack 2022-01-05 10:54:48.472 | + functions-common:run_phase:1841 : local phase=pre-install 2022-01-05 10:54:48.474 | + functions-common:run_phase:1842 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 10:54:48.476 | + functions-common:run_phase:1843 : local extra_plugin_file_name 2022-01-05 10:54:48.478 | + functions-common:run_phase:1844 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 10:54:48.481 | + functions-common:run_phase:1849 : local exceptions=80-tempest.sh 2022-01-05 10:54:48.483 | + functions-common:run_phase:1850 : local extra 2022-01-05 10:54:48.485 | ++ functions-common:run_phase:1851 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 10:54:48.489 | + functions-common:run_phase:1851 : extra=80-tempest.sh 2022-01-05 10:54:48.491 | + functions-common:run_phase:1852 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 10:54:48.493 | + functions-common:run_phase:1856 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 10:54:48.495 | + functions-common:run_phase:1856 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-01-05 10:54:48.498 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 10:54:48.512 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:54:48.514 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 10:54:48.516 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-01-05 10:54:48.519 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-01-05 10:54:48.521 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-01-05 10:54:48.523 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-01-05 10:54:48.525 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-01-05 10:54:48.527 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-01-05 10:54:48.529 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-01-05 10:54:48.531 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-01-05 10:54:48.533 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-01-05 10:54:48.536 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-01-05 10:54:48.538 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-01-05 10:54:48.540 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-01-05 10:54:48.542 | + functions-common:run_phase:1861 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 10:54:48.544 | + functions-common:run_phase:1864 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 10:54:48.546 | + functions-common:run_phase:1867 : run_plugins stack pre-install 2022-01-05 10:54:48.548 | + functions-common:run_plugins:1826 : local mode=stack 2022-01-05 10:54:48.550 | + functions-common:run_plugins:1827 : local phase=pre-install 2022-01-05 10:54:48.553 | + functions-common:run_plugins:1829 : local plugins= 2022-01-05 10:54:48.555 | + functions-common:run_plugins:1830 : local plugin 2022-01-05 10:54:48.557 | + ./stack.sh:main:828 : set_systemd_override DefaultLimitNOFILE 2048 2022-01-05 10:54:48.559 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-01-05 10:54:48.562 | + functions:set_systemd_override:821 : local value=2048 2022-01-05 10:54:48.564 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-01-05 10:54:48.566 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-01-05 10:54:48.613 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-01-05 10:54:48.614 | Set systemd system override for DefaultLimitNOFILE=2048 2022-01-05 10:54:48.616 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-01-05 10:54:48.962 | + ./stack.sh:main:830 : install_rpc_backend 2022-01-05 10:54:48.964 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-01-05 10:54:48.979 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:54:48.982 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-01-05 10:54:48.984 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 10:54:48.986 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:54:48.988 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 10:54:48.990 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:54:48.993 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:54:48.995 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:54:48.998 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:54:49.000 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:54:49.002 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:54:49.004 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 10:54:49.006 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 10:54:49.008 | + functions-common:apt_get_update:1177 : return 2022-01-05 10:54:49.011 | + functions-common:install_package:1451 : real_install_package rabbitmq-server 2022-01-05 10:54:49.014 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:54:49.016 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:54:49.018 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:54:49.020 | + functions-common:real_install_package:1437 : apt_get install rabbitmq-server 2022-01-05 10:54:49.039 | + functions-common:apt_get:1217 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-01-05 10:54:49.145 | Reading package lists... 2022-01-05 10:54:49.370 | Building dependency tree... 2022-01-05 10:54:49.371 | Reading state information... 2022-01-05 10:54:49.607 | The following packages were automatically installed and are no longer required: 2022-01-05 10:54:49.608 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:54:49.608 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:54:49.608 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:54:49.608 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:54:49.608 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:54:49.608 | python3-zope.interface 2022-01-05 10:54:49.608 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:54:49.609 | The following additional packages will be installed: 2022-01-05 10:54:49.609 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-01-05 10:54:49.609 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-01-05 10:54:49.609 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-01-05 10:54:49.609 | erlang-tools erlang-xmerl locales-all 2022-01-05 10:54:49.610 | Suggested packages: 2022-01-05 10:54:49.610 | erlang erlang-manpages erlang-doc 2022-01-05 10:54:49.678 | The following NEW packages will be installed: 2022-01-05 10:54:49.678 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-01-05 10:54:49.678 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-01-05 10:54:49.678 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-01-05 10:54:49.679 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-01-05 10:54:49.921 | 0 upgraded, 19 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:54:49.922 | Need to get 38.1 MB of archives. 2022-01-05 10:54:49.922 | After this operation, 276 MB of additional disk space will be used. 2022-01-05 10:54:49.922 | 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-01-05 10:54:51.490 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-01-05 10:54:51.551 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-01-05 10:54:51.563 | 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-01-05 10:54:51.762 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-01-05 10:54:51.780 | 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-01-05 10:54:51.783 | 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-01-05 10:54:52.093 | 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-01-05 10:54:52.095 | 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-01-05 10:54:52.097 | 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-01-05 10:54:52.098 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-01-05 10:54:52.107 | 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-01-05 10:54:52.219 | 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-01-05 10:54:52.460 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-01-05 10:54:52.462 | 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-01-05 10:54:52.610 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-01-05 10:54:52.617 | 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-01-05 10:54:52.755 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2022-01-05 10:54:54.284 | 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-01-05 10:54:56.734 | Fetched 38.1 MB in 6s (5,868 kB/s) 2022-01-05 10:54:56.942 | Selecting previously unselected package erlang-base. 2022-01-05 10:54:56.989 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81597 files and directories currently installed.) 2022-01-05 10:54:56.992 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:54:57.044 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-01-05 10:54:58.445 | Selecting previously unselected package erlang-asn1. 2022-01-05 10:54:58.453 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:54:58.484 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-01-05 10:54:58.811 | Selecting previously unselected package erlang-crypto. 2022-01-05 10:54:58.820 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:54:58.861 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-01-05 10:54:59.170 | Selecting previously unselected package erlang-public-key. 2022-01-05 10:54:59.179 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:54:59.233 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-01-05 10:54:59.536 | Selecting previously unselected package erlang-mnesia. 2022-01-05 10:54:59.545 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:54:59.593 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-01-05 10:54:59.988 | Selecting previously unselected package erlang-runtime-tools. 2022-01-05 10:54:59.996 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:00.044 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:00.410 | Selecting previously unselected package erlang-ssl. 2022-01-05 10:55:00.419 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:00.450 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:00.804 | Selecting previously unselected package erlang-eldap. 2022-01-05 10:55:00.813 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:00.861 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:01.159 | Selecting previously unselected package erlang-ftp. 2022-01-05 10:55:01.167 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:01.221 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:01.519 | Selecting previously unselected package erlang-tftp. 2022-01-05 10:55:01.528 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:01.575 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:01.873 | Selecting previously unselected package erlang-inets. 2022-01-05 10:55:01.882 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:01.930 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:02.279 | Selecting previously unselected package erlang-snmp. 2022-01-05 10:55:02.288 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:02.336 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:02.913 | Selecting previously unselected package erlang-os-mon. 2022-01-05 10:55:02.921 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:02.970 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:03.227 | Selecting previously unselected package erlang-parsetools. 2022-01-05 10:55:03.237 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:03.267 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:03.565 | Selecting previously unselected package erlang-syntax-tools. 2022-01-05 10:55:03.573 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:03.628 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:04.016 | Selecting previously unselected package erlang-tools. 2022-01-05 10:55:04.024 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:04.073 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:04.404 | Selecting previously unselected package erlang-xmerl. 2022-01-05 10:55:04.414 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-01-05 10:55:04.456 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:04.982 | Selecting previously unselected package locales-all. 2022-01-05 10:55:04.990 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2022-01-05 10:55:05.021 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2022-01-05 10:55:09.604 | Selecting previously unselected package rabbitmq-server. 2022-01-05 10:55:09.616 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-01-05 10:55:09.650 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-01-05 10:55:11.079 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:11.855 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-01-05 10:55:11.855 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-01-05 10:55:16.055 | Searching for services which depend on erlang and should be started... none found. 2022-01-05 10:55:16.141 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:16.295 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:16.398 | Setting up locales-all (2.31-0ubuntu9.2) ... 2022-01-05 10:55:16.541 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:16.661 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:16.758 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:16.890 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.004 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.089 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.244 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.392 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.495 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.650 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.815 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:17.981 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:18.135 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:18.278 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-01-05 10:55:18.432 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-01-05 10:55:18.774 | Adding group `rabbitmq' (GID 125) ... 2022-01-05 10:55:18.921 | Done. 2022-01-05 10:55:19.000 | Adding system user `rabbitmq' (UID 117) ... 2022-01-05 10:55:19.000 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-01-05 10:55:19.207 | Not creating home directory `/var/lib/rabbitmq'. 2022-01-05 10:55:19.472 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-01-05 10:55:26.536 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 10:55:27.290 | Processing triggers for systemd (245.4-4ubuntu3.14) ... 2022-01-05 10:55:34.754 | + functions-common:apt_get:1221 : result=0 2022-01-05 10:55:34.756 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:55:34.758 | + functions-common:time_stop:2412 : local name 2022-01-05 10:55:34.761 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:55:34.763 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:55:34.765 | + functions-common:time_stop:2415 : local total 2022-01-05 10:55:34.767 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:55:34.769 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:55:34.771 | + functions-common:time_stop:2419 : start_time=1641380089037 2022-01-05 10:55:34.773 | + functions-common:time_stop:2421 : [[ -z 1641380089037 ]] 2022-01-05 10:55:34.776 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:55:34.780 | + functions-common:time_stop:2424 : end_time=1641380134778 2022-01-05 10:55:34.782 | + functions-common:time_stop:2425 : elapsed_time=45741 2022-01-05 10:55:34.785 | + functions-common:time_stop:2426 : total=368603 2022-01-05 10:55:34.787 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:55:34.789 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=414344 2022-01-05 10:55:34.791 | + functions-common:apt_get:1225 : return 0 2022-01-05 10:55:34.793 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-01-05 10:55:34.796 | + functions-common:is_suse:529 : is_opensuse 2022-01-05 10:55:34.798 | + functions-common:is_opensuse:536 : [[ -z Ubuntu ]] 2022-01-05 10:55:34.801 | + functions-common:is_opensuse:540 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 10:55:34.803 | + functions-common:is_suse:529 : is_suse_linux_enterprise 2022-01-05 10:55:34.805 | + functions-common:is_suse_linux_enterprise:548 : [[ -z Ubuntu ]] 2022-01-05 10:55:34.808 | + functions-common:is_suse_linux_enterprise:552 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 10:55:34.810 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-01-05 10:55:34.812 | + functions-common:is_fedora:512 : [[ -z Ubuntu ]] 2022-01-05 10:55:34.814 | + functions-common:is_fedora:516 : '[' Ubuntu = Fedora ']' 2022-01-05 10:55:34.817 | + functions-common:is_fedora:516 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 10:55:34.819 | + functions-common:is_fedora:517 : '[' Ubuntu = openEuler ']' 2022-01-05 10:55:34.821 | + functions-common:is_fedora:518 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 10:55:34.823 | + functions-common:is_fedora:519 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 10:55:34.826 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOS ']' 2022-01-05 10:55:34.828 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOSStream ']' 2022-01-05 10:55:34.830 | + functions-common:is_fedora:521 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:55:34.832 | + functions-common:is_fedora:521 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 10:55:34.834 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-01-05 10:55:34.837 | + functions-common:is_suse:529 : is_opensuse 2022-01-05 10:55:34.839 | + functions-common:is_opensuse:536 : [[ -z Ubuntu ]] 2022-01-05 10:55:34.841 | + functions-common:is_opensuse:540 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 10:55:34.843 | + functions-common:is_suse:529 : is_suse_linux_enterprise 2022-01-05 10:55:34.846 | + functions-common:is_suse_linux_enterprise:548 : [[ -z Ubuntu ]] 2022-01-05 10:55:34.848 | + functions-common:is_suse_linux_enterprise:552 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 10:55:34.851 | + ./stack.sh:main:831 : restart_rpc_backend 2022-01-05 10:55:34.853 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-01-05 10:55:34.868 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:55:34.871 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-01-05 10:55:34.873 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-05 10:55:34.875 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-01-05 10:55:34.877 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-01-05 10:55:34.880 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-01-05 10:55:34.884 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-01-05 10:55:34.886 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-01-05 10:55:34.889 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-01-05 10:55:34.891 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-01-05 10:55:34.893 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-01-05 10:55:34.895 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-01-05 10:55:34.898 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-01-05 10:55:35.567 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-01-05 10:55:35.567 | user tags 2022-01-05 10:55:35.567 | guest [administrator]' 2022-01-05 10:55:35.571 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-01-05 10:55:35.571 | user tags 2022-01-05 10:55:35.571 | guest [administrator]' 2022-01-05 10:55:35.571 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-01-05 10:55:35.577 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-01-05 10:55:35.579 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-01-05 10:55:35.582 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-01-05 10:55:36.257 | Adding user "stackrabbit" ... 2022-01-05 10:55:36.308 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-01-05 10:55:36.957 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-01-05 10:55:37.005 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-01-05 10:55:37.008 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 10:55:37.680 | Changing password for user "stackrabbit" ... 2022-01-05 10:55:37.720 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-01-05 10:55:37.723 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-01-05 10:55:37.725 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-01-05 10:55:38.386 | Deleting user "guest" ... 2022-01-05 10:55:38.446 | + ./stack.sh:main:833 : is_service_enabled mysql postgresql 2022-01-05 10:55:38.462 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:55:38.465 | + ./stack.sh:main:834 : install_database 2022-01-05 10:55:38.467 | + lib/database:install_database:118 : install_database_mysql 2022-01-05 10:55:38.469 | + lib/databases/mysql:install_database_mysql:152 : is_ubuntu 2022-01-05 10:55:38.472 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:55:38.474 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:55:38.476 | + lib/databases/mysql:install_database_mysql:155 : sudo debconf-set-selections 2022-01-05 10:55:38.828 | + lib/databases/mysql:install_database_mysql:165 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-01-05 10:55:38.831 | + lib/databases/mysql:install_database_mysql:166 : cat 2022-01-05 10:55:38.835 | + lib/databases/mysql:install_database_mysql:172 : is_ubuntu 2022-01-05 10:55:38.838 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:55:38.840 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:55:38.842 | + lib/databases/mysql:install_database_mysql:172 : '[' mysql '!=' mariadb ']' 2022-01-05 10:55:38.844 | + lib/databases/mysql:install_database_mysql:173 : echo host=127.0.0.1 2022-01-05 10:55:38.847 | + lib/databases/mysql:install_database_mysql:175 : chmod 0600 /home/ubuntu/.my.cnf 2022-01-05 10:55:38.851 | + lib/databases/mysql:install_database_mysql:178 : is_oraclelinux 2022-01-05 10:55:38.853 | + functions-common:is_oraclelinux:500 : [[ -z Ubuntu ]] 2022-01-05 10:55:38.855 | + functions-common:is_oraclelinux:504 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:55:38.858 | + lib/databases/mysql:install_database_mysql:180 : is_fedora 2022-01-05 10:55:38.860 | + functions-common:is_fedora:512 : [[ -z Ubuntu ]] 2022-01-05 10:55:38.862 | + functions-common:is_fedora:516 : '[' Ubuntu = Fedora ']' 2022-01-05 10:55:38.864 | + functions-common:is_fedora:516 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 10:55:38.867 | + functions-common:is_fedora:517 : '[' Ubuntu = openEuler ']' 2022-01-05 10:55:38.869 | + functions-common:is_fedora:518 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 10:55:38.871 | + functions-common:is_fedora:519 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 10:55:38.873 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOS ']' 2022-01-05 10:55:38.876 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOSStream ']' 2022-01-05 10:55:38.878 | + functions-common:is_fedora:521 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:55:38.880 | + functions-common:is_fedora:521 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 10:55:38.882 | + lib/databases/mysql:install_database_mysql:183 : is_suse 2022-01-05 10:55:38.884 | + functions-common:is_suse:529 : is_opensuse 2022-01-05 10:55:38.887 | + functions-common:is_opensuse:536 : [[ -z Ubuntu ]] 2022-01-05 10:55:38.889 | + functions-common:is_opensuse:540 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 10:55:38.891 | + functions-common:is_suse:529 : is_suse_linux_enterprise 2022-01-05 10:55:38.894 | + functions-common:is_suse_linux_enterprise:548 : [[ -z Ubuntu ]] 2022-01-05 10:55:38.896 | + functions-common:is_suse_linux_enterprise:552 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 10:55:38.898 | + lib/databases/mysql:install_database_mysql:186 : is_ubuntu 2022-01-05 10:55:38.901 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:55:38.903 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:55:38.905 | + lib/databases/mysql:install_database_mysql:187 : install_package mysql-server 2022-01-05 10:55:38.907 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 10:55:38.910 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:55:38.913 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 10:55:38.915 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:55:38.917 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:55:38.919 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:55:38.921 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:55:38.924 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:55:38.926 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:55:38.928 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 10:55:38.931 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 10:55:38.933 | + functions-common:apt_get_update:1177 : return 2022-01-05 10:55:38.935 | + functions-common:install_package:1451 : real_install_package mysql-server 2022-01-05 10:55:38.937 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:55:38.939 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:55:38.942 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:55:38.944 | + functions-common:real_install_package:1437 : apt_get install mysql-server 2022-01-05 10:55:38.964 | + functions-common:apt_get:1217 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-01-05 10:55:39.071 | Reading package lists... 2022-01-05 10:55:39.296 | Building dependency tree... 2022-01-05 10:55:39.298 | Reading state information... 2022-01-05 10:55:39.531 | The following packages were automatically installed and are no longer required: 2022-01-05 10:55:39.532 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:55:39.532 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:55:39.532 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:55:39.532 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:55:39.532 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:55:39.532 | python3-zope.interface 2022-01-05 10:55:39.532 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:55:39.532 | The following additional packages will be installed: 2022-01-05 10:55:39.532 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-01-05 10:55:39.533 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-01-05 10:55:39.533 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-01-05 10:55:39.533 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-01-05 10:55:39.533 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-01-05 10:55:39.533 | mysql-server-8.0 mysql-server-core-8.0 2022-01-05 10:55:39.534 | Suggested packages: 2022-01-05 10:55:39.534 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-01-05 10:55:39.609 | The following NEW packages will be installed: 2022-01-05 10:55:39.609 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-01-05 10:55:39.609 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-01-05 10:55:39.609 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-01-05 10:55:39.609 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-01-05 10:55:39.609 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-01-05 10:55:39.609 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-01-05 10:55:39.717 | 0 upgraded, 24 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:55:39.717 | Need to get 31.9 MB of archives. 2022-01-05 10:55:39.718 | After this operation, 263 MB of additional disk space will be used. 2022-01-05 10:55:39.718 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [4,423 kB] 2022-01-05 10:55:40.425 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [22.0 kB] 2022-01-05 10:55:40.428 | 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-01-05 10:55:40.437 | 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-01-05 10:55:40.438 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-01-05 10:55:40.460 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [18.4 MB] 2022-01-05 10:55:43.236 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [1,313 kB] 2022-01-05 10:55:43.520 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-01-05 10:55:43.521 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-01-05 10:55:43.522 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-01-05 10:55:43.561 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-01-05 10:55:43.564 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-01-05 10:55:43.575 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-01-05 10:55:43.577 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-01-05 10:55:43.578 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-01-05 10:55:43.588 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-01-05 10:55:43.593 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-01-05 10:55:43.595 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-01-05 10:55:43.605 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-01-05 10:55:43.608 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-01-05 10:55:43.647 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-01-05 10:55:43.647 | 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-01-05 10:55:44.602 | 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-01-05 10:55:44.602 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.27-0ubuntu0.20.04.1 [9,548 B] 2022-01-05 10:55:45.099 | Preconfiguring packages ... 2022-01-05 10:55:45.359 | Fetched 31.9 MB in 5s (6,396 kB/s) 2022-01-05 10:55:45.454 | Selecting previously unselected package mysql-client-core-8.0. 2022-01-05 10:55:45.505 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90053 files and directories currently installed.) 2022-01-05 10:55:45.508 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:55:45.551 | Unpacking mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:55:46.866 | Selecting previously unselected package mysql-client-8.0. 2022-01-05 10:55:46.875 | Preparing to unpack .../01-mysql-client-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:55:46.906 | Unpacking mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:55:47.248 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-01-05 10:55:47.258 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-01-05 10:55:47.345 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-01-05 10:55:47.637 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-01-05 10:55:47.646 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-01-05 10:55:47.693 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-01-05 10:55:48.094 | Selecting previously unselected package libmecab2:amd64. 2022-01-05 10:55:48.104 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-01-05 10:55:48.162 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-01-05 10:55:48.609 | Selecting previously unselected package mysql-server-core-8.0. 2022-01-05 10:55:48.619 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:55:48.671 | Unpacking mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:55:52.351 | Selecting previously unselected package mysql-server-8.0. 2022-01-05 10:55:52.361 | Preparing to unpack .../06-mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 10:55:53.270 | Unpacking mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:55:53.706 | Selecting previously unselected package libhtml-tagset-perl. 2022-01-05 10:55:53.715 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-01-05 10:55:53.745 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-01-05 10:55:54.037 | Selecting previously unselected package liburi-perl. 2022-01-05 10:55:54.046 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-01-05 10:55:54.082 | Unpacking liburi-perl (1.76-2) ... 2022-01-05 10:55:54.368 | Selecting previously unselected package libhtml-parser-perl. 2022-01-05 10:55:54.378 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-01-05 10:55:54.409 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-01-05 10:55:54.688 | Selecting previously unselected package libcgi-pm-perl. 2022-01-05 10:55:54.699 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-01-05 10:55:54.728 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-01-05 10:55:54.991 | Selecting previously unselected package libfcgi-perl. 2022-01-05 10:55:55.001 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-01-05 10:55:55.048 | Unpacking libfcgi-perl (0.79-1) ... 2022-01-05 10:55:55.306 | Selecting previously unselected package libcgi-fast-perl. 2022-01-05 10:55:55.315 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-01-05 10:55:55.368 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-01-05 10:55:55.620 | Selecting previously unselected package libencode-locale-perl. 2022-01-05 10:55:55.629 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-01-05 10:55:55.670 | Unpacking libencode-locale-perl (1.05-1) ... 2022-01-05 10:55:55.945 | Selecting previously unselected package libhtml-template-perl. 2022-01-05 10:55:55.955 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-01-05 10:55:56.002 | Unpacking libhtml-template-perl (2.97-1) ... 2022-01-05 10:55:56.305 | Selecting previously unselected package libtimedate-perl. 2022-01-05 10:55:56.315 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-01-05 10:55:56.368 | Unpacking libtimedate-perl (2.3200-1) ... 2022-01-05 10:55:56.671 | Selecting previously unselected package libhttp-date-perl. 2022-01-05 10:55:56.681 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-01-05 10:55:56.722 | Unpacking libhttp-date-perl (6.05-1) ... 2022-01-05 10:55:56.945 | Selecting previously unselected package libio-html-perl. 2022-01-05 10:55:56.955 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-01-05 10:55:57.007 | Unpacking libio-html-perl (1.001-1) ... 2022-01-05 10:55:57.317 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-01-05 10:55:57.326 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-01-05 10:55:57.374 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-01-05 10:55:57.659 | Selecting previously unselected package libhttp-message-perl. 2022-01-05 10:55:57.668 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-01-05 10:55:57.716 | Unpacking libhttp-message-perl (6.22-1) ... 2022-01-05 10:55:57.986 | Selecting previously unselected package mecab-utils. 2022-01-05 10:55:57.996 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-01-05 10:55:58.048 | Unpacking mecab-utils (0.996-10build1) ... 2022-01-05 10:55:58.426 | Selecting previously unselected package mecab-ipadic. 2022-01-05 10:55:58.437 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-01-05 10:55:58.499 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-01-05 10:56:00.134 | Selecting previously unselected package mecab-ipadic-utf8. 2022-01-05 10:56:00.144 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-01-05 10:56:00.174 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-01-05 10:56:00.591 | Selecting previously unselected package mysql-server. 2022-01-05 10:56:00.601 | Preparing to unpack .../23-mysql-server_8.0.27-0ubuntu0.20.04.1_all.deb ... 2022-01-05 10:56:00.670 | Unpacking mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:00.964 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-01-05 10:56:01.094 | Setting up mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:01.236 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-01-05 10:56:01.385 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-01-05 10:56:01.482 | Setting up libencode-locale-perl (1.05-1) ... 2022-01-05 10:56:01.613 | Setting up mecab-utils (0.996-10build1) ... 2022-01-05 10:56:01.734 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-01-05 10:56:01.814 | Setting up libio-html-perl (1.001-1) ... 2022-01-05 10:56:01.934 | Setting up libtimedate-perl (2.3200-1) ... 2022-01-05 10:56:02.088 | Setting up mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:02.260 | Setting up libfcgi-perl (0.79-1) ... 2022-01-05 10:56:02.426 | Setting up liburi-perl (1.76-2) ... 2022-01-05 10:56:02.579 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-01-05 10:56:02.739 | Setting up libhttp-date-perl (6.05-1) ... 2022-01-05 10:56:02.905 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-01-05 10:56:03.015 | Compiling IPA dictionary for Mecab. This takes long time... 2022-01-05 10:56:03.019 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-01-05 10:56:03.019 | 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-01-05 10:56:03.019 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-01-05 10:56:03.020 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-01-05 10:56:03.158 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-01-05 10:56:03.158 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-01-05 10:56:03.158 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-01-05 10:56:03.159 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-01-05 10:56:03.167 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-01-05 10:56:03.255 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-01-05 10:56:03.255 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-01-05 10:56:03.256 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-01-05 10:56:03.282 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-01-05 10:56:03.326 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-01-05 10:56:03.613 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-01-05 10:56:03.620 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-01-05 10:56:03.710 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-01-05 10:56:03.710 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-01-05 10:56:03.710 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-01-05 10:56:03.711 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-01-05 10:56:03.714 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-01-05 10:56:03.715 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-01-05 10:56:03.759 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-01-05 10:56:03.949 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-01-05 10:56:03.949 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-01-05 10:56:03.950 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-01-05 10:56:03.950 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-01-05 10:56:03.953 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-01-05 10:56:03.953 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-01-05 10:56:04.370 | 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-01-05 10:56:04.487 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-01-05 10:56:04.803 | 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-01-05 10:56:04.807 | 2022-01-05 10:56:04.807 | done! 2022-01-05 10:56:04.813 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-01-05 10:56:04.905 | Setting up mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:05.054 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-01-05 10:56:05.164 | Compiling IPA dictionary for Mecab. This takes long time... 2022-01-05 10:56:05.185 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-01-05 10:56:05.185 | 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-01-05 10:56:05.185 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-01-05 10:56:05.185 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-01-05 10:56:05.393 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-01-05 10:56:05.393 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-01-05 10:56:05.393 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-01-05 10:56:05.393 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-01-05 10:56:05.405 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-01-05 10:56:05.533 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-01-05 10:56:05.535 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-01-05 10:56:05.535 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-01-05 10:56:05.574 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-01-05 10:56:05.646 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-01-05 10:56:06.135 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-01-05 10:56:06.145 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-01-05 10:56:06.264 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-01-05 10:56:06.265 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-01-05 10:56:06.265 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-01-05 10:56:06.265 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-01-05 10:56:06.271 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-01-05 10:56:06.271 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-01-05 10:56:06.360 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-01-05 10:56:06.645 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-01-05 10:56:06.646 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-01-05 10:56:06.646 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-01-05 10:56:06.647 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-01-05 10:56:06.650 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-01-05 10:56:06.650 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-01-05 10:56:07.147 | 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-01-05 10:56:07.281 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-01-05 10:56:07.605 | 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-01-05 10:56:07.609 | 2022-01-05 10:56:07.609 | done! 2022-01-05 10:56:07.616 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-01-05 10:56:07.676 | Setting up libhtml-parser-perl (3.72-5) ... 2022-01-05 10:56:07.796 | Setting up libhttp-message-perl (6.22-1) ... 2022-01-05 10:56:07.944 | Setting up mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:09.207 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-01-05 10:56:09.265 | Renaming removed key_buffer and myisam-recover options (if present) 2022-01-05 10:56:50.577 | mysqld will log errors to /var/log/mysql/error.log 2022-01-05 10:56:51.807 | mysqld is running as pid 56372 2022-01-05 10:56:54.623 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-01-05 10:56:57.248 | Setting up libcgi-pm-perl (4.46-1) ... 2022-01-05 10:56:57.407 | Setting up libhtml-template-perl (2.97-1) ... 2022-01-05 10:56:57.562 | Setting up mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2022-01-05 10:56:57.722 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-01-05 10:56:57.860 | Processing triggers for systemd (245.4-4ubuntu3.14) ... 2022-01-05 10:56:58.307 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 10:57:00.220 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 10:57:07.403 | + functions-common:apt_get:1221 : result=0 2022-01-05 10:57:07.406 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:57:07.408 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:07.410 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:07.412 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:07.414 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:07.417 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:07.419 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:57:07.421 | + functions-common:time_stop:2419 : start_time=1641380138962 2022-01-05 10:57:07.423 | + functions-common:time_stop:2421 : [[ -z 1641380138962 ]] 2022-01-05 10:57:07.426 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:07.430 | + functions-common:time_stop:2424 : end_time=1641380227428 2022-01-05 10:57:07.433 | + functions-common:time_stop:2425 : elapsed_time=88466 2022-01-05 10:57:07.435 | + functions-common:time_stop:2426 : total=414344 2022-01-05 10:57:07.437 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:07.439 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=502810 2022-01-05 10:57:07.441 | + functions-common:apt_get:1225 : return 0 2022-01-05 10:57:07.444 | + ./stack.sh:main:836 : '[' -n mysql ']' 2022-01-05 10:57:07.446 | + ./stack.sh:main:837 : install_database_python 2022-01-05 10:57:07.448 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-01-05 10:57:07.450 | + lib/databases/mysql:install_database_python_mysql:195 : pip_install_gr PyMySQL 2022-01-05 10:57:07.453 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-01-05 10:57:07.455 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 10:57:07.458 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-01-05 10:57:07.460 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-01-05 10:57:07.463 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 10:57:07.466 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-01-05 10:57:07.466 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 10:57:07.471 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-01-05 10:57:07.474 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-01-05 10:57:07.476 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-01-05 10:57:07.479 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-01-05 10:57:07.481 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-01-05 10:57:07.502 | Using python 3.8 to install PyMySQL 2022-01-05 10:57:07.504 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-01-05 10:57:08.226 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:08.226 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:08.227 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:08.227 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:09.296 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:57:09.428 | Collecting PyMySQL 2022-01-05 10:57:09.435 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-01-05 10:57:10.971 | Installing collected packages: PyMySQL 2022-01-05 10:57:11.144 | Successfully installed PyMySQL-1.0.2 2022-01-05 10:57:11.144 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:57:11.251 | + inc/python:pip_install:200 : result=0 2022-01-05 10:57:11.253 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:57:11.256 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:11.258 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:11.261 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:11.263 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:11.265 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:11.267 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:57:11.269 | + functions-common:time_stop:2419 : start_time=1641380227497 2022-01-05 10:57:11.272 | + functions-common:time_stop:2421 : [[ -z 1641380227497 ]] 2022-01-05 10:57:11.274 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:11.278 | + functions-common:time_stop:2424 : end_time=1641380231276 2022-01-05 10:57:11.281 | + functions-common:time_stop:2425 : elapsed_time=3779 2022-01-05 10:57:11.283 | + functions-common:time_stop:2426 : total=25567 2022-01-05 10:57:11.285 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:11.287 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=29346 2022-01-05 10:57:11.290 | + inc/python:pip_install:203 : return 0 2022-01-05 10:57:11.292 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-01-05 10:57:11.295 | + lib/databases/mysql:install_database_python_mysql:198 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 10:57:11.297 | + lib/databases/mysql:install_database_python_mysql:199 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-01-05 10:57:11.299 | + ./stack.sh:main:840 : is_service_enabled neutron 2022-01-05 10:57:11.316 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:11.318 | + ./stack.sh:main:841 : install_neutron_agent_packages 2022-01-05 10:57:11.320 | + lib/neutron:install_neutron_agent_packages:703 : is_neutron_legacy_enabled 2022-01-05 10:57:11.324 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 10:57:11.324 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-01-05 10:57:11.329 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 10:57:11.331 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-01-05 10:57:11.334 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-01-05 10:57:11.336 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-01-05 10:57:11.338 | + lib/neutron:install_neutron_agent_packages:705 : install_neutron_agent_packages_mutnauq 2022-01-05 10:57:11.341 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-01-05 10:57:11.356 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:11.358 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-01-05 10:57:11.360 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 10:57:11.363 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:57:11.365 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 10:57:11.367 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:57:11.370 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:57:11.372 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:57:11.375 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:11.377 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:11.379 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:57:11.381 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 10:57:11.383 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 10:57:11.386 | + functions-common:apt_get_update:1177 : return 2022-01-05 10:57:11.388 | + functions-common:install_package:1451 : real_install_package radvd 2022-01-05 10:57:11.390 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:57:11.392 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:11.394 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:11.397 | + functions-common:real_install_package:1437 : apt_get install radvd 2022-01-05 10:57:11.417 | + functions-common:apt_get:1217 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-01-05 10:57:11.524 | Reading package lists... 2022-01-05 10:57:11.751 | Building dependency tree... 2022-01-05 10:57:11.752 | Reading state information... 2022-01-05 10:57:11.987 | The following packages were automatically installed and are no longer required: 2022-01-05 10:57:11.988 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:57:11.988 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:57:11.988 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:57:11.988 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:57:11.988 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:57:11.988 | python3-zope.interface 2022-01-05 10:57:11.988 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:57:12.053 | The following NEW packages will be installed: 2022-01-05 10:57:12.053 | radvd 2022-01-05 10:57:12.156 | 0 upgraded, 1 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:57:12.156 | Need to get 59.0 kB of archives. 2022-01-05 10:57:12.156 | After this operation, 164 kB of additional disk space will be used. 2022-01-05 10:57:12.156 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-01-05 10:57:12.789 | Fetched 59.0 kB in 0s (313 kB/s) 2022-01-05 10:57:13.015 | Selecting previously unselected package radvd. 2022-01-05 10:57:13.065 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90631 files and directories currently installed.) 2022-01-05 10:57:13.069 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-01-05 10:57:13.122 | Unpacking radvd (1:2.17-2) ... 2022-01-05 10:57:13.540 | Setting up radvd (1:2.17-2) ... 2022-01-05 10:57:14.788 | Job for radvd.service failed because the control process exited with error code. 2022-01-05 10:57:14.788 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-01-05 10:57:14.789 | invoke-rc.d: initscript radvd, action "start" failed. 2022-01-05 10:57:14.802 | ● radvd.service - Router advertisement daemon for IPv6 2022-01-05 10:57:14.802 | Loaded: loaded (]8;;file://dv-osbrick-master-4-smb/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-01-05 10:57:14.802 | Active: failed (Result: exit-code) since Wed 2022-01-05 10:57:14 UTC; 15ms ago 2022-01-05 10:57:14.802 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-01-05 10:57:14.802 | Process: 57483 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-01-05 10:57:14.802 | 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb radvd[57483]: can't open /etc/radvd.conf: No such file or directory 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb radvd[57483]: Insecure file permissions, but continuing anyway 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb radvd[57483]: exiting, failed to read config file 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-01-05 10:57:14.802 | Jan 05 10:57:14 dv-osbrick-master-4-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-01-05 10:57:14.871 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 10:57:15.163 | Processing triggers for systemd (245.4-4ubuntu3.14) ... 2022-01-05 10:57:22.683 | + functions-common:apt_get:1221 : result=0 2022-01-05 10:57:22.686 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:57:22.688 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:22.690 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:22.692 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:22.694 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:22.697 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:22.699 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:57:22.701 | + functions-common:time_stop:2419 : start_time=1641380231414 2022-01-05 10:57:22.703 | + functions-common:time_stop:2421 : [[ -z 1641380231414 ]] 2022-01-05 10:57:22.706 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:22.710 | + functions-common:time_stop:2424 : end_time=1641380242707 2022-01-05 10:57:22.713 | + functions-common:time_stop:2425 : elapsed_time=11293 2022-01-05 10:57:22.715 | + functions-common:time_stop:2426 : total=502810 2022-01-05 10:57:22.717 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:22.719 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=514103 2022-01-05 10:57:22.721 | + functions-common:apt_get:1225 : return 0 2022-01-05 10:57:22.724 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-01-05 10:57:22.739 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:22.742 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-01-05 10:57:22.744 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-01-05 10:57:22.747 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-01-05 10:57:22.766 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-01-05 10:57:22.768 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 10:57:22.771 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:57:22.773 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 10:57:22.776 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:57:22.778 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:57:22.780 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:57:22.782 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:22.784 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:22.787 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:57:22.789 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 10:57:22.791 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 10:57:22.793 | + functions-common:apt_get_update:1177 : return 2022-01-05 10:57:22.795 | + functions-common:install_package:1451 : real_install_package fakeroot make openvswitch-switch 2022-01-05 10:57:22.797 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:57:22.800 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:22.802 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:22.804 | + functions-common:real_install_package:1437 : apt_get install fakeroot make openvswitch-switch 2022-01-05 10:57:22.824 | + functions-common:apt_get:1217 : 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-01-05 10:57:22.932 | Reading package lists... 2022-01-05 10:57:23.158 | Building dependency tree... 2022-01-05 10:57:23.159 | Reading state information... 2022-01-05 10:57:23.396 | fakeroot is already the newest version (1.24-1). 2022-01-05 10:57:23.396 | fakeroot set to manually installed. 2022-01-05 10:57:23.396 | make is already the newest version (4.2.1-1.2). 2022-01-05 10:57:23.396 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-01-05 10:57:23.396 | The following packages were automatically installed and are no longer required: 2022-01-05 10:57:23.397 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:57:23.397 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:57:23.397 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:57:23.397 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:57:23.397 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:57:23.397 | python3-zope.interface 2022-01-05 10:57:23.397 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:57:23.524 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:57:23.528 | + functions-common:apt_get:1221 : result=0 2022-01-05 10:57:23.530 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:57:23.532 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:23.534 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:23.536 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:23.538 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:23.541 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:23.543 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:57:23.545 | + functions-common:time_stop:2419 : start_time=1641380242822 2022-01-05 10:57:23.547 | + functions-common:time_stop:2421 : [[ -z 1641380242822 ]] 2022-01-05 10:57:23.550 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:23.554 | + functions-common:time_stop:2424 : end_time=1641380243552 2022-01-05 10:57:23.557 | + functions-common:time_stop:2425 : elapsed_time=730 2022-01-05 10:57:23.559 | + functions-common:time_stop:2426 : total=514103 2022-01-05 10:57:23.561 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:23.563 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=514833 2022-01-05 10:57:23.565 | + functions-common:apt_get:1225 : return 0 2022-01-05 10:57:23.568 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-01-05 10:57:23.570 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:23.572 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:23.574 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-01-05 10:57:23.576 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-01-05 10:57:23.579 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-01-05 10:57:23.583 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-01-05 10:57:23.585 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-01-05 10:57:23.589 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-01-05 10:57:23.589 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-01-05 10:57:23.593 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-01-05 10:57:23.596 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-01-05 10:57:23.598 | + functions:vercmp:628 : local v1=5.4 2022-01-05 10:57:23.600 | + functions:vercmp:629 : local 'op=<' 2022-01-05 10:57:23.603 | + functions:vercmp:630 : local v2=3.13 2022-01-05 10:57:23.605 | + functions:vercmp:631 : local result 2022-01-05 10:57:23.609 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-01-05 10:57:23.609 | ++ functions:vercmp:635 : head -1 2022-01-05 10:57:23.609 | ++ functions:vercmp:635 : sort -V 2022-01-05 10:57:23.614 | + functions:vercmp:635 : result=3.13 2022-01-05 10:57:23.616 | + functions:vercmp:637 : case $op in 2022-01-05 10:57:23.619 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-01-05 10:57:23.621 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-01-05 10:57:23.624 | + functions:vercmp:648 : return 2022-01-05 10:57:23.626 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-01-05 10:57:23.628 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 10:57:23.630 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart openvswitch-switch 2022-01-05 10:57:23.945 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-01-05 10:57:23.947 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-01-05 10:57:23.950 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:23.952 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:23.955 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-01-05 10:57:23.959 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:23.961 | + ./stack.sh:main:844 : is_service_enabled etcd3 2022-01-05 10:57:23.979 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:23.981 | + ./stack.sh:main:845 : install_etcd3 2022-01-05 10:57:23.984 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-01-05 10:57:23.984 | Installing etcd 2022-01-05 10:57:23.986 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-01-05 10:57:23.998 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-01-05 10:57:24.010 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-01-05 10:57:24.013 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-01-05 10:57:24.028 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-01-05 10:57:24.031 | ++ 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-01-05 10:57:24.033 | ++ 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-01-05 10:57:24.036 | +++ 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-01-05 10:57:24.041 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 10:57:24.043 | ++ 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-01-05 10:57:24.045 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-01-05 10:57:24.048 | ++ 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-01-05 10:57:24.051 | --2022-01-05 10:57:24-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 10:57:24.055 | Resolving github.com (github.com)... 140.82.121.3 2022-01-05 10:57:24.095 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2022-01-05 10:57:24.216 | HTTP request sent, awaiting response... 302 Found 2022-01-05 10:57:24.217 | 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%2F20220105%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220105T105713Z&X-Amz-Expires=300&X-Amz-Signature=8b0d55c2455e2c63e21ea11d95e8d771c2a8d82a311d44b663b778f9999a9e7a&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-01-05 10:57:24.217 | --2022-01-05 10:57:24-- 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%2F20220105%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220105T105713Z&X-Amz-Expires=300&X-Amz-Signature=8b0d55c2455e2c63e21ea11d95e8d771c2a8d82a311d44b663b778f9999a9e7a&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-01-05 10:57:24.218 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... 2022-01-05 10:57:24.240 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. 2022-01-05 10:57:24.416 | HTTP request sent, awaiting response... 200 OK 2022-01-05 10:57:24.416 | Length: 11350736 (11M) [application/octet-stream] 2022-01-05 10:57:24.416 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-01-05 10:57:24.522 | 2022-01-05 10:57:24.660 | 0K ........ .. 100% 44.5M=0.2s 2022-01-05 10:57:24.660 | 2022-01-05 10:57:24.660 | 2022-01-05 10:57:24 (44.5 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-01-05 10:57:24.660 | 2022-01-05 10:57:24.663 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-01-05 10:57:24.666 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 10:57:24.668 | ++ functions:get_extra_file:74 : return 2022-01-05 10:57:24.671 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 10:57:24.673 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-01-05 10:57:24.676 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-01-05 10:57:24.678 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-01-05 10:57:24.810 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-01-05 10:57:24.813 | + 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-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/ 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/README.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-01-05 10:57:24.817 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-01-05 10:57:24.818 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-01-05 10:57:24.819 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-01-05 10:57:24.820 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-01-05 10:57:24.821 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-01-05 10:57:24.822 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-01-05 10:57:24.823 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-01-05 10:57:24.824 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-01-05 10:57:24.825 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-01-05 10:57:24.826 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-01-05 10:57:24.826 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-01-05 10:57:24.826 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-01-05 10:57:24.826 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-01-05 10:57:24.827 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-01-05 10:57:24.827 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-01-05 10:57:24.828 | etcd-v3.3.12-linux-amd64/etcdctl 2022-01-05 10:57:25.014 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-01-05 10:57:25.014 | etcd-v3.3.12-linux-amd64/etcd 2022-01-05 10:57:25.249 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-01-05 10:57:25.286 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-01-05 10:57:25.319 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-01-05 10:57:25.321 | + ./stack.sh:main:854 : is_service_enabled tls-proxy 2022-01-05 10:57:25.338 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:57:25.341 | + ./stack.sh:main:864 : install_dstat 2022-01-05 10:57:25.343 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-01-05 10:57:25.359 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:57:25.361 | + ./stack.sh:main:870 : echo_summary 'Installing OpenStack project source' 2022-01-05 10:57:25.364 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-05 10:57:25.366 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-01-05 10:57:25.368 | + ./stack.sh:main:873 : install_libs 2022-01-05 10:57:25.371 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-01-05 10:57:25.373 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-01-05 10:57:25.375 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-01-05 10:57:25.378 | + inc/python:use_library_from_git:250 : local name=automaton 2022-01-05 10:57:25.380 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.382 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.384 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-01-05 10:57:25.387 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.389 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-01-05 10:57:25.391 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-01-05 10:57:25.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-01-05 10:57:25.396 | + inc/python:use_library_from_git:250 : local name=castellan 2022-01-05 10:57:25.398 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.400 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.402 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-01-05 10:57:25.404 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.406 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-01-05 10:57:25.408 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-01-05 10:57:25.411 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-01-05 10:57:25.413 | + inc/python:use_library_from_git:250 : local name=cliff 2022-01-05 10:57:25.415 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.420 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.422 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-01-05 10:57:25.425 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.427 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-01-05 10:57:25.429 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-01-05 10:57:25.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-01-05 10:57:25.434 | + inc/python:use_library_from_git:250 : local name=cursive 2022-01-05 10:57:25.436 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.438 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.440 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-01-05 10:57:25.443 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.445 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-01-05 10:57:25.447 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-01-05 10:57:25.450 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-01-05 10:57:25.452 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-01-05 10:57:25.454 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.456 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.459 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-01-05 10:57:25.462 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.465 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-01-05 10:57:25.468 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-01-05 10:57:25.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-01-05 10:57:25.472 | + inc/python:use_library_from_git:250 : local name=futurist 2022-01-05 10:57:25.474 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.477 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.479 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-01-05 10:57:25.482 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.484 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-01-05 10:57:25.486 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-01-05 10:57:25.488 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-01-05 10:57:25.491 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-01-05 10:57:25.493 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.496 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.498 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-01-05 10:57:25.500 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.502 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-01-05 10:57:25.504 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-01-05 10:57:25.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-01-05 10:57:25.509 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-01-05 10:57:25.511 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.513 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.516 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-01-05 10:57:25.518 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.520 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-01-05 10:57:25.522 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-01-05 10:57:25.525 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-01-05 10:57:25.527 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-01-05 10:57:25.529 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.531 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.533 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-01-05 10:57:25.536 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.538 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-01-05 10:57:25.540 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-01-05 10:57:25.543 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-01-05 10:57:25.545 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-01-05 10:57:25.547 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.550 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.552 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-01-05 10:57:25.554 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.557 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-01-05 10:57:25.559 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-01-05 10:57:25.562 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-01-05 10:57:25.564 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-01-05 10:57:25.566 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.568 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.571 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-01-05 10:57:25.573 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.575 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-01-05 10:57:25.577 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-01-05 10:57:25.579 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-01-05 10:57:25.582 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-01-05 10:57:25.584 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.586 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.588 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-01-05 10:57:25.591 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.593 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-01-05 10:57:25.595 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-01-05 10:57:25.597 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-01-05 10:57:25.600 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-01-05 10:57:25.602 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.605 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.607 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-01-05 10:57:25.609 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.611 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-01-05 10:57:25.613 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-01-05 10:57:25.616 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-01-05 10:57:25.618 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-01-05 10:57:25.621 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.623 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.625 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-01-05 10:57:25.628 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.630 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-01-05 10:57:25.632 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-01-05 10:57:25.634 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-01-05 10:57:25.637 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-01-05 10:57:25.639 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.641 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.644 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-01-05 10:57:25.646 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.648 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-01-05 10:57:25.651 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-01-05 10:57:25.653 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-01-05 10:57:25.655 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-01-05 10:57:25.658 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.660 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.662 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-01-05 10:57:25.664 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.667 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-01-05 10:57:25.669 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-01-05 10:57:25.671 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-01-05 10:57:25.674 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-01-05 10:57:25.676 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.678 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.681 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-01-05 10:57:25.683 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.686 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-01-05 10:57:25.688 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-01-05 10:57:25.690 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-01-05 10:57:25.692 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-01-05 10:57:25.695 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.697 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.699 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-01-05 10:57:25.701 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.704 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-01-05 10:57:25.706 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-01-05 10:57:25.708 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-01-05 10:57:25.710 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-01-05 10:57:25.712 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.715 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.717 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-01-05 10:57:25.719 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.721 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-01-05 10:57:25.724 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-01-05 10:57:25.726 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-01-05 10:57:25.729 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-01-05 10:57:25.732 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.734 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.736 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-01-05 10:57:25.738 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.740 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-01-05 10:57:25.743 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-01-05 10:57:25.746 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-01-05 10:57:25.748 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-01-05 10:57:25.750 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.753 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.755 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-01-05 10:57:25.757 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.759 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-01-05 10:57:25.762 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-01-05 10:57:25.764 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-01-05 10:57:25.766 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-01-05 10:57:25.768 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.771 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.773 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-01-05 10:57:25.775 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.777 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-01-05 10:57:25.780 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-01-05 10:57:25.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-01-05 10:57:25.785 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-01-05 10:57:25.787 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.790 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.792 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-01-05 10:57:25.795 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.797 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-01-05 10:57:25.799 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-01-05 10:57:25.802 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-01-05 10:57:25.804 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-01-05 10:57:25.807 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.809 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.811 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-01-05 10:57:25.814 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.816 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-01-05 10:57:25.818 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-01-05 10:57:25.820 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-01-05 10:57:25.823 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-01-05 10:57:25.825 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.827 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.829 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-01-05 10:57:25.832 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.834 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-01-05 10:57:25.836 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-01-05 10:57:25.839 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-01-05 10:57:25.841 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-01-05 10:57:25.843 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.846 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.848 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-01-05 10:57:25.850 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.852 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-01-05 10:57:25.855 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-01-05 10:57:25.858 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-01-05 10:57:25.860 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-01-05 10:57:25.862 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.864 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.866 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-01-05 10:57:25.869 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.871 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-01-05 10:57:25.873 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-01-05 10:57:25.876 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-01-05 10:57:25.878 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-01-05 10:57:25.880 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.882 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.884 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-01-05 10:57:25.887 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.889 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-01-05 10:57:25.891 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-01-05 10:57:25.894 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-01-05 10:57:25.896 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-01-05 10:57:25.898 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.901 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.903 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-01-05 10:57:25.905 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.908 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-01-05 10:57:25.910 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-01-05 10:57:25.912 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-01-05 10:57:25.915 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-01-05 10:57:25.917 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.920 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.922 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-01-05 10:57:25.924 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.927 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-01-05 10:57:25.929 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-01-05 10:57:25.931 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-01-05 10:57:25.934 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-01-05 10:57:25.936 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.938 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.940 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-01-05 10:57:25.943 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.945 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-01-05 10:57:25.947 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-01-05 10:57:25.949 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-01-05 10:57:25.952 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-01-05 10:57:25.954 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.956 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.958 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-01-05 10:57:25.961 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.964 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-01-05 10:57:25.966 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-01-05 10:57:25.968 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-01-05 10:57:25.970 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-01-05 10:57:25.973 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.975 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.977 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-01-05 10:57:25.980 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:25.982 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-01-05 10:57:25.985 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-01-05 10:57:25.987 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-01-05 10:57:25.989 | + inc/python:use_library_from_git:250 : local name=tooz 2022-01-05 10:57:25.991 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:25.994 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:25.996 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-01-05 10:57:25.998 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:26.001 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-01-05 10:57:26.003 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-01-05 10:57:26.005 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-01-05 10:57:26.007 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-01-05 10:57:26.010 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:26.012 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:26.014 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-01-05 10:57:26.017 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:26.019 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-01-05 10:57:26.021 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-01-05 10:57:26.023 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-01-05 10:57:26.026 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-01-05 10:57:26.028 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:26.031 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:26.033 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-01-05 10:57:26.035 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:26.038 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-01-05 10:57:26.040 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-01-05 10:57:26.043 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-01-05 10:57:26.045 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-01-05 10:57:26.047 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:26.050 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:26.052 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-01-05 10:57:26.055 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:26.057 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-01-05 10:57:26.059 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-01-05 10:57:26.061 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-01-05 10:57:26.064 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-01-05 10:57:26.066 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:26.068 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:26.070 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-01-05 10:57:26.073 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:26.075 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-01-05 10:57:26.097 | Using python 3.8 to install etcd3 2022-01-05 10:57:26.099 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-01-05 10:57:26.815 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:26.815 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:26.815 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:26.815 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:27.879 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:57:27.988 | Collecting etcd3 2022-01-05 10:57:27.996 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-01-05 10:57:28.021 | Preparing metadata (setup.py): started 2022-01-05 10:57:28.606 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:57:30.858 | Collecting grpcio>=1.27.1 2022-01-05 10:57:30.876 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/57f/1aeb65ed17dfb/grpcio-1.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB) 2022-01-05 10:57:31.691 | Collecting protobuf>=3.6.1 2022-01-05 10:57:31.705 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/655/264ed0d0efe47/protobuf-3.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-01-05 10:57:31.732 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-01-05 10:57:31.733 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-01-05 10:57:31.761 | Building wheels for collected packages: etcd3 2022-01-05 10:57:31.762 | Building wheel for etcd3 (setup.py): started 2022-01-05 10:57:32.472 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-01-05 10:57:32.473 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=43344b8f0f4070dc3e5020238b38887392970335c97ae342fe4ecefad543313f 2022-01-05 10:57:32.473 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-01-05 10:57:32.477 | Successfully built etcd3 2022-01-05 10:57:34.017 | Installing collected packages: protobuf, grpcio, etcd3 2022-01-05 10:57:34.785 | Successfully installed etcd3-0.12.0 grpcio-1.43.0 protobuf-3.19.1 2022-01-05 10:57:34.786 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:57:34.933 | + inc/python:pip_install:200 : result=0 2022-01-05 10:57:34.935 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:57:34.937 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:34.939 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:34.941 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:34.943 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:34.945 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:34.948 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:57:34.950 | + functions-common:time_stop:2419 : start_time=1641380246092 2022-01-05 10:57:34.952 | + functions-common:time_stop:2421 : [[ -z 1641380246092 ]] 2022-01-05 10:57:34.955 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:34.959 | + functions-common:time_stop:2424 : end_time=1641380254957 2022-01-05 10:57:34.961 | + functions-common:time_stop:2425 : elapsed_time=8865 2022-01-05 10:57:34.963 | + functions-common:time_stop:2426 : total=29346 2022-01-05 10:57:34.965 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:34.968 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=38211 2022-01-05 10:57:34.970 | + inc/python:pip_install:203 : return 0 2022-01-05 10:57:34.972 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-01-05 10:57:34.993 | Using python 3.8 to install etcd3gw 2022-01-05 10:57:34.995 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-01-05 10:57:35.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:35.721 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:35.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:35.722 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:36.797 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:57:36.907 | Collecting etcd3gw 2022-01-05 10:57:36.915 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2022-01-05 10:57:36.926 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-01-05 10:57:36.927 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.0) 2022-01-05 10:57:36.928 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-01-05 10:57:36.929 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.0) 2022-01-05 10:57:36.962 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.7) 2022-01-05 10:57:36.965 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-01-05 10:57:36.967 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.10) 2022-01-05 10:57:36.968 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-01-05 10:57:38.504 | Installing collected packages: etcd3gw 2022-01-05 10:57:38.676 | Successfully installed etcd3gw-1.0.0 2022-01-05 10:57:38.676 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:57:38.782 | + inc/python:pip_install:200 : result=0 2022-01-05 10:57:38.784 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:57:38.786 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:38.788 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:38.791 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:38.793 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:38.795 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:38.797 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:57:38.800 | + functions-common:time_stop:2419 : start_time=1641380254987 2022-01-05 10:57:38.802 | + functions-common:time_stop:2421 : [[ -z 1641380254987 ]] 2022-01-05 10:57:38.805 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:38.809 | + functions-common:time_stop:2424 : end_time=1641380258806 2022-01-05 10:57:38.811 | + functions-common:time_stop:2425 : elapsed_time=3819 2022-01-05 10:57:38.813 | + functions-common:time_stop:2426 : total=38211 2022-01-05 10:57:38.815 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:38.817 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=42030 2022-01-05 10:57:38.819 | + inc/python:pip_install:203 : return 0 2022-01-05 10:57:38.822 | + ./stack.sh:main:876 : install_apache_uwsgi 2022-01-05 10:57:38.824 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-01-05 10:57:38.826 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-01-05 10:57:38.828 | + functions-common:is_fedora:512 : [[ -z Ubuntu ]] 2022-01-05 10:57:38.831 | + functions-common:is_fedora:516 : '[' Ubuntu = Fedora ']' 2022-01-05 10:57:38.833 | + functions-common:is_fedora:516 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 10:57:38.835 | + functions-common:is_fedora:517 : '[' Ubuntu = openEuler ']' 2022-01-05 10:57:38.838 | + functions-common:is_fedora:518 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 10:57:38.840 | + functions-common:is_fedora:519 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 10:57:38.842 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOS ']' 2022-01-05 10:57:38.845 | + functions-common:is_fedora:520 : '[' Ubuntu = CentOSStream ']' 2022-01-05 10:57:38.847 | + functions-common:is_fedora:521 : '[' Ubuntu = OracleServer ']' 2022-01-05 10:57:38.849 | + functions-common:is_fedora:521 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 10:57:38.852 | + lib/apache:install_apache_uwsgi:85 : is_ubuntu 2022-01-05 10:57:38.854 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:38.857 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:38.859 | + lib/apache:install_apache_uwsgi:86 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-01-05 10:57:38.861 | + lib/apache:install_apache_uwsgi:87 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 10:57:38.863 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 10:57:38.866 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 10:57:38.868 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 10:57:38.870 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 10:57:38.872 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 10:57:38.875 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 10:57:38.877 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:38.879 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:38.881 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 10:57:38.884 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 10:57:38.886 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 10:57:38.888 | + functions-common:apt_get_update:1177 : return 2022-01-05 10:57:38.891 | + functions-common:install_package:1451 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 10:57:38.893 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 10:57:38.895 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:38.897 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:38.900 | + functions-common:real_install_package:1437 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 10:57:38.922 | + functions-common:apt_get:1217 : 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-01-05 10:57:39.029 | Reading package lists... 2022-01-05 10:57:39.257 | Building dependency tree... 2022-01-05 10:57:39.259 | Reading state information... 2022-01-05 10:57:39.490 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 10:57:39.490 | The following packages were automatically installed and are no longer required: 2022-01-05 10:57:39.491 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 10:57:39.491 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 10:57:39.491 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 10:57:39.491 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 10:57:39.491 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 10:57:39.491 | python3-zope.interface 2022-01-05 10:57:39.491 | Use 'sudo apt autoremove' to remove them. 2022-01-05 10:57:39.492 | The following additional packages will be installed: 2022-01-05 10:57:39.492 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-01-05 10:57:39.494 | Suggested packages: 2022-01-05 10:57:39.494 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-01-05 10:57:39.559 | The following NEW packages will be installed: 2022-01-05 10:57:39.560 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-01-05 10:57:39.698 | 0 upgraded, 6 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 10:57:39.698 | Need to get 1,306 kB of archives. 2022-01-05 10:57:39.698 | After this operation, 4,613 kB of additional disk space will be used. 2022-01-05 10:57:39.698 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-01-05 10:57:40.126 | 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-01-05 10:57:40.152 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-01-05 10:57:40.238 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-01-05 10:57:41.055 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-01-05 10:57:41.060 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-01-05 10:57:41.667 | Fetched 1,306 kB in 2s (839 kB/s) 2022-01-05 10:57:41.871 | Selecting previously unselected package libnorm1:amd64. 2022-01-05 10:57:41.923 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90644 files and directories currently installed.) 2022-01-05 10:57:41.927 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-01-05 10:57:42.031 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-01-05 10:57:42.368 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-01-05 10:57:42.378 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-01-05 10:57:42.408 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-01-05 10:57:42.774 | Selecting previously unselected package libzmq5:amd64. 2022-01-05 10:57:42.784 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-01-05 10:57:42.813 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-01-05 10:57:43.191 | Selecting previously unselected package uwsgi-core. 2022-01-05 10:57:43.201 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-01-05 10:57:43.246 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-01-05 10:57:43.830 | Selecting previously unselected package uwsgi. 2022-01-05 10:57:43.841 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-01-05 10:57:43.870 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-01-05 10:57:44.246 | Selecting previously unselected package uwsgi-plugin-python3. 2022-01-05 10:57:44.256 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-01-05 10:57:44.293 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-01-05 10:57:44.660 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-01-05 10:57:44.801 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-01-05 10:57:44.962 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-01-05 10:57:45.115 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-01-05 10:57:45.322 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-01-05 10:57:46.453 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-01-05 10:57:46.717 | Processing triggers for systemd (245.4-4ubuntu3.14) ... 2022-01-05 10:57:47.168 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 10:57:47.727 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 10:57:54.925 | + functions-common:apt_get:1221 : result=0 2022-01-05 10:57:54.927 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 10:57:54.929 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:54.932 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:54.934 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:54.936 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:54.939 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:54.941 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 10:57:54.943 | + functions-common:time_stop:2419 : start_time=1641380258919 2022-01-05 10:57:54.945 | + functions-common:time_stop:2421 : [[ -z 1641380258919 ]] 2022-01-05 10:57:54.948 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:54.952 | + functions-common:time_stop:2424 : end_time=1641380274950 2022-01-05 10:57:54.954 | + functions-common:time_stop:2425 : elapsed_time=16031 2022-01-05 10:57:54.956 | + functions-common:time_stop:2426 : total=514833 2022-01-05 10:57:54.958 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:54.961 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=530864 2022-01-05 10:57:54.963 | + functions-common:apt_get:1225 : return 0 2022-01-05 10:57:54.965 | + lib/apache:install_apache_uwsgi:118 : is_ubuntu 2022-01-05 10:57:54.967 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:57:54.970 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:57:54.972 | + lib/apache:install_apache_uwsgi:120 : sudo a2enmod proxy 2022-01-05 10:57:55.033 | Enabling module proxy. 2022-01-05 10:57:55.038 | To activate the new configuration, you need to run: 2022-01-05 10:57:55.038 | systemctl restart apache2 2022-01-05 10:57:55.043 | + lib/apache:install_apache_uwsgi:121 : sudo a2enmod proxy_uwsgi 2022-01-05 10:57:55.105 | Considering dependency proxy for proxy_uwsgi: 2022-01-05 10:57:55.105 | Module proxy already enabled 2022-01-05 10:57:55.105 | Enabling module proxy_uwsgi. 2022-01-05 10:57:55.110 | To activate the new configuration, you need to run: 2022-01-05 10:57:55.110 | systemctl restart apache2 2022-01-05 10:57:55.114 | + lib/apache:install_apache_uwsgi:127 : restart_apache_server 2022-01-05 10:57:55.117 | + lib/apache:restart_apache_server:240 : restart_service apache2 2022-01-05 10:57:55.119 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 10:57:55.121 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart apache2 2022-01-05 10:57:55.243 | + ./stack.sh:main:879 : install_keystoneauth 2022-01-05 10:57:55.246 | + lib/keystone:install_keystoneauth:487 : use_library_from_git keystoneauth 2022-01-05 10:57:55.248 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-01-05 10:57:55.250 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.253 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.255 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-01-05 10:57:55.257 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.260 | + ./stack.sh:main:880 : install_keystoneclient 2022-01-05 10:57:55.262 | + lib/keystone:install_keystoneclient:495 : use_library_from_git python-keystoneclient 2022-01-05 10:57:55.265 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-01-05 10:57:55.267 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.269 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.272 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-01-05 10:57:55.275 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.277 | + ./stack.sh:main:881 : install_glanceclient 2022-01-05 10:57:55.279 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-01-05 10:57:55.282 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-01-05 10:57:55.284 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.286 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.289 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-01-05 10:57:55.292 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.294 | + ./stack.sh:main:882 : install_cinderclient 2022-01-05 10:57:55.296 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-01-05 10:57:55.299 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-01-05 10:57:55.301 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.304 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.306 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-01-05 10:57:55.308 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.311 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-01-05 10:57:55.313 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-01-05 10:57:55.315 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.318 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.320 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-01-05 10:57:55.322 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.325 | + ./stack.sh:main:883 : install_novaclient 2022-01-05 10:57:55.327 | + lib/nova:install_novaclient:821 : use_library_from_git python-novaclient 2022-01-05 10:57:55.329 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-01-05 10:57:55.332 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.334 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.336 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-01-05 10:57:55.339 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.341 | + ./stack.sh:main:884 : is_service_enabled swift glance horizon 2022-01-05 10:57:55.358 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:55.361 | + ./stack.sh:main:885 : install_swiftclient 2022-01-05 10:57:55.363 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-01-05 10:57:55.365 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-01-05 10:57:55.368 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.371 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.373 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-01-05 10:57:55.375 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.378 | + ./stack.sh:main:887 : is_service_enabled neutron nova horizon 2022-01-05 10:57:55.394 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:57:55.397 | + ./stack.sh:main:888 : install_neutronclient 2022-01-05 10:57:55.400 | + lib/neutron:install_neutronclient:446 : use_library_from_git python-neutronclient 2022-01-05 10:57:55.402 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-01-05 10:57:55.404 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.407 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.409 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-01-05 10:57:55.411 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.414 | + ./stack.sh:main:892 : install_keystonemiddleware 2022-01-05 10:57:55.417 | + lib/keystone:install_keystonemiddleware:505 : use_library_from_git keystonemiddleware 2022-01-05 10:57:55.419 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-01-05 10:57:55.421 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:57:55.424 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:57:55.426 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-01-05 10:57:55.428 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:57:55.431 | + lib/keystone:install_keystonemiddleware:510 : pip_install_gr keystonemiddleware 2022-01-05 10:57:55.433 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-01-05 10:57:55.435 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 10:57:55.438 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-01-05 10:57:55.441 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-01-05 10:57:55.443 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 10:57:55.446 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-01-05 10:57:55.447 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 10:57:55.452 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-01-05 10:57:55.454 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-01-05 10:57:55.456 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-01-05 10:57:55.459 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-01-05 10:57:55.461 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-01-05 10:57:55.482 | Using python 3.8 to install keystonemiddleware 2022-01-05 10:57:55.484 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-01-05 10:57:56.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:56.221 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:56.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:57:56.221 | from cryptography.utils import int_from_bytes 2022-01-05 10:57:57.299 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:57:57.339 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-01-05 10:57:57.392 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-01-05 10:57:57.393 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2022-01-05 10:57:57.394 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-01-05 10:57:57.395 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-01-05 10:57:57.396 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.1) 2022-01-05 10:57:57.397 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-01-05 10:57:57.398 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-01-05 10:57:57.399 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-01-05 10:57:57.400 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-01-05 10:57:57.401 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.0) 2022-01-05 10:57:57.402 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.4.0) 2022-01-05 10:57:57.403 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.0) 2022-01-05 10:57:57.404 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.0) 2022-01-05 10:57:57.405 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-01-05 10:57:57.462 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-01-05 10:57:57.463 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-01-05 10:57:57.465 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-01-05 10:57:57.501 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.4) 2022-01-05 10:57:57.540 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-01-05 10:57:57.542 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-01-05 10:57:57.542 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.3.0) 2022-01-05 10:57:57.544 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-01-05 10:57:57.590 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-01-05 10:57:57.594 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-01-05 10:57:57.604 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-01-05 10:57:57.605 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2022-01-05 10:57:57.619 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-01-05 10:57:57.621 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-01-05 10:57:57.622 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.6) 2022-01-05 10:57:57.685 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.7) 2022-01-05 10:57:57.686 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-01-05 10:57:57.688 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.10) 2022-01-05 10:57:57.690 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-01-05 10:57:57.741 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2022-01-05 10:57:57.753 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware) (5.1.0) 2022-01-05 10:57:59.265 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:57:59.370 | + inc/python:pip_install:200 : result=0 2022-01-05 10:57:59.373 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:57:59.375 | + functions-common:time_stop:2412 : local name 2022-01-05 10:57:59.377 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:57:59.379 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:57:59.381 | + functions-common:time_stop:2415 : local total 2022-01-05 10:57:59.384 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:57:59.386 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:57:59.388 | + functions-common:time_stop:2419 : start_time=1641380275476 2022-01-05 10:57:59.391 | + functions-common:time_stop:2421 : [[ -z 1641380275476 ]] 2022-01-05 10:57:59.393 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:57:59.397 | + functions-common:time_stop:2424 : end_time=1641380279395 2022-01-05 10:57:59.400 | + functions-common:time_stop:2425 : elapsed_time=3919 2022-01-05 10:57:59.402 | + functions-common:time_stop:2426 : total=42030 2022-01-05 10:57:59.405 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:57:59.407 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=45949 2022-01-05 10:57:59.409 | + inc/python:pip_install:203 : return 0 2022-01-05 10:57:59.412 | + lib/keystone:install_keystonemiddleware:514 : pip_install_gr python-memcached 2022-01-05 10:57:59.414 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-01-05 10:57:59.417 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 10:57:59.420 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-01-05 10:57:59.422 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-01-05 10:57:59.425 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 10:57:59.428 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-01-05 10:57:59.429 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 10:57:59.434 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-01-05 10:57:59.437 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-01-05 10:57:59.439 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-01-05 10:57:59.442 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-01-05 10:57:59.444 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-01-05 10:57:59.466 | Using python 3.8 to install python-memcached 2022-01-05 10:57:59.468 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-01-05 10:58:00.202 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:00.202 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:00.202 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:00.202 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:01.279 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:58:01.380 | Collecting python-memcached 2022-01-05 10:58:01.387 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-01-05 10:58:01.393 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-01-05 10:58:02.943 | Installing collected packages: python-memcached 2022-01-05 10:58:03.102 | Successfully installed python-memcached-1.59 2022-01-05 10:58:03.102 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:58:03.210 | + inc/python:pip_install:200 : result=0 2022-01-05 10:58:03.213 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:58:03.215 | + functions-common:time_stop:2412 : local name 2022-01-05 10:58:03.217 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:58:03.219 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:58:03.221 | + functions-common:time_stop:2415 : local total 2022-01-05 10:58:03.224 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:58:03.226 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:58:03.228 | + functions-common:time_stop:2419 : start_time=1641380279460 2022-01-05 10:58:03.230 | + functions-common:time_stop:2421 : [[ -z 1641380279460 ]] 2022-01-05 10:58:03.233 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:58:03.237 | + functions-common:time_stop:2424 : end_time=1641380283235 2022-01-05 10:58:03.239 | + functions-common:time_stop:2425 : elapsed_time=3775 2022-01-05 10:58:03.241 | + functions-common:time_stop:2426 : total=45949 2022-01-05 10:58:03.244 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:58:03.246 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=49724 2022-01-05 10:58:03.248 | + inc/python:pip_install:203 : return 0 2022-01-05 10:58:03.250 | + ./stack.sh:main:894 : is_service_enabled keystone 2022-01-05 10:58:03.267 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:03.269 | + ./stack.sh:main:895 : '[' 10.222.0.18 == 10.222.0.18 ']' 2022-01-05 10:58:03.272 | + ./stack.sh:main:896 : stack_install_service keystone 2022-01-05 10:58:03.274 | + lib/stack:stack_install_service:20 : local service=keystone 2022-01-05 10:58:03.277 | + lib/stack:stack_install_service:21 : type install_keystone 2022-01-05 10:58:03.279 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 10:58:03.281 | + lib/stack:stack_install_service:32 : install_keystone 2022-01-05 10:58:03.284 | + lib/keystone:install_keystone:520 : is_service_enabled ldap 2022-01-05 10:58:03.299 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:03.301 | + lib/keystone:install_keystone:524 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-01-05 10:58:03.303 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/keystone.git 2022-01-05 10:58:03.305 | + functions-common:git_clone:596 : local git_dest=/opt/stack/keystone 2022-01-05 10:58:03.307 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 10:58:03.309 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 10:58:03.312 | ++ functions-common:git_clone:599 : pwd 2022-01-05 10:58:03.314 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 10:58:03.316 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 10:58:03.319 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 10:58:03.334 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 10:58:03.336 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 10:58:03.338 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:03.341 | + functions-common:git_clone:616 : echo master 2022-01-05 10:58:03.341 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 10:58:03.346 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/keystone ]] 2022-01-05 10:58:03.348 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:03.350 | + functions-common:git_clone:664 : cd /opt/stack/keystone 2022-01-05 10:58:03.353 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 10:58:03.353 | + functions-common:git_clone:665 : head -1 2022-01-05 10:58:03.367 | a9fa5131c Merge "Replace assertItemsEqual with assertCountEqual" 2022-01-05 10:58:03.370 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 10:58:03.372 | + lib/keystone:install_keystone:525 : setup_develop /opt/stack/keystone 2022-01-05 10:58:03.375 | + inc/python:setup_develop:338 : local bindep 2022-01-05 10:58:03.377 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 10:58:03.379 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-01-05 10:58:03.381 | + inc/python:setup_develop:344 : local extras= 2022-01-05 10:58:03.384 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-01-05 10:58:03.386 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 10:58:03.389 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 10:58:03.391 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-01-05 10:58:03.393 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 10:58:03.395 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 10:58:03.398 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-01-05 10:58:03.401 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 10:58:03.403 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-01-05 10:58:03.405 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 10:58:03.408 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-01-05 10:58:03.411 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-01-05 10:58:03.416 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-01-05 10:58:03.418 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-01-05 10:58:04.051 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-01-05 10:58:04.053 | + inc/python:setup_package:418 : local bindep=0 2022-01-05 10:58:04.056 | + inc/python:setup_package:419 : local bindep_flag= 2022-01-05 10:58:04.058 | + inc/python:setup_package:420 : local bindep_profiles= 2022-01-05 10:58:04.060 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 10:58:04.062 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-01-05 10:58:04.064 | + inc/python:setup_package:427 : local flags=-e 2022-01-05 10:58:04.066 | + inc/python:setup_package:428 : local extras= 2022-01-05 10:58:04.069 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-01-05 10:58:04.071 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-01-05 10:58:04.073 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-01-05 10:58:04.075 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-01-05 10:58:04.078 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-01-05 10:58:04.080 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-01-05 10:58:04.100 | Using python 3.8 to install /opt/stack/keystone 2022-01-05 10:58:04.103 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-01-05 10:58:04.843 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:04.843 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:04.843 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:04.843 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:05.913 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:58:05.954 | Obtaining file:///opt/stack/keystone 2022-01-05 10:58:05.955 | Preparing metadata (setup.py): started 2022-01-05 10:58:07.342 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:58:07.481 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (5.8.0) 2022-01-05 10:58:07.482 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (1.8.7) 2022-01-05 10:58:07.575 | Collecting Flask!=0.11,>=1.0.2 2022-01-05 10:58:07.583 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/0f62f1d8e4dc4/Flask-2.0.2-py3-none-any.whl (95 kB) 2022-01-05 10:58:07.631 | Collecting Flask-RESTful>=0.3.5 2022-01-05 10:58:07.638 | 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-01-05 10:58:07.642 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (36.0.1) 2022-01-05 10:58:07.642 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (1.4.29) 2022-01-05 10:58:07.644 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (0.13.0) 2022-01-05 10:58:07.645 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.5.0) 2022-01-05 10:58:07.686 | Collecting passlib>=1.7.0 2022-01-05 10:58:07.693 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-01-05 10:58:07.709 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (4.3.0) 2022-01-05 10:58:07.710 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (9.3.0) 2022-01-05 10:58:07.712 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.2.0) 2022-01-05 10:58:07.917 | Collecting scrypt>=0.8.0 2022-01-05 10:58:07.927 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca4/dbdc39900d934/scrypt-0.8.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-01-05 10:58:07.958 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (2.8.1) 2022-01-05 10:58:07.959 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (8.7.1) 2022-01-05 10:58:07.960 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.4.0) 2022-01-05 10:58:07.961 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (12.11.1) 2022-01-05 10:58:07.962 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (11.1.0) 2022-01-05 10:58:07.963 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (5.1.0) 2022-01-05 10:58:07.964 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (4.6.1) 2022-01-05 10:58:07.965 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (4.5.0) 2022-01-05 10:58:07.966 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.10.1) 2022-01-05 10:58:07.967 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (4.2.0) 2022-01-05 10:58:07.968 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (1.4.0) 2022-01-05 10:58:07.969 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (4.12.0) 2022-01-05 10:58:08.016 | Collecting oauthlib>=0.6.2 2022-01-05 10:58:08.024 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2022-01-05 10:58:08.093 | Collecting pysaml2>=5.0.0 2022-01-05 10:58:08.112 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2022-01-05 10:58:08.195 | Collecting PyJWT>=1.6.1 2022-01-05 10:58:08.203 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB) 2022-01-05 10:58:08.206 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (1.1.4) 2022-01-05 10:58:08.207 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev24) (3.2.0) 2022-01-05 10:58:08.208 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.1.1) 2022-01-05 10:58:08.209 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (1.0.3) 2022-01-05 10:58:08.210 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (3.4.2) 2022-01-05 10:58:08.211 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev24) (2021.3) 2022-01-05 10:58:08.223 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev24) (1.16.0) 2022-01-05 10:58:08.224 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev24) (1.15.0) 2022-01-05 10:58:08.266 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.1.0.dev24) (5.1.0) 2022-01-05 10:58:08.314 | Collecting itsdangerous>=2.0 2022-01-05 10:58:08.321 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-01-05 10:58:08.409 | Collecting Werkzeug>=2.0 2022-01-05 10:58:08.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/63d/3dc1cf60e7b7e/Werkzeug-2.0.2-py3-none-any.whl (288 kB) 2022-01-05 10:58:08.426 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev24) (3.0.3) 2022-01-05 10:58:08.494 | Collecting click>=7.1.2 2022-01-05 10:58:08.501 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/353/f466495adaeb4/click-8.0.3-py3-none-any.whl (97 kB) 2022-01-05 10:58:08.566 | Collecting aniso8601>=0.82 2022-01-05 10:58:08.573 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-01-05 10:58:08.645 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (2.27.0) 2022-01-05 10:58:08.646 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (4.4.0) 2022-01-05 10:58:08.740 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev24) (2.3.0) 2022-01-05 10:58:08.741 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev24) (6.0) 2022-01-05 10:58:08.743 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev24) (1.5.0) 2022-01-05 10:58:08.744 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev24) (0.8.0) 2022-01-05 10:58:08.796 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev24) (0.5.0) 2022-01-05 10:58:08.798 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev24) (1.7.5) 2022-01-05 10:58:08.800 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev24) (2.0.1) 2022-01-05 10:58:08.874 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev24) (2.8.2) 2022-01-05 10:58:08.877 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev24) (0.9.6) 2022-01-05 10:58:08.933 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (2.7.0) 2022-01-05 10:58:08.934 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (5.2.3) 2022-01-05 10:58:08.936 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (2.4.0) 2022-01-05 10:58:08.937 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (4.2.4) 2022-01-05 10:58:08.939 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (0.4.0) 2022-01-05 10:58:08.940 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (5.0.9) 2022-01-05 10:58:08.957 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.1.0.dev24) (3.3.0) 2022-01-05 10:58:09.004 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev24) (2.5.0) 2022-01-05 10:58:09.025 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev24) (1.0.2) 2022-01-05 10:58:09.027 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev24) (3.0.6) 2022-01-05 10:58:09.028 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev24) (21.3) 2022-01-05 10:58:09.030 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev24) (0.11.0) 2022-01-05 10:58:09.081 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.1.0.dev24) (4.5.0) 2022-01-05 10:58:09.189 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev24) (21.0.0) 2022-01-05 10:58:09.190 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev24) (5.4.0) 2022-01-05 10:58:09.235 | Collecting defusedxml 2022-01-05 10:58:09.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-01-05 10:58:09.339 | Collecting xmlschema>=1.2.1 2022-01-05 10:58:09.346 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7b/a52b774a87b59/xmlschema-1.9.2-py3-none-any.whl (273 kB) 2022-01-05 10:58:09.586 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev24) (1.1.2) 2022-01-05 10:58:09.607 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev24) (0.4.2) 2022-01-05 10:58:09.608 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev24) (0.5.2) 2022-01-05 10:58:09.675 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev24) (1.1.6) 2022-01-05 10:58:09.677 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev24) (4.10.0) 2022-01-05 10:58:09.694 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (5.0.0) 2022-01-05 10:58:09.765 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev24) (2.21) 2022-01-05 10:58:09.807 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.1.0.dev24) (1.13.3) 2022-01-05 10:58:09.915 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.1.0.dev24) (2.0.1) 2022-01-05 10:58:09.986 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (1.7.0) 2022-01-05 10:58:10.111 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev24) (0.14.1) 2022-01-05 10:58:10.137 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (0.12.0) 2022-01-05 10:58:10.177 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (2.5.1) 2022-01-05 10:58:10.178 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (0.33.0) 2022-01-05 10:58:10.180 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (3.5.0) 2022-01-05 10:58:10.181 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (2.1.1) 2022-01-05 10:58:10.184 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (1.3.3) 2022-01-05 10:58:10.185 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (3.0.0) 2022-01-05 10:58:10.236 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev24) (0.2.5) 2022-01-05 10:58:10.369 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (2.0.10) 2022-01-05 10:58:10.371 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (3.3) 2022-01-05 10:58:10.372 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (2019.11.28) 2022-01-05 10:58:10.373 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev24) (1.26.7) 2022-01-05 10:58:10.519 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev24) (2.5.0) 2022-01-05 10:58:10.680 | Collecting elementpath<3.0.0,>=2.4.0 2022-01-05 10:58:10.687 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e9/8a4f5e8ccb5fe/elementpath-2.4.0-py3-none-any.whl (163 kB) 2022-01-05 10:58:10.770 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.1.0.dev24) (3.7.0) 2022-01-05 10:58:10.947 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (2.1.0) 2022-01-05 10:58:10.974 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev24) (1.6) 2022-01-05 10:58:11.115 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (60.2.0) 2022-01-05 10:58:11.209 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev24) (0.7) 2022-01-05 10:58:11.243 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev24) (1.0.0) 2022-01-05 10:58:12.594 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone 2022-01-05 10:58:13.253 | Attempting uninstall: click 2022-01-05 10:58:13.255 | Found existing installation: Click 7.0 2022-01-05 10:58:13.261 | Uninstalling Click-7.0: 2022-01-05 10:58:13.291 | Successfully uninstalled Click-7.0 2022-01-05 10:58:14.876 | Attempting uninstall: PyJWT 2022-01-05 10:58:14.878 | Found existing installation: PyJWT 1.7.1 2022-01-05 10:58:14.886 | Uninstalling PyJWT-1.7.1: 2022-01-05 10:58:14.914 | Successfully uninstalled PyJWT-1.7.1 2022-01-05 10:58:15.474 | Attempting uninstall: oauthlib 2022-01-05 10:58:15.476 | Found existing installation: oauthlib 3.1.0 2022-01-05 10:58:15.484 | Uninstalling oauthlib-3.1.0: 2022-01-05 10:58:15.512 | Successfully uninstalled oauthlib-3.1.0 2022-01-05 10:58:15.780 | Running setup.py develop for keystone 2022-01-05 10:58:17.686 | Successfully installed Flask-2.0.2 Flask-RESTful-0.3.9 PyJWT-2.3.0 Werkzeug-2.0.2 aniso8601-9.0.1 click-8.0.3 defusedxml-0.7.1 elementpath-2.4.0 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.19 xmlschema-1.9.2 2022-01-05 10:58:17.686 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:58:17.835 | + inc/python:pip_install:200 : result=0 2022-01-05 10:58:17.837 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:58:17.839 | + functions-common:time_stop:2412 : local name 2022-01-05 10:58:17.842 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:58:17.844 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:58:17.846 | + functions-common:time_stop:2415 : local total 2022-01-05 10:58:17.848 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:58:17.850 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:58:17.852 | + functions-common:time_stop:2419 : start_time=1641380284095 2022-01-05 10:58:17.854 | + functions-common:time_stop:2421 : [[ -z 1641380284095 ]] 2022-01-05 10:58:17.857 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:58:17.861 | + functions-common:time_stop:2424 : end_time=1641380297859 2022-01-05 10:58:17.863 | + functions-common:time_stop:2425 : elapsed_time=13764 2022-01-05 10:58:17.865 | + functions-common:time_stop:2426 : total=49724 2022-01-05 10:58:17.867 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:58:17.869 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=63488 2022-01-05 10:58:17.871 | + inc/python:pip_install:203 : return 0 2022-01-05 10:58:17.873 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-01-05 10:58:17.876 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-01-05 10:58:17.878 | + functions-common:safe_chown:2313 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-01-05 10:58:17.896 | + functions-common:_safe_permission_operation:2161 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-01-05 10:58:17.908 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-01-05 10:58:17.910 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-01-05 10:58:17.912 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:58:17.915 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:58:17.918 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-01-05 10:58:17.920 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:58:17.922 | + lib/keystone:install_keystone:527 : is_service_enabled ldap 2022-01-05 10:58:17.939 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:17.941 | + lib/keystone:install_keystone:531 : '[' uwsgi == mod_wsgi ']' 2022-01-05 10:58:17.943 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-01-05 10:58:17.945 | + ./stack.sh:main:897 : configure_keystone 2022-01-05 10:58:17.948 | + lib/keystone:configure_keystone:186 : sudo install -d -o ubuntu /etc/keystone 2022-01-05 10:58:17.960 | + lib/keystone:configure_keystone:188 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-01-05 10:58:17.962 | + lib/keystone:configure_keystone:189 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-01-05 10:58:17.967 | + lib/keystone:configure_keystone:192 : is_service_enabled ldap 2022-01-05 10:58:17.983 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:17.985 | + lib/keystone:configure_keystone:196 : iniset /etc/keystone/keystone.conf identity driver sql 2022-01-05 10:58:18.014 | + lib/keystone:configure_keystone:197 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-01-05 10:58:18.042 | + lib/keystone:configure_keystone:198 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-01-05 10:58:18.071 | + lib/keystone:configure_keystone:199 : iniset /etc/keystone/keystone.conf role driver sql 2022-01-05 10:58:18.102 | + lib/keystone:configure_keystone:200 : iniset /etc/keystone/keystone.conf resource driver sql 2022-01-05 10:58:18.131 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf cache enabled True 2022-01-05 10:58:18.160 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-01-05 10:58:18.188 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-01-05 10:58:18.214 | + lib/keystone:configure_keystone:207 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-01-05 10:58:18.217 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-01-05 10:58:18.219 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-01-05 10:58:18.221 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-01-05 10:58:18.223 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-01-05 10:58:18.226 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-01-05 10:58:18.241 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:18.244 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-01-05 10:58:18.247 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-01-05 10:58:18.249 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-01-05 10:58:18.264 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:18.266 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 10:58:18.269 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 10:58:18.298 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-01-05 10:58:18.301 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-01-05 10:58:18.303 | + lib/keystone:configure_keystone:209 : local service_port=5000 2022-01-05 10:58:18.306 | + lib/keystone:configure_keystone:211 : is_service_enabled tls-proxy 2022-01-05 10:58:18.322 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:18.324 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.18/identity 2022-01-05 10:58:18.354 | + lib/keystone:configure_keystone:222 : [[ fernet != '' ]] 2022-01-05 10:58:18.357 | + lib/keystone:configure_keystone:223 : iniset /etc/keystone/keystone.conf token provider fernet 2022-01-05 10:58:18.387 | ++ lib/keystone:configure_keystone:226 : database_connection_url keystone 2022-01-05 10:58:18.389 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-01-05 10:58:18.392 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-01-05 10:58:18.394 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=keystone 2022-01-05 10:58:18.396 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-01-05 10:58:18.399 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-01-05 10:58:18.429 | + lib/keystone:configure_keystone:229 : '[' False '!=' False ']' 2022-01-05 10:58:18.431 | + lib/keystone:configure_keystone:234 : setup_logging /etc/keystone/keystone.conf 2022-01-05 10:58:18.434 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-01-05 10:58:18.436 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-01-05 10:58:18.439 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-01-05 10:58:18.456 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-01-05 10:58:18.458 | + functions:setup_systemd_logging:695 : local pidstr= 2022-01-05 10:58:18.460 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-01-05 10:58:18.463 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-01-05 10:58:18.465 | + 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-01-05 10:58:18.493 | + 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-01-05 10:58:18.521 | + 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-01-05 10:58:18.549 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-01-05 10:58:18.575 | + lib/keystone:configure_keystone:236 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-01-05 10:58:18.603 | + lib/keystone:configure_keystone:238 : '[' uwsgi == mod_wsgi ']' 2022-01-05 10:58:18.606 | + lib/keystone:configure_keystone:242 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-01-05 10:58:18.608 | + lib/apache:write_uwsgi_config:244 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-01-05 10:58:18.610 | + lib/apache:write_uwsgi_config:245 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-01-05 10:58:18.613 | + lib/apache:write_uwsgi_config:246 : local url=/identity 2022-01-05 10:58:18.615 | + lib/apache:write_uwsgi_config:247 : local http= 2022-01-05 10:58:18.617 | + lib/apache:write_uwsgi_config:248 : local name= 2022-01-05 10:58:18.620 | ++ lib/apache:write_uwsgi_config:249 : basename /usr/local/bin/keystone-wsgi-public 2022-01-05 10:58:18.624 | + lib/apache:write_uwsgi_config:249 : name=keystone-wsgi-public 2022-01-05 10:58:18.626 | + lib/apache:write_uwsgi_config:253 : local socket_dir=/var/run/uwsgi 2022-01-05 10:58:18.629 | + lib/apache:write_uwsgi_config:257 : sudo mkdir -p /etc/tmpfiles.d/ 2022-01-05 10:58:18.641 | + lib/apache:write_uwsgi_config:258 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-01-05 10:58:18.641 | + lib/apache:write_uwsgi_config:258 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-01-05 10:58:18.650 | d /var/run/uwsgi 0755 ubuntu root 2022-01-05 10:58:18.653 | + lib/apache:write_uwsgi_config:259 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-01-05 10:58:18.669 | + lib/apache:write_uwsgi_config:261 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-01-05 10:58:18.671 | + lib/apache:write_uwsgi_config:264 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-01-05 10:58:18.675 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-01-05 10:58:18.704 | + lib/apache:write_uwsgi_config:266 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-01-05 10:58:18.731 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-01-05 10:58:18.758 | + lib/apache:write_uwsgi_config:270 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-01-05 10:58:18.785 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-01-05 10:58:18.812 | + lib/apache:write_uwsgi_config:274 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-01-05 10:58:18.839 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-01-05 10:58:18.866 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-01-05 10:58:18.893 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-01-05 10:58:18.920 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-01-05 10:58:18.947 | + lib/apache:write_uwsgi_config:282 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-01-05 10:58:18.973 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-01-05 10:58:19.001 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-01-05 10:58:19.028 | + lib/apache:write_uwsgi_config:289 : [[ -n '' ]] 2022-01-05 10:58:19.030 | + lib/apache:write_uwsgi_config:292 : local apache_conf= 2022-01-05 10:58:19.033 | ++ lib/apache:write_uwsgi_config:293 : apache_site_config_for keystone-wsgi-public 2022-01-05 10:58:19.036 | ++ lib/apache:apache_site_config_for:176 : local site=keystone-wsgi-public 2022-01-05 10:58:19.038 | ++ lib/apache:apache_site_config_for:177 : is_ubuntu 2022-01-05 10:58:19.040 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:58:19.042 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:58:19.045 | ++ lib/apache:apache_site_config_for:179 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-01-05 10:58:19.047 | + lib/apache:write_uwsgi_config:293 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-01-05 10:58:19.050 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-01-05 10:58:19.077 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-01-05 10:58:19.104 | + lib/apache:write_uwsgi_config:296 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-01-05 10:58:19.104 | + lib/apache:write_uwsgi_config:296 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-01-05 10:58:19.113 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-01-05 10:58:19.116 | + lib/apache:write_uwsgi_config:297 : enable_apache_site keystone-wsgi-public 2022-01-05 10:58:19.119 | + lib/apache:enable_apache_site:193 : local site=keystone-wsgi-public 2022-01-05 10:58:19.121 | + lib/apache:enable_apache_site:195 : enable_apache_mod version 2022-01-05 10:58:19.123 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-01-05 10:58:19.126 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-01-05 10:58:19.128 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:58:19.130 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:58:19.133 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-01-05 10:58:19.135 | + lib/apache:enable_apache_site:196 : is_ubuntu 2022-01-05 10:58:19.138 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:58:19.140 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:58:19.142 | + lib/apache:enable_apache_site:197 : sudo a2ensite keystone-wsgi-public 2022-01-05 10:58:19.203 | Enabling site keystone-wsgi-public. 2022-01-05 10:58:19.208 | To activate the new configuration, you need to run: 2022-01-05 10:58:19.208 | systemctl reload apache2 2022-01-05 10:58:19.213 | + lib/apache:write_uwsgi_config:298 : restart_apache_server 2022-01-05 10:58:19.215 | + lib/apache:restart_apache_server:240 : restart_service apache2 2022-01-05 10:58:19.217 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 10:58:19.220 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart apache2 2022-01-05 10:58:19.347 | + lib/keystone:configure_keystone:245 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-01-05 10:58:19.376 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-01-05 10:58:19.406 | + lib/keystone:configure_keystone:249 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-01-05 10:58:19.437 | + lib/keystone:configure_keystone:257 : [[ True = True ]] 2022-01-05 10:58:19.439 | + lib/keystone:configure_keystone:258 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-01-05 10:58:19.470 | + lib/keystone:configure_keystone:259 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-01-05 10:58:19.498 | + lib/keystone:configure_keystone:260 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-01-05 10:58:19.526 | + ./stack.sh:main:901 : is_service_enabled swift 2022-01-05 10:58:19.542 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:19.544 | + ./stack.sh:main:902 : is_service_enabled ceilometer 2022-01-05 10:58:19.561 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:19.563 | + ./stack.sh:main:905 : stack_install_service swift 2022-01-05 10:58:19.566 | + lib/stack:stack_install_service:20 : local service=swift 2022-01-05 10:58:19.568 | + lib/stack:stack_install_service:21 : type install_swift 2022-01-05 10:58:19.571 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 10:58:19.573 | + lib/stack:stack_install_service:32 : install_swift 2022-01-05 10:58:19.576 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-01-05 10:58:19.578 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/swift.git 2022-01-05 10:58:19.580 | + functions-common:git_clone:596 : local git_dest=/opt/stack/swift 2022-01-05 10:58:19.582 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 10:58:19.585 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 10:58:19.588 | ++ functions-common:git_clone:599 : pwd 2022-01-05 10:58:19.591 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 10:58:19.593 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 10:58:19.596 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 10:58:19.612 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 10:58:19.614 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 10:58:19.616 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:19.619 | + functions-common:git_clone:616 : echo master 2022-01-05 10:58:19.619 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 10:58:19.624 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/swift ]] 2022-01-05 10:58:19.627 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:19.629 | + functions-common:git_clone:664 : cd /opt/stack/swift 2022-01-05 10:58:19.632 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 10:58:19.632 | + functions-common:git_clone:665 : head -1 2022-01-05 10:58:19.637 | 1b8708d9c Merge "CI: Move py37 and py38 jobs to experimental pipeline" 2022-01-05 10:58:19.639 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 10:58:19.642 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-01-05 10:58:19.644 | + inc/python:setup_develop:338 : local bindep 2022-01-05 10:58:19.646 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-01-05 10:58:19.649 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-01-05 10:58:19.652 | + inc/python:setup_develop:344 : local extras=keystone 2022-01-05 10:58:19.654 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-01-05 10:58:19.656 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 10:58:19.659 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-01-05 10:58:19.661 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-01-05 10:58:19.663 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 10:58:19.666 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-01-05 10:58:19.669 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-01-05 10:58:19.671 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 10:58:19.674 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-01-05 10:58:19.676 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 10:58:19.678 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-01-05 10:58:19.682 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-01-05 10:58:19.687 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-01-05 10:58:19.690 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-01-05 10:58:20.323 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-01-05 10:58:20.326 | + inc/python:setup_package:418 : local bindep=0 2022-01-05 10:58:20.328 | + inc/python:setup_package:419 : local bindep_flag= 2022-01-05 10:58:20.330 | + inc/python:setup_package:420 : local bindep_profiles= 2022-01-05 10:58:20.332 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-01-05 10:58:20.335 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-01-05 10:58:20.337 | + inc/python:setup_package:427 : local flags=-e 2022-01-05 10:58:20.340 | + inc/python:setup_package:428 : local extras=keystone 2022-01-05 10:58:20.342 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-01-05 10:58:20.344 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-01-05 10:58:20.346 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-01-05 10:58:20.349 | + inc/python:setup_package:438 : extras='[keystone]' 2022-01-05 10:58:20.351 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-01-05 10:58:20.353 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-01-05 10:58:20.373 | Using python 3.8 to install /opt/stack/swift 2022-01-05 10:58:20.376 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-01-05 10:58:21.127 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:21.127 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:21.127 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:21.127 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:22.213 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:58:22.252 | Obtaining file:///opt/stack/swift 2022-01-05 10:58:22.253 | Preparing metadata (setup.py): started 2022-01-05 10:58:23.353 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:58:23.461 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (0.33.0) 2022-01-05 10:58:23.462 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (1.1.2) 2022-01-05 10:58:23.463 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (0.11.0) 2022-01-05 10:58:23.464 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (2.1.1) 2022-01-05 10:58:24.436 | Collecting lxml>=3.4.1 2022-01-05 10:58:24.458 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09b/738360af8cb2d/lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2022-01-05 10:58:24.659 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (2.27.0) 2022-01-05 10:58:24.660 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (1.16.0) 2022-01-05 10:58:24.767 | Collecting xattr>=0.4 2022-01-05 10:58:24.773 | 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-01-05 10:58:24.815 | Collecting PyECLib>=1.3.1 2022-01-05 10:58:24.832 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-01-05 10:58:25.159 | Preparing metadata (setup.py): started 2022-01-05 10:58:25.762 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:58:25.766 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (36.0.1) 2022-01-05 10:58:25.767 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev94) (9.3.0) 2022-01-05 10:58:25.808 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.0.dev94) (1.15.0) 2022-01-05 10:58:25.816 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.0.dev94) (2.1.0) 2022-01-05 10:58:25.877 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (4.6.1) 2022-01-05 10:58:25.878 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.8.7) 2022-01-05 10:58:25.879 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (4.12.0) 2022-01-05 10:58:25.881 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (5.8.0) 2022-01-05 10:58:25.883 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (8.7.1) 2022-01-05 10:58:25.884 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (5.1.0) 2022-01-05 10:58:25.885 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (3.1.1) 2022-01-05 10:58:25.886 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (2.8.1) 2022-01-05 10:58:25.887 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (4.3.0) 2022-01-05 10:58:25.888 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (3.4.0) 2022-01-05 10:58:25.889 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (4.4.0) 2022-01-05 10:58:25.890 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (4.2.0) 2022-01-05 10:58:25.915 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.29.0.dev94) (60.2.0) 2022-01-05 10:58:25.946 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev94) (2.0.10) 2022-01-05 10:58:25.948 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev94) (3.3) 2022-01-05 10:58:25.950 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.0.dev94) (2019.11.28) 2022-01-05 10:58:25.951 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev94) (1.26.7) 2022-01-05 10:58:25.974 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.0.dev94) (2.21) 2022-01-05 10:58:26.065 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.0.2) 2022-01-05 10:58:26.066 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (3.5.0) 2022-01-05 10:58:26.067 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.7.0) 2022-01-05 10:58:26.152 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.1.4) 2022-01-05 10:58:26.195 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (6.0) 2022-01-05 10:58:26.197 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.5.0) 2022-01-05 10:58:26.198 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (2.3.0) 2022-01-05 10:58:26.199 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (0.8.0) 2022-01-05 10:58:26.259 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (0.9.6) 2022-01-05 10:58:26.261 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (2.8.2) 2022-01-05 10:58:26.273 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.0.3) 2022-01-05 10:58:26.275 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (2021.3) 2022-01-05 10:58:26.293 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (3.0.6) 2022-01-05 10:58:26.295 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (21.3) 2022-01-05 10:58:26.401 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (1.13.3) 2022-01-05 10:58:26.418 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev94) (5.1.0) 2022-01-05 10:58:26.685 | Building wheels for collected packages: PyECLib 2022-01-05 10:58:26.685 | Building wheel for PyECLib (setup.py): started 2022-01-05 10:58:27.912 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-01-05 10:58:27.913 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55557 sha256=5bc01c8f950d7378f92fb70ebd6553c163781aad65a4aa396941a23a19863add 2022-01-05 10:58:27.913 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-01-05 10:58:27.916 | Successfully built PyECLib 2022-01-05 10:58:29.301 | Installing collected packages: xattr, PyECLib, lxml, swift 2022-01-05 10:58:29.826 | Running setup.py develop for swift 2022-01-05 10:58:31.546 | Successfully installed PyECLib-1.6.0 lxml-4.7.1 swift xattr-0.9.9 2022-01-05 10:58:31.546 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:58:31.693 | + inc/python:pip_install:200 : result=0 2022-01-05 10:58:31.695 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:58:31.698 | + functions-common:time_stop:2412 : local name 2022-01-05 10:58:31.700 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:58:31.702 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:58:31.704 | + functions-common:time_stop:2415 : local total 2022-01-05 10:58:31.706 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:58:31.708 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:58:31.711 | + functions-common:time_stop:2419 : start_time=1641380300368 2022-01-05 10:58:31.713 | + functions-common:time_stop:2421 : [[ -z 1641380300368 ]] 2022-01-05 10:58:31.716 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:58:31.720 | + functions-common:time_stop:2424 : end_time=1641380311717 2022-01-05 10:58:31.722 | + functions-common:time_stop:2425 : elapsed_time=11349 2022-01-05 10:58:31.724 | + functions-common:time_stop:2426 : total=63488 2022-01-05 10:58:31.726 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:58:31.728 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=74837 2022-01-05 10:58:31.731 | + inc/python:pip_install:203 : return 0 2022-01-05 10:58:31.733 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-01-05 10:58:31.735 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-01-05 10:58:31.738 | + functions-common:safe_chown:2313 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-01-05 10:58:31.755 | + functions-common:_safe_permission_operation:2161 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-01-05 10:58:31.767 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-01-05 10:58:31.770 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-01-05 10:58:31.772 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:58:31.775 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:58:31.777 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-01-05 10:58:31.780 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:58:31.782 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-01-05 10:58:31.784 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-01-05 10:58:31.786 | + ./stack.sh:main:906 : configure_swift 2022-01-05 10:58:31.789 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-01-05 10:58:31.791 | + lib/swift:configure_swift:335 : local node_number 2022-01-05 10:58:31.793 | + lib/swift:configure_swift:336 : local swift_node_config 2022-01-05 10:58:31.795 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-01-05 10:58:31.797 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-01-05 10:58:32.817 | No container-replicator running 2022-01-05 10:58:32.817 | No account-auditor running 2022-01-05 10:58:32.817 | No container-sync running 2022-01-05 10:58:32.817 | No proxy-server running 2022-01-05 10:58:32.817 | No account-server running 2022-01-05 10:58:32.817 | No object-reconstructor running 2022-01-05 10:58:32.817 | No account-replicator running 2022-01-05 10:58:32.817 | No object-auditor running 2022-01-05 10:58:32.817 | No container-auditor running 2022-01-05 10:58:32.817 | No container-sharder running 2022-01-05 10:58:32.817 | No container-updater running 2022-01-05 10:58:32.817 | No object-replicator running 2022-01-05 10:58:32.817 | No account-reaper running 2022-01-05 10:58:32.817 | No container-reconciler running 2022-01-05 10:58:32.817 | No object-expirer running 2022-01-05 10:58:32.817 | No container-server running 2022-01-05 10:58:32.817 | No object-server running 2022-01-05 10:58:32.817 | No object-updater running 2022-01-05 10:58:32.889 | + lib/swift:configure_swift:340 : true 2022-01-05 10:58:32.892 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-01-05 10:58:32.904 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-01-05 10:58:32.915 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-01-05 10:58:32.918 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-01-05 10:58:32.918 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-01-05 10:58:32.923 | + lib/swift:configure_swift:354 : sed -e ' 2022-01-05 10:58:32.923 | s/%GROUP%/ubuntu/; 2022-01-05 10:58:32.923 | s/%USER%/ubuntu/; 2022-01-05 10:58:32.923 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-01-05 10:58:32.923 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-01-05 10:58:32.926 | uid = ubuntu 2022-01-05 10:58:32.926 | gid = ubuntu 2022-01-05 10:58:32.926 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-01-05 10:58:32.926 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-01-05 10:58:32.926 | address = 127.0.0.1 2022-01-05 10:58:32.926 | 2022-01-05 10:58:32.926 | [account6612] 2022-01-05 10:58:32.926 | max connections = 25 2022-01-05 10:58:32.926 | path = /opt/stack/data/swift/1/node/ 2022-01-05 10:58:32.926 | read only = false 2022-01-05 10:58:32.926 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-01-05 10:58:32.926 | 2022-01-05 10:58:32.926 | [account6622] 2022-01-05 10:58:32.926 | max connections = 25 2022-01-05 10:58:32.926 | path = /opt/stack/data/swift/2/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [account6632] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/3/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [account6642] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/4/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [container6611] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/1/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [container6621] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/2/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [container6631] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/3/node/ 2022-01-05 10:58:32.927 | read only = false 2022-01-05 10:58:32.927 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-01-05 10:58:32.927 | 2022-01-05 10:58:32.927 | [container6641] 2022-01-05 10:58:32.927 | max connections = 25 2022-01-05 10:58:32.927 | path = /opt/stack/data/swift/4/node/ 2022-01-05 10:58:32.928 | read only = false 2022-01-05 10:58:32.928 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-01-05 10:58:32.928 | 2022-01-05 10:58:32.928 | 2022-01-05 10:58:32.928 | [object6613] 2022-01-05 10:58:32.928 | max connections = 25 2022-01-05 10:58:32.928 | path = /opt/stack/data/swift/1/node/ 2022-01-05 10:58:32.928 | read only = false 2022-01-05 10:58:32.928 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-01-05 10:58:32.928 | 2022-01-05 10:58:32.928 | [object6623] 2022-01-05 10:58:32.928 | max connections = 25 2022-01-05 10:58:32.928 | path = /opt/stack/data/swift/2/node/ 2022-01-05 10:58:32.928 | read only = false 2022-01-05 10:58:32.928 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-01-05 10:58:32.928 | 2022-01-05 10:58:32.928 | [object6633] 2022-01-05 10:58:32.928 | max connections = 25 2022-01-05 10:58:32.928 | path = /opt/stack/data/swift/3/node/ 2022-01-05 10:58:32.928 | read only = false 2022-01-05 10:58:32.928 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-01-05 10:58:32.928 | 2022-01-05 10:58:32.928 | [object6643] 2022-01-05 10:58:32.928 | max connections = 25 2022-01-05 10:58:32.928 | path = /opt/stack/data/swift/4/node/ 2022-01-05 10:58:32.928 | read only = false 2022-01-05 10:58:32.928 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-01-05 10:58:32.930 | + lib/swift:configure_swift:360 : is_ubuntu 2022-01-05 10:58:32.932 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:58:32.934 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:58:32.936 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-01-05 10:58:32.956 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-01-05 10:58:32.958 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-01-05 10:58:32.962 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-01-05 10:58:32.966 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-01-05 10:58:32.968 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-01-05 10:58:32.972 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-01-05 10:58:33.000 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.18:8080/v1/ 2022-01-05 10:58:33.024 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-01-05 10:58:33.042 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-01-05 10:58:33.069 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-01-05 10:58:33.087 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-01-05 10:58:33.114 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-01-05 10:58:33.132 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-01-05 10:58:33.160 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-01-05 10:58:33.177 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-01-05 10:58:33.206 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-01-05 10:58:33.223 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-01-05 10:58:33.250 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-01-05 10:58:33.268 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-01-05 10:58:33.283 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:33.285 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-01-05 10:58:33.313 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-01-05 10:58:33.340 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-01-05 10:58:33.366 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-01-05 10:58:33.392 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-01-05 10:58:33.407 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:33.409 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-01-05 10:58:33.436 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-01-05 10:58:33.452 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:33.454 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-01-05 10:58:33.469 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:33.471 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-01-05 10:58:33.473 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-01-05 10:58:33.488 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:33.490 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-01-05 10:58:33.492 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-01-05 10:58:33.494 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-01-05 10:58:33.499 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-01-05 10:58:33.504 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-01-05 10:58:33.531 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-01-05 10:58:33.558 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-01-05 10:58:33.587 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-01-05 10:58:33.615 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-01-05 10:58:33.642 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-01-05 10:58:33.645 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/swift/proxy-server.conf 2022-01-05 10:58:33.647 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=swift 2022-01-05 10:58:33.649 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=filter:authtoken 2022-01-05 10:58:33.651 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-01-05 10:58:33.677 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-01-05 10:58:33.704 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.18/identity 2022-01-05 10:58:33.730 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-01-05 10:58:33.757 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-01-05 10:58:33.783 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-01-05 10:58:33.811 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-01-05 10:58:33.838 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-01-05 10:58:33.864 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-01-05 10:58:33.891 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-01-05 10:58:33.917 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-01-05 10:58:33.944 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-01-05 10:58:33.971 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-01-05 10:58:33.998 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-01-05 10:58:34.028 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-01-05 10:58:34.055 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-01-05 10:58:34.073 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-01-05 10:58:34.100 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-01-05 10:58:34.126 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-01-05 10:58:34.130 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-01-05 10:58:34.158 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-01-05 10:58:34.185 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-01-05 10:58:34.212 | + lib/swift:configure_swift:478 : local node_number 2022-01-05 10:58:34.214 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-01-05 10:58:34.216 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-01-05 10:58:34.218 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-01-05 10:58:34.222 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-01-05 10:58:34.224 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-01-05 10:58:34.227 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-01-05 10:58:34.229 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-01-05 10:58:34.231 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-01-05 10:58:34.233 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-01-05 10:58:34.236 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-01-05 10:58:34.238 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-01-05 10:58:34.254 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-01-05 10:58:34.281 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-01-05 10:58:34.299 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-01-05 10:58:34.326 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-01-05 10:58:34.344 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-01-05 10:58:34.372 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-01-05 10:58:34.390 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-01-05 10:58:34.417 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-01-05 10:58:34.435 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-01-05 10:58:34.464 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-01-05 10:58:34.481 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-01-05 10:58:34.512 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-01-05 10:58:34.530 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-01-05 10:58:34.557 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-01-05 10:58:34.575 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-01-05 10:58:34.603 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-01-05 10:58:34.621 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-01-05 10:58:34.648 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-01-05 10:58:34.653 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-01-05 10:58:34.670 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-01-05 10:58:34.698 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-01-05 10:58:34.727 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-01-05 10:58:34.729 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-01-05 10:58:34.733 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-01-05 10:58:34.736 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-01-05 10:58:34.738 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-01-05 10:58:34.740 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-01-05 10:58:34.742 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-01-05 10:58:34.744 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-01-05 10:58:34.747 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-01-05 10:58:34.749 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-01-05 10:58:34.766 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-01-05 10:58:34.794 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-01-05 10:58:34.812 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-01-05 10:58:34.844 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-01-05 10:58:34.862 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-01-05 10:58:34.890 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-01-05 10:58:34.908 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-01-05 10:58:34.936 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-01-05 10:58:34.954 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-01-05 10:58:34.982 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-01-05 10:58:35.000 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-01-05 10:58:35.027 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-01-05 10:58:35.045 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-01-05 10:58:35.074 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-01-05 10:58:35.092 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-01-05 10:58:35.120 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-01-05 10:58:35.137 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-01-05 10:58:35.165 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-01-05 10:58:35.169 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-01-05 10:58:35.187 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-01-05 10:58:35.215 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-01-05 10:58:35.217 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-01-05 10:58:35.222 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-01-05 10:58:35.224 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-01-05 10:58:35.226 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-01-05 10:58:35.229 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-01-05 10:58:35.231 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-01-05 10:58:35.233 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-01-05 10:58:35.235 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-01-05 10:58:35.237 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-01-05 10:58:35.254 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-01-05 10:58:35.283 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-01-05 10:58:35.300 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-01-05 10:58:35.327 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-01-05 10:58:35.345 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-01-05 10:58:35.373 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-01-05 10:58:35.390 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-01-05 10:58:35.419 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-01-05 10:58:35.437 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-01-05 10:58:35.465 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-01-05 10:58:35.483 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-01-05 10:58:35.511 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-01-05 10:58:35.528 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-01-05 10:58:35.557 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-01-05 10:58:35.574 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-01-05 10:58:35.602 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-01-05 10:58:35.619 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-01-05 10:58:35.645 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-01-05 10:58:35.651 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-01-05 10:58:35.668 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-01-05 10:58:35.696 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-01-05 10:58:35.724 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-01-05 10:58:35.751 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-01-05 10:58:35.778 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-01-05 10:58:35.781 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-01-05 10:58:35.785 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-01-05 10:58:35.814 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-01-05 10:58:35.842 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-01-05 10:58:35.870 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-01-05 10:58:35.898 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-01-05 10:58:35.926 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-01-05 10:58:35.953 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-01-05 10:58:35.980 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-01-05 10:58:36.006 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-01-05 10:58:36.033 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-01-05 10:58:36.049 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:36.051 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-01-05 10:58:36.069 | + lib/swift:configure_swift:521 : local auth_vers 2022-01-05 10:58:36.072 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-01-05 10:58:36.091 | + lib/swift:configure_swift:522 : auth_vers=3 2022-01-05 10:58:36.093 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.18 2022-01-05 10:58:36.120 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-01-05 10:58:36.122 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-01-05 10:58:36.149 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.18/identity 2022-01-05 10:58:36.177 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-01-05 10:58:36.179 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-01-05 10:58:36.205 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-01-05 10:58:36.221 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:36.223 | + lib/swift:configure_swift:541 : local user_group 2022-01-05 10:58:36.226 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-01-05 10:58:36.231 | + lib/swift:configure_swift:542 : user_group=1000 2022-01-05 10:58:36.233 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-01-05 10:58:36.246 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-01-05 10:58:36.248 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-01-05 10:58:36.259 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-01-05 10:58:36.261 | + lib/swift:configure_swift:548 : is_suse 2022-01-05 10:58:36.263 | + functions-common:is_suse:529 : is_opensuse 2022-01-05 10:58:36.265 | + functions-common:is_opensuse:536 : [[ -z Ubuntu ]] 2022-01-05 10:58:36.268 | + functions-common:is_opensuse:540 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 10:58:36.270 | + functions-common:is_suse:529 : is_suse_linux_enterprise 2022-01-05 10:58:36.272 | + functions-common:is_suse_linux_enterprise:548 : [[ -z Ubuntu ]] 2022-01-05 10:58:36.274 | + functions-common:is_suse_linux_enterprise:552 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 10:58:36.276 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-01-05 10:58:36.288 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-01-05 10:58:36.291 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-01-05 10:58:36.293 | + ./stack.sh:main:909 : is_service_enabled s3api 2022-01-05 10:58:36.310 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:58:36.313 | + ./stack.sh:main:915 : is_service_enabled g-api n-api 2022-01-05 10:58:36.330 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:36.332 | + ./stack.sh:main:917 : stack_install_service glance 2022-01-05 10:58:36.334 | + lib/stack:stack_install_service:20 : local service=glance 2022-01-05 10:58:36.337 | + lib/stack:stack_install_service:21 : type install_glance 2022-01-05 10:58:36.339 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 10:58:36.342 | + lib/stack:stack_install_service:32 : install_glance 2022-01-05 10:58:36.344 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-01-05 10:58:36.347 | + lib/glance:install_glance:507 : local glance_store_extras 2022-01-05 10:58:36.349 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-01-05 10:58:36.366 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:36.369 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-01-05 10:58:36.371 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-01-05 10:58:36.388 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:58:36.390 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-01-05 10:58:36.393 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-01-05 10:58:36.395 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-01-05 10:58:36.398 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:58:36.401 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:58:36.403 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-01-05 10:58:36.406 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:58:36.409 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-01-05 10:58:36.412 | ++ inc/python:join_extras:29 : local IFS=, 2022-01-05 10:58:36.415 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-01-05 10:58:36.418 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-01-05 10:58:36.420 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-01-05 10:58:36.423 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-01-05 10:58:36.425 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-01-05 10:58:36.429 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-01-05 10:58:36.431 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-01-05 10:58:36.434 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-01-05 10:58:36.437 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-01-05 10:58:36.438 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-01-05 10:58:36.443 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-01-05 10:58:36.445 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-01-05 10:58:36.448 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-01-05 10:58:36.450 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-01-05 10:58:36.453 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-01-05 10:58:36.474 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-01-05 10:58:36.477 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-01-05 10:58:37.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:37.239 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:37.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:37.239 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:38.323 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:58:38.498 | Collecting glance-store[cinder,swift]!=0.29.0 2022-01-05 10:58:38.505 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-01-05 10:58:38.596 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-01-05 10:58:38.597 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.0) 2022-01-05 10:58:38.598 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-01-05 10:58:38.599 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-01-05 10:58:38.601 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-01-05 10:58:38.602 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-01-05 10:58:38.603 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-01-05 10:58:38.604 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-01-05 10:58:38.605 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-01-05 10:58:38.606 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-01-05 10:58:38.607 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.0) 2022-01-05 10:58:38.608 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-01-05 10:58:38.757 | Collecting os-brick>=2.6.0 2022-01-05 10:58:38.763 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/22c/582494b146f9f/os_brick-5.1.0-py3-none-any.whl (257 kB) 2022-01-05 10:58:38.777 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.0) 2022-01-05 10:58:38.867 | Collecting python-cinderclient>=4.1.0 2022-01-05 10:58:38.873 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0e/c7c9b81aae920/python_cinderclient-8.2.0-py3-none-any.whl (253 kB) 2022-01-05 10:58:38.888 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-01-05 10:58:38.890 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.2) 2022-01-05 10:58:38.955 | Collecting python-swiftclient>=3.2.0 2022-01-05 10:58:38.962 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/608/7037ee88a4c70/python_swiftclient-3.13.0-py2.py3-none-any.whl (86 kB) 2022-01-05 10:58:38.977 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-01-05 10:58:38.978 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2022-01-05 10:58:38.990 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.6) 2022-01-05 10:58:39.058 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-01-05 10:58:39.059 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.8.0) 2022-01-05 10:58:39.061 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-01-05 10:58:39.085 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.1) 2022-01-05 10:58:39.087 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-01-05 10:58:39.089 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-01-05 10:58:39.090 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-01-05 10:58:39.091 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.7.0) 2022-01-05 10:58:39.103 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.14.1) 2022-01-05 10:58:39.144 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.3.0) 2022-01-05 10:58:39.145 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-01-05 10:58:39.146 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-01-05 10:58:39.148 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-01-05 10:58:39.167 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-01-05 10:58:39.168 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-01-05 10:58:39.184 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2022-01-05 10:58:39.199 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-01-05 10:58:39.201 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-01-05 10:58:39.219 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-01-05 10:58:39.221 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-01-05 10:58:39.300 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-01-05 10:58:39.303 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-01-05 10:58:39.305 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.10) 2022-01-05 10:58:39.306 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.7) 2022-01-05 10:58:39.355 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-01-05 10:58:39.382 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2022-01-05 10:58:39.426 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (1.6) 2022-01-05 10:58:39.589 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-01-05 10:58:39.594 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-01-05 10:58:39.653 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-01-05 10:58:39.653 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-01-05 10:58:39.654 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-01-05 10:58:39.656 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-01-05 10:58:39.658 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-01-05 10:58:39.660 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-01-05 10:58:39.714 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-01-05 10:58:39.883 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-01-05 10:58:39.923 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (60.2.0) 2022-01-05 10:58:40.005 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-01-05 10:58:40.153 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-01-05 10:58:41.772 | Installing collected packages: python-swiftclient, python-cinderclient, os-brick, glance-store 2022-01-05 10:58:43.023 | Successfully installed glance-store-2.7.0 os-brick-5.1.0 python-cinderclient-8.2.0 python-swiftclient-3.13.0 2022-01-05 10:58:43.023 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:58:43.151 | + inc/python:pip_install:200 : result=0 2022-01-05 10:58:43.153 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:58:43.156 | + functions-common:time_stop:2412 : local name 2022-01-05 10:58:43.158 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:58:43.160 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:58:43.163 | + functions-common:time_stop:2415 : local total 2022-01-05 10:58:43.165 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:58:43.167 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:58:43.169 | + functions-common:time_stop:2419 : start_time=1641380316469 2022-01-05 10:58:43.172 | + functions-common:time_stop:2421 : [[ -z 1641380316469 ]] 2022-01-05 10:58:43.175 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:58:43.180 | + functions-common:time_stop:2424 : end_time=1641380323177 2022-01-05 10:58:43.182 | + functions-common:time_stop:2425 : elapsed_time=6708 2022-01-05 10:58:43.184 | + functions-common:time_stop:2426 : total=74837 2022-01-05 10:58:43.186 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:58:43.189 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=81545 2022-01-05 10:58:43.191 | + inc/python:pip_install:203 : return 0 2022-01-05 10:58:43.193 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-01-05 10:58:43.197 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-01-05 10:58:43.199 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-01-05 10:58:43.212 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-01-05 10:58:43.216 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-01-05 10:58:43.219 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/glance.git 2022-01-05 10:58:43.221 | + functions-common:git_clone:596 : local git_dest=/opt/stack/glance 2022-01-05 10:58:43.224 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 10:58:43.226 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 10:58:43.229 | ++ functions-common:git_clone:599 : pwd 2022-01-05 10:58:43.231 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 10:58:43.234 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 10:58:43.236 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 10:58:43.253 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 10:58:43.255 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 10:58:43.258 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:43.260 | + functions-common:git_clone:616 : echo master 2022-01-05 10:58:43.261 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 10:58:43.266 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/glance ]] 2022-01-05 10:58:43.268 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 10:58:43.270 | + functions-common:git_clone:664 : cd /opt/stack/glance 2022-01-05 10:58:43.273 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 10:58:43.273 | + functions-common:git_clone:665 : head -1 2022-01-05 10:58:43.281 | 502fa0ffc Remove six.iteritems usage 2022-01-05 10:58:43.286 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 10:58:43.289 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-01-05 10:58:43.292 | + inc/python:setup_develop:338 : local bindep 2022-01-05 10:58:43.294 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-01-05 10:58:43.297 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-01-05 10:58:43.299 | + inc/python:setup_develop:344 : local extras= 2022-01-05 10:58:43.302 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-01-05 10:58:43.305 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 10:58:43.308 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-01-05 10:58:43.310 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-01-05 10:58:43.312 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 10:58:43.315 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 10:58:43.318 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-01-05 10:58:43.321 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 10:58:43.324 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-01-05 10:58:43.326 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 10:58:43.329 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-01-05 10:58:43.332 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-01-05 10:58:43.337 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-01-05 10:58:43.340 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-01-05 10:58:43.997 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-01-05 10:58:44.000 | + inc/python:setup_package:418 : local bindep=0 2022-01-05 10:58:44.002 | + inc/python:setup_package:419 : local bindep_flag= 2022-01-05 10:58:44.004 | + inc/python:setup_package:420 : local bindep_profiles= 2022-01-05 10:58:44.006 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-01-05 10:58:44.009 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-01-05 10:58:44.011 | + inc/python:setup_package:427 : local flags=-e 2022-01-05 10:58:44.013 | + inc/python:setup_package:428 : local extras= 2022-01-05 10:58:44.016 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-01-05 10:58:44.018 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-01-05 10:58:44.020 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-01-05 10:58:44.023 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-01-05 10:58:44.026 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-01-05 10:58:44.028 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-01-05 10:58:44.049 | Using python 3.8 to install /opt/stack/glance 2022-01-05 10:58:44.052 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-01-05 10:58:44.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:44.811 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:44.811 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:58:44.811 | from cryptography.utils import int_from_bytes 2022-01-05 10:58:45.900 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:58:45.923 | Obtaining file:///opt/stack/glance 2022-01-05 10:58:45.924 | Preparing metadata (setup.py): started 2022-01-05 10:58:47.012 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:58:47.155 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (5.8.0) 2022-01-05 10:58:47.156 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (0.7.1) 2022-01-05 10:58:47.157 | Requirement already satisfied: SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.4.29) 2022-01-05 10:58:47.158 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (0.33.0) 2022-01-05 10:58:47.159 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.1.1) 2022-01-05 10:58:47.161 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.5.1) 2022-01-05 10:58:47.161 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.8.7) 2022-01-05 10:58:47.163 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (0.4.2) 2022-01-05 10:58:47.164 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.7.5) 2022-01-05 10:58:47.165 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (0.20.2) 2022-01-05 10:58:47.166 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (8.7.1) 2022-01-05 10:58:47.167 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.5.0) 2022-01-05 10:58:47.168 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (3.4.0) 2022-01-05 10:58:47.169 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.4.0) 2022-01-05 10:58:47.171 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.12.0) 2022-01-05 10:58:47.172 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (3.5.0) 2022-01-05 10:58:47.173 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.4.0) 2022-01-05 10:58:47.323 | Collecting taskflow>=4.0.0 2022-01-05 10:58:47.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3fe/bdfa9fc9efba3/taskflow-4.6.3-py3-none-any.whl (492 kB) 2022-01-05 10:58:47.374 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.4.0) 2022-01-05 10:58:47.375 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (9.3.0) 2022-01-05 10:58:47.417 | Collecting WSME>=0.8.0 2022-01-05 10:58:47.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-01-05 10:58:47.429 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.5.0) 2022-01-05 10:58:47.430 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (3.5.0) 2022-01-05 10:58:47.431 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.1.0.dev29) (3.2.0) 2022-01-05 10:58:47.432 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.3.0) 2022-01-05 10:58:47.433 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (21.0.0) 2022-01-05 10:58:47.434 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.16.0) 2022-01-05 10:58:47.435 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (11.1.0) 2022-01-05 10:58:47.436 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (5.1.0) 2022-01-05 10:58:47.475 | Collecting oslo.limit>=1.0.0 2022-01-05 10:58:47.481 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2022-01-05 10:58:47.484 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.6.1) 2022-01-05 10:58:47.485 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (12.11.1) 2022-01-05 10:58:47.486 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (4.5.0) 2022-01-05 10:58:47.487 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.3.0) 2022-01-05 10:58:47.489 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (3.10.1) 2022-01-05 10:58:47.518 | Collecting retrying!=1.3.0,>=1.2.3 2022-01-05 10:58:47.525 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-01-05 10:58:47.528 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (3.4.2) 2022-01-05 10:58:47.529 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.7.0) 2022-01-05 10:58:47.530 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (2.3.0) 2022-01-05 10:58:47.531 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (36.0.1) 2022-01-05 10:58:47.563 | Collecting cursive>=0.2.1 2022-01-05 10:58:47.570 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-01-05 10:58:47.574 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (1.0.2) 2022-01-05 10:58:47.575 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev29) (5.5.0) 2022-01-05 10:58:47.665 | Collecting castellan>=0.17.0 2022-01-05 10:58:47.673 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/81007564c6f1d/castellan-3.10.0-py3-none-any.whl (96 kB) 2022-01-05 10:58:47.695 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev29) (5.4.0) 2022-01-05 10:58:47.697 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev29) (4.10.0) 2022-01-05 10:58:47.698 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev29) (1.1.6) 2022-01-05 10:58:47.780 | Collecting python-barbicanclient>=4.5.2 2022-01-05 10:58:47.787 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-01-05 10:58:47.795 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.1.0.dev29) (2.27.0) 2022-01-05 10:58:47.832 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.1.0.dev29) (1.15.0) 2022-01-05 10:58:47.848 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.1.0.dev29) (4.2.0) 2022-01-05 10:58:47.881 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.1.0.dev29) (1.13.3) 2022-01-05 10:58:47.894 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev29) (2.1.0) 2022-01-05 10:58:47.895 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev29) (1.1.2) 2022-01-05 10:58:47.985 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.1.0.dev29) (3.0.6) 2022-01-05 10:58:48.060 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.1.0.dev29) (1.7.0) 2022-01-05 10:58:48.113 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.1.0.dev29) (2.8.1) 2022-01-05 10:58:48.114 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.1.0.dev29) (3.1.1) 2022-01-05 10:58:48.171 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.1.0.dev29) (0.14.1) 2022-01-05 10:58:48.215 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev29) (6.0) 2022-01-05 10:58:48.217 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev29) (0.8.0) 2022-01-05 10:58:48.218 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev29) (1.5.0) 2022-01-05 10:58:48.275 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev29) (0.5.0) 2022-01-05 10:58:48.277 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev29) (2.0.1) 2022-01-05 10:58:48.280 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev29) (0.13.0) 2022-01-05 10:58:48.307 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.1.0.dev29) (0.61.0) 2022-01-05 10:58:48.351 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.1.0.dev29) (2.8.2) 2022-01-05 10:58:48.354 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.1.0.dev29) (0.9.6) 2022-01-05 10:58:48.421 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (0.4.0) 2022-01-05 10:58:48.422 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (5.2.3) 2022-01-05 10:58:48.424 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (4.2.4) 2022-01-05 10:58:48.427 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (2.7.0) 2022-01-05 10:58:48.429 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (5.0.9) 2022-01-05 10:58:48.452 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev29) (3.2.0) 2022-01-05 10:58:48.456 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev29) (3.3.0) 2022-01-05 10:58:48.458 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev29) (3.0.3) 2022-01-05 10:58:48.497 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.1.0.dev29) (5.9.0) 2022-01-05 10:58:48.540 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev29) (2021.3) 2022-01-05 10:58:48.541 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev29) (0.11.0) 2022-01-05 10:58:48.544 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev29) (21.3) 2022-01-05 10:58:48.619 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.1.0.dev29) (60.2.0) 2022-01-05 10:58:48.678 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==23.1.0.dev29) (0.2.5) 2022-01-05 10:58:48.780 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.1.0.dev29) (0.7) 2022-01-05 10:58:49.134 | Collecting automaton>=1.9.0 2022-01-05 10:58:49.140 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-01-05 10:58:49.241 | Collecting networkx>=2.1.0 2022-01-05 10:58:49.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2022-01-05 10:58:49.311 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.1.0.dev29) (6.3.1) 2022-01-05 10:58:49.344 | Collecting pydot>=1.2.4 2022-01-05 10:58:49.349 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-01-05 10:58:49.438 | Collecting simplegeneric 2022-01-05 10:58:49.445 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-01-05 10:58:49.449 | Preparing metadata (setup.py): started 2022-01-05 10:58:50.014 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:58:50.045 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (5.0.0) 2022-01-05 10:58:50.168 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.1.0.dev29) (2.21) 2022-01-05 10:58:50.229 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance==23.1.0.dev29) (1.6) 2022-01-05 10:58:50.281 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==23.1.0.dev29) (2.0.1) 2022-01-05 10:58:50.501 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (2.5.0) 2022-01-05 10:58:50.504 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (1.4.4) 2022-01-05 10:58:50.505 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (0.10.0) 2022-01-05 10:58:50.507 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (1.4.0) 2022-01-05 10:58:50.508 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (1.32) 2022-01-05 10:58:50.509 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (1.1.4) 2022-01-05 10:58:50.510 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (5.1.0) 2022-01-05 10:58:50.634 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (0.12.0) 2022-01-05 10:58:50.667 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==23.1.0.dev29) (1.0.3) 2022-01-05 10:58:50.749 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (3.0.0) 2022-01-05 10:58:50.753 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.1.0.dev29) (1.3.3) 2022-01-05 10:58:51.003 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.1.0.dev29) (3.10.0) 2022-01-05 10:58:51.202 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.1.0.dev29) (3.3) 2022-01-05 10:58:51.205 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.1.0.dev29) (2.0.10) 2022-01-05 10:58:51.206 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.1.0.dev29) (2019.11.28) 2022-01-05 10:58:51.207 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.1.0.dev29) (1.26.7) 2022-01-05 10:58:51.281 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==23.1.0.dev29) (0.5.2) 2022-01-05 10:58:51.442 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.1.0.dev29) (2.5.0) 2022-01-05 10:58:51.544 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==23.1.0.dev29) (3.7.0) 2022-01-05 10:58:51.858 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.1.0.dev29) (2.3.3) 2022-01-05 10:58:51.859 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.1.0.dev29) (0.4.0) 2022-01-05 10:58:52.096 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.1.0.dev29) (2.2) 2022-01-05 10:58:52.456 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==23.1.0.dev29) (1.0.0) 2022-01-05 10:58:52.765 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.1.0.dev29) (21.4.0) 2022-01-05 10:58:52.766 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.1.0.dev29) (1.8.2) 2022-01-05 10:58:53.097 | Building wheels for collected packages: simplegeneric 2022-01-05 10:58:53.103 | Building wheel for simplegeneric (setup.py): started 2022-01-05 10:58:53.748 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-01-05 10:58:53.748 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=bea3955fd1289c7818b37501f1a3c678d98c1edd2c540daf790058182b9a31bb 2022-01-05 10:58:53.748 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-01-05 10:58:53.752 | Successfully built simplegeneric 2022-01-05 10:58:54.583 | Installing collected packages: python-barbicanclient, simplegeneric, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance 2022-01-05 10:58:57.842 | Running setup.py develop for glance 2022-01-05 10:58:59.822 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.10.0 cursive-0.2.2 glance networkx-2.6.3 oslo.limit-1.4.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.3 2022-01-05 10:58:59.822 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 10:58:59.967 | + inc/python:pip_install:200 : result=0 2022-01-05 10:58:59.969 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 10:58:59.972 | + functions-common:time_stop:2412 : local name 2022-01-05 10:58:59.974 | + functions-common:time_stop:2413 : local end_time 2022-01-05 10:58:59.976 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 10:58:59.979 | + functions-common:time_stop:2415 : local total 2022-01-05 10:58:59.981 | + functions-common:time_stop:2416 : local start_time 2022-01-05 10:58:59.983 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 10:58:59.985 | + functions-common:time_stop:2419 : start_time=1641380324044 2022-01-05 10:58:59.988 | + functions-common:time_stop:2421 : [[ -z 1641380324044 ]] 2022-01-05 10:58:59.991 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 10:58:59.995 | + functions-common:time_stop:2424 : end_time=1641380339992 2022-01-05 10:58:59.997 | + functions-common:time_stop:2425 : elapsed_time=15948 2022-01-05 10:58:59.999 | + functions-common:time_stop:2426 : total=81545 2022-01-05 10:59:00.002 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 10:59:00.004 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=97493 2022-01-05 10:59:00.006 | + inc/python:pip_install:203 : return 0 2022-01-05 10:59:00.008 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-01-05 10:59:00.011 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-01-05 10:59:00.013 | + functions-common:safe_chown:2313 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-01-05 10:59:00.032 | + functions-common:_safe_permission_operation:2161 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-01-05 10:59:00.044 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-01-05 10:59:00.047 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-01-05 10:59:00.049 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 10:59:00.052 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 10:59:00.055 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-01-05 10:59:00.057 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 10:59:00.060 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-01-05 10:59:00.062 | + ./stack.sh:main:918 : configure_glance 2022-01-05 10:59:00.065 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-01-05 10:59:00.076 | + lib/glance:configure_glance:326 : local dburl 2022-01-05 10:59:00.079 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-01-05 10:59:00.081 | ++ lib/database:database_connection_url:134 : local db=glance 2022-01-05 10:59:00.084 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-01-05 10:59:00.086 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=glance 2022-01-05 10:59:00.088 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-01-05 10:59:00.091 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-01-05 10:59:00.093 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-01-05 10:59:00.122 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-01-05 10:59:00.151 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-01-05 10:59:00.179 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-01-05 10:59:00.206 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-01-05 10:59:00.236 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-01-05 10:59:00.266 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-01-05 10:59:00.268 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/glance/glance-api.conf 2022-01-05 10:59:00.271 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=glance 2022-01-05 10:59:00.273 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-01-05 10:59:00.275 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-01-05 10:59:00.305 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-01-05 10:59:00.331 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-01-05 10:59:00.359 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-01-05 10:59:00.388 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-01-05 10:59:00.415 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-01-05 10:59:00.442 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-01-05 10:59:00.470 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-01-05 10:59:00.497 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-01-05 10:59:00.525 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-01-05 10:59:00.552 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-01-05 10:59:00.583 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-01-05 10:59:00.585 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-01-05 10:59:00.587 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-01-05 10:59:00.590 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-01-05 10:59:00.592 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-01-05 10:59:00.594 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-01-05 10:59:00.610 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:59:00.613 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-01-05 10:59:00.616 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-01-05 10:59:00.619 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-01-05 10:59:00.635 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:59:00.637 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 10:59:00.640 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 10:59:00.667 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-01-05 10:59:00.669 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-01-05 10:59:00.671 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-01-05 10:59:00.674 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-01-05 10:59:00.676 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-01-05 10:59:00.704 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-01-05 10:59:00.732 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-01-05 10:59:00.734 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-01-05 10:59:00.737 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-01-05 10:59:00.739 | + lib/glance:configure_glance_store:254 : local be 2022-01-05 10:59:00.742 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-01-05 10:59:00.744 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-01-05 10:59:00.746 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-01-05 10:59:00.776 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-01-05 10:59:00.778 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.18 2022-01-05 10:59:00.816 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-01-05 10:59:00.819 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-01-05 10:59:00.836 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:59:00.838 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-01-05 10:59:00.866 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-01-05 10:59:00.893 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-01-05 10:59:00.921 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-01-05 10:59:00.948 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-01-05 10:59:00.977 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-01-05 10:59:00.994 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:59:00.997 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-01-05 10:59:01.025 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-01-05 10:59:01.055 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-01-05 10:59:01.083 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.18/identity/v3 2022-01-05 10:59:01.110 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-01-05 10:59:01.139 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.18/image 2022-01-05 10:59:01.166 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-01-05 10:59:01.183 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:59:01.186 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-01-05 10:59:01.189 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-01-05 10:59:01.190 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-01-05 10:59:01.194 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-01-05 10:59:01.211 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-01-05 10:59:01.213 | + functions:setup_systemd_logging:695 : local pidstr= 2022-01-05 10:59:01.216 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-01-05 10:59:01.221 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-01-05 10:59:01.221 | + 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-01-05 10:59:01.256 | + 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-01-05 10:59:01.284 | + 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-01-05 10:59:01.312 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-01-05 10:59:01.340 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-01-05 10:59:01.344 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-01-05 10:59:01.375 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-01-05 10:59:01.403 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-01-05 10:59:01.431 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.18/identity 2022-01-05 10:59:01.460 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-01-05 10:59:01.488 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-01-05 10:59:01.516 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-01-05 10:59:01.544 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-01-05 10:59:01.575 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-01-05 10:59:01.605 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-01-05 10:59:01.635 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-01-05 10:59:01.664 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-01-05 10:59:01.669 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-01-05 10:59:01.675 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-01-05 10:59:01.692 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 10:59:01.694 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-01-05 10:59:01.696 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-01-05 10:59:01.699 | + lib/apache:write_local_uwsgi_http_config:309 : local file=/etc/glance/glance-uwsgi.ini 2022-01-05 10:59:01.701 | + lib/apache:write_local_uwsgi_http_config:310 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-01-05 10:59:01.703 | + lib/apache:write_local_uwsgi_http_config:311 : local url=/image 2022-01-05 10:59:01.706 | ++ lib/apache:write_local_uwsgi_http_config:312 : basename /usr/local/bin/glance-wsgi-api 2022-01-05 10:59:01.710 | + lib/apache:write_local_uwsgi_http_config:312 : name=glance-wsgi-api 2022-01-05 10:59:01.712 | + lib/apache:write_local_uwsgi_http_config:318 : rm -rf /etc/glance/glance-uwsgi.ini 2022-01-05 10:59:01.715 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-01-05 10:59:01.745 | ++ lib/apache:write_local_uwsgi_http_config:320 : get_random_port 2022-01-05 10:59:01.747 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-01-05 10:59:01.749 | ++ functions:get_random_port:837 : true 2022-01-05 10:59:01.752 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-01-05 10:59:01.754 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-01-05 10:59:01.756 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-01-05 10:59:01.821 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-01-05 10:59:01.824 | ++ functions:get_random_port:841 : break 2 2022-01-05 10:59:01.826 | ++ functions:get_random_port:845 : echo 60999 2022-01-05 10:59:01.828 | + lib/apache:write_local_uwsgi_http_config:320 : port=60999 2022-01-05 10:59:01.831 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-01-05 10:59:01.858 | + lib/apache:write_local_uwsgi_http_config:322 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-01-05 10:59:01.885 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-01-05 10:59:01.911 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-01-05 10:59:01.939 | + lib/apache:write_local_uwsgi_http_config:327 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-01-05 10:59:01.966 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-01-05 10:59:01.993 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-01-05 10:59:02.019 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-01-05 10:59:02.047 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-01-05 10:59:02.073 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-01-05 10:59:02.101 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-01-05 10:59:02.127 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-01-05 10:59:02.154 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-01-05 10:59:02.182 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-01-05 10:59:02.209 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-01-05 10:59:02.236 | + lib/apache:write_local_uwsgi_http_config:345 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-01-05 10:59:02.263 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-01-05 10:59:02.290 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-01-05 10:59:02.317 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-01-05 10:59:02.345 | + lib/apache:write_local_uwsgi_http_config:351 : enable_apache_mod proxy 2022-01-05 10:59:02.347 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-01-05 10:59:02.349 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-01-05 10:59:02.351 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:59:02.354 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:59:02.356 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-01-05 10:59:02.358 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-01-05 10:59:02.417 | proxy (enabled by site administrator) 2022-01-05 10:59:02.420 | + lib/apache:write_local_uwsgi_http_config:352 : enable_apache_mod proxy_http 2022-01-05 10:59:02.422 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-01-05 10:59:02.425 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-01-05 10:59:02.427 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:59:02.429 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:59:02.432 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-01-05 10:59:02.434 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-01-05 10:59:02.486 | No module matches proxy_http 2022-01-05 10:59:02.489 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-01-05 10:59:02.552 | Considering dependency proxy for proxy_http: 2022-01-05 10:59:02.553 | Module proxy already enabled 2022-01-05 10:59:02.553 | Enabling module proxy_http. 2022-01-05 10:59:02.558 | To activate the new configuration, you need to run: 2022-01-05 10:59:02.558 | systemctl restart apache2 2022-01-05 10:59:02.563 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-01-05 10:59:02.565 | + lib/apache:restart_apache_server:240 : restart_service apache2 2022-01-05 10:59:02.567 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 10:59:02.570 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart apache2 2022-01-05 10:59:02.697 | + lib/apache:write_local_uwsgi_http_config:353 : local apache_conf= 2022-01-05 10:59:02.699 | ++ lib/apache:write_local_uwsgi_http_config:354 : apache_site_config_for glance-wsgi-api 2022-01-05 10:59:02.702 | ++ lib/apache:apache_site_config_for:176 : local site=glance-wsgi-api 2022-01-05 10:59:02.704 | ++ lib/apache:apache_site_config_for:177 : is_ubuntu 2022-01-05 10:59:02.707 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:59:02.709 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:59:02.712 | ++ lib/apache:apache_site_config_for:179 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-01-05 10:59:02.715 | + lib/apache:write_local_uwsgi_http_config:354 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-01-05 10:59:02.718 | + lib/apache:write_local_uwsgi_http_config:355 : echo 'KeepAlive Off' 2022-01-05 10:59:02.718 | + lib/apache:write_local_uwsgi_http_config:355 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-01-05 10:59:02.728 | KeepAlive Off 2022-01-05 10:59:02.731 | + lib/apache:write_local_uwsgi_http_config:356 : echo 'SetEnv proxy-sendchunked 1' 2022-01-05 10:59:02.732 | + lib/apache:write_local_uwsgi_http_config:356 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-01-05 10:59:02.740 | SetEnv proxy-sendchunked 1 2022-01-05 10:59:02.744 | + lib/apache:write_local_uwsgi_http_config:357 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-01-05 10:59:02.744 | + lib/apache:write_local_uwsgi_http_config:357 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-01-05 10:59:02.752 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-01-05 10:59:02.755 | + lib/apache:write_local_uwsgi_http_config:358 : enable_apache_site glance-wsgi-api 2022-01-05 10:59:02.758 | + lib/apache:enable_apache_site:193 : local site=glance-wsgi-api 2022-01-05 10:59:02.760 | + lib/apache:enable_apache_site:195 : enable_apache_mod version 2022-01-05 10:59:02.762 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-01-05 10:59:02.764 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-01-05 10:59:02.767 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:59:02.769 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:59:02.772 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-01-05 10:59:02.774 | + lib/apache:enable_apache_site:196 : is_ubuntu 2022-01-05 10:59:02.776 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 10:59:02.779 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 10:59:02.781 | + lib/apache:enable_apache_site:197 : sudo a2ensite glance-wsgi-api 2022-01-05 10:59:02.842 | Enabling site glance-wsgi-api. 2022-01-05 10:59:02.848 | To activate the new configuration, you need to run: 2022-01-05 10:59:02.848 | systemctl reload apache2 2022-01-05 10:59:02.853 | + lib/apache:write_local_uwsgi_http_config:359 : restart_apache_server 2022-01-05 10:59:02.855 | + lib/apache:restart_apache_server:240 : restart_service apache2 2022-01-05 10:59:02.858 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 10:59:02.860 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart apache2 2022-01-05 10:59:02.986 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-01-05 10:59:02.992 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-01-05 10:59:03.022 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-01-05 10:59:03.024 | + ./stack.sh:main:921 : is_service_enabled cinder 2022-01-05 10:59:03.041 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 10:59:03.044 | + ./stack.sh:main:923 : stack_install_service cinder 2022-01-05 10:59:03.046 | + lib/stack:stack_install_service:20 : local service=cinder 2022-01-05 10:59:03.049 | + lib/stack:stack_install_service:21 : type install_cinder 2022-01-05 10:59:03.051 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 10:59:03.054 | + lib/stack:stack_install_service:32 : install_cinder 2022-01-05 10:59:03.056 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-01-05 10:59:03.059 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/cinder.git 2022-01-05 10:59:03.061 | + functions-common:git_clone:596 : local git_dest=/opt/stack/cinder 2022-01-05 10:59:03.063 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 10:59:03.065 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 10:59:03.069 | ++ functions-common:git_clone:599 : pwd 2022-01-05 10:59:03.072 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 10:59:03.074 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 10:59:03.077 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 10:59:03.093 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 10:59:03.096 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 10:59:03.098 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 10:59:03.101 | + functions-common:git_clone:616 : echo master 2022-01-05 10:59:03.102 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 10:59:03.107 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/cinder ]] 2022-01-05 10:59:03.109 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 10:59:03.112 | + functions-common:git_clone:664 : cd /opt/stack/cinder 2022-01-05 10:59:03.115 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 10:59:03.115 | + functions-common:git_clone:665 : head -1 2022-01-05 10:59:03.193 | de6d54108 Merge "Use 'visibility' instead of 'is_public' when only use Glance API v2" 2022-01-05 10:59:03.197 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 10:59:03.200 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-01-05 10:59:03.202 | + inc/python:setup_develop:338 : local bindep 2022-01-05 10:59:03.205 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-01-05 10:59:03.207 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-01-05 10:59:03.210 | + inc/python:setup_develop:344 : local extras= 2022-01-05 10:59:03.212 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-01-05 10:59:03.215 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 10:59:03.217 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-01-05 10:59:03.220 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-01-05 10:59:03.222 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 10:59:03.225 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 10:59:03.228 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-01-05 10:59:03.231 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 10:59:03.234 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-01-05 10:59:03.236 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 10:59:03.238 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-01-05 10:59:03.242 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-01-05 10:59:03.248 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-01-05 10:59:03.250 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-01-05 10:59:03.893 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-01-05 10:59:03.896 | + inc/python:setup_package:418 : local bindep=0 2022-01-05 10:59:03.899 | + inc/python:setup_package:419 : local bindep_flag= 2022-01-05 10:59:03.901 | + inc/python:setup_package:420 : local bindep_profiles= 2022-01-05 10:59:03.903 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-01-05 10:59:03.906 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-01-05 10:59:03.908 | + inc/python:setup_package:427 : local flags=-e 2022-01-05 10:59:03.910 | + inc/python:setup_package:428 : local extras= 2022-01-05 10:59:03.913 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-01-05 10:59:03.915 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-01-05 10:59:03.917 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-01-05 10:59:03.920 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-01-05 10:59:03.922 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-01-05 10:59:03.925 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-01-05 10:59:03.946 | Using python 3.8 to install /opt/stack/cinder 2022-01-05 10:59:03.948 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-01-05 10:59:04.753 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:59:04.753 | from cryptography.utils import int_from_bytes 2022-01-05 10:59:04.753 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 10:59:04.753 | from cryptography.utils import int_from_bytes 2022-01-05 10:59:05.848 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 10:59:05.871 | Obtaining file:///opt/stack/cinder 2022-01-05 10:59:05.872 | Preparing metadata (setup.py): started 2022-01-05 10:59:07.676 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:59:07.884 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.8.0) 2022-01-05 10:59:07.885 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.1.0) 2022-01-05 10:59:07.886 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (0.33.0) 2022-01-05 10:59:07.887 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.1.2) 2022-01-05 10:59:07.888 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (0.20.2) 2022-01-05 10:59:07.889 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.0.2) 2022-01-05 10:59:07.890 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev143) (3.2.0) 2022-01-05 10:59:07.891 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.4.0) 2022-01-05 10:59:07.892 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (9.3.0) 2022-01-05 10:59:07.893 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.7.1) 2022-01-05 10:59:08.005 | Collecting oauth2client>=4.1.3 2022-01-05 10:59:08.011 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-01-05 10:59:08.019 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (8.7.1) 2022-01-05 10:59:08.020 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.5.0) 2022-01-05 10:59:08.021 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.4.0) 2022-01-05 10:59:08.022 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (11.1.0) 2022-01-05 10:59:08.023 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.6.1) 2022-01-05 10:59:08.024 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (12.11.1) 2022-01-05 10:59:08.026 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.5.0) 2022-01-05 10:59:08.027 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.10.1) 2022-01-05 10:59:08.028 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.6.2) 2022-01-05 10:59:08.029 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.3.0) 2022-01-05 10:59:08.030 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (6.3.0) 2022-01-05 10:59:08.031 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.2.0) 2022-01-05 10:59:08.032 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.7.0) 2022-01-05 10:59:08.033 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.4.0) 2022-01-05 10:59:08.034 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.12.0) 2022-01-05 10:59:08.035 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.5.0) 2022-01-05 10:59:08.036 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.4.2) 2022-01-05 10:59:08.038 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (21.3) 2022-01-05 10:59:08.166 | Collecting paramiko>=2.7.2 2022-01-05 10:59:08.173 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7b5/910f5815a0040/paramiko-2.8.1-py2.py3-none-any.whl (206 kB) 2022-01-05 10:59:08.182 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.5.0) 2022-01-05 10:59:08.183 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.1.1) 2022-01-05 10:59:08.184 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.9.0) 2022-01-05 10:59:08.185 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.0.6) 2022-01-05 10:59:08.186 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.2.0) 2022-01-05 10:59:08.275 | Collecting python-glanceclient>=3.2.2 2022-01-05 10:59:08.281 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-01-05 10:59:08.292 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.3.0) 2022-01-05 10:59:08.293 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (17.6.0) 2022-01-05 10:59:08.294 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.13.0) 2022-01-05 10:59:08.296 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2021.3) 2022-01-05 10:59:08.297 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.27.0) 2022-01-05 10:59:08.298 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.5.1) 2022-01-05 10:59:08.299 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (4.6.3) 2022-01-05 10:59:08.339 | Collecting rtslib-fb>=2.1.74 2022-01-05 10:59:08.346 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-01-05 10:59:08.352 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.16.0) 2022-01-05 10:59:08.353 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.4.29) 2022-01-05 10:59:08.354 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (0.13.0) 2022-01-05 10:59:08.355 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.5.0) 2022-01-05 10:59:08.394 | Collecting tabulate>=0.8.7 2022-01-05 10:59:08.401 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-01-05 10:59:08.404 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (6.3.1) 2022-01-05 10:59:08.405 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (1.8.7) 2022-01-05 10:59:08.406 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.1.0) 2022-01-05 10:59:08.523 | Collecting oslo.vmware>=3.10.0 2022-01-05 10:59:08.530 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB) 2022-01-05 10:59:08.546 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.1.0) 2022-01-05 10:59:08.548 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (5.5.0) 2022-01-05 10:59:08.548 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (2.10.0) 2022-01-05 10:59:08.722 | Collecting google-api-python-client>=1.11.0 2022-01-05 10:59:08.745 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/132/2d026110bc62e/google_api_python_client-2.33.0-py2.py3-none-any.whl (7.9 MB) 2022-01-05 10:59:08.927 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (3.10.0) 2022-01-05 10:59:08.928 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (36.0.1) 2022-01-05 10:59:08.929 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev143) (0.2.2) 2022-01-05 10:59:08.978 | Collecting zstd>=1.4.5.1 2022-01-05 10:59:08.985 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/951/9bb0cd91c4498/zstd-1.5.1.0.tar.gz (604 kB) 2022-01-05 10:59:09.083 | Preparing metadata (setup.py): started 2022-01-05 10:59:09.676 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 10:59:10.789 | Collecting boto3>=1.16.51 2022-01-05 10:59:10.798 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/852/87c742626baf0/boto3-1.20.28-py3-none-any.whl (131 kB) 2022-01-05 10:59:12.365 | Collecting botocore<1.24.0,>=1.23.28 2022-01-05 10:59:12.392 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d04/b0839de63929d/botocore-1.23.28-py3-none-any.whl (8.5 MB) 2022-01-05 10:59:12.652 | Collecting s3transfer<0.6.0,>=0.5.0 2022-01-05 10:59:12.659 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2022-01-05 10:59:12.665 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev143) (0.10.0) 2022-01-05 10:59:12.778 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev143) (1.15.0) 2022-01-05 10:59:12.808 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev143) (2.1.0) 2022-01-05 10:59:12.860 | Collecting uritemplate<5,>=3.0.0 2022-01-05 10:59:12.869 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-01-05 10:59:12.902 | Collecting google-auth-httplib2>=0.1.0 2022-01-05 10:59:12.909 | 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-01-05 10:59:13.058 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-01-05 10:59:13.065 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a34/8a50b027679cb/google_auth-2.3.3-py2.py3-none-any.whl (155 kB) 2022-01-05 10:59:13.177 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-01-05 10:59:13.183 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3c5/62d393aed7e3d/google_api_core-2.3.2-py2.py3-none-any.whl (109 kB) 2022-01-05 10:59:13.282 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev143) (1.7.0) 2022-01-05 10:59:13.334 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev143) (2.8.1) 2022-01-05 10:59:13.339 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev143) (3.1.1) 2022-01-05 10:59:13.484 | Collecting pyasn1-modules>=0.0.5 2022-01-05 10:59:13.492 | 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-01-05 10:59:13.642 | Collecting pyasn1>=0.1.7 2022-01-05 10:59:13.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-01-05 10:59:13.713 | Collecting rsa>=3.1.4 2022-01-05 10:59:13.724 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95c/5d300c4e879ee/rsa-4.8-py3-none-any.whl (39 kB) 2022-01-05 10:59:13.779 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev143) (0.14.1) 2022-01-05 10:59:13.826 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev143) (2.3.0) 2022-01-05 10:59:13.827 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev143) (6.0) 2022-01-05 10:59:13.829 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev143) (0.8.0) 2022-01-05 10:59:13.830 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev143) (1.5.0) 2022-01-05 10:59:13.889 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev143) (1.7.5) 2022-01-05 10:59:13.893 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev143) (2.0.1) 2022-01-05 10:59:13.894 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev143) (0.5.0) 2022-01-05 10:59:13.949 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev143) (2.8.2) 2022-01-05 10:59:13.953 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev143) (0.9.6) 2022-01-05 10:59:14.013 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (5.2.3) 2022-01-05 10:59:14.015 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (4.2.4) 2022-01-05 10:59:14.016 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (0.4.0) 2022-01-05 10:59:14.019 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (5.0.9) 2022-01-05 10:59:14.020 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (2.4.0) 2022-01-05 10:59:14.044 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev143) (3.0.3) 2022-01-05 10:59:14.046 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev143) (3.3.0) 2022-01-05 10:59:14.047 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev143) (3.2.0) 2022-01-05 10:59:14.091 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev143) (1.0.3) 2022-01-05 10:59:14.176 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev143) (3.0.0) 2022-01-05 10:59:14.178 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev143) (1.3.3) 2022-01-05 10:59:14.204 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev143) (2.5.0) 2022-01-05 10:59:14.229 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev143) (0.11.0) 2022-01-05 10:59:14.294 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev143) (1.26.7) 2022-01-05 10:59:14.339 | Collecting suds-community>=0.6 2022-01-05 10:59:14.345 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB) 2022-01-05 10:59:14.593 | Collecting pynacl>=1.0.1 2022-01-05 10:59:14.600 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2022-01-05 10:59:14.649 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev143) (60.2.0) 2022-01-05 10:59:14.785 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev143) (3.10.0) 2022-01-05 10:59:14.860 | Collecting warlock<2,>=1.2.0 2022-01-05 10:59:14.869 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-01-05 10:59:14.873 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev143) (1.13.3) 2022-01-05 10:59:14.875 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev143) (21.0.0) 2022-01-05 10:59:15.124 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev143) (3.3) 2022-01-05 10:59:15.125 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev143) (2019.11.28) 2022-01-05 10:59:15.128 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev143) (2.0.10) 2022-01-05 10:59:15.164 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev143) (0.7) 2022-01-05 10:59:15.232 | Collecting pyudev>=0.16.1 2022-01-05 10:59:15.239 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2022-01-05 10:59:15.483 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev143) (0.4.2) 2022-01-05 10:59:15.483 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev143) (0.5.2) 2022-01-05 10:59:15.623 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev143) (2.6.3) 2022-01-05 10:59:15.626 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev143) (1.4.2) 2022-01-05 10:59:15.629 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev143) (2.4.0) 2022-01-05 10:59:15.759 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev143) (0.12.2) 2022-01-05 10:59:15.875 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev143) (1.1.6) 2022-01-05 10:59:15.877 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev143) (5.4.0) 2022-01-05 10:59:15.878 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev143) (4.10.0) 2022-01-05 10:59:15.913 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (5.0.0) 2022-01-05 10:59:16.159 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev143) (2.21) 2022-01-05 10:59:16.236 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev143) (2.3.3) 2022-01-05 10:59:16.240 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev143) (0.4.0) 2022-01-05 10:59:16.367 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->cinder==19.1.0.dev143) (1.6) 2022-01-05 10:59:16.412 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev143) (2.5.0) 2022-01-05 10:59:16.561 | Collecting googleapis-common-protos<2.0dev,>=1.52.0 2022-01-05 10:59:16.568 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e54/345a2add15dc5/googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB) 2022-01-05 10:59:16.579 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev143) (3.19.1) 2022-01-05 10:59:16.797 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev143) (2.0.1) 2022-01-05 10:59:17.218 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev143) (1.1.4) 2022-01-05 10:59:17.269 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev143) (0.12.0) 2022-01-05 10:59:17.320 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev143) (0.2.5) 2022-01-05 10:59:18.768 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev143) (1.32) 2022-01-05 10:59:19.047 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev143) (21.4.0) 2022-01-05 10:59:19.048 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev143) (1.8.2) 2022-01-05 10:59:19.197 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev143) (2.2) 2022-01-05 10:59:19.436 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev143) (1.0.0) 2022-01-05 10:59:19.565 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev143) (3.7.0) 2022-01-05 10:59:20.190 | Building wheels for collected packages: zstd 2022-01-05 10:59:20.191 | Building wheel for zstd (setup.py): started 2022-01-05 11:00:05.852 | Building wheel for zstd (setup.py): finished with status 'done' 2022-01-05 11:00:05.864 | Created wheel for zstd: filename=zstd-1.5.1.0-cp38-cp38-linux_x86_64.whl size=1761594 sha256=a90cb9dda3403278ff15b425599175daad5addfb1aa7432e7eab0fb0a66bc14c 2022-01-05 11:00:05.864 | Stored in directory: /root/.cache/pip/wheels/db/61/5c/38d5ea359d8b2e91c6f14bbf42bcb31c21199924820048db05 2022-01-05 11:00:05.868 | Successfully built zstd 2022-01-05 11:00:06.828 | Installing collected packages: pyasn1, rsa, pyasn1-modules, googleapis-common-protos, google-auth, botocore, warlock, uritemplate, suds-community, s3transfer, pyudev, pynacl, google-auth-httplib2, google-api-core, zstd, tabulate, rtslib-fb, python-glanceclient, paramiko, oslo.vmware, oauth2client, google-api-python-client, boto3, cinder 2022-01-05 11:00:09.408 | Attempting uninstall: pynacl 2022-01-05 11:00:09.410 | Found existing installation: PyNaCl 1.3.0 2022-01-05 11:00:09.418 | Uninstalling PyNaCl-1.3.0: 2022-01-05 11:00:09.445 | Successfully uninstalled PyNaCl-1.3.0 2022-01-05 11:00:11.863 | Running setup.py develop for cinder 2022-01-05 11:00:15.244 | Successfully installed boto3-1.20.28 botocore-1.23.28 cinder google-api-core-2.3.2 google-api-python-client-2.33.0 google-auth-2.3.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.54.0 oauth2client-4.1.3 oslo.vmware-3.10.0 paramiko-2.8.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pynacl-1.4.0 python-glanceclient-3.5.0 pyudev-0.22.0 rsa-4.8 rtslib-fb-2.1.74 s3transfer-0.5.0 suds-community-1.0.0 tabulate-0.8.9 uritemplate-4.1.1 warlock-1.3.3 zstd-1.5.1.0 2022-01-05 11:00:15.244 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 11:00:15.492 | + inc/python:pip_install:200 : result=0 2022-01-05 11:00:15.495 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 11:00:15.497 | + functions-common:time_stop:2412 : local name 2022-01-05 11:00:15.499 | + functions-common:time_stop:2413 : local end_time 2022-01-05 11:00:15.501 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 11:00:15.504 | + functions-common:time_stop:2415 : local total 2022-01-05 11:00:15.506 | + functions-common:time_stop:2416 : local start_time 2022-01-05 11:00:15.509 | + functions-common:time_stop:2418 : name=pip_install 2022-01-05 11:00:15.511 | + functions-common:time_stop:2419 : start_time=1641380343940 2022-01-05 11:00:15.513 | + functions-common:time_stop:2421 : [[ -z 1641380343940 ]] 2022-01-05 11:00:15.516 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 11:00:15.520 | + functions-common:time_stop:2424 : end_time=1641380415517 2022-01-05 11:00:15.522 | + functions-common:time_stop:2425 : elapsed_time=71577 2022-01-05 11:00:15.524 | + functions-common:time_stop:2426 : total=97493 2022-01-05 11:00:15.526 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 11:00:15.529 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=169070 2022-01-05 11:00:15.531 | + inc/python:pip_install:203 : return 0 2022-01-05 11:00:15.533 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-01-05 11:00:15.536 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-01-05 11:00:15.538 | + functions-common:safe_chown:2313 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-01-05 11:00:15.557 | + functions-common:_safe_permission_operation:2161 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-01-05 11:00:15.569 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-01-05 11:00:15.572 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-01-05 11:00:15.574 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 11:00:15.577 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 11:00:15.579 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-01-05 11:00:15.582 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 11:00:15.584 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-01-05 11:00:15.586 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-01-05 11:00:15.589 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-01-05 11:00:15.591 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:15.594 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:15.596 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-01-05 11:00:15.608 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-01-05 11:00:15.610 | + functions-common:install_package:1450 : update_package_repo 2022-01-05 11:00:15.613 | + functions-common:update_package_repo:1422 : NO_UPDATE_REPOS=False 2022-01-05 11:00:15.616 | + functions-common:update_package_repo:1423 : REPOS_UPDATED=True 2022-01-05 11:00:15.618 | + functions-common:update_package_repo:1424 : RETRY_UPDATE=False 2022-01-05 11:00:15.621 | + functions-common:update_package_repo:1426 : [[ False = \T\r\u\e ]] 2022-01-05 11:00:15.623 | + functions-common:update_package_repo:1430 : is_ubuntu 2022-01-05 11:00:15.625 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:15.628 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:15.631 | + functions-common:update_package_repo:1431 : apt_get_update 2022-01-05 11:00:15.633 | + functions-common:apt_get_update:1176 : [[ True == \T\r\u\e ]] 2022-01-05 11:00:15.636 | + functions-common:apt_get_update:1176 : [[ False != \T\r\u\e ]] 2022-01-05 11:00:15.638 | + functions-common:apt_get_update:1177 : return 2022-01-05 11:00:15.641 | + functions-common:install_package:1451 : real_install_package targetcli-fb 2022-01-05 11:00:15.643 | + functions-common:real_install_package:1436 : is_ubuntu 2022-01-05 11:00:15.646 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:15.648 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:15.651 | + functions-common:real_install_package:1437 : apt_get install targetcli-fb 2022-01-05 11:00:15.672 | + functions-common:apt_get:1217 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-01-05 11:00:15.780 | Reading package lists... 2022-01-05 11:00:16.005 | Building dependency tree... 2022-01-05 11:00:16.006 | Reading state information... 2022-01-05 11:00:16.238 | The following packages were automatically installed and are no longer required: 2022-01-05 11:00:16.239 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 11:00:16.239 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 11:00:16.239 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 11:00:16.239 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 11:00:16.239 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 11:00:16.239 | python3-zope.interface 2022-01-05 11:00:16.239 | Use 'sudo apt autoremove' to remove them. 2022-01-05 11:00:16.240 | The following additional packages will be installed: 2022-01-05 11:00:16.240 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-01-05 11:00:16.240 | python3-urwid 2022-01-05 11:00:16.241 | Suggested packages: 2022-01-05 11:00:16.241 | python-pyparsing-doc python-urwid-doc 2022-01-05 11:00:16.307 | The following NEW packages will be installed: 2022-01-05 11:00:16.308 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-01-05 11:00:16.308 | python3-urwid targetcli-fb 2022-01-05 11:00:16.418 | 0 upgraded, 6 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 11:00:16.418 | Need to get 356 kB of archives. 2022-01-05 11:00:16.418 | After this operation, 2,294 kB of additional disk space will be used. 2022-01-05 11:00:16.418 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-01-05 11:00:16.552 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-01-05 11:00:16.628 | 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-01-05 11:00:16.637 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-01-05 11:00:16.643 | 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-01-05 11:00:16.649 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-01-05 11:00:17.211 | Fetched 356 kB in 0s (1,051 kB/s) 2022-01-05 11:00:17.359 | Selecting previously unselected package python3-pyparsing. 2022-01-05 11:00:17.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 ... 90882 files and directories currently installed.) 2022-01-05 11:00:17.413 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-01-05 11:00:17.444 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-01-05 11:00:17.790 | Selecting previously unselected package python3-urwid. 2022-01-05 11:00:17.801 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-01-05 11:00:17.847 | Unpacking python3-urwid (2.0.1-3) ... 2022-01-05 11:00:18.213 | Selecting previously unselected package python3-configshell-fb. 2022-01-05 11:00:18.224 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-01-05 11:00:18.270 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-01-05 11:00:18.587 | Selecting previously unselected package python3-pyudev. 2022-01-05 11:00:18.596 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-01-05 11:00:18.649 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-01-05 11:00:19.038 | Selecting previously unselected package python3-rtslib-fb. 2022-01-05 11:00:19.048 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-01-05 11:00:19.095 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-01-05 11:00:19.505 | Selecting previously unselected package targetcli-fb. 2022-01-05 11:00:19.514 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-01-05 11:00:19.561 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-01-05 11:00:19.952 | Setting up python3-urwid (2.0.1-3) ... 2022-01-05 11:00:20.405 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-01-05 11:00:20.405 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-01-05 11:00:20.405 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-01-05 11:00:20.405 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-01-05 11:00:20.405 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-01-05 11:00:20.406 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-01-05 11:00:20.406 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-01-05 11:00:20.406 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-01-05 11:00:20.575 | Setting up python3-pyparsing (2.4.6-1) ... 2022-01-05 11:00:21.032 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-01-05 11:00:21.482 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-01-05 11:00:21.930 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-01-05 11:00:23.350 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-01-05 11:00:23.990 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-01-05 11:00:23.991 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-01-05 11:00:25.991 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 11:00:26.279 | Processing triggers for systemd (245.4-4ubuntu3.14) ... 2022-01-05 11:00:34.248 | + functions-common:apt_get:1221 : result=0 2022-01-05 11:00:34.251 | + functions-common:apt_get:1224 : time_stop apt-get 2022-01-05 11:00:34.254 | + functions-common:time_stop:2412 : local name 2022-01-05 11:00:34.256 | + functions-common:time_stop:2413 : local end_time 2022-01-05 11:00:34.259 | + functions-common:time_stop:2414 : local elapsed_time 2022-01-05 11:00:34.261 | + functions-common:time_stop:2415 : local total 2022-01-05 11:00:34.264 | + functions-common:time_stop:2416 : local start_time 2022-01-05 11:00:34.266 | + functions-common:time_stop:2418 : name=apt-get 2022-01-05 11:00:34.268 | + functions-common:time_stop:2419 : start_time=1641380415670 2022-01-05 11:00:34.271 | + functions-common:time_stop:2421 : [[ -z 1641380415670 ]] 2022-01-05 11:00:34.274 | ++ functions-common:time_stop:2424 : date +%s%3N 2022-01-05 11:00:34.278 | + functions-common:time_stop:2424 : end_time=1641380434275 2022-01-05 11:00:34.280 | + functions-common:time_stop:2425 : elapsed_time=18605 2022-01-05 11:00:34.283 | + functions-common:time_stop:2426 : total=530864 2022-01-05 11:00:34.285 | + functions-common:time_stop:2428 : _TIME_START[$name]= 2022-01-05 11:00:34.288 | + functions-common:time_stop:2429 : _TIME_TOTAL[$name]=549469 2022-01-05 11:00:34.290 | + functions-common:apt_get:1225 : return 0 2022-01-05 11:00:34.293 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-01-05 11:00:34.295 | + ./stack.sh:main:924 : configure_cinder 2022-01-05 11:00:34.298 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-01-05 11:00:34.310 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-01-05 11:00:34.314 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-01-05 11:00:34.317 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-01-05 11:00:34.319 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-01-05 11:00:34.322 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-01-05 11:00:34.322 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-01-05 11:00:34.327 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-01-05 11:00:34.329 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-01-05 11:00:34.331 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-01-05 11:00:34.333 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-01-05 11:00:34.335 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-01-05 11:00:34.337 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-01-05 11:00:34.339 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-01-05 11:00:34.341 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-01-05 11:00:34.352 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-01-05 11:00:34.364 | + 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-01-05 11:00:34.376 | + 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-01-05 11:00:34.388 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-01-05 11:00:34.400 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-01-05 11:00:34.402 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-01-05 11:00:34.406 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.lsHSq5TSvi 2022-01-05 11:00:34.408 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-01-05 11:00:34.411 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-01-05 11:00:34.413 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-01-05 11:00:34.415 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.lsHSq5TSvi 2022-01-05 11:00:34.419 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.lsHSq5TSvi 2022-01-05 11:00:34.430 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.lsHSq5TSvi /etc/sudoers.d/cinder-rootwrap 2022-01-05 11:00:34.443 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-01-05 11:00:34.447 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-01-05 11:00:34.449 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-01-05 11:00:34.451 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-01-05 11:00:34.453 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-01-05 11:00:34.455 | + 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-01-05 11:00:34.457 | + 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-01-05 11:00:34.460 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-01-05 11:00:34.462 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-01-05 11:00:34.466 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-01-05 11:00:34.471 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-01-05 11:00:34.490 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-01-05 11:00:34.508 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-01-05 11:00:34.526 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-01-05 11:00:34.545 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-01-05 11:00:34.563 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-01-05 11:00:34.581 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-01-05 11:00:34.599 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-01-05 11:00:34.618 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-01-05 11:00:34.620 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/cinder/cinder.conf 2022-01-05 11:00:34.622 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=cinder 2022-01-05 11:00:34.624 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-01-05 11:00:34.627 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-01-05 11:00:34.656 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-01-05 11:00:34.683 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-01-05 11:00:34.710 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-01-05 11:00:34.738 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-01-05 11:00:34.765 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-01-05 11:00:34.793 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-01-05 11:00:34.821 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-01-05 11:00:34.849 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-01-05 11:00:34.876 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-01-05 11:00:34.904 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-01-05 11:00:34.935 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-01-05 11:00:34.963 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-01-05 11:00:34.965 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-01-05 11:00:34.968 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-01-05 11:00:34.970 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=cinder 2022-01-05 11:00:34.973 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-01-05 11:00:34.976 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-01-05 11:00:35.005 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-01-05 11:00:35.033 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-01-05 11:00:35.061 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-01-05 11:00:35.088 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-01-05 11:00:35.116 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-01-05 11:00:35.144 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-01-05 11:00:35.174 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-01-05 11:00:35.177 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.18 2022-01-05 11:00:35.204 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-01-05 11:00:35.235 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-01-05 11:00:35.243 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key c3deb4bc255971e7a9c320cccfa98d08 2022-01-05 11:00:35.271 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-01-05 11:00:35.273 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-01-05 11:00:35.301 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-01-05 11:00:35.329 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-01-05 11:00:35.357 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-01-05 11:00:35.385 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-01-05 11:00:35.402 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 11:00:35.404 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-01-05 11:00:35.420 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 11:00:35.423 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-01-05 11:00:35.439 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 11:00:35.442 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-01-05 11:00:35.458 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 11:00:35.460 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-01-05 11:00:35.463 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-01-05 11:00:35.465 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-01-05 11:00:35.468 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-01-05 11:00:35.470 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-01-05 11:00:35.472 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-01-05 11:00:35.475 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-01-05 11:00:35.490 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 11:00:35.493 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-01-05 11:00:35.496 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-01-05 11:00:35.498 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-01-05 11:00:35.514 | ++ functions-common:is_service_enabled:2068 : return 0 2022-01-05 11:00:35.517 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 11:00:35.520 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-01-05 11:00:35.547 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-01-05 11:00:35.550 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-01-05 11:00:35.552 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-01-05 11:00:35.554 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-01-05 11:00:35.557 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-01-05 11:00:35.560 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-01-05 11:00:35.577 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-01-05 11:00:35.579 | + functions:setup_systemd_logging:695 : local pidstr= 2022-01-05 11:00:35.582 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-01-05 11:00:35.584 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-01-05 11:00:35.586 | + 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-01-05 11:00:35.615 | + 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-01-05 11:00:35.643 | + 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-01-05 11:00:35.670 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-01-05 11:00:35.698 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-01-05 11:00:35.715 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 11:00:35.717 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-01-05 11:00:35.720 | + lib/apache:write_uwsgi_config:244 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-01-05 11:00:35.723 | + lib/apache:write_uwsgi_config:245 : local wsgi=/usr/local/bin/cinder-wsgi 2022-01-05 11:00:35.725 | + lib/apache:write_uwsgi_config:246 : local url=/volume 2022-01-05 11:00:35.727 | + lib/apache:write_uwsgi_config:247 : local http= 2022-01-05 11:00:35.729 | + lib/apache:write_uwsgi_config:248 : local name= 2022-01-05 11:00:35.732 | ++ lib/apache:write_uwsgi_config:249 : basename /usr/local/bin/cinder-wsgi 2022-01-05 11:00:35.736 | + lib/apache:write_uwsgi_config:249 : name=cinder-wsgi 2022-01-05 11:00:35.739 | + lib/apache:write_uwsgi_config:253 : local socket_dir=/var/run/uwsgi 2022-01-05 11:00:35.741 | + lib/apache:write_uwsgi_config:257 : sudo mkdir -p /etc/tmpfiles.d/ 2022-01-05 11:00:35.753 | + lib/apache:write_uwsgi_config:258 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-01-05 11:00:35.754 | + lib/apache:write_uwsgi_config:258 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-01-05 11:00:35.762 | d /var/run/uwsgi 0755 ubuntu root 2022-01-05 11:00:35.765 | + lib/apache:write_uwsgi_config:259 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-01-05 11:00:35.781 | + lib/apache:write_uwsgi_config:261 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-01-05 11:00:35.784 | + lib/apache:write_uwsgi_config:264 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-01-05 11:00:35.788 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-01-05 11:00:35.816 | + lib/apache:write_uwsgi_config:266 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-01-05 11:00:35.843 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-01-05 11:00:35.870 | + lib/apache:write_uwsgi_config:270 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-01-05 11:00:35.902 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-01-05 11:00:35.930 | + lib/apache:write_uwsgi_config:274 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-01-05 11:00:35.958 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-01-05 11:00:35.984 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-01-05 11:00:36.012 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-01-05 11:00:36.039 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-01-05 11:00:36.066 | + lib/apache:write_uwsgi_config:282 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-01-05 11:00:36.093 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-01-05 11:00:36.120 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-01-05 11:00:36.148 | + lib/apache:write_uwsgi_config:289 : [[ -n '' ]] 2022-01-05 11:00:36.150 | + lib/apache:write_uwsgi_config:292 : local apache_conf= 2022-01-05 11:00:36.153 | ++ lib/apache:write_uwsgi_config:293 : apache_site_config_for cinder-wsgi 2022-01-05 11:00:36.156 | ++ lib/apache:apache_site_config_for:176 : local site=cinder-wsgi 2022-01-05 11:00:36.158 | ++ lib/apache:apache_site_config_for:177 : is_ubuntu 2022-01-05 11:00:36.160 | ++ functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:36.162 | ++ functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:36.165 | ++ lib/apache:apache_site_config_for:179 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-01-05 11:00:36.168 | + lib/apache:write_uwsgi_config:293 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-01-05 11:00:36.170 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-01-05 11:00:36.197 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-01-05 11:00:36.225 | + lib/apache:write_uwsgi_config:296 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-01-05 11:00:36.225 | + lib/apache:write_uwsgi_config:296 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-01-05 11:00:36.234 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-01-05 11:00:36.237 | + lib/apache:write_uwsgi_config:297 : enable_apache_site cinder-wsgi 2022-01-05 11:00:36.240 | + lib/apache:enable_apache_site:193 : local site=cinder-wsgi 2022-01-05 11:00:36.242 | + lib/apache:enable_apache_site:195 : enable_apache_mod version 2022-01-05 11:00:36.244 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-01-05 11:00:36.247 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-01-05 11:00:36.249 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:36.251 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:36.254 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-01-05 11:00:36.256 | + lib/apache:enable_apache_site:196 : is_ubuntu 2022-01-05 11:00:36.259 | + functions-common:is_ubuntu:560 : [[ -z deb ]] 2022-01-05 11:00:36.261 | + functions-common:is_ubuntu:563 : '[' deb = deb ']' 2022-01-05 11:00:36.263 | + lib/apache:enable_apache_site:197 : sudo a2ensite cinder-wsgi 2022-01-05 11:00:36.324 | Enabling site cinder-wsgi. 2022-01-05 11:00:36.329 | To activate the new configuration, you need to run: 2022-01-05 11:00:36.329 | systemctl reload apache2 2022-01-05 11:00:36.334 | + lib/apache:write_uwsgi_config:298 : restart_apache_server 2022-01-05 11:00:36.337 | + lib/apache:restart_apache_server:240 : restart_service apache2 2022-01-05 11:00:36.339 | + functions-common:restart_service:2296 : '[' -x /bin/systemctl ']' 2022-01-05 11:00:36.341 | + functions-common:restart_service:2297 : sudo /bin/systemctl restart apache2 2022-01-05 11:00:36.472 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-01-05 11:00:36.474 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-01-05 11:00:36.504 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.18/image 2022-01-05 11:00:36.531 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-01-05 11:00:36.550 | + functions-common:is_service_enabled:2068 : return 1 2022-01-05 11:00:36.553 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-01-05 11:00:36.555 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/cinder/cinder.conf 2022-01-05 11:00:36.557 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=nova 2022-01-05 11:00:36.560 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=nova 2022-01-05 11:00:36.562 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-01-05 11:00:36.593 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/cinder/cinder.conf nova interface public 2022-01-05 11:00:36.621 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.18/identity 2022-01-05 11:00:36.648 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/cinder/cinder.conf nova username nova 2022-01-05 11:00:36.676 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-01-05 11:00:36.704 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-01-05 11:00:36.731 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/cinder/cinder.conf nova project_name service 2022-01-05 11:00:36.759 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-01-05 11:00:36.787 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-01-05 11:00:36.815 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-01-05 11:00:36.842 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-01-05 11:00:36.870 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-01-05 11:00:36.897 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-01-05 11:00:36.900 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-01-05 11:00:36.917 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 11:00:36.919 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.18:2379 2022-01-05 11:00:36.950 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-01-05 11:00:36.952 | + ./stack.sh:main:927 : is_service_enabled neutron 2022-01-05 11:00:36.969 | + functions-common:is_service_enabled:2068 : return 0 2022-01-05 11:00:36.972 | + ./stack.sh:main:929 : stack_install_service neutron 2022-01-05 11:00:36.975 | + lib/stack:stack_install_service:20 : local service=neutron 2022-01-05 11:00:36.977 | + lib/stack:stack_install_service:21 : type install_neutron 2022-01-05 11:00:36.980 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 11:00:36.982 | + lib/stack:stack_install_service:32 : install_neutron 2022-01-05 11:00:36.984 | + lib/neutron:install_neutron:676 : is_neutron_legacy_enabled 2022-01-05 11:00:36.989 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 11:00:36.989 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-01-05 11:00:36.994 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 11:00:36.997 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-01-05 11:00:36.999 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-01-05 11:00:37.002 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-01-05 11:00:37.004 | + lib/neutron:install_neutron:678 : install_mutnauq 2022-01-05 11:00:37.007 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-01-05 11:00:37.009 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-01-05 11:00:37.012 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 11:00:37.014 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 11:00:37.017 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-01-05 11:00:37.019 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 11:00:37.022 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-01-05 11:00:37.024 | + functions-common:git_clone:595 : local git_remote=https://opendev.org/openstack/neutron.git 2022-01-05 11:00:37.026 | + functions-common:git_clone:596 : local git_dest=/opt/stack/neutron 2022-01-05 11:00:37.028 | + functions-common:git_clone:597 : local git_ref=master 2022-01-05 11:00:37.031 | + functions-common:git_clone:598 : local orig_dir 2022-01-05 11:00:37.034 | ++ functions-common:git_clone:599 : pwd 2022-01-05 11:00:37.036 | + functions-common:git_clone:599 : orig_dir=/home/ubuntu/devstack 2022-01-05 11:00:37.039 | + functions-common:git_clone:600 : local git_clone_flags= 2022-01-05 11:00:37.041 | ++ functions-common:git_clone:602 : trueorfalse False RECLONE 2022-01-05 11:00:37.058 | + functions-common:git_clone:602 : RECLONE=False 2022-01-05 11:00:37.060 | + functions-common:git_clone:603 : [[ 0 -gt 0 ]] 2022-01-05 11:00:37.062 | + functions-common:git_clone:607 : [[ False = \T\r\u\e ]] 2022-01-05 11:00:37.065 | + functions-common:git_clone:616 : echo master 2022-01-05 11:00:37.065 | + functions-common:git_clone:616 : egrep -q '^refs' 2022-01-05 11:00:37.071 | + functions-common:git_clone:630 : [[ ! -d /opt/stack/neutron ]] 2022-01-05 11:00:37.073 | + functions-common:git_clone:638 : [[ False = \T\r\u\e ]] 2022-01-05 11:00:37.075 | + functions-common:git_clone:664 : cd /opt/stack/neutron 2022-01-05 11:00:37.078 | + functions-common:git_clone:665 : git show --oneline 2022-01-05 11:00:37.078 | + functions-common:git_clone:665 : head -1 2022-01-05 11:00:37.084 | 12eecf9679 Merge "Add wait event for metadataagent sb_idl" 2022-01-05 11:00:37.087 | + functions-common:git_clone:666 : cd /home/ubuntu/devstack 2022-01-05 11:00:37.090 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-01-05 11:00:37.092 | + inc/python:setup_develop:338 : local bindep 2022-01-05 11:00:37.095 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-01-05 11:00:37.097 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-01-05 11:00:37.100 | + inc/python:setup_develop:344 : local extras= 2022-01-05 11:00:37.102 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-01-05 11:00:37.105 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 11:00:37.107 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-01-05 11:00:37.110 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-01-05 11:00:37.112 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 11:00:37.115 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 11:00:37.118 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-01-05 11:00:37.120 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 11:00:37.123 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-01-05 11:00:37.126 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 11:00:37.128 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-01-05 11:00:37.131 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-01-05 11:00:37.137 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-01-05 11:00:37.139 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-01-05 11:00:37.781 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-01-05 11:00:37.783 | + inc/python:setup_package:418 : local bindep=0 2022-01-05 11:00:37.786 | + inc/python:setup_package:419 : local bindep_flag= 2022-01-05 11:00:37.788 | + inc/python:setup_package:420 : local bindep_profiles= 2022-01-05 11:00:37.790 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-01-05 11:00:37.792 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-01-05 11:00:37.795 | + inc/python:setup_package:427 : local flags=-e 2022-01-05 11:00:37.797 | + inc/python:setup_package:428 : local extras= 2022-01-05 11:00:37.799 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-01-05 11:00:37.802 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-01-05 11:00:37.804 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-01-05 11:00:37.806 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-01-05 11:00:37.808 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-01-05 11:00:37.811 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-01-05 11:00:37.832 | Using python 3.8 to install /opt/stack/neutron 2022-01-05 11:00:37.834 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-01-05 11:00:38.671 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 11:00:38.671 | from cryptography.utils import int_from_bytes 2022-01-05 11:00:38.671 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 11:00:38.671 | from cryptography.utils import int_from_bytes 2022-01-05 11:00:39.753 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 11:00:39.793 | Obtaining file:///opt/stack/neutron 2022-01-05 11:00:39.794 | Preparing metadata (setup.py): started 2022-01-05 11:00:41.740 | Preparing metadata (setup.py): finished with status 'done' 2022-01-05 11:00:41.829 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (5.8.0) 2022-01-05 11:00:41.831 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.5.0) 2022-01-05 11:00:41.832 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.1.1) 2022-01-05 11:00:41.833 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.5.1) 2022-01-05 11:00:41.834 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.3.0) 2022-01-05 11:00:41.835 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (5.1.0) 2022-01-05 11:00:41.836 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.33.0) 2022-01-05 11:00:41.837 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.4.1) 2022-01-05 11:00:41.838 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.20.2) 2022-01-05 11:00:41.839 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.27.0) 2022-01-05 11:00:41.840 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.0.3) 2022-01-05 11:00:41.841 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (9.3.0) 2022-01-05 11:00:41.842 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.8.0) 2022-01-05 11:00:41.843 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.11.0) 2022-01-05 11:00:41.844 | Requirement already satisfied: neutron-lib>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.18.0) 2022-01-05 11:00:41.846 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (7.7.0) 2022-01-05 11:00:41.847 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (6.3.1) 2022-01-05 11:00:41.848 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.4.29) 2022-01-05 11:00:41.849 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.8.7) 2022-01-05 11:00:41.850 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.4.0) 2022-01-05 11:00:41.851 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.7.5) 2022-01-05 11:00:41.852 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.5.0) 2022-01-05 11:00:41.853 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.8.1) 2022-01-05 11:00:41.854 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.5.0) 2022-01-05 11:00:41.856 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (8.7.1) 2022-01-05 11:00:41.857 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.4.0) 2022-01-05 11:00:41.858 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (11.1.0) 2022-01-05 11:00:41.859 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (5.1.0) 2022-01-05 11:00:41.860 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.6.1) 2022-01-05 11:00:41.861 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (12.11.1) 2022-01-05 11:00:41.862 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.5.0) 2022-01-05 11:00:41.863 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.10.1) 2022-01-05 11:00:41.864 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.6.2) 2022-01-05 11:00:41.865 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.3.0) 2022-01-05 11:00:41.866 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (6.3.0) 2022-01-05 11:00:41.867 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.2.0) 2022-01-05 11:00:41.868 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.7.0) 2022-01-05 11:00:41.869 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.4.0) 2022-01-05 11:00:41.871 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.12.0) 2022-01-05 11:00:41.872 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.5.0) 2022-01-05 11:00:41.873 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (3.4.2) 2022-01-05 11:00:41.874 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.3.0) 2022-01-05 11:00:41.876 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.1.0) 2022-01-05 11:00:41.876 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.16.0) 2022-01-05 11:00:41.877 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (1.13.0) 2022-01-05 11:00:41.878 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (21.3) 2022-01-05 11:00:41.879 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (5.9.0) 2022-01-05 11:00:41.881 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:41.882 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (21.0.0) 2022-01-05 11:00:41.883 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (17.6.0) 2022-01-05 11:00:41.884 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (0.61.0) 2022-01-05 11:00:41.885 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (4.4.0) 2022-01-05 11:00:41.886 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.7.0) 2022-01-05 11:00:41.887 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.4.0) 2022-01-05 11:00:41.888 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev330) (2.10.0) 2022-01-05 11:00:41.904 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev330) (4.10.0) 2022-01-05 11:00:41.905 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev330) (1.1.6) 2022-01-05 11:00:41.906 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev330) (5.4.0) 2022-01-05 11:00:41.917 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev330) (1.16.0) 2022-01-05 11:00:41.918 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev330) (1.13.3) 2022-01-05 11:00:41.930 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev330) (2.1.0) 2022-01-05 11:00:41.931 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev330) (1.1.2) 2022-01-05 11:00:41.951 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev330) (3.0.6) 2022-01-05 11:00:41.958 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev330) (2.0.1) 2022-01-05 11:00:42.016 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev330) (1.7.0) 2022-01-05 11:00:42.018 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev330) (1.0.2) 2022-01-05 11:00:42.070 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev330) (4.3.0) 2022-01-05 11:00:42.072 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev330) (3.1.1) 2022-01-05 11:00:42.115 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev330) (1.2.2) 2022-01-05 11:00:42.120 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.18.0->neutron==19.1.0.dev330) (2.6.0) 2022-01-05 11:00:42.149 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (36.0.1) 2022-01-05 11:00:42.151 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (1.4.0) 2022-01-05 11:00:42.152 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (1.1.4) 2022-01-05 11:00:42.153 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (0.10.0) 2022-01-05 11:00:42.154 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (1.32) 2022-01-05 11:00:42.155 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (2.5.0) 2022-01-05 11:00:42.156 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (6.0) 2022-01-05 11:00:42.158 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev330) (1.4.4) 2022-01-05 11:00:42.176 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev330) (1.0.3) 2022-01-05 11:00:42.261 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev330) (0.14.1) 2022-01-05 11:00:42.306 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev330) (1.5.0) 2022-01-05 11:00:42.366 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev330) (0.13.0) 2022-01-05 11:00:42.367 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev330) (2.0.1) 2022-01-05 11:00:42.368 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev330) (0.5.0) 2022-01-05 11:00:42.428 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev330) (0.9.6) 2022-01-05 11:00:42.429 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev330) (2.8.2) 2022-01-05 11:00:42.512 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (0.4.0) 2022-01-05 11:00:42.513 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (5.2.3) 2022-01-05 11:00:42.515 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (5.0.9) 2022-01-05 11:00:42.520 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (4.2.4) 2022-01-05 11:00:42.542 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev330) (3.3.0) 2022-01-05 11:00:42.543 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev330) (3.2.0) 2022-01-05 11:00:42.594 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev330) (1.15.0) 2022-01-05 11:00:42.645 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev330) (2021.3) 2022-01-05 11:00:42.679 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.0.dev330) (3.0.0) 2022-01-05 11:00:42.682 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.0.dev330) (1.3.3) 2022-01-05 11:00:42.703 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev330) (2.5.0) 2022-01-05 11:00:42.842 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev330) (2.4.0) 2022-01-05 11:00:42.912 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev330) (60.2.0) 2022-01-05 11:00:42.990 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev330) (0.3.5) 2022-01-05 11:00:42.991 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev330) (3.0.0) 2022-01-05 11:00:43.101 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.102 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.114 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.115 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.115 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.115 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.115 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev330) (0.6.5) 2022-01-05 11:00:43.311 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev330) (2.4.2) 2022-01-05 11:00:43.313 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev330) (3.2.0) 2022-01-05 11:00:43.316 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev330) (3.10.0) 2022-01-05 11:00:43.360 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev330) (2.1.0) 2022-01-05 11:00:43.363 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev330) (3.17.6) 2022-01-05 11:00:43.455 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev330) (3.3) 2022-01-05 11:00:43.456 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev330) (1.26.7) 2022-01-05 11:00:43.458 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev330) (2.0.10) 2022-01-05 11:00:43.459 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev330) (2019.11.28) 2022-01-05 11:00:43.495 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev330) (0.7) 2022-01-05 11:00:43.828 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev330) (0.12.2) 2022-01-05 11:00:43.902 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (5.0.0) 2022-01-05 11:00:44.093 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev330) (2.21) 2022-01-05 11:00:44.168 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev330) (0.4.0) 2022-01-05 11:00:44.169 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev330) (2.3.3) 2022-01-05 11:00:44.354 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->neutron==19.1.0.dev330) (1.6) 2022-01-05 11:00:44.396 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.0.dev330) (2.5.0) 2022-01-05 11:00:44.571 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev330) (2.2) 2022-01-05 11:00:45.088 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev330) (0.12.0) 2022-01-05 11:00:45.136 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev330) (0.2.5) 2022-01-05 11:00:45.735 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev330) (0.5.2) 2022-01-05 11:00:45.738 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev330) (0.4.2) 2022-01-05 11:00:46.066 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev330) (2.0.0) 2022-01-05 11:00:46.067 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev330) (4.10.0) 2022-01-05 11:00:46.234 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev330) (3.7.0) 2022-01-05 11:00:46.481 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev330) (21.4.0) 2022-01-05 11:00:46.482 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev330) (1.8.2) 2022-01-05 11:00:46.711 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.0.dev330) (1.0.0) 2022-01-05 11:00:46.933 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev330) (2.3.1) 2022-01-05 11:00:48.319 | Installing collected packages: neutron 2022-01-05 11:00:48.320 | Attempting uninstall: neutron 2022-01-05 11:00:48.321 | Found existing installation: neutron 19.0.0 2022-01-05 11:00:49.575 | Uninstalling neutron-19.0.0: 2022-01-05 11:00:49.650 | Successfully uninstalled neutron-19.0.0 2022-01-05 11:00:49.652 | Running setup.py develop for neutron