2022-02-10 14:15:38.714 | + ./stack.sh:main:487 : exec 2022-02-10 14:15:38.714 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-02-10-141538' 2022-02-10 14:15:38.714 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-02-10-141538.summary.2022-02-10-141538 2022-02-10 14:15:38.714 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-10 14:15:38.714 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-02-10-141538 2022-02-10 14:15:38.714 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-10-141538 /opt/stack/logs/stack.sh.log 2022-02-10 14:15:38.714 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-10-141538.summary.2022-02-10-141538 /opt/stack/logs/stack.sh.log.summary 2022-02-10 14:15:38.714 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:596 : local real_path 2022-02-10 14:15:38.714 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-02-10 14:15:38.714 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-02-10 14:15:38.714 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-02-10 14:15:38.714 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-02-10 14:15:38.714 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-10 14:15:38.715 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-10 14:15:38.717 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-02-10 14:15:38.721 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-02-10 14:15:38.727 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-10 14:15:38.729 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-02-10 14:15:38.732 | + ./stack.sh:main:560 : trap err_trap ERR 2022-02-10 14:15:38.733 | + ./stack.sh:main:573 : set -o errexit 2022-02-10 14:15:38.735 | + ./stack.sh:main:576 : uname -a 2022-02-10 14:15:38.736 | Linux dv-osbrick-822642-2-iscsi 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-02-10 14:15:38.738 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-02-10 14:15:38.740 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-02-10 14:15:38.743 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-02-10 14:15:38.785 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-02-10 14:15:38.801 | + ./stack.sh:main:590 : fetch_plugins 2022-02-10 14:15:38.803 | + functions-common:fetch_plugins:1771 : local plugins= 2022-02-10 14:15:38.804 | + functions-common:fetch_plugins:1772 : local plugin 2022-02-10 14:15:38.806 | + functions-common:fetch_plugins:1775 : [[ -z '' ]] 2022-02-10 14:15:38.808 | + functions-common:fetch_plugins:1776 : return 2022-02-10 14:15:38.810 | + ./stack.sh:main:594 : run_phase override_defaults 2022-02-10 14:15:38.812 | + functions-common:run_phase:1853 : local mode=override_defaults 2022-02-10 14:15:38.814 | + functions-common:run_phase:1854 : local phase= 2022-02-10 14:15:38.815 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-10 14:15:38.817 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-10 14:15:38.819 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-10 14:15:38.821 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-10 14:15:38.823 | + functions-common:run_phase:1863 : local extra 2022-02-10 14:15:38.825 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-10 14:15:38.828 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-10 14:15:38.830 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-10 14:15:38.832 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-10 14:15:38.834 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-02-10 14:15:38.836 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-10 14:15:38.849 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:38.850 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-10 14:15:38.852 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-10 14:15:38.854 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-10 14:15:38.856 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-10 14:15:38.858 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-10 14:15:38.860 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-10 14:15:38.861 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-02-10 14:15:38.863 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-02-10 14:15:38.866 | + functions-common:run_phase:1874 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-10 14:15:38.868 | + functions-common:run_phase:1877 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-10 14:15:38.870 | + functions-common:run_phase:1878 : plugin_override_defaults 2022-02-10 14:15:38.872 | + functions-common:plugin_override_defaults:1812 : local plugins= 2022-02-10 14:15:38.874 | + functions-common:plugin_override_defaults:1813 : local plugin 2022-02-10 14:15:38.876 | + functions-common:plugin_override_defaults:1816 : [[ -z '' ]] 2022-02-10 14:15:38.878 | + functions-common:plugin_override_defaults:1817 : return 2022-02-10 14:15:38.880 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-02-10 14:15:38.898 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-02-10 14:15:38.901 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-02-10 14:15:38.914 | ++ functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:15:38.917 | +++ lib/tls:source:43 : hostname -f 2022-02-10 14:15:38.920 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-02-10 14:15:38.922 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-02-10 14:15:38.925 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-02-10 14:15:38.927 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-02-10 14:15:38.928 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-02-10 14:15:38.930 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-02-10 14:15:38.932 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-02-10 14:15:38.936 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-02-10 14:15:38.937 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-02-10 14:15:38.939 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-02-10 14:15:38.944 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-02-10 14:15:38.958 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-02-10 14:15:38.976 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-02-10 14:15:38.990 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-02-10 14:15:39.002 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-02-10 14:15:39.036 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-02-10 14:15:39.096 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-02-10 14:15:39.185 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-02-10 14:15:39.207 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-02-10 14:15:39.253 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-02-10 14:15:39.307 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-02-10 14:15:39.461 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-02-10 14:15:39.478 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-02-10 14:15:39.490 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-02-10 14:15:39.504 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-02-10 14:15:39.595 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-02-10 14:15:39.597 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-02-10 14:15:39.600 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-02-10 14:15:39.602 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-02-10 14:15:39.604 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-02-10 14:15:39.606 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-02-10 14:15:39.608 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-02-10 14:15:39.609 | False' 2022-02-10 14:15:39.611 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-02-10 14:15:39.626 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-02-10 14:15:39.629 | + ./stack.sh:main:624 : run_phase source 2022-02-10 14:15:39.631 | + functions-common:run_phase:1853 : local mode=source 2022-02-10 14:15:39.633 | + functions-common:run_phase:1854 : local phase= 2022-02-10 14:15:39.636 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-10 14:15:39.638 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-10 14:15:39.640 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-10 14:15:39.642 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-10 14:15:39.643 | + functions-common:run_phase:1863 : local extra 2022-02-10 14:15:39.646 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-10 14:15:39.649 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-10 14:15:39.651 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-10 14:15:39.653 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-10 14:15:39.655 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-02-10 14:15:39.658 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-10 14:15:39.671 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:39.673 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-02-10 14:15:39.675 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-02-10 14:15:39.715 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-02-10 14:15:39.717 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-02-10 14:15:39.721 | + functions-common:run_phase:1874 : [[ source == \s\o\u\r\c\e ]] 2022-02-10 14:15:39.723 | + functions-common:run_phase:1875 : load_plugin_settings 2022-02-10 14:15:39.725 | + functions-common:load_plugin_settings:1789 : local plugins= 2022-02-10 14:15:39.727 | + functions-common:load_plugin_settings:1790 : local plugin 2022-02-10 14:15:39.730 | + functions-common:load_plugin_settings:1793 : [[ -z '' ]] 2022-02-10 14:15:39.732 | + functions-common:load_plugin_settings:1794 : return 2022-02-10 14:15:39.734 | + functions-common:run_phase:1876 : verify_disabled_services 2022-02-10 14:15:39.736 | + functions-common:verify_disabled_services:2136 : local service 2022-02-10 14:15:39.738 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.740 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-02-10 14:15:39.743 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.745 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-02-10 14:15:39.747 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.749 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-02-10 14:15:39.751 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.754 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-02-10 14:15:39.756 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.758 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-02-10 14:15:39.761 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.763 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-02-10 14:15:39.765 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.767 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-02-10 14:15:39.770 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.772 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-02-10 14:15:39.775 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.777 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-02-10 14:15:39.780 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.782 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-02-10 14:15:39.784 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.786 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-02-10 14:15:39.788 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.791 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-02-10 14:15:39.793 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.795 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-02-10 14:15:39.798 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.800 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-02-10 14:15:39.802 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.804 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-02-10 14:15:39.807 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.809 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-02-10 14:15:39.811 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.813 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-02-10 14:15:39.815 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.818 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-02-10 14:15:39.820 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.823 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-02-10 14:15:39.825 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.827 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-02-10 14:15:39.829 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.832 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-02-10 14:15:39.834 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.836 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-02-10 14:15:39.838 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.840 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-02-10 14:15:39.842 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.845 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-02-10 14:15:39.847 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.849 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-02-10 14:15:39.851 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.854 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-02-10 14:15:39.857 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.859 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-02-10 14:15:39.861 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.863 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-02-10 14:15:39.865 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.867 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-02-10 14:15:39.870 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.872 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-02-10 14:15:39.874 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.876 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-02-10 14:15:39.878 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.880 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-02-10 14:15:39.883 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.885 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-02-10 14:15:39.888 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.890 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-02-10 14:15:39.892 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.894 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-02-10 14:15:39.896 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.898 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-02-10 14:15:39.901 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.903 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-02-10 14:15:39.905 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.908 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-02-10 14:15:39.910 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.912 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-02-10 14:15:39.914 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.917 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-02-10 14:15:39.919 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.921 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-02-10 14:15:39.923 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.925 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-02-10 14:15:39.928 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.930 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-02-10 14:15:39.932 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.934 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-02-10 14:15:39.937 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-02-10 14:15:39.939 | + functions-common:verify_disabled_services:2138 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-02-10 14:15:39.942 | + ./stack.sh:main:695 : initialize_database_backends 2022-02-10 14:15:39.944 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-10 14:15:39.947 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-02-10 14:15:39.963 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:39.965 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-02-10 14:15:39.967 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-10 14:15:39.969 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-02-10 14:15:39.984 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:15:39.986 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-02-10 14:15:39.988 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-02-10 14:15:39.990 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-02-10 14:15:39.994 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-02-10 14:15:39.996 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-02-10 14:15:39.998 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-02-10 14:15:40.000 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-02-10 14:15:40.002 | + lib/database:initialize_database_backends:92 : return 0 2022-02-10 14:15:40.005 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-02-10 14:15:40.005 | Using mysql database backend 2022-02-10 14:15:40.007 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-02-10 14:15:40.023 | + ./stack.sh:main:701 : define_database_baseurl 2022-02-10 14:15:40.027 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-02-10 14:15:40.030 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-10 14:15:40.032 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-02-10 14:15:40.035 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-10 14:15:40.037 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-02-10 14:15:40.053 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:40.055 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-02-10 14:15:40.072 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-02-10 14:15:40.088 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:40.090 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-02-10 14:15:40.106 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-02-10 14:15:40.122 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-02-10 14:15:40.139 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:15:40.141 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-02-10 14:15:40.157 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:15:40.159 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-02-10 14:15:40.175 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-02-10 14:15:40.177 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-02-10 14:15:40.180 | + ./stack.sh:main:757 : save_stackenv 757 2022-02-10 14:15:40.183 | + functions-common:save_stackenv:60 : local tag=757 2022-02-10 14:15:40.186 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-10 14:15:40.191 | + functions-common:save_stackenv:62 : time_stamp=2022-02-10-141540 2022-02-10 14:15:40.193 | + functions-common:save_stackenv:63 : echo '# 2022-02-10-141540 757' 2022-02-10 14:15:40.196 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.198 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-10 14:15:40.201 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.203 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-10 14:15:40.206 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.208 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-10 14:15:40.211 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.213 | + 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-02-10 14:15:40.216 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.218 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2022-02-10 14:15:40.220 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.223 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2022-02-10 14:15:40.225 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.227 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-10-141538 2022-02-10 14:15:40.230 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.233 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-10 14:15:40.235 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.238 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2022-02-10 14:15:40.240 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.242 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-10 14:15:40.246 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.248 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-10 14:15:40.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.253 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-10 14:15:40.255 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-10 14:15:40.257 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-10 14:15:40.261 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-02-10 14:15:40.264 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-02-10 14:15:40.266 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-02-10 14:15:40.268 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-02-10 14:15:40.270 | + functions-common:git_clone:610 : local git_ref=master 2022-02-10 14:15:40.273 | + functions-common:git_clone:611 : local orig_dir 2022-02-10 14:15:40.276 | ++ functions-common:git_clone:612 : pwd 2022-02-10 14:15:40.278 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-10 14:15:40.280 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-10 14:15:40.283 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-10 14:15:40.298 | + functions-common:git_clone:615 : RECLONE=False 2022-02-10 14:15:40.300 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-10 14:15:40.302 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-10 14:15:40.305 | + functions-common:git_clone:629 : echo master 2022-02-10 14:15:40.305 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-10 14:15:40.311 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-02-10 14:15:40.313 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-10 14:15:40.317 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-02-10 14:15:40.319 | + functions-common:git_clone:678 : head -1 2022-02-10 14:15:40.320 | + functions-common:git_clone:678 : git show --oneline 2022-02-10 14:15:40.324 | a328a1f9 Merge "update constraint for etcd3gw to new release 1.0.1" 2022-02-10 14:15:40.326 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-10 14:15:40.330 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-02-10 14:15:40.333 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-10 14:15:40.335 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-02-10 14:15:40.339 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-02-10 14:15:40.343 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-02-10 14:15:40.346 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-02-10 14:15:40.349 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-02-10 14:15:40.351 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-02-10 14:15:40.354 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-02-10 14:15:40.356 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-02-10 14:15:40.359 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-02-10 14:15:40.363 | ++ tools/install_prereqs.sh:source:47 : NOW=1644502540 2022-02-10 14:15:40.367 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-02-10 14:15:40.371 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-02-10 14:15:40.374 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-02-10 14:15:40.377 | ++ tools/install_prereqs.sh:source:49 : DELTA=1644502540 2022-02-10 14:15:40.379 | ++ tools/install_prereqs.sh:source:50 : [[ 1644502540 -lt 7200 ]] 2022-02-10 14:15:40.382 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-02-10 14:15:40.385 | ++ functions-common:export_proxy_variables:2243 : isset http_proxy 2022-02-10 14:15:40.388 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-02-10 14:15:40.390 | ++ functions-common:export_proxy_variables:2246 : isset https_proxy 2022-02-10 14:15:40.393 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-02-10 14:15:40.395 | ++ functions-common:export_proxy_variables:2249 : isset no_proxy 2022-02-10 14:15:40.397 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-02-10 14:15:40.401 | +++ 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-02-10 14:15:40.455 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-02-10 14:15:40.455 | apache2-dev 2022-02-10 14:15:40.455 | bc 2022-02-10 14:15:40.455 | bsdmainutils 2022-02-10 14:15:40.455 | curl 2022-02-10 14:15:40.455 | g++ 2022-02-10 14:15:40.455 | gawk 2022-02-10 14:15:40.455 | gcc 2022-02-10 14:15:40.455 | gettext 2022-02-10 14:15:40.455 | git 2022-02-10 14:15:40.455 | graphviz 2022-02-10 14:15:40.455 | iputils-ping 2022-02-10 14:15:40.455 | libapache2-mod-proxy-uwsgi 2022-02-10 14:15:40.455 | libffi-dev 2022-02-10 14:15:40.455 | libjpeg-dev 2022-02-10 14:15:40.455 | libpcre3-dev 2022-02-10 14:15:40.455 | libpq-dev 2022-02-10 14:15:40.455 | libssl-dev 2022-02-10 14:15:40.455 | libsystemd-dev 2022-02-10 14:15:40.455 | libxml2-dev 2022-02-10 14:15:40.455 | libxslt1-dev 2022-02-10 14:15:40.455 | libyaml-dev 2022-02-10 14:15:40.455 | lsof 2022-02-10 14:15:40.455 | openssh-server 2022-02-10 14:15:40.455 | openssl 2022-02-10 14:15:40.455 | pkg-config 2022-02-10 14:15:40.455 | psmisc 2022-02-10 14:15:40.455 | python3-dev 2022-02-10 14:15:40.455 | python3-pip 2022-02-10 14:15:40.456 | python3-systemd 2022-02-10 14:15:40.456 | python3-venv 2022-02-10 14:15:40.456 | tar 2022-02-10 14:15:40.456 | tcpdump 2022-02-10 14:15:40.456 | unzip 2022-02-10 14:15:40.456 | uuid-runtime 2022-02-10 14:15:40.456 | wget 2022-02-10 14:15:40.456 | wget 2022-02-10 14:15:40.456 | zlib1g-dev 2022-02-10 14:15:40.456 | libkrb5-dev 2022-02-10 14:15:40.456 | libldap2-dev 2022-02-10 14:15:40.456 | libsasl2-dev 2022-02-10 14:15:40.456 | memcached 2022-02-10 14:15:40.456 | python3-mysqldb 2022-02-10 14:15:40.456 | sqlite3 2022-02-10 14:15:40.456 | conntrack 2022-02-10 14:15:40.456 | curl 2022-02-10 14:15:40.456 | dnsmasq-base 2022-02-10 14:15:40.456 | dnsmasq-utils 2022-02-10 14:15:40.456 | ebtables 2022-02-10 14:15:40.456 | genisoimage 2022-02-10 14:15:40.456 | iptables 2022-02-10 14:15:40.456 | iputils-arping 2022-02-10 14:15:40.456 | kpartx 2022-02-10 14:15:40.456 | libjs-jquery-tablesorter 2022-02-10 14:15:40.456 | parted 2022-02-10 14:15:40.456 | pm-utils 2022-02-10 14:15:40.456 | python3-mysqldb 2022-02-10 14:15:40.456 | socat 2022-02-10 14:15:40.456 | sqlite3 2022-02-10 14:15:40.456 | sudo 2022-02-10 14:15:40.456 | vlan 2022-02-10 14:15:40.456 | lsscsi 2022-02-10 14:15:40.456 | open-iscsi 2022-02-10 14:15:40.456 | lvm2 2022-02-10 14:15:40.456 | qemu-utils 2022-02-10 14:15:40.456 | thin-provisioning-tools 2022-02-10 14:15:40.456 | acl 2022-02-10 14:15:40.457 | dnsmasq-base 2022-02-10 14:15:40.457 | dnsmasq-utils 2022-02-10 14:15:40.457 | ebtables 2022-02-10 14:15:40.457 | haproxy 2022-02-10 14:15:40.457 | iptables 2022-02-10 14:15:40.457 | iputils-arping 2022-02-10 14:15:40.457 | iputils-ping 2022-02-10 14:15:40.457 | postgresql-server-dev-all 2022-02-10 14:15:40.457 | python3-mysqldb 2022-02-10 14:15:40.457 | sqlite3 2022-02-10 14:15:40.457 | sudo 2022-02-10 14:15:40.457 | vlan 2022-02-10 14:15:40.457 | pcp 2022-02-10 14:15:40.457 | ipset 2022-02-10 14:15:40.457 | conntrack 2022-02-10 14:15:40.457 | conntrackd 2022-02-10 14:15:40.457 | keepalived 2022-02-10 14:15:40.457 | lvm2 2022-02-10 14:15:40.457 | qemu-utils 2022-02-10 14:15:40.457 | thin-provisioning-tools 2022-02-10 14:15:40.457 | curl 2022-02-10 14:15:40.457 | liberasurecode-dev 2022-02-10 14:15:40.457 | make 2022-02-10 14:15:40.457 | memcached 2022-02-10 14:15:40.457 | sqlite3 2022-02-10 14:15:40.457 | xfsprogs' 2022-02-10 14:15:40.458 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-02-10 14:15:40.480 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-02-10 14:15:40.480 | apache2-dev 2022-02-10 14:15:40.480 | bc 2022-02-10 14:15:40.480 | bsdmainutils 2022-02-10 14:15:40.480 | curl 2022-02-10 14:15:40.480 | g++ 2022-02-10 14:15:40.480 | gawk 2022-02-10 14:15:40.480 | gcc 2022-02-10 14:15:40.481 | gettext 2022-02-10 14:15:40.481 | git 2022-02-10 14:15:40.481 | graphviz 2022-02-10 14:15:40.481 | iputils-ping 2022-02-10 14:15:40.481 | libapache2-mod-proxy-uwsgi 2022-02-10 14:15:40.481 | libffi-dev 2022-02-10 14:15:40.481 | libjpeg-dev 2022-02-10 14:15:40.481 | libpcre3-dev 2022-02-10 14:15:40.481 | libpq-dev 2022-02-10 14:15:40.481 | libssl-dev 2022-02-10 14:15:40.481 | libsystemd-dev 2022-02-10 14:15:40.481 | libxml2-dev 2022-02-10 14:15:40.481 | libxslt1-dev 2022-02-10 14:15:40.481 | libyaml-dev 2022-02-10 14:15:40.481 | lsof 2022-02-10 14:15:40.481 | openssh-server 2022-02-10 14:15:40.481 | openssl 2022-02-10 14:15:40.481 | pkg-config 2022-02-10 14:15:40.481 | psmisc 2022-02-10 14:15:40.481 | python3-dev 2022-02-10 14:15:40.481 | python3-pip 2022-02-10 14:15:40.481 | python3-systemd 2022-02-10 14:15:40.481 | python3-venv 2022-02-10 14:15:40.481 | tar 2022-02-10 14:15:40.481 | tcpdump 2022-02-10 14:15:40.481 | unzip 2022-02-10 14:15:40.481 | uuid-runtime 2022-02-10 14:15:40.481 | wget 2022-02-10 14:15:40.481 | wget 2022-02-10 14:15:40.481 | zlib1g-dev 2022-02-10 14:15:40.481 | libkrb5-dev 2022-02-10 14:15:40.481 | libldap2-dev 2022-02-10 14:15:40.481 | libsasl2-dev 2022-02-10 14:15:40.481 | memcached 2022-02-10 14:15:40.481 | python3-mysqldb 2022-02-10 14:15:40.481 | sqlite3 2022-02-10 14:15:40.481 | conntrack 2022-02-10 14:15:40.481 | curl 2022-02-10 14:15:40.482 | dnsmasq-base 2022-02-10 14:15:40.482 | dnsmasq-utils 2022-02-10 14:15:40.482 | ebtables 2022-02-10 14:15:40.482 | genisoimage 2022-02-10 14:15:40.482 | iptables 2022-02-10 14:15:40.482 | iputils-arping 2022-02-10 14:15:40.482 | kpartx 2022-02-10 14:15:40.482 | libjs-jquery-tablesorter 2022-02-10 14:15:40.482 | parted 2022-02-10 14:15:40.482 | pm-utils 2022-02-10 14:15:40.482 | python3-mysqldb 2022-02-10 14:15:40.482 | socat 2022-02-10 14:15:40.482 | sqlite3 2022-02-10 14:15:40.482 | sudo 2022-02-10 14:15:40.482 | vlan 2022-02-10 14:15:40.482 | lsscsi 2022-02-10 14:15:40.482 | open-iscsi 2022-02-10 14:15:40.482 | lvm2 2022-02-10 14:15:40.482 | qemu-utils 2022-02-10 14:15:40.482 | thin-provisioning-tools 2022-02-10 14:15:40.482 | acl 2022-02-10 14:15:40.482 | dnsmasq-base 2022-02-10 14:15:40.482 | dnsmasq-utils 2022-02-10 14:15:40.482 | ebtables 2022-02-10 14:15:40.482 | haproxy 2022-02-10 14:15:40.482 | iptables 2022-02-10 14:15:40.482 | iputils-arping 2022-02-10 14:15:40.482 | iputils-ping 2022-02-10 14:15:40.482 | postgresql-server-dev-all 2022-02-10 14:15:40.482 | python3-mysqldb 2022-02-10 14:15:40.482 | sqlite3 2022-02-10 14:15:40.482 | sudo 2022-02-10 14:15:40.482 | vlan 2022-02-10 14:15:40.482 | pcp 2022-02-10 14:15:40.482 | ipset 2022-02-10 14:15:40.482 | conntrack 2022-02-10 14:15:40.482 | conntrackd 2022-02-10 14:15:40.483 | keepalived 2022-02-10 14:15:40.483 | lvm2 2022-02-10 14:15:40.483 | qemu-utils 2022-02-10 14:15:40.483 | thin-provisioning-tools 2022-02-10 14:15:40.483 | curl 2022-02-10 14:15:40.483 | liberasurecode-dev 2022-02-10 14:15:40.483 | make 2022-02-10 14:15:40.483 | memcached 2022-02-10 14:15:40.483 | sqlite3 2022-02-10 14:15:40.483 | xfsprogs ' 2022-02-10 14:15:40.484 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-02-10 14:15:40.487 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:15:40.489 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:15:40.492 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-10 14:15:40.492 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-02-10 14:15:40.498 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-10 14:15:40.500 | ++ functions-common:install_package:1463 : update_package_repo 2022-02-10 14:15:40.502 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:15:40.504 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-02-10 14:15:40.506 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:15:40.508 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:15:40.511 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:15:40.513 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:15:40.515 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:15:40.517 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:15:40.519 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-02-10 14:15:40.521 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-02-10 14:15:40.523 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-02-10 14:15:40.526 | +++ functions-common:apt_get_update:1197 : id -u 2022-02-10 14:15:40.530 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-02-10 14:15:40.532 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-02-10 14:15:40.534 | ++ functions-common:time_start:2411 : local name=apt-get-update 2022-02-10 14:15:40.536 | ++ functions-common:time_start:2412 : local start_time= 2022-02-10 14:15:40.538 | ++ functions-common:time_start:2413 : [[ -n '' ]] 2022-02-10 14:15:40.541 | +++ functions-common:time_start:2416 : date +%s%3N 2022-02-10 14:15:40.544 | ++ functions-common:time_start:2416 : _TIME_START[$name]=1644502540542 2022-02-10 14:15:40.546 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-02-10 14:15:40.548 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-02-10 14:15:40.550 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-02-10 14:15:40.764 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-02-10 14:15:40.799 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-10 14:15:40.846 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-10 14:15:40.961 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-10 14:15:42.991 | Reading package lists... 2022-02-10 14:15:43.023 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-02-10 14:15:43.026 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-02-10 14:15:43.029 | ++ functions-common:time_stop:2425 : local name 2022-02-10 14:15:43.031 | ++ functions-common:time_stop:2426 : local end_time 2022-02-10 14:15:43.033 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:15:43.035 | ++ functions-common:time_stop:2428 : local total 2022-02-10 14:15:43.038 | ++ functions-common:time_stop:2429 : local start_time 2022-02-10 14:15:43.041 | ++ functions-common:time_stop:2431 : name=apt-get-update 2022-02-10 14:15:43.044 | ++ functions-common:time_stop:2432 : start_time=1644502540542 2022-02-10 14:15:43.047 | ++ functions-common:time_stop:2434 : [[ -z 1644502540542 ]] 2022-02-10 14:15:43.053 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:15:43.058 | ++ functions-common:time_stop:2437 : end_time=1644502543055 2022-02-10 14:15:43.060 | ++ functions-common:time_stop:2438 : elapsed_time=2513 2022-02-10 14:15:43.063 | ++ functions-common:time_stop:2439 : total=0 2022-02-10 14:15:43.065 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:15:43.067 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2513 2022-02-10 14:15:43.069 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-10 14:15:43.073 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:15:43.075 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:15:43.077 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:15:43.079 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-10 14:15:43.102 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-10 14:15:43.213 | Reading package lists... 2022-02-10 14:15:43.470 | Building dependency tree... 2022-02-10 14:15:43.471 | Reading state information... 2022-02-10 14:15:43.781 | bc is already the newest version (1.07.1-2build1). 2022-02-10 14:15:43.781 | bc set to manually installed. 2022-02-10 14:15:43.781 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-02-10 14:15:43.781 | bsdmainutils set to manually installed. 2022-02-10 14:15:43.781 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-02-10 14:15:43.781 | gawk set to manually installed. 2022-02-10 14:15:43.781 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-02-10 14:15:43.781 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-02-10 14:15:43.781 | iptables set to manually installed. 2022-02-10 14:15:43.781 | iputils-ping is already the newest version (3:20190709-3). 2022-02-10 14:15:43.781 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-02-10 14:15:43.781 | kpartx set to manually installed. 2022-02-10 14:15:43.781 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-02-10 14:15:43.781 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-02-10 14:15:43.781 | psmisc is already the newest version (23.3-1). 2022-02-10 14:15:43.781 | psmisc set to manually installed. 2022-02-10 14:15:43.781 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-02-10 14:15:43.781 | python3-systemd is already the newest version (234-3build2). 2022-02-10 14:15:43.781 | python3-systemd set to manually installed. 2022-02-10 14:15:43.781 | tcpdump is already the newest version (4.9.3-4). 2022-02-10 14:15:43.781 | tcpdump set to manually installed. 2022-02-10 14:15:43.781 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-02-10 14:15:43.781 | thin-provisioning-tools set to manually installed. 2022-02-10 14:15:43.781 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-02-10 14:15:43.781 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-02-10 14:15:43.781 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-02-10 14:15:43.781 | lsof set to manually installed. 2022-02-10 14:15:43.781 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-02-10 14:15:43.782 | parted set to manually installed. 2022-02-10 14:15:43.782 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-02-10 14:15:43.782 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-02-10 14:15:43.782 | tar set to manually installed. 2022-02-10 14:15:43.782 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-02-10 14:15:43.782 | zlib1g-dev set to manually installed. 2022-02-10 14:15:43.782 | The following packages were automatically installed and are no longer required: 2022-02-10 14:15:43.782 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:15:43.782 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:15:43.782 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:15:43.782 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:15:43.782 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:15:43.782 | python3-zope.interface 2022-02-10 14:15:43.782 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:15:43.782 | The following additional packages will be installed: 2022-02-10 14:15:43.782 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-02-10 14:15:43.782 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-02-10 14:15:43.782 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-02-10 14:15:43.783 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-02-10 14:15:43.783 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-02-10 14:15:43.783 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-02-10 14:15:43.783 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-02-10 14:15:43.783 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-02-10 14:15:43.783 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-02-10 14:15:43.783 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-02-10 14:15:43.783 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-02-10 14:15:43.783 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-02-10 14:15:43.783 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-02-10 14:15:43.783 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-02-10 14:15:43.783 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-02-10 14:15:43.783 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-02-10 14:15:43.783 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-02-10 14:15:43.783 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-02-10 14:15:43.783 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-02-10 14:15:43.783 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-02-10 14:15:43.783 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-02-10 14:15:43.784 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-02-10 14:15:43.784 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-02-10 14:15:43.784 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-02-10 14:15:43.784 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-02-10 14:15:43.784 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-02-10 14:15:43.784 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-02-10 14:15:43.784 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-02-10 14:15:43.784 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-02-10 14:15:43.784 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev 2022-02-10 14:15:43.784 | llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-02-10 14:15:43.784 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-02-10 14:15:43.784 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-10 14:15:43.784 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-02-10 14:15:43.784 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-02-10 14:15:43.784 | systemd-timesyncd uuid-dev vbetool x11-common 2022-02-10 14:15:43.786 | Suggested packages: 2022-02-10 14:15:43.786 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-02-10 14:15:43.786 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-02-10 14:15:43.786 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-02-10 14:15:43.786 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-02-10 14:15:43.786 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-02-10 14:15:43.786 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-02-10 14:15:43.786 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-02-10 14:15:43.786 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-02-10 14:15:43.786 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-02-10 14:15:43.786 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-02-10 14:15:43.786 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-02-10 14:15:43.786 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-02-10 14:15:43.786 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-02-10 14:15:43.786 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-02-10 14:15:43.786 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-02-10 14:15:44.042 | The following NEW packages will be installed: 2022-02-10 14:15:44.042 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-02-10 14:15:44.042 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-02-10 14:15:44.042 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-02-10 14:15:44.042 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-02-10 14:15:44.042 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-02-10 14:15:44.042 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-02-10 14:15:44.042 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-02-10 14:15:44.042 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-02-10 14:15:44.042 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-02-10 14:15:44.042 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-02-10 14:15:44.042 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-02-10 14:15:44.042 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-02-10 14:15:44.042 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-02-10 14:15:44.042 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-02-10 14:15:44.042 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-02-10 14:15:44.042 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-02-10 14:15:44.042 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-02-10 14:15:44.042 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-02-10 14:15:44.042 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-02-10 14:15:44.042 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-02-10 14:15:44.042 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-02-10 14:15:44.042 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-02-10 14:15:44.042 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-02-10 14:15:44.042 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-02-10 14:15:44.043 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-02-10 14:15:44.043 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-02-10 14:15:44.043 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-02-10 14:15:44.043 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-02-10 14:15:44.043 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-02-10 14:15:44.043 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-02-10 14:15:44.043 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-02-10 14:15:44.043 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-02-10 14:15:44.043 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-02-10 14:15:44.043 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-02-10 14:15:44.043 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-02-10 14:15:44.043 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-02-10 14:15:44.043 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-02-10 14:15:44.043 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-10 14:15:44.043 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-02-10 14:15:44.043 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-02-10 14:15:44.043 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-02-10 14:15:44.043 | unzip uuid-dev vbetool vlan x11-common 2022-02-10 14:15:44.044 | The following packages will be upgraded: 2022-02-10 14:15:44.045 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-02-10 14:15:44.045 | libsystemd0 libuuid1 libxml2 open-iscsi openssh-client openssh-server 2022-02-10 14:15:44.046 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd 2022-02-10 14:15:44.046 | uuid-runtime wget 2022-02-10 14:15:44.382 | 20 upgraded, 219 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:15:44.382 | Need to get 164 MB of archives. 2022-02-10 14:15:44.382 | After this operation, 768 MB of additional disk space will be used. 2022-02-10 14:15:44.382 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-02-10 14:15:44.819 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-02-10 14:15:44.851 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-02-10 14:15:44.853 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-02-10 14:15:45.044 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-02-10 14:15:46.184 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-02-10 14:15:46.257 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-02-10 14:15:46.264 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-02-10 14:15:46.276 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-02-10 14:15:46.302 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-02-10 14:15:46.953 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-02-10 14:15:47.015 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-02-10 14:15:47.026 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-02-10 14:15:47.091 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-02-10 14:15:47.091 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-02-10 14:15:47.171 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-02-10 14:15:47.176 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-02-10 14:15:47.177 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-02-10 14:15:47.179 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-02-10 14:15:50.307 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-02-10 14:15:50.445 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB] 2022-02-10 14:15:51.310 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB] 2022-02-10 14:15:51.314 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB] 2022-02-10 14:15:51.407 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB] 2022-02-10 14:15:51.410 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-10 14:15:51.467 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-02-10 14:15:52.164 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-02-10 14:15:52.166 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-02-10 14:15:52.166 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-02-10 14:15:52.167 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB] 2022-02-10 14:15:52.817 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-02-10 14:15:52.817 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-02-10 14:15:52.860 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-02-10 14:15:52.973 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-02-10 14:15:53.636 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-02-10 14:15:53.856 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-02-10 14:15:53.888 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-02-10 14:15:53.964 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-02-10 14:15:54.302 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-02-10 14:15:54.338 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-02-10 14:15:54.364 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-02-10 14:15:54.550 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-02-10 14:15:54.920 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-02-10 14:15:55.132 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-02-10 14:15:55.133 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-02-10 14:15:55.275 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-02-10 14:15:55.334 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-02-10 14:15:55.478 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-02-10 14:15:55.831 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-02-10 14:15:56.123 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-02-10 14:16:03.017 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-02-10 14:16:06.382 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-02-10 14:16:06.931 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-02-10 14:16:06.937 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-02-10 14:16:06.938 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-02-10 14:16:07.017 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-02-10 14:16:07.872 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-02-10 14:16:07.874 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-02-10 14:16:08.044 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-02-10 14:16:09.812 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-02-10 14:16:11.810 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-02-10 14:16:11.811 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-02-10 14:16:11.827 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-02-10 14:16:11.827 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-02-10 14:16:11.829 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-02-10 14:16:11.831 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-02-10 14:16:11.831 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-02-10 14:16:11.835 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-02-10 14:16:11.835 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-02-10 14:16:11.926 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-02-10 14:16:11.991 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-02-10 14:16:12.189 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-02-10 14:16:12.196 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-02-10 14:16:12.260 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-02-10 14:16:12.564 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-02-10 14:16:12.565 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-02-10 14:16:12.569 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-02-10 14:16:12.861 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-02-10 14:16:12.862 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-02-10 14:16:12.862 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-02-10 14:16:12.864 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-02-10 14:16:13.076 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-02-10 14:16:13.169 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-02-10 14:16:13.217 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.9 [179 kB] 2022-02-10 14:16:13.290 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-02-10 14:16:13.303 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2022-02-10 14:16:15.549 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-02-10 14:16:15.550 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-02-10 14:16:15.550 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-10 14:16:15.551 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-02-10 14:16:15.552 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-02-10 14:16:15.552 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-02-10 14:16:15.555 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-02-10 14:16:15.555 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-02-10 14:16:15.556 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-02-10 14:16:15.592 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-02-10 14:16:15.594 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-10 14:16:15.635 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-02-10 14:16:15.683 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-02-10 14:16:15.696 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-02-10 14:16:16.068 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-02-10 14:16:16.197 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-02-10 14:16:16.302 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-02-10 14:16:16.398 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-02-10 14:16:16.449 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-02-10 14:16:16.495 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-02-10 14:16:16.499 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-02-10 14:16:16.501 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-02-10 14:16:16.505 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-02-10 14:16:16.519 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-02-10 14:16:16.520 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-02-10 14:16:16.521 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-02-10 14:16:16.540 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-02-10 14:16:16.556 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-02-10 14:16:16.560 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-02-10 14:16:16.605 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-02-10 14:16:16.620 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-02-10 14:16:16.640 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-02-10 14:16:16.641 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-02-10 14:16:16.642 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-02-10 14:16:16.644 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-02-10 14:16:16.696 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-02-10 14:16:16.703 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-02-10 14:16:16.747 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-02-10 14:16:16.762 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-02-10 14:16:16.785 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-02-10 14:16:16.787 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-02-10 14:16:16.801 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-02-10 14:16:16.804 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-02-10 14:16:16.807 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-02-10 14:16:16.809 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-02-10 14:16:16.865 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-02-10 14:16:16.884 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-02-10 14:16:16.900 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-02-10 14:16:16.902 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-02-10 14:16:16.929 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-02-10 14:16:16.931 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-02-10 14:16:16.947 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-02-10 14:16:16.951 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-02-10 14:16:16.967 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-02-10 14:16:17.017 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-02-10 14:16:17.031 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-02-10 14:16:17.043 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-02-10 14:16:17.065 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-02-10 14:16:17.082 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-02-10 14:16:17.111 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-02-10 14:16:17.112 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-02-10 14:16:17.117 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-02-10 14:16:17.120 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-02-10 14:16:17.125 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-02-10 14:16:17.128 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-02-10 14:16:17.132 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-02-10 14:16:17.159 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-02-10 14:16:17.163 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-02-10 14:16:17.164 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-02-10 14:16:17.204 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-02-10 14:16:17.205 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-02-10 14:16:17.227 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-02-10 14:16:17.248 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-02-10 14:16:17.251 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-02-10 14:16:17.255 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-02-10 14:16:18.631 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-02-10 14:16:18.633 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-02-10 14:16:18.634 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-02-10 14:16:18.636 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-02-10 14:16:18.642 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-02-10 14:16:18.642 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-02-10 14:16:18.643 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-02-10 14:16:18.667 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-02-10 14:16:18.667 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-02-10 14:16:18.678 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-02-10 14:16:18.702 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-02-10 14:16:18.723 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-02-10 14:16:18.727 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-02-10 14:16:18.804 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-02-10 14:16:18.806 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-02-10 14:16:19.075 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-02-10 14:16:19.096 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-02-10 14:16:19.097 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-02-10 14:16:19.097 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-02-10 14:16:19.178 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-02-10 14:16:19.179 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-02-10 14:16:19.180 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-02-10 14:16:19.228 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-02-10 14:16:19.231 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-02-10 14:16:19.818 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-02-10 14:16:20.039 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2022-02-10 14:16:20.067 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2022-02-10 14:16:20.375 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB] 2022-02-10 14:16:20.407 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-02-10 14:16:20.408 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-02-10 14:16:20.421 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2022-02-10 14:16:20.511 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-02-10 14:16:20.517 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-02-10 14:16:20.595 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-02-10 14:16:20.609 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-02-10 14:16:21.787 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-02-10 14:16:21.791 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-02-10 14:16:21.898 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-02-10 14:16:21.960 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-02-10 14:16:23.069 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-02-10 14:16:23.075 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-02-10 14:16:27.948 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-02-10 14:16:28.085 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-02-10 14:16:28.106 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-02-10 14:16:28.232 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-02-10 14:16:28.244 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-02-10 14:16:28.874 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-02-10 14:16:28.875 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-02-10 14:16:28.878 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-02-10 14:16:29.175 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-02-10 14:16:29.176 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-02-10 14:16:29.993 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-02-10 14:16:29.997 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-02-10 14:16:29.998 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-02-10 14:16:30.054 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2022-02-10 14:16:30.054 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-02-10 14:16:30.055 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB] 2022-02-10 14:16:30.119 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB] 2022-02-10 14:16:30.443 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-02-10 14:16:30.524 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-02-10 14:16:31.079 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-02-10 14:16:31.168 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-02-10 14:16:31.168 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-02-10 14:16:31.170 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-02-10 14:16:31.171 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.9 [1,180 B] 2022-02-10 14:16:31.171 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-02-10 14:16:31.172 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-02-10 14:16:31.173 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-02-10 14:16:31.173 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-02-10 14:16:31.174 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-02-10 14:16:31.213 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-02-10 14:16:31.257 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-02-10 14:16:31.262 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-02-10 14:16:31.400 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-02-10 14:16:31.422 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-02-10 14:16:31.460 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-02-10 14:16:33.365 | Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-10 14:16:33.604 | Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-02-10 14:16:35.096 | Preconfiguring packages ... 2022-02-10 14:16:35.241 | Fetched 164 MB in 50s (3,304 kB/s) 2022-02-10 14:16:35.309 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-02-10 14:16:35.311 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:35.321 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:35.380 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:35.392 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:35.770 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:35.776 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:35.817 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:35.826 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:35.892 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:36.051 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:36.831 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:16:36.841 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-10 14:16:36.922 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 2022-02-10 14:16:37.001 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-02-10 14:16:37.004 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-10 14:16:37.011 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-10 14:16:37.056 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-10 14:16:37.145 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-02-10 14:16:37.148 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-10 14:16:37.157 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-10 14:16:37.204 | Selecting previously unselected package libapr1:amd64. 2022-02-10 14:16:37.211 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-02-10 14:16:37.215 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-10 14:16:37.270 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-10 14:16:37.280 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-10 14:16:37.486 | Selecting previously unselected package libaprutil1:amd64. 2022-02-10 14:16:37.494 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-02-10 14:16:37.496 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:16:37.534 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-02-10 14:16:37.542 | Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-02-10 14:16:37.544 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:16:37.580 | Preparing to unpack .../005-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-10 14:16:37.591 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-02-10 14:16:37.645 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-02-10 14:16:37.652 | Preparing to unpack .../006-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-02-10 14:16:37.654 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:16:37.686 | Preparing to unpack .../007-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-10 14:16:37.692 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-10 14:16:37.750 | Preparing to unpack .../008-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-10 14:16:37.768 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-10 14:16:37.833 | Selecting previously unselected package libjansson4:amd64. 2022-02-10 14:16:37.840 | Preparing to unpack .../009-libjansson4_2.12-1build1_amd64.deb ... 2022-02-10 14:16:37.843 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-02-10 14:16:37.873 | Selecting previously unselected package liblua5.2-0:amd64. 2022-02-10 14:16:37.880 | Preparing to unpack .../010-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-02-10 14:16:37.882 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-10 14:16:37.932 | Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-02-10 14:16:37.944 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-02-10 14:16:39.212 | Preparing to unpack .../012-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:16:39.220 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2022-02-10 14:16:39.339 | Selecting previously unselected package apache2-bin. 2022-02-10 14:16:39.346 | Preparing to unpack .../013-apache2-bin_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-10 14:16:39.348 | Unpacking apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-10 14:16:39.554 | Selecting previously unselected package apache2-data. 2022-02-10 14:16:39.562 | Preparing to unpack .../014-apache2-data_2.4.41-4ubuntu3.9_all.deb ... 2022-02-10 14:16:39.564 | Unpacking apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-10 14:16:39.670 | Selecting previously unselected package apache2-utils. 2022-02-10 14:16:39.677 | Preparing to unpack .../015-apache2-utils_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-10 14:16:39.679 | Unpacking apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-10 14:16:39.722 | Selecting previously unselected package apache2. 2022-02-10 14:16:39.730 | Preparing to unpack .../016-apache2_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-10 14:16:39.749 | Unpacking apache2 (2.4.41-4ubuntu3.9) ... 2022-02-10 14:16:39.815 | Selecting previously unselected package liblua5.3-0:amd64. 2022-02-10 14:16:39.823 | Preparing to unpack .../017-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-10 14:16:39.825 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-10 14:16:39.873 | Selecting previously unselected package haproxy. 2022-02-10 14:16:39.880 | Preparing to unpack .../018-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2022-02-10 14:16:39.890 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2022-02-10 14:16:40.108 | Selecting previously unselected package libnl-3-200:amd64. 2022-02-10 14:16:40.115 | Preparing to unpack .../019-libnl-3-200_3.4.0-1_amd64.deb ... 2022-02-10 14:16:40.118 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:16:40.153 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-02-10 14:16:40.160 | Preparing to unpack .../020-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-02-10 14:16:40.162 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:16:40.192 | Selecting previously unselected package mysql-common. 2022-02-10 14:16:40.200 | Preparing to unpack .../021-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-02-10 14:16:40.217 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-10 14:16:40.246 | Selecting previously unselected package libmysqlclient21:amd64. 2022-02-10 14:16:40.253 | Preparing to unpack .../022-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-10 14:16:40.255 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:16:40.498 | Selecting previously unselected package libsensors-config. 2022-02-10 14:16:40.506 | Preparing to unpack .../023-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-02-10 14:16:40.508 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-10 14:16:40.535 | Selecting previously unselected package libsensors5:amd64. 2022-02-10 14:16:40.543 | Preparing to unpack .../024-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-02-10 14:16:40.635 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-10 14:16:40.672 | Selecting previously unselected package libsnmp-base. 2022-02-10 14:16:40.679 | Preparing to unpack .../025-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-02-10 14:16:40.682 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-10 14:16:40.751 | Selecting previously unselected package libsnmp35:amd64. 2022-02-10 14:16:40.758 | Preparing to unpack .../026-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-02-10 14:16:40.761 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-10 14:16:40.924 | Selecting previously unselected package keepalived. 2022-02-10 14:16:40.932 | Preparing to unpack .../027-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2022-02-10 14:16:40.934 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-10 14:16:41.020 | Selecting previously unselected package memcached. 2022-02-10 14:16:41.027 | Preparing to unpack .../028-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-02-10 14:16:41.029 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-02-10 14:16:41.088 | Preparing to unpack .../029-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-02-10 14:16:41.550 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-02-10 14:16:41.651 | Preparing to unpack .../030-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-10 14:16:41.657 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-10 14:16:41.787 | Selecting previously unselected package python3-yaml. 2022-02-10 14:16:41.794 | Preparing to unpack .../031-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-02-10 14:16:41.796 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-10 14:16:41.850 | Preparing to unpack .../032-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-10 14:16:41.856 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-10 14:16:41.909 | Preparing to unpack .../033-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-10 14:16:41.992 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-10 14:16:42.455 | Preparing to unpack .../034-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-10 14:16:42.479 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-10 14:16:42.634 | Preparing to unpack .../035-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-02-10 14:16:42.640 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-02-10 14:16:42.713 | Selecting previously unselected package acl. 2022-02-10 14:16:42.720 | Preparing to unpack .../036-acl_2.2.53-6_amd64.deb ... 2022-02-10 14:16:42.722 | Unpacking acl (2.2.53-6) ... 2022-02-10 14:16:42.753 | Selecting previously unselected package autotools-dev. 2022-02-10 14:16:42.761 | Preparing to unpack .../037-autotools-dev_20180224.1_all.deb ... 2022-02-10 14:16:42.763 | Unpacking autotools-dev (20180224.1) ... 2022-02-10 14:16:42.798 | Selecting previously unselected package m4. 2022-02-10 14:16:42.805 | Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ... 2022-02-10 14:16:42.807 | Unpacking m4 (1.4.18-4) ... 2022-02-10 14:16:42.864 | Selecting previously unselected package autoconf. 2022-02-10 14:16:42.872 | Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ... 2022-02-10 14:16:42.874 | Unpacking autoconf (2.69-11.1) ... 2022-02-10 14:16:42.954 | Selecting previously unselected package automake. 2022-02-10 14:16:42.962 | Preparing to unpack .../040-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-02-10 14:16:42.967 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-02-10 14:16:43.074 | Selecting previously unselected package autopoint. 2022-02-10 14:16:43.081 | Preparing to unpack .../041-autopoint_0.19.8.1-10build1_all.deb ... 2022-02-10 14:16:43.083 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-02-10 14:16:43.125 | Selecting previously unselected package libllvm10:amd64. 2022-02-10 14:16:43.132 | Preparing to unpack .../042-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:43.135 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:16:45.399 | Selecting previously unselected package libclang-cpp10. 2022-02-10 14:16:45.406 | Preparing to unpack .../043-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:45.409 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:16:46.846 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-02-10 14:16:46.854 | Preparing to unpack .../044-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:46.856 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:16:47.310 | Selecting previously unselected package libgc1c2:amd64. 2022-02-10 14:16:47.318 | Preparing to unpack .../045-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-02-10 14:16:47.320 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-10 14:16:47.361 | Selecting previously unselected package libobjc4:amd64. 2022-02-10 14:16:47.369 | Preparing to unpack .../046-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:47.371 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:16:47.402 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-02-10 14:16:47.409 | Preparing to unpack .../047-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:47.412 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:16:47.490 | Selecting previously unselected package libc6-i386. 2022-02-10 14:16:47.498 | Preparing to unpack .../048-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2022-02-10 14:16:47.500 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-10 14:16:48.019 | Selecting previously unselected package lib32gcc-s1. 2022-02-10 14:16:48.027 | Preparing to unpack .../049-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:48.029 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:16:48.069 | Selecting previously unselected package lib32stdc++6. 2022-02-10 14:16:48.077 | Preparing to unpack .../050-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:48.080 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:16:48.181 | Selecting previously unselected package libclang-common-10-dev. 2022-02-10 14:16:48.188 | Preparing to unpack .../051-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:48.191 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:16:49.208 | Selecting previously unselected package libclang1-10. 2022-02-10 14:16:49.216 | Preparing to unpack .../052-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:49.219 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:16:50.342 | Selecting previously unselected package clang-10. 2022-02-10 14:16:50.350 | Preparing to unpack .../053-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:50.353 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:16:50.393 | Selecting previously unselected package libtool. 2022-02-10 14:16:50.400 | Preparing to unpack .../054-libtool_2.4.6-14_all.deb ... 2022-02-10 14:16:50.402 | Unpacking libtool (2.4.6-14) ... 2022-02-10 14:16:50.451 | Selecting previously unselected package dh-autoreconf. 2022-02-10 14:16:50.459 | Preparing to unpack .../055-dh-autoreconf_19_all.deb ... 2022-02-10 14:16:50.461 | Unpacking dh-autoreconf (19) ... 2022-02-10 14:16:50.489 | Selecting previously unselected package libdebhelper-perl. 2022-02-10 14:16:50.497 | Preparing to unpack .../056-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-02-10 14:16:50.500 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-02-10 14:16:50.545 | Selecting previously unselected package libarchive-zip-perl. 2022-02-10 14:16:50.553 | Preparing to unpack .../057-libarchive-zip-perl_1.67-2_all.deb ... 2022-02-10 14:16:50.555 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-02-10 14:16:50.598 | Selecting previously unselected package libsub-override-perl. 2022-02-10 14:16:50.606 | Preparing to unpack .../058-libsub-override-perl_0.09-2_all.deb ... 2022-02-10 14:16:50.608 | Unpacking libsub-override-perl (0.09-2) ... 2022-02-10 14:16:50.635 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-02-10 14:16:50.642 | Preparing to unpack .../059-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-02-10 14:16:50.644 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-10 14:16:50.674 | Selecting previously unselected package dh-strip-nondeterminism. 2022-02-10 14:16:50.682 | Preparing to unpack .../060-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-02-10 14:16:50.684 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-02-10 14:16:50.710 | Selecting previously unselected package libdpkg-perl. 2022-02-10 14:16:50.717 | Preparing to unpack .../061-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-02-10 14:16:50.719 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-02-10 14:16:50.790 | Selecting previously unselected package make. 2022-02-10 14:16:50.798 | Preparing to unpack .../062-make_4.2.1-1.2_amd64.deb ... 2022-02-10 14:16:50.800 | Unpacking make (4.2.1-1.2) ... 2022-02-10 14:16:50.853 | Selecting previously unselected package dpkg-dev. 2022-02-10 14:16:50.860 | Preparing to unpack .../063-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-02-10 14:16:50.862 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-02-10 14:16:51.011 | Selecting previously unselected package dwz. 2022-02-10 14:16:51.018 | Preparing to unpack .../064-dwz_0.13-5_amd64.deb ... 2022-02-10 14:16:51.021 | Unpacking dwz (0.13-5) ... 2022-02-10 14:16:51.073 | Selecting previously unselected package libcroco3:amd64. 2022-02-10 14:16:51.080 | Preparing to unpack .../065-libcroco3_0.6.13-1_amd64.deb ... 2022-02-10 14:16:51.083 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-02-10 14:16:51.121 | Selecting previously unselected package gettext. 2022-02-10 14:16:51.128 | Preparing to unpack .../066-gettext_0.19.8.1-10build1_amd64.deb ... 2022-02-10 14:16:51.130 | Unpacking gettext (0.19.8.1-10build1) ... 2022-02-10 14:16:51.290 | Selecting previously unselected package intltool-debian. 2022-02-10 14:16:51.298 | Preparing to unpack .../067-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-02-10 14:16:51.300 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-02-10 14:16:51.327 | Selecting previously unselected package po-debconf. 2022-02-10 14:16:51.334 | Preparing to unpack .../068-po-debconf_1.0.21_all.deb ... 2022-02-10 14:16:51.336 | Unpacking po-debconf (1.0.21) ... 2022-02-10 14:16:51.414 | Selecting previously unselected package debhelper. 2022-02-10 14:16:51.422 | Preparing to unpack .../069-debhelper_12.10ubuntu1_all.deb ... 2022-02-10 14:16:51.425 | Unpacking debhelper (12.10ubuntu1) ... 2022-02-10 14:16:51.638 | Selecting previously unselected package uuid-dev:amd64. 2022-02-10 14:16:51.645 | Preparing to unpack .../070-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-10 14:16:51.648 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-10 14:16:51.688 | Selecting previously unselected package libsctp1:amd64. 2022-02-10 14:16:51.696 | Preparing to unpack .../071-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-02-10 14:16:51.698 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-10 14:16:51.725 | Selecting previously unselected package libsctp-dev:amd64. 2022-02-10 14:16:51.733 | Preparing to unpack .../072-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-02-10 14:16:51.736 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-10 14:16:51.771 | Selecting previously unselected package libapr1-dev. 2022-02-10 14:16:51.779 | Preparing to unpack .../073-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-02-10 14:16:51.781 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-10 14:16:52.041 | Selecting previously unselected package libldap2-dev:amd64. 2022-02-10 14:16:52.049 | Preparing to unpack .../074-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-10 14:16:52.051 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-10 14:16:52.158 | Selecting previously unselected package libaprutil1-dev. 2022-02-10 14:16:52.165 | Preparing to unpack .../075-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-02-10 14:16:52.167 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-10 14:16:52.379 | Selecting previously unselected package apache2-dev. 2022-02-10 14:16:52.388 | Preparing to unpack .../076-apache2-dev_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-10 14:16:52.390 | Unpacking apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-10 14:16:52.456 | Selecting previously unselected package binfmt-support. 2022-02-10 14:16:52.465 | Preparing to unpack .../077-binfmt-support_2.2.0-2_amd64.deb ... 2022-02-10 14:16:52.474 | Unpacking binfmt-support (2.2.0-2) ... 2022-02-10 14:16:52.506 | Selecting previously unselected package g++-9. 2022-02-10 14:16:52.515 | Preparing to unpack .../078-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-10 14:16:52.517 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:16:53.651 | Selecting previously unselected package g++. 2022-02-10 14:16:53.659 | Preparing to unpack .../079-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-02-10 14:16:53.661 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-02-10 14:16:53.685 | Selecting previously unselected package build-essential. 2022-02-10 14:16:53.693 | Preparing to unpack .../080-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-02-10 14:16:53.695 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-02-10 14:16:53.720 | Selecting previously unselected package conntrack. 2022-02-10 14:16:53.728 | Preparing to unpack .../081-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-10 14:16:53.730 | Unpacking conntrack (1:1.4.5-2) ... 2022-02-10 14:16:53.762 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-02-10 14:16:53.770 | Preparing to unpack .../082-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-02-10 14:16:53.772 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-10 14:16:53.801 | Selecting previously unselected package libnetfilter-queue1. 2022-02-10 14:16:53.808 | Preparing to unpack .../083-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-02-10 14:16:53.810 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-02-10 14:16:53.841 | Selecting previously unselected package conntrackd. 2022-02-10 14:16:53.849 | Preparing to unpack .../084-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-02-10 14:16:53.851 | Unpacking conntrackd (1:1.4.5-2) ... 2022-02-10 14:16:53.894 | Selecting previously unselected package dns-root-data. 2022-02-10 14:16:53.903 | Preparing to unpack .../085-dns-root-data_2019052802_all.deb ... 2022-02-10 14:16:53.905 | Unpacking dns-root-data (2019052802) ... 2022-02-10 14:16:53.933 | Selecting previously unselected package libidn11:amd64. 2022-02-10 14:16:53.941 | Preparing to unpack .../086-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-02-10 14:16:53.943 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-10 14:16:53.979 | Selecting previously unselected package dnsmasq-base. 2022-02-10 14:16:53.987 | Preparing to unpack .../087-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-10 14:16:53.989 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-10 14:16:54.055 | Selecting previously unselected package dnsmasq-utils. 2022-02-10 14:16:54.063 | Preparing to unpack .../088-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-10 14:16:54.065 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-10 14:16:54.097 | Selecting previously unselected package ebtables. 2022-02-10 14:16:54.105 | Preparing to unpack .../089-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-10 14:16:54.120 | Unpacking ebtables (2.0.11-3build1) ... 2022-02-10 14:16:54.164 | Selecting previously unselected package libfakeroot:amd64. 2022-02-10 14:16:54.173 | Preparing to unpack .../090-libfakeroot_1.24-1_amd64.deb ... 2022-02-10 14:16:54.175 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-02-10 14:16:54.207 | Selecting previously unselected package fakeroot. 2022-02-10 14:16:54.215 | Preparing to unpack .../091-fakeroot_1.24-1_amd64.deb ... 2022-02-10 14:16:54.217 | Unpacking fakeroot (1.24-1) ... 2022-02-10 14:16:54.254 | Selecting previously unselected package fonts-dejavu-core. 2022-02-10 14:16:54.263 | Preparing to unpack .../092-fonts-dejavu-core_2.37-1_all.deb ... 2022-02-10 14:16:54.265 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-02-10 14:16:54.442 | Selecting previously unselected package fonts-liberation. 2022-02-10 14:16:54.450 | Preparing to unpack .../093-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-02-10 14:16:54.453 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-02-10 14:16:54.590 | Selecting previously unselected package fontconfig-config. 2022-02-10 14:16:54.598 | Preparing to unpack .../094-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-02-10 14:16:54.600 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-10 14:16:54.637 | Selecting previously unselected package libfontconfig1:amd64. 2022-02-10 14:16:54.645 | Preparing to unpack .../095-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-02-10 14:16:54.647 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-10 14:16:54.692 | Selecting previously unselected package fontconfig. 2022-02-10 14:16:54.700 | Preparing to unpack .../096-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-02-10 14:16:54.702 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-02-10 14:16:54.749 | Selecting previously unselected package genisoimage. 2022-02-10 14:16:54.756 | Preparing to unpack .../097-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-02-10 14:16:54.759 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-10 14:16:54.837 | Selecting previously unselected package libann0. 2022-02-10 14:16:54.845 | Preparing to unpack .../098-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-02-10 14:16:54.847 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-02-10 14:16:54.878 | Selecting previously unselected package libcdt5:amd64. 2022-02-10 14:16:54.886 | Preparing to unpack .../099-libcdt5_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:54.888 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-02-10 14:16:54.916 | Selecting previously unselected package libcgraph6:amd64. 2022-02-10 14:16:54.924 | Preparing to unpack .../100-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:54.927 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-10 14:16:54.960 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-02-10 14:16:54.969 | Preparing to unpack .../101-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-10 14:16:54.972 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-10 14:16:55.014 | Selecting previously unselected package libjpeg8:amd64. 2022-02-10 14:16:55.022 | Preparing to unpack .../102-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-02-10 14:16:55.025 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-10 14:16:55.052 | Selecting previously unselected package libjbig0:amd64. 2022-02-10 14:16:55.060 | Preparing to unpack .../103-libjbig0_2.1-3.1build1_amd64.deb ... 2022-02-10 14:16:55.062 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-02-10 14:16:55.096 | Selecting previously unselected package libwebp6:amd64. 2022-02-10 14:16:55.104 | Preparing to unpack .../104-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:16:55.106 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-10 14:16:55.159 | Selecting previously unselected package libtiff5:amd64. 2022-02-10 14:16:55.167 | Preparing to unpack .../105-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-02-10 14:16:55.169 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-10 14:16:55.219 | Selecting previously unselected package libxpm4:amd64. 2022-02-10 14:16:55.227 | Preparing to unpack .../106-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-02-10 14:16:55.230 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-02-10 14:16:55.263 | Selecting previously unselected package libgd3:amd64. 2022-02-10 14:16:55.271 | Preparing to unpack .../107-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-02-10 14:16:55.273 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-10 14:16:55.320 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-02-10 14:16:55.328 | Preparing to unpack .../108-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-02-10 14:16:55.330 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-10 14:16:55.379 | Selecting previously unselected package libpixman-1-0:amd64. 2022-02-10 14:16:55.387 | Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-02-10 14:16:55.389 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-10 14:16:55.450 | Selecting previously unselected package libxcb-render0:amd64. 2022-02-10 14:16:55.458 | Preparing to unpack .../110-libxcb-render0_1.14-2_amd64.deb ... 2022-02-10 14:16:55.461 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-02-10 14:16:55.492 | Selecting previously unselected package libxcb-shm0:amd64. 2022-02-10 14:16:55.501 | Preparing to unpack .../111-libxcb-shm0_1.14-2_amd64.deb ... 2022-02-10 14:16:55.504 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-02-10 14:16:55.535 | Selecting previously unselected package libxrender1:amd64. 2022-02-10 14:16:55.544 | Preparing to unpack .../112-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-02-10 14:16:55.546 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-02-10 14:16:55.576 | Selecting previously unselected package libcairo2:amd64. 2022-02-10 14:16:55.584 | Preparing to unpack .../113-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-02-10 14:16:55.586 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-10 14:16:55.687 | Selecting previously unselected package libgraphite2-3:amd64. 2022-02-10 14:16:55.695 | Preparing to unpack .../114-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-02-10 14:16:55.698 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-10 14:16:55.735 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-02-10 14:16:55.743 | Preparing to unpack .../115-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-02-10 14:16:55.746 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-10 14:16:55.831 | Selecting previously unselected package libthai-data. 2022-02-10 14:16:55.839 | Preparing to unpack .../116-libthai-data_0.1.28-3_all.deb ... 2022-02-10 14:16:55.842 | Unpacking libthai-data (0.1.28-3) ... 2022-02-10 14:16:55.892 | Selecting previously unselected package libdatrie1:amd64. 2022-02-10 14:16:55.900 | Preparing to unpack .../117-libdatrie1_0.2.12-3_amd64.deb ... 2022-02-10 14:16:55.902 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-02-10 14:16:55.932 | Selecting previously unselected package libthai0:amd64. 2022-02-10 14:16:55.940 | Preparing to unpack .../118-libthai0_0.1.28-3_amd64.deb ... 2022-02-10 14:16:55.942 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-02-10 14:16:55.975 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-02-10 14:16:55.983 | Preparing to unpack .../119-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-10 14:16:55.985 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:16:56.037 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-02-10 14:16:56.045 | Preparing to unpack .../120-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-10 14:16:56.048 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:16:56.081 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-02-10 14:16:56.089 | Preparing to unpack .../121-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-10 14:16:56.091 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:16:56.124 | Selecting previously unselected package libpathplan4:amd64. 2022-02-10 14:16:56.132 | Preparing to unpack .../122-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:56.134 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-10 14:16:56.164 | Selecting previously unselected package libgvc6. 2022-02-10 14:16:56.172 | Preparing to unpack .../123-libgvc6_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:56.174 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-02-10 14:16:56.294 | Selecting previously unselected package libgvpr2:amd64. 2022-02-10 14:16:56.302 | Preparing to unpack .../124-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:56.304 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-10 14:16:56.356 | Selecting previously unselected package liblab-gamut1:amd64. 2022-02-10 14:16:56.364 | Preparing to unpack .../125-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:56.366 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-10 14:16:56.522 | Selecting previously unselected package x11-common. 2022-02-10 14:16:56.530 | Preparing to unpack .../126-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-02-10 14:16:56.553 | dpkg-query: no packages found matching nux-tools 2022-02-10 14:16:56.565 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-02-10 14:16:56.608 | Selecting previously unselected package libice6:amd64. 2022-02-10 14:16:56.615 | Preparing to unpack .../127-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-02-10 14:16:56.618 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-10 14:16:56.651 | Selecting previously unselected package libsm6:amd64. 2022-02-10 14:16:56.658 | Preparing to unpack .../128-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-02-10 14:16:56.660 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-02-10 14:16:56.690 | Selecting previously unselected package libxt6:amd64. 2022-02-10 14:16:56.698 | Preparing to unpack .../129-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-02-10 14:16:56.700 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-02-10 14:16:56.750 | Selecting previously unselected package libxmu6:amd64. 2022-02-10 14:16:56.758 | Preparing to unpack .../130-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-02-10 14:16:56.760 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-10 14:16:56.796 | Selecting previously unselected package libxaw7:amd64. 2022-02-10 14:16:56.804 | Preparing to unpack .../131-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-02-10 14:16:56.806 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-02-10 14:16:56.856 | Selecting previously unselected package graphviz. 2022-02-10 14:16:56.863 | Preparing to unpack .../132-graphviz_2.42.2-3build2_amd64.deb ... 2022-02-10 14:16:56.866 | Unpacking graphviz (2.42.2-3build2) ... 2022-02-10 14:16:57.002 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-02-10 14:16:57.010 | Preparing to unpack .../133-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-02-10 14:16:57.012 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:16:57.065 | Selecting previously unselected package libibverbs1:amd64. 2022-02-10 14:16:57.073 | Preparing to unpack .../134-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-02-10 14:16:57.076 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:16:57.120 | Selecting previously unselected package ibverbs-providers:amd64. 2022-02-10 14:16:57.128 | Preparing to unpack .../135-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-02-10 14:16:57.144 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:16:57.206 | Selecting previously unselected package icu-devtools. 2022-02-10 14:16:57.215 | Preparing to unpack .../136-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-02-10 14:16:57.217 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-02-10 14:16:57.282 | Selecting previously unselected package iputils-arping. 2022-02-10 14:16:57.291 | Preparing to unpack .../137-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-02-10 14:16:57.296 | Unpacking iputils-arping (3:20190709-3) ... 2022-02-10 14:16:57.334 | Selecting previously unselected package javascript-common. 2022-02-10 14:16:57.343 | Preparing to unpack .../138-javascript-common_11_all.deb ... 2022-02-10 14:16:57.365 | Unpacking javascript-common (11) ... 2022-02-10 14:16:57.403 | Selecting previously unselected package libgssrpc4:amd64. 2022-02-10 14:16:57.412 | Preparing to unpack .../139-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:16:57.417 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:16:57.459 | Selecting previously unselected package libkdb5-9:amd64. 2022-02-10 14:16:57.468 | Preparing to unpack .../140-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:16:57.470 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:16:57.511 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-02-10 14:16:57.519 | Preparing to unpack .../141-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:16:57.521 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:16:57.571 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-02-10 14:16:57.580 | Preparing to unpack .../142-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:16:57.582 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:16:57.620 | Selecting previously unselected package comerr-dev:amd64. 2022-02-10 14:16:57.630 | Preparing to unpack .../143-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-02-10 14:16:57.635 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-10 14:16:57.672 | Selecting previously unselected package krb5-multidev:amd64. 2022-02-10 14:16:57.683 | Preparing to unpack .../144-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:16:57.686 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:16:57.748 | Selecting previously unselected package libalgorithm-diff-perl. 2022-02-10 14:16:57.759 | Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-02-10 14:16:57.762 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-02-10 14:16:57.800 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-02-10 14:16:57.809 | Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-02-10 14:16:57.811 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-10 14:16:57.842 | Selecting previously unselected package libalgorithm-merge-perl. 2022-02-10 14:16:57.850 | Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-02-10 14:16:57.853 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-02-10 14:16:57.882 | Selecting previously unselected package libarchive-cpio-perl. 2022-02-10 14:16:57.892 | Preparing to unpack .../148-libarchive-cpio-perl_0.10-1_all.deb ... 2022-02-10 14:16:57.894 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-02-10 14:16:57.932 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-02-10 14:16:57.940 | Preparing to unpack .../149-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-10 14:16:57.942 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-10 14:16:58.013 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-02-10 14:16:58.021 | Preparing to unpack .../150-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-10 14:16:58.023 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-10 14:16:58.090 | Selecting previously unselected package libfile-fcntllock-perl. 2022-02-10 14:16:58.098 | Preparing to unpack .../151-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-02-10 14:16:58.100 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-02-10 14:16:58.134 | Selecting previously unselected package libgts-bin. 2022-02-10 14:16:58.142 | Preparing to unpack .../152-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-02-10 14:16:58.160 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-02-10 14:16:58.197 | Selecting previously unselected package libicu-dev:amd64. 2022-02-10 14:16:58.204 | Preparing to unpack .../153-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-02-10 14:16:58.207 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-10 14:16:59.643 | Selecting previously unselected package libipset13:amd64. 2022-02-10 14:16:59.651 | Preparing to unpack .../154-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:16:59.654 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-10 14:16:59.691 | Selecting previously unselected package librdmacm1:amd64. 2022-02-10 14:16:59.701 | Preparing to unpack .../155-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-02-10 14:16:59.706 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:16:59.745 | Selecting previously unselected package libiscsi7:amd64. 2022-02-10 14:16:59.753 | Preparing to unpack .../156-libiscsi7_1.18.0-2_amd64.deb ... 2022-02-10 14:16:59.755 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-02-10 14:16:59.787 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-02-10 14:16:59.796 | Preparing to unpack .../157-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-10 14:16:59.798 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-10 14:16:59.858 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-02-10 14:16:59.866 | Preparing to unpack .../158-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-02-10 14:16:59.869 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-10 14:16:59.893 | Selecting previously unselected package libjpeg-dev:amd64. 2022-02-10 14:16:59.900 | Preparing to unpack .../159-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-02-10 14:16:59.903 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-10 14:16:59.927 | Selecting previously unselected package libjs-jquery. 2022-02-10 14:16:59.936 | Preparing to unpack .../160-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-02-10 14:16:59.938 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-02-10 14:16:59.998 | Selecting previously unselected package libjs-jquery-metadata. 2022-02-10 14:17:00.005 | Preparing to unpack .../161-libjs-jquery-metadata_12-1.1_all.deb ... 2022-02-10 14:17:00.008 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-02-10 14:17:00.035 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-02-10 14:17:00.044 | Preparing to unpack .../162-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-02-10 14:17:00.046 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-10 14:17:00.122 | Selecting previously unselected package libltdl-dev:amd64. 2022-02-10 14:17:00.130 | Preparing to unpack .../163-libltdl-dev_2.4.6-14_amd64.deb ... 2022-02-10 14:17:00.132 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-02-10 14:17:00.190 | Selecting previously unselected package libsys-hostname-long-perl. 2022-02-10 14:17:00.199 | Preparing to unpack .../164-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-02-10 14:17:00.201 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-02-10 14:17:00.230 | Selecting previously unselected package libmail-sendmail-perl. 2022-02-10 14:17:00.238 | Preparing to unpack .../165-libmail-sendmail-perl_0.80-1_all.deb ... 2022-02-10 14:17:00.240 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-02-10 14:17:00.268 | Selecting previously unselected package libncurses-dev:amd64. 2022-02-10 14:17:00.277 | Preparing to unpack .../166-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-10 14:17:00.280 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-10 14:17:00.372 | Selecting previously unselected package libnspr4:amd64. 2022-02-10 14:17:00.380 | Preparing to unpack .../167-libnspr4_2%3a4.25-1_amd64.deb ... 2022-02-10 14:17:00.382 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-02-10 14:17:00.425 | Selecting previously unselected package libnss3:amd64. 2022-02-10 14:17:00.433 | Preparing to unpack .../168-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-02-10 14:17:00.436 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-10 14:17:00.639 | Selecting previously unselected package libomp5-10:amd64. 2022-02-10 14:17:00.646 | Preparing to unpack .../169-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:00.649 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:00.725 | Selecting previously unselected package libomp-10-dev. 2022-02-10 14:17:00.733 | Preparing to unpack .../170-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:00.736 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:00.771 | Selecting previously unselected package pcp-conf. 2022-02-10 14:17:00.779 | Preparing to unpack .../171-pcp-conf_5.0.3-1_amd64.deb ... 2022-02-10 14:17:00.781 | Unpacking pcp-conf (5.0.3-1) ... 2022-02-10 14:17:00.811 | Selecting previously unselected package libpcp3. 2022-02-10 14:17:00.819 | Preparing to unpack .../172-libpcp3_5.0.3-1_amd64.deb ... 2022-02-10 14:17:00.821 | Unpacking libpcp3 (5.0.3-1) ... 2022-02-10 14:17:00.886 | Selecting previously unselected package libpcp-pmda3. 2022-02-10 14:17:00.894 | Preparing to unpack .../173-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-02-10 14:17:00.896 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-02-10 14:17:00.926 | Selecting previously unselected package libpcp-pmda-perl. 2022-02-10 14:17:00.934 | Preparing to unpack .../174-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-02-10 14:17:00.936 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-02-10 14:17:00.969 | Selecting previously unselected package libpq5:amd64. 2022-02-10 14:17:00.977 | Preparing to unpack .../175-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:00.980 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:01.023 | Selecting previously unselected package libpq-dev. 2022-02-10 14:17:01.033 | Preparing to unpack .../176-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:01.035 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:01.108 | Selecting previously unselected package librados2. 2022-02-10 14:17:01.116 | Preparing to unpack .../177-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-10 14:17:01.120 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-10 14:17:01.591 | Selecting previously unselected package librbd1. 2022-02-10 14:17:01.599 | Preparing to unpack .../178-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-10 14:17:01.602 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-10 14:17:01.861 | Selecting previously unselected package libsasl2-dev. 2022-02-10 14:17:01.869 | Preparing to unpack .../179-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2022-02-10 14:17:01.871 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-10 14:17:01.940 | Selecting previously unselected package libssl-dev:amd64. 2022-02-10 14:17:01.950 | Preparing to unpack .../180-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-10 14:17:01.952 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-10 14:17:02.217 | Selecting previously unselected package libsystemd-dev:amd64. 2022-02-10 14:17:02.225 | Preparing to unpack .../181-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ... 2022-02-10 14:17:02.227 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-10 14:17:02.342 | Selecting previously unselected package libtinfo-dev:amd64. 2022-02-10 14:17:02.350 | Preparing to unpack .../182-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-10 14:17:02.353 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-10 14:17:02.379 | Selecting previously unselected package libx86-1:amd64. 2022-02-10 14:17:02.388 | Preparing to unpack .../183-libx86-1_1.1+ds1-11_amd64.deb ... 2022-02-10 14:17:02.390 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-02-10 14:17:02.427 | Selecting previously unselected package libxml2-dev:amd64. 2022-02-10 14:17:02.435 | Preparing to unpack .../184-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:02.437 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-10 14:17:02.582 | Selecting previously unselected package libxslt1-dev:amd64. 2022-02-10 14:17:02.590 | Preparing to unpack .../185-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-02-10 14:17:02.592 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-10 14:17:02.674 | Selecting previously unselected package llvm-10-runtime. 2022-02-10 14:17:02.683 | Preparing to unpack .../186-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:02.686 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:02.741 | Selecting previously unselected package libpfm4:amd64. 2022-02-10 14:17:02.750 | Preparing to unpack .../187-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-02-10 14:17:02.753 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-10 14:17:02.827 | Selecting previously unselected package llvm-10. 2022-02-10 14:17:02.835 | Preparing to unpack .../188-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:02.837 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:03.615 | Selecting previously unselected package libffi-dev:amd64. 2022-02-10 14:17:03.623 | Preparing to unpack .../189-libffi-dev_3.3-4_amd64.deb ... 2022-02-10 14:17:03.626 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-02-10 14:17:03.666 | Selecting previously unselected package python3-pygments. 2022-02-10 14:17:03.674 | Preparing to unpack .../190-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-02-10 14:17:03.676 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-10 14:17:03.818 | Selecting previously unselected package llvm-10-tools. 2022-02-10 14:17:03.826 | Preparing to unpack .../191-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:03.828 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:03.967 | Selecting previously unselected package libz3-4:amd64. 2022-02-10 14:17:03.975 | Preparing to unpack .../192-libz3-4_4.8.7-4build1_amd64.deb ... 2022-02-10 14:17:03.977 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-02-10 14:17:04.937 | Selecting previously unselected package libz3-dev:amd64. 2022-02-10 14:17:04.946 | Preparing to unpack .../193-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-02-10 14:17:04.948 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-10 14:17:04.991 | Selecting previously unselected package llvm-10-dev. 2022-02-10 14:17:05.000 | Preparing to unpack .../194-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-10 14:17:05.002 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:09.505 | Selecting previously unselected package lsscsi. 2022-02-10 14:17:09.514 | Preparing to unpack .../195-lsscsi_0.30-0.1_amd64.deb ... 2022-02-10 14:17:09.516 | Unpacking lsscsi (0.30-0.1) ... 2022-02-10 14:17:09.556 | Selecting previously unselected package pkg-config. 2022-02-10 14:17:09.565 | Preparing to unpack .../196-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-02-10 14:17:09.568 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-02-10 14:17:09.604 | Selecting previously unselected package pm-utils. 2022-02-10 14:17:09.612 | Preparing to unpack .../197-pm-utils_1.4.1-19_all.deb ... 2022-02-10 14:17:09.614 | Unpacking pm-utils (1.4.1-19) ... 2022-02-10 14:17:09.671 | Selecting previously unselected package postgresql-client-common. 2022-02-10 14:17:09.680 | Preparing to unpack .../198-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-02-10 14:17:09.683 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-02-10 14:17:09.717 | Selecting previously unselected package postgresql-client-12. 2022-02-10 14:17:09.725 | Preparing to unpack .../199-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:09.727 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:09.927 | Selecting previously unselected package ssl-cert. 2022-02-10 14:17:09.935 | Preparing to unpack .../200-ssl-cert_1.0.39_all.deb ... 2022-02-10 14:17:09.937 | Unpacking ssl-cert (1.0.39) ... 2022-02-10 14:17:09.973 | Selecting previously unselected package postgresql-common. 2022-02-10 14:17:09.982 | Preparing to unpack .../201-postgresql-common_214ubuntu0.1_all.deb ... 2022-02-10 14:17:10.017 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-02-10 14:17:10.023 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-02-10 14:17:10.088 | Selecting previously unselected package postgresql-server-dev-12. 2022-02-10 14:17:10.096 | Preparing to unpack .../202-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:10.098 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:10.406 | Selecting previously unselected package postgresql-server-dev-all. 2022-02-10 14:17:10.415 | Preparing to unpack .../203-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-02-10 14:17:10.417 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-10 14:17:10.447 | Selecting previously unselected package python-pip-whl. 2022-02-10 14:17:10.456 | Preparing to unpack .../204-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-02-10 14:17:10.458 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-10 14:17:10.664 | Selecting previously unselected package python3-mysqldb. 2022-02-10 14:17:10.673 | Preparing to unpack .../205-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-02-10 14:17:10.675 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-02-10 14:17:10.711 | Selecting previously unselected package python3-wheel. 2022-02-10 14:17:10.720 | Preparing to unpack .../206-python3-wheel_0.34.2-1_all.deb ... 2022-02-10 14:17:10.722 | Unpacking python3-wheel (0.34.2-1) ... 2022-02-10 14:17:10.755 | Selecting previously unselected package python3-pip. 2022-02-10 14:17:10.764 | Preparing to unpack .../207-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-02-10 14:17:10.766 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-10 14:17:10.849 | Selecting previously unselected package python3.8-venv. 2022-02-10 14:17:10.858 | Preparing to unpack .../208-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2022-02-10 14:17:10.860 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-10 14:17:10.886 | Selecting previously unselected package python3-venv. 2022-02-10 14:17:10.894 | Preparing to unpack .../209-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-02-10 14:17:10.896 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-02-10 14:17:10.924 | Selecting previously unselected package qemu-block-extra:amd64. 2022-02-10 14:17:10.935 | Preparing to unpack .../210-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-10 14:17:10.938 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-10 14:17:10.970 | Selecting previously unselected package qemu-utils. 2022-02-10 14:17:10.979 | Preparing to unpack .../211-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-10 14:17:10.981 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-10 14:17:11.163 | Selecting previously unselected package sharutils. 2022-02-10 14:17:11.172 | Preparing to unpack .../212-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-02-10 14:17:11.174 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-02-10 14:17:11.227 | Selecting previously unselected package sqlite3. 2022-02-10 14:17:11.236 | Preparing to unpack .../213-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-02-10 14:17:11.238 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-10 14:17:11.381 | Selecting previously unselected package unzip. 2022-02-10 14:17:11.391 | Preparing to unpack .../214-unzip_6.0-25ubuntu1_amd64.deb ... 2022-02-10 14:17:11.393 | Unpacking unzip (6.0-25ubuntu1) ... 2022-02-10 14:17:11.442 | Selecting previously unselected package vbetool. 2022-02-10 14:17:11.451 | Preparing to unpack .../215-vbetool_1.1-4_amd64.deb ... 2022-02-10 14:17:11.453 | Unpacking vbetool (1.1-4) ... 2022-02-10 14:17:11.483 | Selecting previously unselected package ipset. 2022-02-10 14:17:11.492 | Preparing to unpack .../216-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-10 14:17:11.502 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-10 14:17:11.535 | Selecting previously unselected package ipvsadm. 2022-02-10 14:17:11.543 | Preparing to unpack .../217-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-02-10 14:17:11.546 | Unpacking ipvsadm (1:1.31-1) ... 2022-02-10 14:17:11.582 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-02-10 14:17:11.590 | Preparing to unpack .../218-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-10 14:17:11.600 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:11.627 | Selecting previously unselected package liberasurecode1:amd64. 2022-02-10 14:17:11.635 | Preparing to unpack .../219-liberasurecode1_1.6.1-4_amd64.deb ... 2022-02-10 14:17:11.638 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-02-10 14:17:11.670 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-02-10 14:17:11.678 | Preparing to unpack .../220-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-02-10 14:17:11.680 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-10 14:17:11.711 | Selecting previously unselected package libkrb5-dev:amd64. 2022-02-10 14:17:11.719 | Preparing to unpack .../221-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-10 14:17:11.721 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:11.756 | Selecting previously unselected package libpcp-gui2. 2022-02-10 14:17:11.765 | Preparing to unpack .../222-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-02-10 14:17:11.767 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-02-10 14:17:11.796 | Selecting previously unselected package libpcp-import1. 2022-02-10 14:17:11.804 | Preparing to unpack .../223-libpcp-import1_5.0.3-1_amd64.deb ... 2022-02-10 14:17:11.808 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-02-10 14:17:11.835 | Selecting previously unselected package libpcp-mmv1. 2022-02-10 14:17:11.844 | Preparing to unpack .../224-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-02-10 14:17:11.846 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-02-10 14:17:11.875 | Selecting previously unselected package libpcp-trace2. 2022-02-10 14:17:11.884 | Preparing to unpack .../225-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-02-10 14:17:11.886 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-02-10 14:17:11.914 | Selecting previously unselected package libpcp-web1. 2022-02-10 14:17:11.923 | Preparing to unpack .../226-libpcp-web1_5.0.3-1_amd64.deb ... 2022-02-10 14:17:11.925 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-02-10 14:17:11.969 | Selecting previously unselected package libyaml-dev:amd64. 2022-02-10 14:17:11.978 | Preparing to unpack .../227-libyaml-dev_0.2.2-1_amd64.deb ... 2022-02-10 14:17:11.981 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-02-10 14:17:12.018 | Selecting previously unselected package python3-pcp. 2022-02-10 14:17:12.028 | Preparing to unpack .../228-python3-pcp_5.0.3-1_amd64.deb ... 2022-02-10 14:17:12.030 | Unpacking python3-pcp (5.0.3-1) ... 2022-02-10 14:17:12.075 | Selecting previously unselected package pcp. 2022-02-10 14:17:12.083 | Preparing to unpack .../229-pcp_5.0.3-1_amd64.deb ... 2022-02-10 14:17:12.156 | Unpacking pcp (5.0.3-1) ... 2022-02-10 14:17:12.696 | Selecting previously unselected package socat. 2022-02-10 14:17:12.706 | Preparing to unpack .../230-socat_1.7.3.3-2_amd64.deb ... 2022-02-10 14:17:12.708 | Unpacking socat (1.7.3.3-2) ... 2022-02-10 14:17:12.785 | Selecting previously unselected package vlan. 2022-02-10 14:17:12.794 | Preparing to unpack .../231-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-02-10 14:17:12.796 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-10 14:17:12.860 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-10 14:17:12.867 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-02-10 14:17:12.878 | Setting up javascript-common (11) ... 2022-02-10 14:17:12.910 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-02-10 14:17:12.927 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-10 14:17:12.933 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-10 14:17:12.938 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-10 14:17:12.944 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-10 14:17:12.967 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-10 14:17:12.971 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-10 14:17:12.977 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-02-10 14:17:12.982 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:17:12.988 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-02-10 14:17:12.994 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-02-10 14:17:13.000 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-02-10 14:17:13.005 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-02-10 14:17:13.011 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-02-10 14:17:13.017 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-02-10 14:17:13.022 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-02-10 14:17:13.028 | Setting up libarchive-zip-perl (1.67-2) ... 2022-02-10 14:17:13.034 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-10 14:17:13.040 | Setting up vbetool (1.1-4) ... 2022-02-10 14:17:13.046 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-02-10 14:17:13.051 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-10 14:17:13.060 | Setting up pm-utils (1.4.1-19) ... 2022-02-10 14:17:13.070 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-10 14:17:13.330 | Setting up unzip (6.0-25ubuntu1) ... 2022-02-10 14:17:13.355 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-02-10 14:17:13.361 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-10 14:17:13.367 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-02-10 14:17:13.609 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-02-10 14:17:14.281 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-10 14:17:14.291 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-10 14:17:14.297 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-10 14:17:14.303 | Setting up m4 (1.4.18-4) ... 2022-02-10 14:17:14.310 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-10 14:17:14.601 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:17:14.608 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-02-10 14:17:14.613 | Setting up iputils-arping (3:20190709-3) ... 2022-02-10 14:17:14.646 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-02-10 14:17:14.652 | Setting up conntrack (1:1.4.5-2) ... 2022-02-10 14:17:14.657 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-10 14:17:14.663 | Setting up python3-wheel (0.34.2-1) ... 2022-02-10 14:17:14.924 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-02-10 14:17:14.930 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-02-10 14:17:15.157 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-02-10 14:17:17.281 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-02-10 14:17:18.520 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-02-10 14:17:19.206 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-02-10 14:17:19.215 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-02-10 14:17:19.227 | Setting up acl (2.2.53-6) ... 2022-02-10 14:17:19.235 | Setting up dns-root-data (2019052802) ... 2022-02-10 14:17:19.240 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:19.246 | Setting up fakeroot (1.24-1) ... 2022-02-10 14:17:19.255 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-02-10 14:17:19.263 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-10 14:17:19.268 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-10 14:17:19.273 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:19.279 | Setting up autotools-dev (20180224.1) ... 2022-02-10 14:17:19.284 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-10 14:17:20.095 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-02-10 14:17:20.100 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-10 14:17:20.106 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-10 14:17:20.112 | Setting up make (4.2.1-1.2) ... 2022-02-10 14:17:20.117 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-02-10 14:17:20.124 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-10 14:17:20.129 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:20.134 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-10 14:17:20.139 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-10 14:17:20.145 | Setting up ebtables (2.0.11-3build1) ... 2022-02-10 14:17:20.711 | Setting up socat (1.7.3.3-2) ... 2022-02-10 14:17:20.717 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-02-10 14:17:20.722 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-10 14:17:20.729 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-10 14:17:20.736 | Setting up autopoint (0.19.8.1-10build1) ... 2022-02-10 14:17:20.741 | Setting up binfmt-support (2.2.0-2) ... 2022-02-10 14:17:21.026 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-02-10 14:17:22.077 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-10 14:17:22.083 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-02-10 14:17:22.106 | Setting up fonts-dejavu-core (2.37-1) ... 2022-02-10 14:17:22.139 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-02-10 14:17:22.144 | Setting up lsscsi (0.30-0.1) ... 2022-02-10 14:17:22.150 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-10 14:17:22.158 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:17:22.163 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-10 14:17:22.170 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-10 14:17:22.176 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-02-10 14:17:22.181 | Setting up autoconf (2.69-11.1) ... 2022-02-10 14:17:22.188 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-02-10 14:17:22.193 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-02-10 14:17:22.238 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-02-10 14:17:22.242 | Setting up dwz (0.13-5) ... 2022-02-10 14:17:22.247 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-10 14:17:22.252 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-10 14:17:22.258 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-10 14:17:22.263 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-10 14:17:22.268 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-10 14:17:22.282 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-02-10 14:17:23.533 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:23.538 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:23.545 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-02-10 14:17:23.552 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-10 14:17:23.557 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-02-10 14:17:23.563 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:17:23.572 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-10 14:17:23.580 | Setting up pcp-conf (5.0.3-1) ... 2022-02-10 14:17:23.588 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-10 14:17:23.597 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-02-10 14:17:23.603 | Setting up libsub-override-perl (0.09-2) ... 2022-02-10 14:17:23.609 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-10 14:17:23.615 | Setting up libthai-data (0.1.28-3) ... 2022-02-10 14:17:23.620 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-10 14:17:23.627 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-02-10 14:17:23.632 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-10 14:17:23.639 | Setting up apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:23.645 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-02-10 14:17:23.651 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:23.658 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-02-10 14:17:23.664 | Setting up sharutils (1:4.15.2-4build1) ... 2022-02-10 14:17:23.671 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-10 14:17:23.685 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2022-02-10 14:17:23.695 | Setting up conntrackd (1:1.4.5-2) ... 2022-02-10 14:17:24.704 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-02-10 14:17:25.030 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-02-10 14:17:25.036 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-10 14:17:25.044 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-10 14:17:25.055 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-10 14:17:25.066 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-10 14:17:25.073 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-10 14:17:25.079 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-02-10 14:17:25.085 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:17:25.091 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-10 14:17:25.098 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-02-10 14:17:25.106 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-02-10 14:17:25.111 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-10 14:17:25.117 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-10 14:17:25.126 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:25.132 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-02-10 14:17:25.138 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-10 14:17:25.144 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-10 14:17:25.151 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-10 14:17:25.158 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:17:25.164 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:25.172 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-10 14:17:25.180 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:25.186 | Setting up wget (1.20.3-1ubuntu2) ... 2022-02-10 14:17:25.200 | Setting up libtool (2.4.6-14) ... 2022-02-10 14:17:25.205 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-10 14:17:25.315 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 2022-02-10 14:17:25.351 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:25.357 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2022-02-10 14:17:25.764 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-02-10 14:17:26.815 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:26.821 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-10 14:17:26.830 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:17:26.837 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-10 14:17:26.998 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-10 14:17:27.005 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:27.011 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:27.021 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-02-10 14:17:27.031 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:17:27.039 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-02-10 14:17:27.296 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-02-10 14:17:27.303 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-02-10 14:17:27.308 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-02-10 14:17:27.314 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-10 14:17:27.322 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:27.974 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-02-10 14:17:28.003 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:17:28.009 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-10 14:17:28.018 | Setting up ssl-cert (1.0.39) ... 2022-02-10 14:17:28.670 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-10 14:17:28.677 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-10 14:17:28.758 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-02-10 14:17:28.764 | Setting up postgresql-common (214ubuntu0.1) ... 2022-02-10 14:17:29.267 | Adding user postgres to group ssl-cert 2022-02-10 14:17:29.421 | 2022-02-10 14:17:29.422 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-02-10 14:17:29.618 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-02-10 14:17:29.618 | Removing obsolete dictionary files: 2022-02-10 14:17:30.204 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-02-10 14:17:31.345 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-02-10 14:17:31.353 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-10 14:17:31.361 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-02-10 14:17:31.456 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-10 14:17:31.879 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-02-10 14:17:31.885 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-10 14:17:31.894 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-10 14:17:31.900 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-10 14:17:31.906 | Setting up build-essential (12.8ubuntu1.1) ... 2022-02-10 14:17:31.914 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-10 14:17:31.923 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-10 14:17:31.931 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-10 14:17:31.937 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-02-10 14:17:31.943 | Setting up apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:31.949 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:31.956 | Setting up ipvsadm (1:1.31-1) ... 2022-02-10 14:17:32.752 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ... 2022-02-10 14:17:32.758 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:17:32.861 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-02-10 14:17:34.938 | Regenerating fonts cache... done. 2022-02-10 14:17:34.941 | Setting up gettext (0.19.8.1-10build1) ... 2022-02-10 14:17:34.947 | Setting up libpcp3 (5.0.3-1) ... 2022-02-10 14:17:34.953 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-02-10 14:17:34.958 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-10 14:17:34.963 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ... 2022-02-10 14:17:36.313 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-02-10 14:17:37.145 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:17:37.189 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:37.195 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-10 14:17:38.222 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-02-10 14:17:39.002 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:39.008 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-02-10 14:17:39.013 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:17:39.018 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-02-10 14:17:39.024 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-10 14:17:39.029 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-02-10 14:17:39.035 | Setting up apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:39.040 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-10 14:17:39.046 | Setting up libpcp-web1 (5.0.3-1) ... 2022-02-10 14:17:39.052 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-02-10 14:17:39.057 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-10 14:17:39.078 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:39.084 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-02-10 14:17:39.090 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-02-10 14:17:39.096 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-10 14:17:39.101 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-10 14:17:39.107 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-02-10 14:17:39.113 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-10 14:17:39.118 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-10 14:17:39.124 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:17:39.130 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-10 14:17:39.135 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-10 14:17:39.141 | Setting up libpcp-import1 (5.0.3-1) ... 2022-02-10 14:17:39.146 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-10 14:17:39.151 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-10 14:17:39.160 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-10 14:17:39.167 | Setting up po-debconf (1.0.21) ... 2022-02-10 14:17:39.175 | Setting up apache2 (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:39.587 | Enabling module mpm_event. 2022-02-10 14:17:39.656 | Enabling module authz_core. 2022-02-10 14:17:39.662 | Enabling module authz_host. 2022-02-10 14:17:39.724 | Enabling module authn_core. 2022-02-10 14:17:39.729 | Enabling module auth_basic. 2022-02-10 14:17:39.790 | Enabling module access_compat. 2022-02-10 14:17:39.851 | Enabling module authn_file. 2022-02-10 14:17:39.912 | Enabling module authz_user. 2022-02-10 14:17:39.974 | Enabling module alias. 2022-02-10 14:17:40.034 | Enabling module dir. 2022-02-10 14:17:40.095 | Enabling module autoindex. 2022-02-10 14:17:40.156 | Enabling module env. 2022-02-10 14:17:40.220 | Enabling module mime. 2022-02-10 14:17:40.280 | Enabling module negotiation. 2022-02-10 14:17:40.343 | Enabling module setenvif. 2022-02-10 14:17:40.409 | Enabling module filter. 2022-02-10 14:17:40.471 | Enabling module deflate. 2022-02-10 14:17:40.531 | Enabling module status. 2022-02-10 14:17:40.592 | Enabling module reqtimeout. 2022-02-10 14:17:40.651 | Enabling conf charset. 2022-02-10 14:17:40.711 | Enabling conf localized-error-pages. 2022-02-10 14:17:40.773 | Enabling conf other-vhosts-access-log. 2022-02-10 14:17:40.834 | Enabling conf security. 2022-02-10 14:17:40.894 | Enabling conf serve-cgi-bin. 2022-02-10 14:17:40.954 | Enabling site 000-default. 2022-02-10 14:17:41.006 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-02-10 14:17:41.063 | Enabling conf javascript-common. 2022-02-10 14:17:41.333 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-02-10 14:17:41.950 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-02-10 14:17:44.751 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-02-10 14:17:44.765 | Setting up python3-pcp (5.0.3-1) ... 2022-02-10 14:17:45.091 | Setting up libgvc6 (2.42.2-3build2) ... 2022-02-10 14:17:45.115 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-10 14:17:45.122 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-10 14:17:45.135 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-02-10 14:17:45.140 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-10 14:17:45.145 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-10 14:17:45.150 | Setting up graphviz (2.42.2-3build2) ... 2022-02-10 14:17:45.160 | Setting up pcp (5.0.3-1) ... 2022-02-10 14:17:45.548 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-02-10 14:17:45.998 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-02-10 14:17:46.425 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-02-10 14:17:46.869 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-02-10 14:18:03.959 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-10 14:18:03.967 | Setting up systemd (245.4-4ubuntu3.15) ... 2022-02-10 14:18:03.979 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-02-10 14:18:05.198 | Setting up dh-autoreconf (19) ... 2022-02-10 14:18:05.204 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 2022-02-10 14:18:06.028 | Setting up systemd-sysv (245.4-4ubuntu3.15) ... 2022-02-10 14:18:06.036 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-10 14:18:06.043 | Setting up debhelper (12.10ubuntu1) ... 2022-02-10 14:18:06.049 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-10 14:18:06.384 | Setting up apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-10 14:18:06.391 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-02-10 14:18:06.415 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-02-10 14:18:06.495 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-02-10 14:18:19.634 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-10 14:18:19.659 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-02-10 14:18:20.061 | Processing triggers for ufw (0.36-6) ... 2022-02-10 14:18:20.220 | Processing triggers for man-db (2.9.1-1) ... 2022-02-10 14:18:47.558 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-10 14:18:47.572 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-02-10 14:18:55.032 | ++ functions-common:apt_get:1234 : result=0 2022-02-10 14:18:55.035 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:18:55.037 | ++ functions-common:time_stop:2425 : local name 2022-02-10 14:18:55.040 | ++ functions-common:time_stop:2426 : local end_time 2022-02-10 14:18:55.042 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:18:55.046 | ++ functions-common:time_stop:2428 : local total 2022-02-10 14:18:55.049 | ++ functions-common:time_stop:2429 : local start_time 2022-02-10 14:18:55.052 | ++ functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:18:55.054 | ++ functions-common:time_stop:2432 : start_time=1644502543098 2022-02-10 14:18:55.056 | ++ functions-common:time_stop:2434 : [[ -z 1644502543098 ]] 2022-02-10 14:18:55.058 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:18:55.062 | ++ functions-common:time_stop:2437 : end_time=1644502735060 2022-02-10 14:18:55.065 | ++ functions-common:time_stop:2438 : elapsed_time=191962 2022-02-10 14:18:55.067 | ++ functions-common:time_stop:2439 : total=797 2022-02-10 14:18:55.069 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:18:55.072 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=192759 2022-02-10 14:18:55.074 | ++ functions-common:apt_get:1238 : return 0 2022-02-10 14:18:55.076 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-02-10 14:18:55.079 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-02-10 14:18:55.081 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-02-10 14:18:55.085 | ++ tools/install_prereqs.sh:source:89 : date 2022-02-10 14:18:55.089 | + ./stack.sh:main:790 : [[ False != \T\r\u\e ]] 2022-02-10 14:18:55.092 | + ./stack.sh:main:791 : PYPI_ALTERNATIVE_URL= 2022-02-10 14:18:55.095 | + ./stack.sh:main:791 : /home/ubuntu/devstack/tools/install_pip.sh 2022-02-10 14:18:56.505 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-02-10 14:18:56.507 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-02-10 14:18:56.509 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-02-10 14:18:56.511 | + tools/install_pip.sh:main:43 : GetDistro 2022-02-10 14:18:56.513 | + functions-common:GetDistro:446 : GetOSVersion 2022-02-10 14:18:56.515 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-02-10 14:18:56.517 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-02-10 14:18:56.518 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-02-10 14:18:56.520 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-02-10 14:18:56.522 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-02-10 14:18:56.524 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-02-10 14:18:56.525 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-02-10 14:18:56.528 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-02-10 14:18:56.530 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-02-10 14:18:56.532 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-02-10 14:18:56.533 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-02-10 14:18:56.535 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-02-10 14:18:56.537 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-02-10 14:18:56.539 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-02-10 14:18:56.541 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-02-10 14:18:56.544 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-02-10 14:18:56.546 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-02-10 14:18:56.548 | + functions-common:_ensure_lsb_release:394 : return 2022-02-10 14:18:56.551 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-02-10 14:18:56.622 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-02-10 14:18:56.624 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-02-10 14:18:56.694 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-02-10 14:18:56.696 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-02-10 14:18:56.766 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-02-10 14:18:56.767 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-02-10 14:18:56.769 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-02-10 14:18:56.771 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-02-10 14:18:56.773 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-02-10 14:18:56.775 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-02-10 14:18:56.777 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-02-10 14:18:56.779 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-02-10 14:18:56.781 | + functions-common:GetDistro:451 : DISTRO=focal 2022-02-10 14:18:56.782 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-02-10 14:18:56.784 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-02-10 14:18:56.784 | Distro: focal 2022-02-10 14:18:56.787 | + tools/install_pip.sh:main:124 : get_versions 2022-02-10 14:18:56.789 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-10 14:18:56.793 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-10 14:18:56.794 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-10 14:18:56.797 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-10 14:18:56.797 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-10 14:18:57.366 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-10 14:18:57.368 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-10 14:18:57.368 | pip: 21.3.1 2022-02-10 14:18:57.372 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-02-10 14:18:57.375 | + tools/install_pip.sh:main:130 : is_fedora 2022-02-10 14:18:57.377 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-10 14:18:57.378 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-10 14:18:57.385 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-10 14:18:57.387 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-10 14:18:57.389 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-10 14:18:57.391 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-10 14:18:57.393 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-10 14:18:57.394 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-10 14:18:57.396 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-10 14:18:57.398 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:18:57.400 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-10 14:18:57.401 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-02-10 14:18:57.403 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:18:57.405 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:18:57.407 | + tools/install_pip.sh:main:142 : : 2022-02-10 14:18:57.408 | + tools/install_pip.sh:main:147 : set -x 2022-02-10 14:18:57.410 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-02-10 14:18:57.412 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-02-10 14:18:57.413 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-10 14:18:57.416 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-02-10 14:18:57.418 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-02-10 14:18:57.419 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-10 14:18:57.422 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-02-10 14:18:57.423 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-10 14:18:57.427 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-02-10 14:18:57.428 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-02-10 14:18:57.430 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-10 14:18:57.433 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-10 14:18:57.435 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-10 14:18:57.452 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-10 14:18:57.454 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-10 14:18:58.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:18:58.198 | from cryptography.utils import int_from_bytes 2022-02-10 14:18:58.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:18:58.198 | from cryptography.utils import int_from_bytes 2022-02-10 14:18:59.439 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:00.628 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-10 14:19:00.636 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c90/97cbcdefe88a6/setuptools-60.7.1-py3-none-any.whl (1.0 MB) 2022-02-10 14:19:02.308 | Installing collected packages: setuptools 2022-02-10 14:19:03.006 | Successfully installed setuptools-60.7.1 2022-02-10 14:19:03.006 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:19:03.182 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:19:03.182 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:19:03.314 | + inc/python:pip_install:200 : result=0 2022-02-10 14:19:03.316 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:19:03.317 | + functions-common:time_stop:2425 : local name 2022-02-10 14:19:03.319 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:19:03.321 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:19:03.323 | + functions-common:time_stop:2428 : local total 2022-02-10 14:19:03.326 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:19:03.329 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:19:03.331 | + functions-common:time_stop:2432 : start_time=1644502737447 2022-02-10 14:19:03.333 | + functions-common:time_stop:2434 : [[ -z 1644502737447 ]] 2022-02-10 14:19:03.335 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:19:03.338 | + functions-common:time_stop:2437 : end_time=1644502743336 2022-02-10 14:19:03.340 | + functions-common:time_stop:2438 : elapsed_time=5889 2022-02-10 14:19:03.341 | + functions-common:time_stop:2439 : total=0 2022-02-10 14:19:03.343 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:19:03.345 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=5889 2022-02-10 14:19:03.346 | + inc/python:pip_install:203 : return 0 2022-02-10 14:19:03.348 | + tools/install_pip.sh:main:153 : get_versions 2022-02-10 14:19:03.351 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-10 14:19:03.355 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-10 14:19:03.357 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-10 14:19:03.359 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-10 14:19:03.360 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-10 14:19:03.947 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-10 14:19:03.949 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-10 14:19:03.949 | pip: 21.3.1 2022-02-10 14:19:03.952 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-02-10 14:19:03.955 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-02-10 14:19:03.958 | + ./stack.sh:main:796 : fixup_all 2022-02-10 14:19:03.961 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-02-10 14:19:03.963 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-02-10 14:19:03.966 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:19:03.968 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:19:03.970 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-02-10 14:19:03.985 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-02-10 14:19:03.997 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-02-10 14:19:04.008 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-02-10 14:19:04.010 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-02-10 14:19:04.013 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-10 14:19:04.015 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-10 14:19:04.017 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-10 14:19:04.019 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-10 14:19:04.021 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-10 14:19:04.023 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-10 14:19:04.025 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-10 14:19:04.028 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-10 14:19:04.030 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-10 14:19:04.032 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:19:04.035 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-10 14:19:04.037 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-02-10 14:19:04.040 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-02-10 14:19:04.042 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-02-10 14:19:04.045 | + functions-common:is_suse:542 : is_opensuse 2022-02-10 14:19:04.047 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-10 14:19:04.049 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-10 14:19:04.051 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-10 14:19:04.053 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-10 14:19:04.055 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-10 14:19:04.057 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-02-10 14:19:04.060 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-02-10 14:19:04.062 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-02-10 14:19:04.064 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-02-10 14:19:04.067 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-02-10 14:19:04.069 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-02-10 14:19:04.071 | + ./stack.sh:main:799 : pip_install -U os-testr 2022-02-10 14:19:04.092 | Using python 3.8 to install os-testr 2022-02-10 14:19:04.095 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-02-10 14:19:04.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:19:04.812 | from cryptography.utils import int_from_bytes 2022-02-10 14:19:04.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:19:04.812 | from cryptography.utils import int_from_bytes 2022-02-10 14:19:05.912 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:06.007 | Collecting os-testr 2022-02-10 14:19:06.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-02-10 14:19:06.033 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-02-10 14:19:06.034 | 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-02-10 14:19:06.068 | Collecting python-subunit>=1.0.0 2022-02-10 14:19:06.075 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-02-10 14:19:06.122 | Collecting stestr>=1.0.0 2022-02-10 14:19:06.129 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB) 2022-02-10 14:19:06.153 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-02-10 14:19:06.223 | Collecting future 2022-02-10 14:19:06.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-02-10 14:19:06.456 | Preparing metadata (setup.py): started 2022-02-10 14:19:07.106 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:19:07.110 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2022-02-10 14:19:07.111 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.0) 2022-02-10 14:19:07.113 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-02-10 14:19:07.118 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2022-02-10 14:19:07.142 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.7) 2022-02-10 14:19:07.144 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.0) 2022-02-10 14:19:07.145 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2022-02-10 14:19:07.146 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.3.3) 2022-02-10 14:19:07.147 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.5.0) 2022-02-10 14:19:07.160 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-02-10 14:19:07.229 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-02-10 14:19:07.229 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0) 2022-02-10 14:19:07.231 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-02-10 14:19:07.337 | Building wheels for collected packages: future 2022-02-10 14:19:07.338 | Building wheel for future (setup.py): started 2022-02-10 14:19:08.371 | Building wheel for future (setup.py): finished with status 'done' 2022-02-10 14:19:08.375 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=527e5952890dbbb015bf503e819b501ad75d1d0283479f7f5ea700369528a1cb 2022-02-10 14:19:08.375 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-02-10 14:19:08.381 | Successfully built future 2022-02-10 14:19:09.831 | Installing collected packages: python-subunit, future, stestr, os-testr 2022-02-10 14:19:10.686 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1 2022-02-10 14:19:10.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-02-10 14:19:10.692 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:19:10.692 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:19:10.840 | + inc/python:pip_install:200 : result=0 2022-02-10 14:19:10.842 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:19:10.844 | + functions-common:time_stop:2425 : local name 2022-02-10 14:19:10.846 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:19:10.848 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:19:10.850 | + functions-common:time_stop:2428 : local total 2022-02-10 14:19:10.852 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:19:10.855 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:19:10.857 | + functions-common:time_stop:2432 : start_time=1644502744087 2022-02-10 14:19:10.859 | + functions-common:time_stop:2434 : [[ -z 1644502744087 ]] 2022-02-10 14:19:10.862 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:19:10.866 | + functions-common:time_stop:2437 : end_time=1644502750863 2022-02-10 14:19:10.868 | + functions-common:time_stop:2438 : elapsed_time=6776 2022-02-10 14:19:10.870 | + functions-common:time_stop:2439 : total=0 2022-02-10 14:19:10.873 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:19:10.875 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6776 2022-02-10 14:19:10.877 | + inc/python:pip_install:203 : return 0 2022-02-10 14:19:10.879 | + ./stack.sh:main:803 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-02-10 14:19:10.929 | + ./stack.sh:main:804 : sudo systemctl restart systemd-journald 2022-02-10 14:19:11.024 | + ./stack.sh:main:810 : install_infra 2022-02-10 14:19:11.026 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-10 14:19:11.029 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-02-10 14:19:11.031 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-02-10 14:19:14.281 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-10 14:19:14.283 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-02-10 14:19:14.306 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-10 14:19:16.155 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.201 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.275 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.284 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.306 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.310 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.328 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.355 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.366 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.428 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.508 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.525 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.555 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.564 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.578 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.594 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.607 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.621 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.631 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.669 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.690 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.700 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.763 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.766 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.770 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.810 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.849 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.865 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.882 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.901 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.918 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.935 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.965 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:16.996 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.023 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.034 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.052 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.079 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.086 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.090 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:17.094 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:17.239 | Collecting pbr===5.8.0 2022-02-10 14:19:17.247 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112 kB) 2022-02-10 14:19:17.286 | Installing collected packages: pbr 2022-02-10 14:19:17.434 | Successfully installed pbr-5.8.0 2022-02-10 14:19:17.504 | + inc/python:pip_install:200 : result=0 2022-02-10 14:19:17.506 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:19:17.508 | + functions-common:time_stop:2425 : local name 2022-02-10 14:19:17.510 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:19:17.513 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:19:17.515 | + functions-common:time_stop:2428 : local total 2022-02-10 14:19:17.517 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:19:17.519 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:19:17.521 | + functions-common:time_stop:2432 : start_time=1644502754298 2022-02-10 14:19:17.523 | + functions-common:time_stop:2434 : [[ -z 1644502754298 ]] 2022-02-10 14:19:17.526 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:19:17.530 | + functions-common:time_stop:2437 : end_time=1644502757528 2022-02-10 14:19:17.532 | + functions-common:time_stop:2438 : elapsed_time=3230 2022-02-10 14:19:17.534 | + functions-common:time_stop:2439 : total=6776 2022-02-10 14:19:17.536 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:19:17.538 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=10006 2022-02-10 14:19:17.540 | + inc/python:pip_install:203 : return 0 2022-02-10 14:19:17.544 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-10 14:19:17.546 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-02-10 14:19:17.569 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-02-10 14:19:19.473 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.519 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.594 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.602 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.624 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.628 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.645 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.673 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.684 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.744 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.820 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.837 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.867 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.875 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.890 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.907 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.918 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.932 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.942 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:19.979 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.001 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.010 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.072 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.076 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.080 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.119 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.158 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.175 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.191 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.210 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.227 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.244 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.272 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.303 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.331 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.342 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.360 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.387 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.394 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.398 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-02-10 14:19:20.401 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:20.404 | Processing /opt/stack/requirements 2022-02-10 14:19:21.701 | Collecting fixtures===3.0.0 2022-02-10 14:19:21.710 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-02-10 14:19:21.939 | Collecting PyYAML===6.0 2022-02-10 14:19:21.947 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-02-10 14:19:22.129 | Collecting requests===2.27.1 2022-02-10 14:19:22.136 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB) 2022-02-10 14:19:22.232 | Collecting packaging===21.3 2022-02-10 14:19:22.240 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-10 14:19:22.305 | Collecting testtools===2.5.0 2022-02-10 14:19:22.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-02-10 14:19:22.395 | Collecting idna===3.3 2022-02-10 14:19:22.405 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-02-10 14:19:22.549 | Collecting pyparsing===3.0.7 2022-02-10 14:19:22.556 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-10 14:19:22.614 | Collecting six===1.16.0 2022-02-10 14:19:22.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-02-10 14:19:22.675 | Collecting charset-normalizer===2.0.11 2022-02-10 14:19:22.684 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/284/2d8f5e82a1f6a/charset_normalizer-2.0.11-py3-none-any.whl (39 kB) 2022-02-10 14:19:22.720 | Collecting Parsley>=1.2 2022-02-10 14:19:22.726 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-10 14:19:22.773 | Collecting beagle>=0.2.1 2022-02-10 14:19:22.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-02-10 14:19:22.806 | 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-02-10 14:19:22.879 | Collecting certifi>=2017.4.17 2022-02-10 14:19:22.885 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-02-10 14:19:22.973 | Collecting urllib3===1.26.8 2022-02-10 14:19:22.981 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/000/ca7f471a233c2/urllib3-1.26.8-py2.py3-none-any.whl (138 kB) 2022-02-10 14:19:23.044 | Collecting extras===1.0.0 2022-02-10 14:19:23.050 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-02-10 14:19:23.133 | Collecting cliff===3.10.0 2022-02-10 14:19:23.139 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86c/e931944c56a86/cliff-3.10.0-py3-none-any.whl (80 kB) 2022-02-10 14:19:23.310 | Collecting cmd2===2.3.3 2022-02-10 14:19:23.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/871/713244c1f31de/cmd2-2.3.3-py3-none-any.whl (149 kB) 2022-02-10 14:19:23.466 | Collecting stevedore===3.5.0 2022-02-10 14:19:23.473 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2022-02-10 14:19:23.521 | Collecting autopage===0.5.0 2022-02-10 14:19:23.528 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/572/32860f28a1867/autopage-0.5.0-py3-none-any.whl (29 kB) 2022-02-10 14:19:23.578 | Collecting prettytable===3.0.0 2022-02-10 14:19:23.585 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d55/bc2547611bd8c/prettytable-3.0.0-py3-none-any.whl (24 kB) 2022-02-10 14:19:23.642 | Collecting attrs===21.4.0 2022-02-10 14:19:23.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2022-02-10 14:19:23.779 | Collecting pyperclip===1.8.2 2022-02-10 14:19:23.786 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-02-10 14:19:23.826 | Collecting wcwidth===0.2.5 2022-02-10 14:19:23.832 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-02-10 14:19:23.851 | Building wheels for collected packages: openstack-requirements 2022-02-10 14:19:23.851 | Building wheel for openstack-requirements (setup.py): started 2022-02-10 14:19:24.677 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-02-10 14:19:24.678 | ERROR: Command errored out with exit status 1: 2022-02-10 14:19:24.678 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-cwew18p6/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-cwew18p6/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-dept69h5 2022-02-10 14:19:24.678 | cwd: /tmp/pip-req-build-cwew18p6/ 2022-02-10 14:19:24.678 | Complete output (6 lines): 2022-02-10 14:19:24.678 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-02-10 14:19:24.678 | or: setup.py --help [cmd1 cmd2 ...] 2022-02-10 14:19:24.678 | or: setup.py --help-commands 2022-02-10 14:19:24.678 | or: setup.py cmd --help 2022-02-10 14:19:24.678 | 2022-02-10 14:19:24.678 | error: invalid command 'bdist_wheel' 2022-02-10 14:19:24.678 | ---------------------------------------- 2022-02-10 14:19:24.678 | ERROR: Failed building wheel for openstack-requirements 2022-02-10 14:19:24.678 | Running setup.py clean for openstack-requirements 2022-02-10 14:19:25.497 | Failed to build openstack-requirements 2022-02-10 14:19:25.736 | Installing collected packages: attrs, six, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, certifi, idna, requests, pyperclip, cmd2, stevedore, pyparsing, autopage, cliff, packaging, Parsley, beagle, openstack-requirements 2022-02-10 14:19:27.675 | Running setup.py install for openstack-requirements: started 2022-02-10 14:19:29.877 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-02-10 14:19:29.910 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.5.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.11 cliff-3.10.0 cmd2-2.3.3 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5188 packaging-21.3 prettytable-3.0.0 pyparsing-3.0.7 pyperclip-1.8.2 requests-2.27.1 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.8 wcwidth-0.2.5 2022-02-10 14:19:30.048 | + inc/python:pip_install:200 : result=0 2022-02-10 14:19:30.050 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:19:30.052 | + functions-common:time_stop:2425 : local name 2022-02-10 14:19:30.054 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:19:30.056 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:19:30.059 | + functions-common:time_stop:2428 : local total 2022-02-10 14:19:30.061 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:19:30.063 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:19:30.065 | + functions-common:time_stop:2432 : start_time=1644502757562 2022-02-10 14:19:30.067 | + functions-common:time_stop:2434 : [[ -z 1644502757562 ]] 2022-02-10 14:19:30.070 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:19:30.073 | + functions-common:time_stop:2437 : end_time=1644502770071 2022-02-10 14:19:30.076 | + functions-common:time_stop:2438 : elapsed_time=12509 2022-02-10 14:19:30.079 | + functions-common:time_stop:2439 : total=10006 2022-02-10 14:19:30.081 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:19:30.083 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=22515 2022-02-10 14:19:30.085 | + inc/python:pip_install:203 : return 0 2022-02-10 14:19:30.088 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-02-10 14:19:30.091 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-02-10 14:19:30.093 | + inc/python:use_library_from_git:250 : local name=pbr 2022-02-10 14:19:30.095 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:19:30.098 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:19:30.100 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-02-10 14:19:30.103 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:19:30.106 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-02-10 14:19:30.128 | Using python 3.8 to install pbr 2022-02-10 14:19:30.130 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-10 14:19:30.870 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:19:30.870 | from cryptography.utils import int_from_bytes 2022-02-10 14:19:30.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:19:30.870 | from cryptography.utils import int_from_bytes 2022-02-10 14:19:31.988 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:32.014 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-02-10 14:19:33.763 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:19:33.769 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:19:33.769 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:19:33.888 | + inc/python:pip_install:200 : result=0 2022-02-10 14:19:33.890 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:19:33.892 | + functions-common:time_stop:2425 : local name 2022-02-10 14:19:33.894 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:19:33.896 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:19:33.898 | + functions-common:time_stop:2428 : local total 2022-02-10 14:19:33.900 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:19:33.902 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:19:33.904 | + functions-common:time_stop:2432 : start_time=1644502770122 2022-02-10 14:19:33.906 | + functions-common:time_stop:2434 : [[ -z 1644502770122 ]] 2022-02-10 14:19:33.909 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:19:33.913 | + functions-common:time_stop:2437 : end_time=1644502773910 2022-02-10 14:19:33.915 | + functions-common:time_stop:2438 : elapsed_time=3788 2022-02-10 14:19:33.917 | + functions-common:time_stop:2439 : total=22515 2022-02-10 14:19:33.919 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:19:33.921 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=26303 2022-02-10 14:19:33.923 | + inc/python:pip_install:203 : return 0 2022-02-10 14:19:33.926 | + ./stack.sh:main:813 : python3 -m venv /opt/stack/bindep-venv 2022-02-10 14:19:37.176 | + ./stack.sh:main:815 : /opt/stack/bindep-venv/bin/pip install bindep 2022-02-10 14:19:38.993 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:19:39.072 | Collecting bindep 2022-02-10 14:19:39.079 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB) 2022-02-10 14:19:39.141 | Collecting distro 2022-02-10 14:19:39.148 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2022-02-10 14:19:39.279 | Collecting pbr>=2.0.0 2022-02-10 14:19:39.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-02-10 14:19:39.408 | Collecting packaging; python_version >= "3.6" 2022-02-10 14:19:39.414 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-10 14:19:39.450 | Collecting Parsley 2022-02-10 14:19:39.457 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-10 14:19:39.633 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-02-10 14:19:39.639 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-10 14:19:39.686 | Installing collected packages: distro, pbr, pyparsing, packaging, Parsley, bindep 2022-02-10 14:19:40.250 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.6.0 packaging-21.3 pbr-5.8.1 pyparsing-3.0.7 2022-02-10 14:19:40.328 | + ./stack.sh:main:816 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-10 14:19:40.331 | + ./stack.sh:main:816 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-10 14:19:40.334 | ++ ./stack.sh:main:819 : _get_plugin_bindep_packages 2022-02-10 14:19:40.351 | + ./stack.sh:main:819 : pkgs= 2022-02-10 14:19:40.353 | + ./stack.sh:main:820 : [[ -n '' ]] 2022-02-10 14:19:40.356 | + ./stack.sh:main:827 : run_phase stack pre-install 2022-02-10 14:19:40.359 | + functions-common:run_phase:1853 : local mode=stack 2022-02-10 14:19:40.361 | + functions-common:run_phase:1854 : local phase=pre-install 2022-02-10 14:19:40.363 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-10 14:19:40.365 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-02-10 14:19:40.367 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-10 14:19:40.369 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-02-10 14:19:40.372 | + functions-common:run_phase:1863 : local extra 2022-02-10 14:19:40.375 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-10 14:19:40.379 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-02-10 14:19:40.381 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-10 14:19:40.386 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-10 14:19:40.388 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-02-10 14:19:40.390 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-10 14:19:40.405 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:19:40.408 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-10 14:19:40.410 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-10 14:19:40.412 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-02-10 14:19:40.414 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-10 14:19:40.416 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-10 14:19:40.418 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-10 14:19:40.420 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-02-10 14:19:40.422 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-10 14:19:40.424 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-10 14:19:40.426 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-10 14:19:40.428 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-10 14:19:40.430 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-10 14:19:40.432 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-10 14:19:40.435 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-02-10 14:19:40.437 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-10 14:19:40.439 | + functions-common:run_phase:1880 : run_plugins stack pre-install 2022-02-10 14:19:40.441 | + functions-common:run_plugins:1839 : local mode=stack 2022-02-10 14:19:40.443 | + functions-common:run_plugins:1840 : local phase=pre-install 2022-02-10 14:19:40.446 | + functions-common:run_plugins:1842 : local plugins= 2022-02-10 14:19:40.448 | + functions-common:run_plugins:1843 : local plugin 2022-02-10 14:19:40.450 | + ./stack.sh:main:830 : set_systemd_override DefaultLimitNOFILE 2048 2022-02-10 14:19:40.453 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-02-10 14:19:40.455 | + functions:set_systemd_override:821 : local value=2048 2022-02-10 14:19:40.457 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-02-10 14:19:40.460 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-02-10 14:19:40.509 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-02-10 14:19:40.509 | Set systemd system override for DefaultLimitNOFILE=2048 2022-02-10 14:19:40.511 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-02-10 14:19:40.866 | + ./stack.sh:main:832 : install_rpc_backend 2022-02-10 14:19:40.868 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-02-10 14:19:40.884 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:19:40.886 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-02-10 14:19:40.889 | + functions-common:install_package:1463 : update_package_repo 2022-02-10 14:19:40.891 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:19:40.893 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-10 14:19:40.895 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:19:40.898 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:19:40.900 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:19:40.905 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:19:40.907 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:19:40.909 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:19:40.911 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-10 14:19:40.913 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-10 14:19:40.916 | + functions-common:apt_get_update:1190 : return 2022-02-10 14:19:40.918 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-02-10 14:19:40.921 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:19:40.923 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:19:40.925 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:19:40.927 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-02-10 14:19:40.948 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-02-10 14:19:41.056 | Reading package lists... 2022-02-10 14:19:41.316 | Building dependency tree... 2022-02-10 14:19:41.317 | Reading state information... 2022-02-10 14:19:41.589 | The following packages were automatically installed and are no longer required: 2022-02-10 14:19:41.591 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:19:41.591 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:19:41.591 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:19:41.591 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:19:41.591 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:19:41.592 | python3-zope.interface 2022-02-10 14:19:41.592 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:19:41.592 | The following additional packages will be installed: 2022-02-10 14:19:41.592 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-10 14:19:41.592 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-10 14:19:41.592 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-10 14:19:41.593 | erlang-tools erlang-xmerl locales-all 2022-02-10 14:19:41.594 | Suggested packages: 2022-02-10 14:19:41.594 | erlang erlang-manpages erlang-doc 2022-02-10 14:19:41.664 | The following NEW packages will be installed: 2022-02-10 14:19:41.664 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-10 14:19:41.664 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-10 14:19:41.664 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-10 14:19:41.665 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-02-10 14:19:41.817 | 0 upgraded, 19 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:19:41.817 | Need to get 38.1 MB of archives. 2022-02-10 14:19:41.817 | After this operation, 276 MB of additional disk space will be used. 2022-02-10 14:19:41.817 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-02-10 14:19:47.399 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-02-10 14:19:47.906 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-02-10 14:19:48.035 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-02-10 14:19:48.274 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-02-10 14:19:48.593 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-02-10 14:19:48.684 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-02-10 14:19:49.107 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-02-10 14:19:49.133 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-02-10 14:19:49.149 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-02-10 14:19:49.170 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-02-10 14:19:49.277 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-02-10 14:19:49.501 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-02-10 14:19:49.512 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-02-10 14:19:49.532 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-02-10 14:19:49.575 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-02-10 14:19:49.637 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-02-10 14:19:49.759 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2022-02-10 14:19:51.073 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-02-10 14:19:53.539 | Fetched 38.1 MB in 11s (3,378 kB/s) 2022-02-10 14:19:53.571 | Selecting previously unselected package erlang-base. 2022-02-10 14:19:53.620 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81597 files and directories currently installed.) 2022-02-10 14:19:53.623 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:53.626 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:54.710 | Selecting previously unselected package erlang-asn1. 2022-02-10 14:19:54.719 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:54.721 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:54.837 | Selecting previously unselected package erlang-crypto. 2022-02-10 14:19:54.845 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:54.848 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:54.894 | Selecting previously unselected package erlang-public-key. 2022-02-10 14:19:54.903 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:54.905 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.006 | Selecting previously unselected package erlang-mnesia. 2022-02-10 14:19:55.015 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.017 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.134 | Selecting previously unselected package erlang-runtime-tools. 2022-02-10 14:19:55.143 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.145 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.200 | Selecting previously unselected package erlang-ssl. 2022-02-10 14:19:55.209 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.212 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.381 | Selecting previously unselected package erlang-eldap. 2022-02-10 14:19:55.390 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.393 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.435 | Selecting previously unselected package erlang-ftp. 2022-02-10 14:19:55.443 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.446 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.481 | Selecting previously unselected package erlang-tftp. 2022-02-10 14:19:55.491 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.493 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.530 | Selecting previously unselected package erlang-inets. 2022-02-10 14:19:55.539 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.542 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.650 | Selecting previously unselected package erlang-snmp. 2022-02-10 14:19:55.659 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.662 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.918 | Selecting previously unselected package erlang-os-mon. 2022-02-10 14:19:55.927 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.929 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:55.966 | Selecting previously unselected package erlang-parsetools. 2022-02-10 14:19:55.975 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:55.977 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:56.022 | Selecting previously unselected package erlang-syntax-tools. 2022-02-10 14:19:56.030 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:56.033 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:56.104 | Selecting previously unselected package erlang-tools. 2022-02-10 14:19:56.114 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:56.116 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:56.211 | Selecting previously unselected package erlang-xmerl. 2022-02-10 14:19:56.220 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-10 14:19:56.222 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-10 14:19:56.398 | Selecting previously unselected package locales-all. 2022-02-10 14:19:56.408 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2022-02-10 14:19:56.410 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2022-02-10 14:20:00.765 | Selecting previously unselected package rabbitmq-server. 2022-02-10 14:20:00.779 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-02-10 14:20:00.782 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-10 14:20:01.966 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:02.352 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-02-10 14:20:02.352 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-02-10 14:20:06.665 | Searching for services which depend on erlang and should be started... none found. 2022-02-10 14:20:06.667 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.673 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.678 | Setting up locales-all (2.31-0ubuntu9.2) ... 2022-02-10 14:20:06.686 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.691 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.696 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.701 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.706 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.711 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.717 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.722 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.727 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.732 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.738 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.743 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.748 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.754 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-10 14:20:06.759 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-10 14:20:06.847 | Adding group `rabbitmq' (GID 125) ... 2022-02-10 14:20:06.858 | Done. 2022-02-10 14:20:06.939 | Adding system user `rabbitmq' (UID 117) ... 2022-02-10 14:20:06.939 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-02-10 14:20:06.970 | Not creating home directory `/var/lib/rabbitmq'. 2022-02-10 14:20:07.242 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-02-10 14:20:13.453 | Processing triggers for man-db (2.9.1-1) ... 2022-02-10 14:20:14.061 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-10 14:20:21.616 | + functions-common:apt_get:1234 : result=0 2022-02-10 14:20:21.618 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:20:21.622 | + functions-common:time_stop:2425 : local name 2022-02-10 14:20:21.624 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:20:21.626 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:20:21.628 | + functions-common:time_stop:2428 : local total 2022-02-10 14:20:21.630 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:20:21.632 | + functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:20:21.634 | + functions-common:time_stop:2432 : start_time=1644502780945 2022-02-10 14:20:21.636 | + functions-common:time_stop:2434 : [[ -z 1644502780945 ]] 2022-02-10 14:20:21.639 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:20:21.643 | + functions-common:time_stop:2437 : end_time=1644502821641 2022-02-10 14:20:21.645 | + functions-common:time_stop:2438 : elapsed_time=40696 2022-02-10 14:20:21.647 | + functions-common:time_stop:2439 : total=192759 2022-02-10 14:20:21.649 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:20:21.651 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=233455 2022-02-10 14:20:21.654 | + functions-common:apt_get:1238 : return 0 2022-02-10 14:20:21.656 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-02-10 14:20:21.659 | + functions-common:is_suse:542 : is_opensuse 2022-02-10 14:20:21.661 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-10 14:20:21.663 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-10 14:20:21.665 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-10 14:20:21.667 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-10 14:20:21.670 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-10 14:20:21.672 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-02-10 14:20:21.675 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-10 14:20:21.677 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-10 14:20:21.679 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-10 14:20:21.681 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-10 14:20:21.683 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-10 14:20:21.686 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-10 14:20:21.688 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-10 14:20:21.690 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-10 14:20:21.692 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-10 14:20:21.695 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:20:21.697 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-10 14:20:21.699 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-02-10 14:20:21.701 | + functions-common:is_suse:542 : is_opensuse 2022-02-10 14:20:21.704 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-10 14:20:21.706 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-10 14:20:21.708 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-10 14:20:21.711 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-10 14:20:21.713 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-10 14:20:21.715 | + ./stack.sh:main:833 : restart_rpc_backend 2022-02-10 14:20:21.717 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-02-10 14:20:21.733 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:20:21.736 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-02-10 14:20:21.738 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-10 14:20:21.741 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-02-10 14:20:21.743 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-02-10 14:20:21.745 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-02-10 14:20:21.750 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-02-10 14:20:21.752 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-02-10 14:20:21.754 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-02-10 14:20:21.757 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-02-10 14:20:21.759 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-02-10 14:20:21.761 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-02-10 14:20:21.764 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-02-10 14:20:22.478 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-02-10 14:20:22.479 | user tags 2022-02-10 14:20:22.479 | guest [administrator]' 2022-02-10 14:20:22.482 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-02-10 14:20:22.482 | user tags 2022-02-10 14:20:22.482 | guest [administrator]' 2022-02-10 14:20:22.482 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-02-10 14:20:22.489 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-02-10 14:20:22.491 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-02-10 14:20:22.493 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-02-10 14:20:23.154 | Adding user "stackrabbit" ... 2022-02-10 14:20:23.177 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-02-10 14:20:23.841 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-02-10 14:20:23.867 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-02-10 14:20:23.869 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-02-10 14:20:24.524 | Changing password for user "stackrabbit" ... 2022-02-10 14:20:24.547 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-02-10 14:20:24.549 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-02-10 14:20:24.551 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-02-10 14:20:25.215 | Deleting user "guest" ... 2022-02-10 14:20:25.239 | + ./stack.sh:main:835 : is_service_enabled mysql postgresql 2022-02-10 14:20:25.255 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:20:25.258 | + ./stack.sh:main:836 : install_database 2022-02-10 14:20:25.260 | + lib/database:install_database:118 : install_database_mysql 2022-02-10 14:20:25.262 | + lib/databases/mysql:install_database_mysql:153 : is_ubuntu 2022-02-10 14:20:25.264 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:20:25.267 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:20:25.269 | + lib/databases/mysql:install_database_mysql:156 : sudo debconf-set-selections 2022-02-10 14:20:25.486 | + lib/databases/mysql:install_database_mysql:166 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-02-10 14:20:25.488 | + lib/databases/mysql:install_database_mysql:167 : cat 2022-02-10 14:20:25.493 | + lib/databases/mysql:install_database_mysql:173 : is_ubuntu 2022-02-10 14:20:25.495 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:20:25.497 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:20:25.500 | + lib/databases/mysql:install_database_mysql:173 : '[' mysql '!=' mariadb ']' 2022-02-10 14:20:25.502 | + lib/databases/mysql:install_database_mysql:174 : echo host=127.0.0.1 2022-02-10 14:20:25.504 | + lib/databases/mysql:install_database_mysql:176 : chmod 0600 /home/ubuntu/.my.cnf 2022-02-10 14:20:25.508 | + lib/databases/mysql:install_database_mysql:179 : [[ True == \T\r\u\e ]] 2022-02-10 14:20:25.510 | + lib/databases/mysql:install_database_mysql:180 : is_oraclelinux 2022-02-10 14:20:25.513 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-02-10 14:20:25.515 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:20:25.517 | + lib/databases/mysql:install_database_mysql:182 : is_fedora 2022-02-10 14:20:25.520 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-10 14:20:25.522 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-10 14:20:25.524 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-10 14:20:25.526 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-10 14:20:25.528 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-10 14:20:25.531 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-10 14:20:25.533 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-10 14:20:25.536 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-10 14:20:25.538 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-10 14:20:25.540 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:20:25.542 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-10 14:20:25.545 | + lib/databases/mysql:install_database_mysql:185 : is_suse 2022-02-10 14:20:25.547 | + functions-common:is_suse:542 : is_opensuse 2022-02-10 14:20:25.550 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-10 14:20:25.552 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-10 14:20:25.554 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-10 14:20:25.557 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-10 14:20:25.559 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-10 14:20:25.561 | + lib/databases/mysql:install_database_mysql:188 : is_ubuntu 2022-02-10 14:20:25.563 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:20:25.565 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:20:25.568 | + lib/databases/mysql:install_database_mysql:189 : install_package mysql-server 2022-02-10 14:20:25.570 | + functions-common:install_package:1463 : update_package_repo 2022-02-10 14:20:25.573 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:20:25.575 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-10 14:20:25.577 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:20:25.580 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:20:25.582 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:20:25.584 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:20:25.586 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:20:25.588 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:20:25.590 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-10 14:20:25.593 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-10 14:20:25.595 | + functions-common:apt_get_update:1190 : return 2022-02-10 14:20:25.598 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-02-10 14:20:25.600 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:20:25.602 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:20:25.604 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:20:25.606 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-02-10 14:20:25.627 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-02-10 14:20:25.737 | Reading package lists... 2022-02-10 14:20:25.992 | Building dependency tree... 2022-02-10 14:20:25.993 | Reading state information... 2022-02-10 14:20:26.251 | The following packages were automatically installed and are no longer required: 2022-02-10 14:20:26.252 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:20:26.252 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:20:26.252 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:20:26.252 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:20:26.252 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:20:26.253 | python3-zope.interface 2022-02-10 14:20:26.253 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:20:26.253 | The following additional packages will be installed: 2022-02-10 14:20:26.253 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-10 14:20:26.253 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-10 14:20:26.253 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-10 14:20:26.254 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-10 14:20:26.254 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-10 14:20:26.254 | mysql-server-8.0 mysql-server-core-8.0 2022-02-10 14:20:26.255 | Suggested packages: 2022-02-10 14:20:26.255 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-02-10 14:20:26.334 | The following NEW packages will be installed: 2022-02-10 14:20:26.334 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-10 14:20:26.334 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-10 14:20:26.334 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-10 14:20:26.335 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-10 14:20:26.335 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-10 14:20:26.335 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-02-10 14:20:26.870 | 0 upgraded, 24 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:20:26.870 | Need to get 31.4 MB of archives. 2022-02-10 14:20:26.870 | After this operation, 262 MB of additional disk space will be used. 2022-02-10 14:20:26.870 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB] 2022-02-10 14:20:30.479 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB] 2022-02-10 14:20:30.481 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-02-10 14:20:30.501 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-02-10 14:20:30.503 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-02-10 14:20:30.675 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB] 2022-02-10 14:20:35.023 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB] 2022-02-10 14:20:35.135 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-02-10 14:20:35.136 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-02-10 14:20:35.138 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-02-10 14:20:35.143 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-02-10 14:20:35.160 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-02-10 14:20:35.297 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-02-10 14:20:35.298 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-02-10 14:20:35.299 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-02-10 14:20:35.300 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-02-10 14:20:35.301 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-02-10 14:20:35.301 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-02-10 14:20:35.302 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-02-10 14:20:35.302 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-02-10 14:20:35.421 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-02-10 14:20:35.553 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-02-10 14:20:36.386 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-02-10 14:20:36.386 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B] 2022-02-10 14:20:36.893 | Preconfiguring packages ... 2022-02-10 14:20:37.005 | Fetched 31.4 MB in 10s (3,131 kB/s) 2022-02-10 14:20:37.035 | Selecting previously unselected package mysql-client-core-8.0. 2022-02-10 14:20:37.087 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90053 files and directories currently installed.) 2022-02-10 14:20:37.091 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-10 14:20:37.094 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:38.042 | Selecting previously unselected package mysql-client-8.0. 2022-02-10 14:20:38.051 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-10 14:20:38.054 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:38.094 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-02-10 14:20:38.103 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-10 14:20:38.108 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-10 14:20:38.152 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-02-10 14:20:38.161 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-10 14:20:38.164 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-10 14:20:38.195 | Selecting previously unselected package libmecab2:amd64. 2022-02-10 14:20:38.205 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-02-10 14:20:38.208 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-02-10 14:20:38.278 | Selecting previously unselected package mysql-server-core-8.0. 2022-02-10 14:20:38.287 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-10 14:20:38.290 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:41.209 | Selecting previously unselected package mysql-server-8.0. 2022-02-10 14:20:41.219 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-10 14:20:41.695 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:41.768 | Selecting previously unselected package libhtml-tagset-perl. 2022-02-10 14:20:41.778 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-02-10 14:20:41.783 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-02-10 14:20:41.814 | Selecting previously unselected package liburi-perl. 2022-02-10 14:20:41.824 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-02-10 14:20:41.826 | Unpacking liburi-perl (1.76-2) ... 2022-02-10 14:20:41.878 | Selecting previously unselected package libhtml-parser-perl. 2022-02-10 14:20:41.887 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-02-10 14:20:41.889 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-02-10 14:20:41.930 | Selecting previously unselected package libcgi-pm-perl. 2022-02-10 14:20:41.939 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-02-10 14:20:41.941 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-02-10 14:20:41.993 | Selecting previously unselected package libfcgi-perl. 2022-02-10 14:20:42.003 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-02-10 14:20:42.005 | Unpacking libfcgi-perl (0.79-1) ... 2022-02-10 14:20:42.037 | Selecting previously unselected package libcgi-fast-perl. 2022-02-10 14:20:42.047 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-02-10 14:20:42.049 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-02-10 14:20:42.075 | Selecting previously unselected package libencode-locale-perl. 2022-02-10 14:20:42.085 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-02-10 14:20:42.086 | Unpacking libencode-locale-perl (1.05-1) ... 2022-02-10 14:20:42.113 | Selecting previously unselected package libhtml-template-perl. 2022-02-10 14:20:42.123 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-02-10 14:20:42.125 | Unpacking libhtml-template-perl (2.97-1) ... 2022-02-10 14:20:42.159 | Selecting previously unselected package libtimedate-perl. 2022-02-10 14:20:42.168 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-02-10 14:20:42.170 | Unpacking libtimedate-perl (2.3200-1) ... 2022-02-10 14:20:42.210 | Selecting previously unselected package libhttp-date-perl. 2022-02-10 14:20:42.219 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-02-10 14:20:42.222 | Unpacking libhttp-date-perl (6.05-1) ... 2022-02-10 14:20:42.249 | Selecting previously unselected package libio-html-perl. 2022-02-10 14:20:42.259 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-02-10 14:20:42.261 | Unpacking libio-html-perl (1.001-1) ... 2022-02-10 14:20:42.289 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-02-10 14:20:42.299 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-02-10 14:20:42.302 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-02-10 14:20:42.330 | Selecting previously unselected package libhttp-message-perl. 2022-02-10 14:20:42.340 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-02-10 14:20:42.343 | Unpacking libhttp-message-perl (6.22-1) ... 2022-02-10 14:20:42.387 | Selecting previously unselected package mecab-utils. 2022-02-10 14:20:42.396 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-02-10 14:20:42.399 | Unpacking mecab-utils (0.996-10build1) ... 2022-02-10 14:20:42.429 | Selecting previously unselected package mecab-ipadic. 2022-02-10 14:20:42.439 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-02-10 14:20:42.441 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-10 14:20:43.700 | Selecting previously unselected package mecab-ipadic-utf8. 2022-02-10 14:20:43.710 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-02-10 14:20:43.713 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-10 14:20:43.742 | Selecting previously unselected package mysql-server. 2022-02-10 14:20:43.752 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ... 2022-02-10 14:20:43.755 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:43.809 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-02-10 14:20:43.816 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:43.822 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-02-10 14:20:43.828 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-02-10 14:20:43.833 | Setting up libencode-locale-perl (1.05-1) ... 2022-02-10 14:20:43.838 | Setting up mecab-utils (0.996-10build1) ... 2022-02-10 14:20:43.844 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-10 14:20:43.850 | Setting up libio-html-perl (1.001-1) ... 2022-02-10 14:20:43.856 | Setting up libtimedate-perl (2.3200-1) ... 2022-02-10 14:20:43.862 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:43.868 | Setting up libfcgi-perl (0.79-1) ... 2022-02-10 14:20:43.873 | Setting up liburi-perl (1.76-2) ... 2022-02-10 14:20:43.879 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-10 14:20:43.885 | Setting up libhttp-date-perl (6.05-1) ... 2022-02-10 14:20:43.891 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-10 14:20:43.896 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-10 14:20:43.900 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-10 14:20:43.900 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-10 14:20:43.900 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-10 14:20:43.901 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-10 14:20:44.042 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-10 14:20:44.042 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-10 14:20:44.042 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-10 14:20:44.042 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-10 14:20:44.050 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-10 14:20:44.140 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-10 14:20:44.140 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-10 14:20:44.141 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-10 14:20:44.167 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-10 14:20:44.212 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-10 14:20:44.500 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-10 14:20:44.507 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-10 14:20:44.599 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-10 14:20:44.599 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-10 14:20:44.600 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-10 14:20:44.600 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-10 14:20:44.604 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-10 14:20:44.604 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-10 14:20:44.650 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-10 14:20:44.846 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-10 14:20:44.847 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-10 14:20:44.847 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-10 14:20:44.847 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-10 14:20:44.850 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-10 14:20:44.850 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-10 14:20:45.278 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-10 14:20:45.400 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-10 14:20:45.725 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-10 14:20:45.729 | 2022-02-10 14:20:45.729 | done! 2022-02-10 14:20:45.735 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-10 14:20:45.740 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:45.745 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-10 14:20:45.751 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-10 14:20:45.764 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-10 14:20:45.764 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-10 14:20:45.764 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-10 14:20:45.764 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-10 14:20:45.973 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-10 14:20:45.973 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-10 14:20:45.974 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-10 14:20:45.974 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-10 14:20:45.986 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-10 14:20:46.116 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-10 14:20:46.117 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-10 14:20:46.117 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-10 14:20:46.157 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-10 14:20:46.230 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-10 14:20:46.724 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-10 14:20:46.734 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-10 14:20:46.845 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-10 14:20:46.845 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-10 14:20:46.846 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-10 14:20:46.846 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-10 14:20:46.851 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-10 14:20:46.851 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-10 14:20:46.941 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-10 14:20:47.230 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-10 14:20:47.231 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-10 14:20:47.231 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-10 14:20:47.232 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-10 14:20:47.235 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-10 14:20:47.236 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-10 14:20:47.749 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-10 14:20:47.893 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-10 14:20:48.216 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-10 14:20:48.220 | 2022-02-10 14:20:48.220 | done! 2022-02-10 14:20:48.228 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-10 14:20:48.232 | Setting up libhtml-parser-perl (3.72-5) ... 2022-02-10 14:20:48.238 | Setting up libhttp-message-perl (6.22-1) ... 2022-02-10 14:20:48.244 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:20:48.952 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-10 14:20:48.982 | Renaming removed key_buffer and myisam-recover options (if present) 2022-02-10 14:20:57.984 | mysqld will log errors to /var/log/mysql/error.log 2022-02-10 14:20:58.602 | mysqld is running as pid 56192 2022-02-10 14:21:01.424 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-02-10 14:21:03.500 | Setting up libcgi-pm-perl (4.46-1) ... 2022-02-10 14:21:03.506 | Setting up libhtml-template-perl (2.97-1) ... 2022-02-10 14:21:03.512 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-10 14:21:03.519 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-02-10 14:21:03.525 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-10 14:21:03.917 | Processing triggers for man-db (2.9.1-1) ... 2022-02-10 14:21:05.685 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-10 14:21:12.853 | + functions-common:apt_get:1234 : result=0 2022-02-10 14:21:12.856 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:21:12.858 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:12.860 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:12.862 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:12.864 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:12.866 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:12.868 | + functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:21:12.870 | + functions-common:time_stop:2432 : start_time=1644502825625 2022-02-10 14:21:12.872 | + functions-common:time_stop:2434 : [[ -z 1644502825625 ]] 2022-02-10 14:21:12.876 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:12.880 | + functions-common:time_stop:2437 : end_time=1644502872877 2022-02-10 14:21:12.882 | + functions-common:time_stop:2438 : elapsed_time=47252 2022-02-10 14:21:12.884 | + functions-common:time_stop:2439 : total=233455 2022-02-10 14:21:12.886 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:12.888 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=280707 2022-02-10 14:21:12.892 | + functions-common:apt_get:1238 : return 0 2022-02-10 14:21:12.894 | + ./stack.sh:main:838 : '[' -n mysql ']' 2022-02-10 14:21:12.896 | + ./stack.sh:main:839 : install_database_python 2022-02-10 14:21:12.899 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-02-10 14:21:12.901 | + lib/databases/mysql:install_database_python_mysql:198 : pip_install_gr PyMySQL 2022-02-10 14:21:12.904 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-02-10 14:21:12.906 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-10 14:21:12.909 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-02-10 14:21:12.912 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-02-10 14:21:12.914 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-10 14:21:12.918 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-02-10 14:21:12.918 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-10 14:21:12.925 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-02-10 14:21:12.927 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-02-10 14:21:12.929 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-02-10 14:21:12.932 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-02-10 14:21:12.934 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-02-10 14:21:12.956 | Using python 3.8 to install PyMySQL 2022-02-10 14:21:12.958 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-02-10 14:21:13.756 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:13.756 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:13.756 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:13.756 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:14.910 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:21:15.029 | Collecting PyMySQL 2022-02-10 14:21:15.037 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-02-10 14:21:16.603 | Installing collected packages: PyMySQL 2022-02-10 14:21:16.729 | Successfully installed PyMySQL-1.0.2 2022-02-10 14:21:16.729 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:21:16.735 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:21:16.735 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:21:16.846 | + inc/python:pip_install:200 : result=0 2022-02-10 14:21:16.848 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:21:16.850 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:16.852 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:16.854 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:16.857 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:16.859 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:16.861 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:21:16.864 | + functions-common:time_stop:2432 : start_time=1644502872950 2022-02-10 14:21:16.866 | + functions-common:time_stop:2434 : [[ -z 1644502872950 ]] 2022-02-10 14:21:16.869 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:16.873 | + functions-common:time_stop:2437 : end_time=1644502876870 2022-02-10 14:21:16.876 | + functions-common:time_stop:2438 : elapsed_time=3920 2022-02-10 14:21:16.878 | + functions-common:time_stop:2439 : total=26303 2022-02-10 14:21:16.880 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:16.882 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=30223 2022-02-10 14:21:16.885 | + inc/python:pip_install:203 : return 0 2022-02-10 14:21:16.887 | + lib/databases/mysql:install_database_python_mysql:199 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-02-10 14:21:16.889 | + lib/databases/mysql:install_database_python_mysql:201 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-10 14:21:16.891 | + lib/databases/mysql:install_database_python_mysql:202 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-02-10 14:21:16.894 | + ./stack.sh:main:842 : is_service_enabled neutron 2022-02-10 14:21:16.910 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:16.913 | + ./stack.sh:main:843 : install_neutron_agent_packages 2022-02-10 14:21:16.915 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-02-10 14:21:16.918 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-10 14:21:16.919 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-02-10 14:21:16.925 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-10 14:21:16.927 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-10 14:21:16.930 | + 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-02-10 14:21:16.932 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-02-10 14:21:16.935 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-02-10 14:21:16.938 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-02-10 14:21:16.954 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:16.956 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-02-10 14:21:16.959 | + functions-common:install_package:1463 : update_package_repo 2022-02-10 14:21:16.961 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:21:16.963 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-10 14:21:16.965 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:21:16.967 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:21:16.969 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:21:16.972 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:16.975 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:16.977 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:21:16.979 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-10 14:21:16.982 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-10 14:21:16.985 | + functions-common:apt_get_update:1190 : return 2022-02-10 14:21:16.987 | + functions-common:install_package:1464 : real_install_package radvd 2022-02-10 14:21:16.989 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:21:16.992 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:16.995 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:16.997 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-02-10 14:21:17.019 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-02-10 14:21:17.147 | Reading package lists... 2022-02-10 14:21:17.434 | Building dependency tree... 2022-02-10 14:21:17.436 | Reading state information... 2022-02-10 14:21:17.738 | The following packages were automatically installed and are no longer required: 2022-02-10 14:21:17.739 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:21:17.739 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:21:17.739 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:21:17.739 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:21:17.739 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:21:17.739 | python3-zope.interface 2022-02-10 14:21:17.739 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:21:17.813 | The following NEW packages will be installed: 2022-02-10 14:21:17.813 | radvd 2022-02-10 14:21:18.100 | 0 upgraded, 1 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:21:18.100 | Need to get 59.0 kB of archives. 2022-02-10 14:21:18.100 | After this operation, 164 kB of additional disk space will be used. 2022-02-10 14:21:18.100 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-02-10 14:21:18.973 | Fetched 59.0 kB in 1s (103 kB/s) 2022-02-10 14:21:19.005 | Selecting previously unselected package radvd. 2022-02-10 14:21:19.063 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90631 files and directories currently installed.) 2022-02-10 14:21:19.066 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-02-10 14:21:19.069 | Unpacking radvd (1:2.17-2) ... 2022-02-10 14:21:19.132 | Setting up radvd (1:2.17-2) ... 2022-02-10 14:21:20.089 | Job for radvd.service failed because the control process exited with error code. 2022-02-10 14:21:20.089 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-02-10 14:21:20.090 | invoke-rc.d: initscript radvd, action "start" failed. 2022-02-10 14:21:20.102 | ● radvd.service - Router advertisement daemon for IPv6 2022-02-10 14:21:20.102 | Loaded: loaded (]8;;file://dv-osbrick-822642-2-iscsi/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-02-10 14:21:20.102 | Active: failed (Result: exit-code) since Thu 2022-02-10 14:21:20 UTC; 15ms ago 2022-02-10 14:21:20.102 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-02-10 14:21:20.102 | Process: 57335 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-02-10 14:21:20.103 | 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi radvd[57335]: can't open /etc/radvd.conf: No such file or directory 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi radvd[57335]: Insecure file permissions, but continuing anyway 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi radvd[57335]: exiting, failed to read config file 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-02-10 14:21:20.103 | Feb 10 14:21:20 dv-osbrick-822642-2-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-02-10 14:21:20.107 | Processing triggers for man-db (2.9.1-1) ... 2022-02-10 14:21:20.205 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-10 14:21:27.774 | + functions-common:apt_get:1234 : result=0 2022-02-10 14:21:27.777 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:21:27.779 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:27.782 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:27.784 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:27.786 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:27.788 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:27.790 | + functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:21:27.793 | + functions-common:time_stop:2432 : start_time=1644502877016 2022-02-10 14:21:27.795 | + functions-common:time_stop:2434 : [[ -z 1644502877016 ]] 2022-02-10 14:21:27.798 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:27.803 | + functions-common:time_stop:2437 : end_time=1644502887800 2022-02-10 14:21:27.805 | + functions-common:time_stop:2438 : elapsed_time=10784 2022-02-10 14:21:27.807 | + functions-common:time_stop:2439 : total=280707 2022-02-10 14:21:27.810 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:27.812 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=291491 2022-02-10 14:21:27.814 | + functions-common:apt_get:1238 : return 0 2022-02-10 14:21:27.819 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-02-10 14:21:27.838 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:27.841 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-02-10 14:21:27.844 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-02-10 14:21:27.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-02-10 14:21:27.850 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-02-10 14:21:27.871 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-02-10 14:21:27.874 | + functions-common:install_package:1463 : update_package_repo 2022-02-10 14:21:27.876 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:21:27.878 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-10 14:21:27.881 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:21:27.883 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:21:27.885 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:21:27.888 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:27.893 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:27.897 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:21:27.903 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-10 14:21:27.906 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-10 14:21:27.908 | + functions-common:apt_get_update:1190 : return 2022-02-10 14:21:27.910 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-02-10 14:21:27.912 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:21:27.915 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:27.917 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:27.919 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-02-10 14:21:27.940 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-02-10 14:21:28.050 | Reading package lists... 2022-02-10 14:21:28.312 | Building dependency tree... 2022-02-10 14:21:28.313 | Reading state information... 2022-02-10 14:21:28.567 | fakeroot is already the newest version (1.24-1). 2022-02-10 14:21:28.567 | fakeroot set to manually installed. 2022-02-10 14:21:28.567 | make is already the newest version (4.2.1-1.2). 2022-02-10 14:21:28.567 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-02-10 14:21:28.567 | The following packages were automatically installed and are no longer required: 2022-02-10 14:21:28.568 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:21:28.568 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:21:28.568 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:21:28.568 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:21:28.568 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:21:28.568 | python3-zope.interface 2022-02-10 14:21:28.568 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:21:28.699 | 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:21:28.703 | + functions-common:apt_get:1234 : result=0 2022-02-10 14:21:28.705 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:21:28.707 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:28.709 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:28.712 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:28.714 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:28.716 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:28.718 | + functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:21:28.720 | + functions-common:time_stop:2432 : start_time=1644502887938 2022-02-10 14:21:28.722 | + functions-common:time_stop:2434 : [[ -z 1644502887938 ]] 2022-02-10 14:21:28.725 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:28.729 | + functions-common:time_stop:2437 : end_time=1644502888727 2022-02-10 14:21:28.731 | + functions-common:time_stop:2438 : elapsed_time=789 2022-02-10 14:21:28.734 | + functions-common:time_stop:2439 : total=291491 2022-02-10 14:21:28.736 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:28.738 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=292280 2022-02-10 14:21:28.740 | + functions-common:apt_get:1238 : return 0 2022-02-10 14:21:28.742 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-02-10 14:21:28.745 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:28.747 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:28.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-02-10 14:21:28.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-02-10 14:21:28.754 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-02-10 14:21:28.758 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-02-10 14:21:28.760 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-02-10 14:21:28.763 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-02-10 14:21:28.764 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-02-10 14:21:28.768 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-02-10 14:21:28.770 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-02-10 14:21:28.773 | + functions:vercmp:628 : local v1=5.4 2022-02-10 14:21:28.775 | + functions:vercmp:629 : local 'op=<' 2022-02-10 14:21:28.777 | + functions:vercmp:630 : local v2=3.13 2022-02-10 14:21:28.779 | + functions:vercmp:631 : local result 2022-02-10 14:21:28.783 | ++ functions:vercmp:635 : sort -V 2022-02-10 14:21:28.784 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-02-10 14:21:28.784 | ++ functions:vercmp:635 : head -1 2022-02-10 14:21:28.788 | + functions:vercmp:635 : result=3.13 2022-02-10 14:21:28.790 | + functions:vercmp:637 : case $op in 2022-02-10 14:21:28.792 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-02-10 14:21:28.795 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-02-10 14:21:28.797 | + functions:vercmp:648 : return 2022-02-10 14:21:28.800 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-02-10 14:21:28.803 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-10 14:21:28.805 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart openvswitch-switch 2022-02-10 14:21:29.144 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-02-10 14:21:29.147 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-02-10 14:21:29.151 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:29.153 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:29.156 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-02-10 14:21:29.160 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:29.162 | + ./stack.sh:main:846 : is_service_enabled etcd3 2022-02-10 14:21:29.183 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:29.184 | + ./stack.sh:main:847 : install_etcd3 2022-02-10 14:21:29.186 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-02-10 14:21:29.186 | Installing etcd 2022-02-10 14:21:29.189 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-02-10 14:21:29.202 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-02-10 14:21:29.214 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-02-10 14:21:29.217 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-02-10 14:21:29.236 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-02-10 14:21:29.240 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.242 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.245 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.250 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.253 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-02-10 14:21:29.255 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-02-10 14:21:29.257 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.261 | --2022-02-10 14:21:29-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.266 | Resolving github.com (github.com)... 140.82.121.4 2022-02-10 14:21:29.310 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2022-02-10 14:21:29.450 | HTTP request sent, awaiting response... 302 Found 2022-02-10 14:21:29.450 | 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%2F20220210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220210T142116Z&X-Amz-Expires=300&X-Amz-Signature=cd4fb69f97f0391910d88d6c33d5641f9e9e987f031eb7f79211e9b8276932ea&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-02-10 14:21:29.450 | --2022-02-10 14:21:29-- 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%2F20220210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220210T142116Z&X-Amz-Expires=300&X-Amz-Signature=cd4fb69f97f0391910d88d6c33d5641f9e9e987f031eb7f79211e9b8276932ea&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-02-10 14:21:29.452 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... 2022-02-10 14:21:29.477 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. 2022-02-10 14:21:29.670 | HTTP request sent, awaiting response... 200 OK 2022-02-10 14:21:29.671 | Length: 11350736 (11M) [application/octet-stream] 2022-02-10 14:21:29.671 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-02-10 14:21:29.785 | 2022-02-10 14:21:29.945 | 0K ........ .. 100% 39.5M=0.3s 2022-02-10 14:21:29.945 | 2022-02-10 14:21:29.945 | 2022-02-10 14:21:29 (39.5 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-02-10 14:21:29.945 | 2022-02-10 14:21:29.949 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-02-10 14:21:29.952 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.954 | ++ functions:get_extra_file:74 : return 2022-02-10 14:21:29.957 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-10 14:21:29.959 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-02-10 14:21:29.962 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-02-10 14:21:29.964 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-02-10 14:21:30.095 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-02-10 14:21:30.097 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/ 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/README.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-02-10 14:21:30.102 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-02-10 14:21:30.103 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-02-10 14:21:30.104 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-02-10 14:21:30.105 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-02-10 14:21:30.106 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-02-10 14:21:30.107 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-02-10 14:21:30.108 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-02-10 14:21:30.109 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-02-10 14:21:30.110 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-02-10 14:21:30.111 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-02-10 14:21:30.111 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-02-10 14:21:30.111 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-02-10 14:21:30.111 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-02-10 14:21:30.112 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-02-10 14:21:30.113 | etcd-v3.3.12-linux-amd64/etcdctl 2022-02-10 14:21:30.302 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-02-10 14:21:30.302 | etcd-v3.3.12-linux-amd64/etcd 2022-02-10 14:21:30.531 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-02-10 14:21:30.570 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-02-10 14:21:30.604 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-02-10 14:21:30.607 | + ./stack.sh:main:856 : is_service_enabled tls-proxy 2022-02-10 14:21:30.624 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:21:30.626 | + ./stack.sh:main:866 : install_dstat 2022-02-10 14:21:30.629 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-02-10 14:21:30.644 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:21:30.647 | + ./stack.sh:main:872 : echo_summary 'Installing OpenStack project source' 2022-02-10 14:21:30.649 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-02-10 14:21:30.651 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-02-10 14:21:30.653 | + ./stack.sh:main:875 : install_libs 2022-02-10 14:21:30.656 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-02-10 14:21:30.658 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-02-10 14:21:30.661 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-02-10 14:21:30.663 | + inc/python:use_library_from_git:250 : local name=automaton 2022-02-10 14:21:30.665 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.667 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.669 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-02-10 14:21:30.672 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.674 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-02-10 14:21:30.676 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-02-10 14:21:30.679 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-02-10 14:21:30.681 | + inc/python:use_library_from_git:250 : local name=castellan 2022-02-10 14:21:30.683 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.685 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.688 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-02-10 14:21:30.690 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.692 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-02-10 14:21:30.695 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-02-10 14:21:30.697 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-02-10 14:21:30.699 | + inc/python:use_library_from_git:250 : local name=cliff 2022-02-10 14:21:30.701 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.704 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.706 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-02-10 14:21:30.708 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.710 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-02-10 14:21:30.712 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-02-10 14:21:30.715 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-02-10 14:21:30.717 | + inc/python:use_library_from_git:250 : local name=cursive 2022-02-10 14:21:30.719 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.721 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.723 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-02-10 14:21:30.725 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.728 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-02-10 14:21:30.730 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-02-10 14:21:30.732 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-02-10 14:21:30.735 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-02-10 14:21:30.737 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.740 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.742 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-02-10 14:21:30.744 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.746 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-02-10 14:21:30.749 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-02-10 14:21:30.751 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-02-10 14:21:30.753 | + inc/python:use_library_from_git:250 : local name=futurist 2022-02-10 14:21:30.756 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.758 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.760 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-02-10 14:21:30.762 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.764 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-02-10 14:21:30.767 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-02-10 14:21:30.769 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-02-10 14:21:30.771 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-02-10 14:21:30.773 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.775 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.777 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-02-10 14:21:30.780 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.782 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-02-10 14:21:30.784 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-02-10 14:21:30.787 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-02-10 14:21:30.789 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-02-10 14:21:30.791 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.793 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.796 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-02-10 14:21:30.798 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.801 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-02-10 14:21:30.803 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-02-10 14:21:30.805 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-02-10 14:21:30.807 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-02-10 14:21:30.810 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.812 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.815 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-02-10 14:21:30.817 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.819 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-02-10 14:21:30.821 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-02-10 14:21:30.824 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-02-10 14:21:30.826 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-02-10 14:21:30.828 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.831 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.833 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-02-10 14:21:30.835 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.837 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-02-10 14:21:30.840 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-02-10 14:21:30.842 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-02-10 14:21:30.844 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-02-10 14:21:30.846 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.848 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.851 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-02-10 14:21:30.853 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.855 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-02-10 14:21:30.857 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-02-10 14:21:30.860 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-02-10 14:21:30.862 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-02-10 14:21:30.864 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.867 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.869 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-02-10 14:21:30.871 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.874 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-02-10 14:21:30.876 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-02-10 14:21:30.879 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-02-10 14:21:30.881 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-02-10 14:21:30.883 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.886 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.888 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-02-10 14:21:30.892 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.895 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-02-10 14:21:30.897 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-02-10 14:21:30.899 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-02-10 14:21:30.902 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-02-10 14:21:30.904 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.907 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.909 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-02-10 14:21:30.911 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.914 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-02-10 14:21:30.916 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-02-10 14:21:30.918 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-02-10 14:21:30.921 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-02-10 14:21:30.924 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.926 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.928 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-02-10 14:21:30.930 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.933 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-02-10 14:21:30.935 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-02-10 14:21:30.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-02-10 14:21:30.940 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-02-10 14:21:30.942 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.944 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.947 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-02-10 14:21:30.949 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.952 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-02-10 14:21:30.954 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-02-10 14:21:30.956 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-02-10 14:21:30.958 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-02-10 14:21:30.961 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.963 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.965 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-02-10 14:21:30.968 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.970 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-02-10 14:21:30.972 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-02-10 14:21:30.975 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-02-10 14:21:30.977 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-02-10 14:21:30.979 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:30.982 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:30.984 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-02-10 14:21:30.987 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:30.989 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-02-10 14:21:30.991 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-02-10 14:21:30.993 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-02-10 14:21:30.996 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-02-10 14:21:30.998 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.000 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.003 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-02-10 14:21:31.005 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.007 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-02-10 14:21:31.009 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-02-10 14:21:31.012 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-02-10 14:21:31.014 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-02-10 14:21:31.016 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.018 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.021 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-02-10 14:21:31.023 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.025 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-02-10 14:21:31.027 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-02-10 14:21:31.030 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-02-10 14:21:31.032 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-02-10 14:21:31.035 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.037 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.039 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-02-10 14:21:31.041 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.044 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-02-10 14:21:31.047 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-02-10 14:21:31.049 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-02-10 14:21:31.051 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-02-10 14:21:31.054 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.056 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.058 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-02-10 14:21:31.060 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.063 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-02-10 14:21:31.065 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-02-10 14:21:31.067 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-02-10 14:21:31.069 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-02-10 14:21:31.072 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.074 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.077 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-02-10 14:21:31.079 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.082 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-02-10 14:21:31.084 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-02-10 14:21:31.086 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-02-10 14:21:31.088 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-02-10 14:21:31.091 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.093 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.096 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-02-10 14:21:31.098 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.100 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-02-10 14:21:31.103 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-02-10 14:21:31.105 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-02-10 14:21:31.107 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-02-10 14:21:31.110 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.112 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.115 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-02-10 14:21:31.117 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.119 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-02-10 14:21:31.122 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-02-10 14:21:31.124 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-02-10 14:21:31.126 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-02-10 14:21:31.128 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.131 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.133 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-02-10 14:21:31.135 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.138 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-02-10 14:21:31.140 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-02-10 14:21:31.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-02-10 14:21:31.145 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-02-10 14:21:31.147 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.149 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.152 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-02-10 14:21:31.154 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.157 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-02-10 14:21:31.159 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-02-10 14:21:31.161 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-02-10 14:21:31.164 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-02-10 14:21:31.166 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.168 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.170 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-02-10 14:21:31.173 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.175 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-02-10 14:21:31.179 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-02-10 14:21:31.182 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-02-10 14:21:31.184 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-02-10 14:21:31.189 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.191 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.193 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-02-10 14:21:31.196 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.198 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-02-10 14:21:31.200 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-02-10 14:21:31.203 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-02-10 14:21:31.206 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-02-10 14:21:31.208 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.210 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.212 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-02-10 14:21:31.215 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.217 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-02-10 14:21:31.219 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-02-10 14:21:31.222 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-02-10 14:21:31.224 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-02-10 14:21:31.226 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.228 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.231 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-02-10 14:21:31.233 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.235 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-02-10 14:21:31.238 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-02-10 14:21:31.240 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-02-10 14:21:31.242 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-02-10 14:21:31.244 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.247 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.249 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-02-10 14:21:31.252 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.254 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-02-10 14:21:31.256 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-02-10 14:21:31.258 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-02-10 14:21:31.261 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-02-10 14:21:31.263 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.266 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.268 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-02-10 14:21:31.271 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.273 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-02-10 14:21:31.275 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-02-10 14:21:31.277 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-02-10 14:21:31.280 | + inc/python:use_library_from_git:250 : local name=tooz 2022-02-10 14:21:31.282 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.284 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.287 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-02-10 14:21:31.289 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.291 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-02-10 14:21:31.294 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-02-10 14:21:31.296 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-02-10 14:21:31.298 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-02-10 14:21:31.300 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.303 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.305 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-02-10 14:21:31.308 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.310 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-02-10 14:21:31.313 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-02-10 14:21:31.315 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-02-10 14:21:31.318 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-02-10 14:21:31.320 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.323 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.325 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-02-10 14:21:31.328 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.330 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-02-10 14:21:31.333 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-02-10 14:21:31.335 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-02-10 14:21:31.337 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-02-10 14:21:31.339 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.342 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.344 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-02-10 14:21:31.346 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.349 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-02-10 14:21:31.351 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-02-10 14:21:31.353 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-02-10 14:21:31.355 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-02-10 14:21:31.358 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:31.361 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:31.363 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-02-10 14:21:31.365 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:31.368 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-02-10 14:21:31.391 | Using python 3.8 to install etcd3 2022-02-10 14:21:31.394 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-02-10 14:21:32.117 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:32.117 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:32.117 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:32.117 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:33.275 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:21:33.371 | Collecting etcd3 2022-02-10 14:21:33.381 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-02-10 14:21:33.409 | Preparing metadata (setup.py): started 2022-02-10 14:21:34.054 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:21:36.510 | Collecting grpcio>=1.27.1 2022-02-10 14:21:36.525 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/57f/1aeb65ed17dfb/grpcio-1.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB) 2022-02-10 14:21:37.369 | Collecting protobuf>=3.6.1 2022-02-10 14:21:37.380 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd9/5d1dfb9c4f456/protobuf-3.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-02-10 14:21:37.408 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-02-10 14:21:37.409 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-02-10 14:21:37.435 | Building wheels for collected packages: etcd3 2022-02-10 14:21:37.436 | Building wheel for etcd3 (setup.py): started 2022-02-10 14:21:38.185 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-02-10 14:21:38.187 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=195b5a2d3d71fc7b4923592d32fa17d8cbc7fc2d8971e9929c3f2b1d9a12e271 2022-02-10 14:21:38.187 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-02-10 14:21:38.191 | Successfully built etcd3 2022-02-10 14:21:39.792 | Installing collected packages: protobuf, grpcio, etcd3 2022-02-10 14:21:40.390 | Successfully installed etcd3-0.12.0 grpcio-1.43.0 protobuf-3.19.4 2022-02-10 14:21:40.390 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:21:40.396 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:21:40.396 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:21:40.547 | + inc/python:pip_install:200 : result=0 2022-02-10 14:21:40.549 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:21:40.552 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:40.554 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:40.556 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:40.558 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:40.560 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:40.563 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:21:40.565 | + functions-common:time_stop:2432 : start_time=1644502891385 2022-02-10 14:21:40.567 | + functions-common:time_stop:2434 : [[ -z 1644502891385 ]] 2022-02-10 14:21:40.570 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:40.574 | + functions-common:time_stop:2437 : end_time=1644502900572 2022-02-10 14:21:40.576 | + functions-common:time_stop:2438 : elapsed_time=9187 2022-02-10 14:21:40.578 | + functions-common:time_stop:2439 : total=30223 2022-02-10 14:21:40.580 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:40.583 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=39410 2022-02-10 14:21:40.585 | + inc/python:pip_install:203 : return 0 2022-02-10 14:21:40.587 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-02-10 14:21:40.613 | Using python 3.8 to install etcd3gw 2022-02-10 14:21:40.615 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-02-10 14:21:41.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:41.383 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:41.383 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:41.383 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:42.524 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:21:42.625 | Collecting etcd3gw 2022-02-10 14:21:42.633 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3d/ccb9d2bb04a11/etcd3gw-1.0.1-py3-none-any.whl (22 kB) 2022-02-10 14:21:42.645 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-02-10 14:21:42.646 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-02-10 14:21:42.647 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-02-10 14:21:42.648 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.0) 2022-02-10 14:21:42.681 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.8) 2022-02-10 14:21:42.683 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.11) 2022-02-10 14:21:42.684 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-02-10 14:21:42.688 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-02-10 14:21:44.362 | Installing collected packages: etcd3gw 2022-02-10 14:21:44.468 | Successfully installed etcd3gw-1.0.1 2022-02-10 14:21:44.468 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:21:44.474 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:21:44.474 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:21:44.589 | + inc/python:pip_install:200 : result=0 2022-02-10 14:21:44.591 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:21:44.594 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:44.596 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:44.598 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:44.600 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:44.602 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:44.605 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:21:44.607 | + functions-common:time_stop:2432 : start_time=1644502900607 2022-02-10 14:21:44.609 | + functions-common:time_stop:2434 : [[ -z 1644502900607 ]] 2022-02-10 14:21:44.612 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:44.616 | + functions-common:time_stop:2437 : end_time=1644502904614 2022-02-10 14:21:44.618 | + functions-common:time_stop:2438 : elapsed_time=4007 2022-02-10 14:21:44.621 | + functions-common:time_stop:2439 : total=39410 2022-02-10 14:21:44.624 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:44.626 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=43417 2022-02-10 14:21:44.628 | + inc/python:pip_install:203 : return 0 2022-02-10 14:21:44.631 | + ./stack.sh:main:878 : install_apache_uwsgi 2022-02-10 14:21:44.633 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-02-10 14:21:44.636 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-02-10 14:21:44.638 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-02-10 14:21:44.641 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-02-10 14:21:44.645 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-02-10 14:21:44.647 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-02-10 14:21:44.650 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-10 14:21:44.652 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-10 14:21:44.655 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-02-10 14:21:44.657 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-02-10 14:21:44.660 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-02-10 14:21:44.662 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-02-10 14:21:44.664 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-02-10 14:21:44.666 | + lib/apache:install_apache_uwsgi:85 : is_ubuntu 2022-02-10 14:21:44.669 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:44.671 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:44.674 | + lib/apache:install_apache_uwsgi:86 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-02-10 14:21:44.676 | + lib/apache:install_apache_uwsgi:87 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-10 14:21:44.678 | + functions-common:install_package:1463 : update_package_repo 2022-02-10 14:21:44.681 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-02-10 14:21:44.683 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-02-10 14:21:44.685 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-02-10 14:21:44.688 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-02-10 14:21:44.691 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-02-10 14:21:44.693 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:44.695 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:44.698 | + functions-common:update_package_repo:1444 : apt_get_update 2022-02-10 14:21:44.700 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-02-10 14:21:44.704 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-02-10 14:21:44.706 | + functions-common:apt_get_update:1190 : return 2022-02-10 14:21:44.709 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-10 14:21:44.711 | + functions-common:real_install_package:1449 : is_ubuntu 2022-02-10 14:21:44.714 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:44.716 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:44.719 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-10 14:21:44.741 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-10 14:21:44.857 | Reading package lists... 2022-02-10 14:21:45.141 | Building dependency tree... 2022-02-10 14:21:45.143 | Reading state information... 2022-02-10 14:21:45.397 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-02-10 14:21:45.397 | The following packages were automatically installed and are no longer required: 2022-02-10 14:21:45.398 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-10 14:21:45.398 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-10 14:21:45.398 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-10 14:21:45.398 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-10 14:21:45.398 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-10 14:21:45.398 | python3-zope.interface 2022-02-10 14:21:45.398 | Use 'sudo apt autoremove' to remove them. 2022-02-10 14:21:45.399 | The following additional packages will be installed: 2022-02-10 14:21:45.399 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-02-10 14:21:45.400 | Suggested packages: 2022-02-10 14:21:45.400 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-02-10 14:21:45.467 | The following NEW packages will be installed: 2022-02-10 14:21:45.468 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-02-10 14:21:45.753 | 0 upgraded, 6 newly installed, 0 to remove and 115 not upgraded. 2022-02-10 14:21:45.753 | Need to get 1,306 kB of archives. 2022-02-10 14:21:45.753 | After this operation, 4,613 kB of additional disk space will be used. 2022-02-10 14:21:45.753 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-02-10 14:21:46.482 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-02-10 14:21:46.532 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-02-10 14:21:46.645 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-02-10 14:21:46.770 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-02-10 14:21:46.772 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-02-10 14:21:47.348 | Fetched 1,306 kB in 1s (1,002 kB/s) 2022-02-10 14:21:47.382 | Selecting previously unselected package libnorm1:amd64. 2022-02-10 14:21:47.434 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90644 files and directories currently installed.) 2022-02-10 14:21:47.439 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-02-10 14:21:47.444 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-10 14:21:47.516 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-02-10 14:21:47.525 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-02-10 14:21:47.527 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-10 14:21:47.580 | Selecting previously unselected package libzmq5:amd64. 2022-02-10 14:21:47.589 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-02-10 14:21:47.592 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-10 14:21:47.656 | Selecting previously unselected package uwsgi-core. 2022-02-10 14:21:47.666 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-02-10 14:21:47.668 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-10 14:21:47.821 | Selecting previously unselected package uwsgi. 2022-02-10 14:21:47.832 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-02-10 14:21:47.834 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-02-10 14:21:47.869 | Selecting previously unselected package uwsgi-plugin-python3. 2022-02-10 14:21:47.879 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-02-10 14:21:47.881 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-10 14:21:47.943 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-10 14:21:47.949 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-10 14:21:47.956 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-10 14:21:47.962 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-10 14:21:47.976 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-02-10 14:21:48.839 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-10 14:21:48.866 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-10 14:21:49.230 | Processing triggers for man-db (2.9.1-1) ... 2022-02-10 14:21:49.609 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-10 14:21:56.899 | + functions-common:apt_get:1234 : result=0 2022-02-10 14:21:56.902 | + functions-common:apt_get:1237 : time_stop apt-get 2022-02-10 14:21:56.905 | + functions-common:time_stop:2425 : local name 2022-02-10 14:21:56.907 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:21:56.910 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:21:56.912 | + functions-common:time_stop:2428 : local total 2022-02-10 14:21:56.914 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:21:56.917 | + functions-common:time_stop:2431 : name=apt-get 2022-02-10 14:21:56.919 | + functions-common:time_stop:2432 : start_time=1644502904739 2022-02-10 14:21:56.922 | + functions-common:time_stop:2434 : [[ -z 1644502904739 ]] 2022-02-10 14:21:56.925 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:21:56.929 | + functions-common:time_stop:2437 : end_time=1644502916927 2022-02-10 14:21:56.932 | + functions-common:time_stop:2438 : elapsed_time=12188 2022-02-10 14:21:56.934 | + functions-common:time_stop:2439 : total=292280 2022-02-10 14:21:56.937 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:21:56.939 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=304468 2022-02-10 14:21:56.942 | + functions-common:apt_get:1238 : return 0 2022-02-10 14:21:56.944 | + lib/apache:install_apache_uwsgi:123 : is_ubuntu 2022-02-10 14:21:56.947 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:21:56.949 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:21:56.951 | + lib/apache:install_apache_uwsgi:125 : sudo a2enmod proxy 2022-02-10 14:21:57.014 | Enabling module proxy. 2022-02-10 14:21:57.020 | To activate the new configuration, you need to run: 2022-02-10 14:21:57.020 | systemctl restart apache2 2022-02-10 14:21:57.024 | + lib/apache:install_apache_uwsgi:126 : sudo a2enmod proxy_uwsgi 2022-02-10 14:21:57.087 | Considering dependency proxy for proxy_uwsgi: 2022-02-10 14:21:57.087 | Module proxy already enabled 2022-02-10 14:21:57.087 | Enabling module proxy_uwsgi. 2022-02-10 14:21:57.092 | To activate the new configuration, you need to run: 2022-02-10 14:21:57.092 | systemctl restart apache2 2022-02-10 14:21:57.097 | + lib/apache:install_apache_uwsgi:132 : restart_apache_server 2022-02-10 14:21:57.099 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-10 14:21:57.102 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-10 14:21:57.104 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-10 14:21:57.233 | + ./stack.sh:main:881 : install_keystoneauth 2022-02-10 14:21:57.236 | + lib/keystone:install_keystoneauth:487 : use_library_from_git keystoneauth 2022-02-10 14:21:57.238 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-02-10 14:21:57.240 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.243 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.245 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-02-10 14:21:57.248 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.250 | + ./stack.sh:main:882 : install_keystoneclient 2022-02-10 14:21:57.252 | + lib/keystone:install_keystoneclient:495 : use_library_from_git python-keystoneclient 2022-02-10 14:21:57.255 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-02-10 14:21:57.257 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.260 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.262 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-02-10 14:21:57.265 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.267 | + ./stack.sh:main:883 : install_glanceclient 2022-02-10 14:21:57.270 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-02-10 14:21:57.272 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-02-10 14:21:57.275 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.277 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.280 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-02-10 14:21:57.283 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.286 | + ./stack.sh:main:884 : install_cinderclient 2022-02-10 14:21:57.288 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-02-10 14:21:57.291 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-02-10 14:21:57.293 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.296 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.299 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-02-10 14:21:57.301 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.303 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-02-10 14:21:57.306 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-02-10 14:21:57.308 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.310 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.313 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-02-10 14:21:57.315 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.317 | + ./stack.sh:main:885 : install_novaclient 2022-02-10 14:21:57.320 | + lib/nova:install_novaclient:825 : use_library_from_git python-novaclient 2022-02-10 14:21:57.322 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-02-10 14:21:57.325 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.327 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.329 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-02-10 14:21:57.332 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.334 | + ./stack.sh:main:886 : is_service_enabled swift glance horizon 2022-02-10 14:21:57.351 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:57.354 | + ./stack.sh:main:887 : install_swiftclient 2022-02-10 14:21:57.356 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-02-10 14:21:57.359 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-02-10 14:21:57.362 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.364 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.366 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-02-10 14:21:57.369 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.371 | + ./stack.sh:main:889 : is_service_enabled neutron nova horizon 2022-02-10 14:21:57.389 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:21:57.391 | + ./stack.sh:main:890 : install_neutronclient 2022-02-10 14:21:57.394 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-02-10 14:21:57.396 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-02-10 14:21:57.399 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.401 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.405 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-02-10 14:21:57.407 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.410 | + ./stack.sh:main:894 : install_keystonemiddleware 2022-02-10 14:21:57.413 | + lib/keystone:install_keystonemiddleware:505 : use_library_from_git keystonemiddleware 2022-02-10 14:21:57.416 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-02-10 14:21:57.420 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:21:57.423 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:21:57.426 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-02-10 14:21:57.429 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:21:57.431 | + lib/keystone:install_keystonemiddleware:510 : pip_install_gr keystonemiddleware 2022-02-10 14:21:57.434 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-02-10 14:21:57.436 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-10 14:21:57.440 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-02-10 14:21:57.442 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-02-10 14:21:57.445 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-10 14:21:57.449 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-10 14:21:57.449 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-02-10 14:21:57.454 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-02-10 14:21:57.457 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-02-10 14:21:57.459 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-02-10 14:21:57.462 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-02-10 14:21:57.470 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-02-10 14:21:57.491 | Using python 3.8 to install keystonemiddleware 2022-02-10 14:21:57.494 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-02-10 14:21:58.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:58.257 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:58.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:21:58.257 | from cryptography.utils import int_from_bytes 2022-02-10 14:21:59.499 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:21:59.524 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-02-10 14:21:59.581 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-10 14:21:59.582 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.4.0) 2022-02-10 14:21:59.584 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.0) 2022-02-10 14:21:59.585 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-10 14:21:59.586 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-02-10 14:21:59.588 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2022-02-10 14:21:59.589 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-02-10 14:21:59.590 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.1) 2022-02-10 14:21:59.591 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.0) 2022-02-10 14:21:59.592 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-02-10 14:21:59.593 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-02-10 14:21:59.595 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-02-10 14:21:59.596 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-02-10 14:21:59.597 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-02-10 14:21:59.661 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-02-10 14:21:59.663 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-02-10 14:21:59.664 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-02-10 14:21:59.707 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-02-10 14:21:59.751 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-02-10 14:21:59.752 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-02-10 14:21:59.752 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-02-10 14:21:59.754 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.4.0) 2022-02-10 14:21:59.811 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-02-10 14:21:59.816 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-02-10 14:21:59.832 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-02-10 14:21:59.834 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2022-02-10 14:21:59.851 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-02-10 14:21:59.852 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-02-10 14:21:59.854 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7) 2022-02-10 14:21:59.920 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.11) 2022-02-10 14:21:59.923 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-02-10 14:21:59.924 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-02-10 14:21:59.925 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.8) 2022-02-10 14:21:59.976 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2022-02-10 14:21:59.988 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-02-10 14:22:01.851 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:22:01.857 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:22:01.857 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:22:01.972 | + inc/python:pip_install:200 : result=0 2022-02-10 14:22:01.974 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:22:01.976 | + functions-common:time_stop:2425 : local name 2022-02-10 14:22:01.979 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:22:01.981 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:22:01.983 | + functions-common:time_stop:2428 : local total 2022-02-10 14:22:01.985 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:22:01.987 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:22:01.990 | + functions-common:time_stop:2432 : start_time=1644502917486 2022-02-10 14:22:01.992 | + functions-common:time_stop:2434 : [[ -z 1644502917486 ]] 2022-02-10 14:22:01.994 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:22:01.999 | + functions-common:time_stop:2437 : end_time=1644502921996 2022-02-10 14:22:02.001 | + functions-common:time_stop:2438 : elapsed_time=4510 2022-02-10 14:22:02.003 | + functions-common:time_stop:2439 : total=43417 2022-02-10 14:22:02.005 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:22:02.007 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=47927 2022-02-10 14:22:02.010 | + inc/python:pip_install:203 : return 0 2022-02-10 14:22:02.012 | + lib/keystone:install_keystonemiddleware:514 : pip_install_gr python-memcached 2022-02-10 14:22:02.015 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-02-10 14:22:02.017 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-10 14:22:02.020 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-02-10 14:22:02.023 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-02-10 14:22:02.025 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-10 14:22:02.029 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-02-10 14:22:02.029 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-10 14:22:02.035 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-02-10 14:22:02.037 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-02-10 14:22:02.039 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-02-10 14:22:02.042 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-02-10 14:22:02.045 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-02-10 14:22:02.066 | Using python 3.8 to install python-memcached 2022-02-10 14:22:02.069 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-02-10 14:22:02.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:02.850 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:02.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:02.850 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:03.991 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:22:04.080 | Collecting python-memcached 2022-02-10 14:22:04.092 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-02-10 14:22:04.098 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-02-10 14:22:05.749 | Installing collected packages: python-memcached 2022-02-10 14:22:05.846 | Successfully installed python-memcached-1.59 2022-02-10 14:22:05.846 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:22:05.852 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:22:05.852 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:22:05.967 | + inc/python:pip_install:200 : result=0 2022-02-10 14:22:05.969 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:22:05.972 | + functions-common:time_stop:2425 : local name 2022-02-10 14:22:05.974 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:22:05.976 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:22:05.978 | + functions-common:time_stop:2428 : local total 2022-02-10 14:22:05.980 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:22:05.983 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:22:05.985 | + functions-common:time_stop:2432 : start_time=1644502922061 2022-02-10 14:22:05.988 | + functions-common:time_stop:2434 : [[ -z 1644502922061 ]] 2022-02-10 14:22:05.990 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:22:05.994 | + functions-common:time_stop:2437 : end_time=1644502925992 2022-02-10 14:22:05.997 | + functions-common:time_stop:2438 : elapsed_time=3931 2022-02-10 14:22:06.000 | + functions-common:time_stop:2439 : total=47927 2022-02-10 14:22:06.002 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:22:06.004 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=51858 2022-02-10 14:22:06.006 | + inc/python:pip_install:203 : return 0 2022-02-10 14:22:06.009 | + ./stack.sh:main:896 : is_service_enabled keystone 2022-02-10 14:22:06.025 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:06.028 | + ./stack.sh:main:897 : '[' 10.222.0.43 == 10.222.0.43 ']' 2022-02-10 14:22:06.030 | + ./stack.sh:main:898 : stack_install_service keystone 2022-02-10 14:22:06.033 | + lib/stack:stack_install_service:20 : local service=keystone 2022-02-10 14:22:06.035 | + lib/stack:stack_install_service:21 : type install_keystone 2022-02-10 14:22:06.037 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-10 14:22:06.040 | + lib/stack:stack_install_service:32 : install_keystone 2022-02-10 14:22:06.042 | + lib/keystone:install_keystone:520 : is_service_enabled ldap 2022-02-10 14:22:06.058 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:06.061 | + lib/keystone:install_keystone:524 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-02-10 14:22:06.063 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-02-10 14:22:06.065 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-02-10 14:22:06.067 | + functions-common:git_clone:610 : local git_ref=master 2022-02-10 14:22:06.069 | + functions-common:git_clone:611 : local orig_dir 2022-02-10 14:22:06.072 | ++ functions-common:git_clone:612 : pwd 2022-02-10 14:22:06.074 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-10 14:22:06.077 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-10 14:22:06.079 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-10 14:22:06.095 | + functions-common:git_clone:615 : RECLONE=False 2022-02-10 14:22:06.097 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-10 14:22:06.099 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:06.102 | + functions-common:git_clone:629 : echo master 2022-02-10 14:22:06.102 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-10 14:22:06.107 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-02-10 14:22:06.109 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:06.111 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-02-10 14:22:06.114 | + functions-common:git_clone:678 : git show --oneline 2022-02-10 14:22:06.114 | + functions-common:git_clone:678 : head -1 2022-02-10 14:22:06.118 | 545989f08 Merge "sql: Add initial Yoga migration branches" 2022-02-10 14:22:06.120 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-10 14:22:06.123 | + lib/keystone:install_keystone:525 : setup_develop /opt/stack/keystone 2022-02-10 14:22:06.126 | + inc/python:setup_develop:338 : local bindep 2022-02-10 14:22:06.128 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-10 14:22:06.130 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-02-10 14:22:06.133 | + inc/python:setup_develop:344 : local extras= 2022-02-10 14:22:06.135 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-02-10 14:22:06.137 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-10 14:22:06.140 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-10 14:22:06.142 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-02-10 14:22:06.145 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-10 14:22:06.147 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-10 14:22:06.150 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-02-10 14:22:06.152 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-10 14:22:06.155 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-02-10 14:22:06.158 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-10 14:22:06.160 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-10 14:22:06.163 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-02-10 14:22:06.168 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-02-10 14:22:06.171 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-02-10 14:22:06.845 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-02-10 14:22:06.857 | + inc/python:setup_package:418 : local bindep=0 2022-02-10 14:22:06.859 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-10 14:22:06.862 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-10 14:22:06.864 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-10 14:22:06.867 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-02-10 14:22:06.869 | + inc/python:setup_package:427 : local flags=-e 2022-02-10 14:22:06.871 | + inc/python:setup_package:428 : local extras= 2022-02-10 14:22:06.874 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-10 14:22:06.876 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-10 14:22:06.878 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-10 14:22:06.880 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-10 14:22:06.882 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-10 14:22:06.884 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-02-10 14:22:06.904 | Using python 3.8 to install /opt/stack/keystone 2022-02-10 14:22:06.906 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-02-10 14:22:07.660 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:07.660 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:07.660 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:07.660 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:08.798 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:22:08.823 | Obtaining file:///opt/stack/keystone 2022-02-10 14:22:08.824 | Preparing metadata (setup.py): started 2022-02-10 14:22:10.258 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:22:10.399 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (5.8.0) 2022-02-10 14:22:10.400 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (1.8.7) 2022-02-10 14:22:10.495 | Collecting Flask!=0.11,>=1.0.2 2022-02-10 14:22:10.504 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/0f62f1d8e4dc4/Flask-2.0.2-py3-none-any.whl (95 kB) 2022-02-10 14:22:10.558 | Collecting Flask-RESTful>=0.3.5 2022-02-10 14:22:10.566 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-02-10 14:22:10.569 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (36.0.1) 2022-02-10 14:22:10.570 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (1.4.31) 2022-02-10 14:22:10.572 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (0.13.0) 2022-02-10 14:22:10.573 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.5.0) 2022-02-10 14:22:10.615 | Collecting passlib>=1.7.0 2022-02-10 14:22:10.623 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-02-10 14:22:10.645 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (4.4.0) 2022-02-10 14:22:10.645 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (9.3.0) 2022-02-10 14:22:10.646 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.2.0) 2022-02-10 14:22:10.856 | Collecting scrypt>=0.8.0 2022-02-10 14:22:10.865 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca4/dbdc39900d934/scrypt-0.8.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-02-10 14:22:10.897 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (2.10.0) 2022-02-10 14:22:10.898 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (8.7.1) 2022-02-10 14:22:10.899 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.4.0) 2022-02-10 14:22:10.900 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (12.12.0) 2022-02-10 14:22:10.901 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (11.1.0) 2022-02-10 14:22:10.902 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (5.1.0) 2022-02-10 14:22:10.904 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (4.6.1) 2022-02-10 14:22:10.905 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (4.5.0) 2022-02-10 14:22:10.906 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.10.1) 2022-02-10 14:22:10.907 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (4.2.0) 2022-02-10 14:22:10.908 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (1.4.0) 2022-02-10 14:22:10.909 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (4.12.1) 2022-02-10 14:22:10.959 | Collecting oauthlib>=0.6.2 2022-02-10 14:22:10.968 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB) 2022-02-10 14:22:11.039 | Collecting pysaml2>=5.0.0 2022-02-10 14:22:11.046 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/727/e33b5d5e09c62/pysaml2-7.1.0-py2.py3-none-any.whl (400 kB) 2022-02-10 14:22:11.137 | Collecting PyJWT>=1.6.1 2022-02-10 14:22:11.149 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB) 2022-02-10 14:22:11.153 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (1.1.5) 2022-02-10 14:22:11.155 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev88) (3.2.0) 2022-02-10 14:22:11.156 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.1.1) 2022-02-10 14:22:11.157 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (1.0.3) 2022-02-10 14:22:11.158 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (3.4.2) 2022-02-10 14:22:11.159 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev88) (2021.3) 2022-02-10 14:22:11.170 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev88) (1.15.0) 2022-02-10 14:22:11.171 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev88) (1.16.0) 2022-02-10 14:22:11.215 | 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.dev88) (5.1.1) 2022-02-10 14:22:11.294 | Collecting click>=7.1.2 2022-02-10 14:22:11.301 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/353/f466495adaeb4/click-8.0.3-py3-none-any.whl (97 kB) 2022-02-10 14:22:11.308 | 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.dev88) (3.0.3) 2022-02-10 14:22:11.347 | Collecting itsdangerous>=2.0 2022-02-10 14:22:11.353 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-02-10 14:22:11.447 | Collecting Werkzeug>=2.0 2022-02-10 14:22:11.454 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/63d/3dc1cf60e7b7e/Werkzeug-2.0.2-py3-none-any.whl (288 kB) 2022-02-10 14:22:11.539 | Collecting aniso8601>=0.82 2022-02-10 14:22:11.546 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-02-10 14:22:11.609 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev88) (4.4.0) 2022-02-10 14:22:11.611 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev88) (2.27.1) 2022-02-10 14:22:11.708 | 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.dev88) (0.8.0) 2022-02-10 14:22:11.709 | 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.dev88) (2.4.0) 2022-02-10 14:22:11.710 | 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.dev88) (1.5.0) 2022-02-10 14:22:11.712 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev88) (6.0) 2022-02-10 14:22:11.764 | 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.dev88) (2.0.1) 2022-02-10 14:22:11.766 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev88) (0.5.0) 2022-02-10 14:22:11.768 | 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.dev88) (1.7.6) 2022-02-10 14:22:11.846 | 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.dev88) (2.8.2) 2022-02-10 14:22:11.849 | 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.dev88) (0.9.6) 2022-02-10 14:22:11.903 | 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.dev88) (5.0.0) 2022-02-10 14:22:11.905 | 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.dev88) (2.4.0) 2022-02-10 14:22:11.907 | 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.dev88) (2.8.0) 2022-02-10 14:22:11.908 | 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.dev88) (5.0.9) 2022-02-10 14:22:11.910 | 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.dev88) (0.4.0) 2022-02-10 14:22:11.912 | 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.dev88) (5.2.3) 2022-02-10 14:22:11.930 | 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.dev88) (3.3.0) 2022-02-10 14:22:11.979 | 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.dev88) (3.0.0) 2022-02-10 14:22:11.999 | 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.dev88) (0.11.0) 2022-02-10 14:22:12.001 | 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.dev88) (1.0.2) 2022-02-10 14:22:12.002 | 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.dev88) (3.0.7) 2022-02-10 14:22:12.003 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev88) (21.3) 2022-02-10 14:22:12.053 | 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.dev88) (4.5.0) 2022-02-10 14:22:12.200 | Collecting defusedxml 2022-02-10 14:22:12.207 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-02-10 14:22:12.306 | Collecting xmlschema>=1.2.1 2022-02-10 14:22:12.314 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7b/a52b774a87b59/xmlschema-1.9.2-py3-none-any.whl (273 kB) 2022-02-10 14:22:12.326 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev88) (22.0.0) 2022-02-10 14:22:12.327 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev88) (5.4.0) 2022-02-10 14:22:12.543 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev88) (1.1.2) 2022-02-10 14:22:12.564 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev88) (0.4.2) 2022-02-10 14:22:12.566 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev88) (0.5.2) 2022-02-10 14:22:12.631 | 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.dev88) (1.1.6) 2022-02-10 14:22:12.633 | 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.dev88) (4.10.1) 2022-02-10 14:22:12.650 | 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.dev88) (5.0.0) 2022-02-10 14:22:12.721 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev88) (2.21) 2022-02-10 14:22:12.763 | 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.dev88) (1.13.3) 2022-02-10 14:22:12.873 | 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.dev88) (2.0.1) 2022-02-10 14:22:12.944 | 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.dev88) (1.7.0) 2022-02-10 14:22:13.069 | 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.dev88) (0.17.3) 2022-02-10 14:22:13.097 | 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.dev88) (0.13.1) 2022-02-10 14:22:13.136 | 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.dev88) (1.3.3) 2022-02-10 14:22:13.137 | 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.dev88) (0.33.0) 2022-02-10 14:22:13.139 | 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.dev88) (2.1.1) 2022-02-10 14:22:13.141 | 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.dev88) (3.0.0) 2022-02-10 14:22:13.144 | 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.dev88) (2.5.1) 2022-02-10 14:22:13.145 | 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.dev88) (3.5.0) 2022-02-10 14:22:13.198 | 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.dev88) (0.2.5) 2022-02-10 14:22:13.332 | 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.dev88) (1.26.8) 2022-02-10 14:22:13.333 | 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.dev88) (2019.11.28) 2022-02-10 14:22:13.335 | 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.dev88) (2.0.11) 2022-02-10 14:22:13.338 | 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.dev88) (3.3) 2022-02-10 14:22:13.485 | 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.dev88) (2.5.0) 2022-02-10 14:22:13.646 | Collecting elementpath<3.0.0,>=2.4.0 2022-02-10 14:22:13.655 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e9/8a4f5e8ccb5fe/elementpath-2.4.0-py3-none-any.whl (163 kB) 2022-02-10 14:22:13.743 | 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.dev88) (3.7.0) 2022-02-10 14:22:13.933 | 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.dev88) (2.1.0) 2022-02-10 14:22:14.109 | 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.dev88) (60.7.1) 2022-02-10 14:22:14.206 | 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.dev88) (0.7) 2022-02-10 14:22:14.248 | 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.dev88) (1.0.0) 2022-02-10 14:22:15.697 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone 2022-02-10 14:22:16.211 | Attempting uninstall: click 2022-02-10 14:22:16.213 | Found existing installation: Click 7.0 2022-02-10 14:22:16.215 | Uninstalling Click-7.0: 2022-02-10 14:22:16.247 | Successfully uninstalled Click-7.0 2022-02-10 14:22:17.495 | Attempting uninstall: PyJWT 2022-02-10 14:22:17.497 | Found existing installation: PyJWT 1.7.1 2022-02-10 14:22:17.500 | Uninstalling PyJWT-1.7.1: 2022-02-10 14:22:17.529 | Successfully uninstalled PyJWT-1.7.1 2022-02-10 14:22:17.979 | Attempting uninstall: oauthlib 2022-02-10 14:22:17.981 | Found existing installation: oauthlib 3.1.0 2022-02-10 14:22:17.983 | Uninstalling oauthlib-3.1.0: 2022-02-10 14:22:18.013 | Successfully uninstalled oauthlib-3.1.0 2022-02-10 14:22:18.179 | Running setup.py develop for keystone 2022-02-10 14:22:20.133 | 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.2.0 passlib-1.7.4 pysaml2-7.1.0 scrypt-0.8.19 xmlschema-1.9.2 2022-02-10 14:22:20.133 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:22:20.140 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:22:20.140 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:22:20.303 | + inc/python:pip_install:200 : result=0 2022-02-10 14:22:20.305 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:22:20.308 | + functions-common:time_stop:2425 : local name 2022-02-10 14:22:20.311 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:22:20.313 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:22:20.315 | + functions-common:time_stop:2428 : local total 2022-02-10 14:22:20.317 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:22:20.319 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:22:20.321 | + functions-common:time_stop:2432 : start_time=1644502926899 2022-02-10 14:22:20.323 | + functions-common:time_stop:2434 : [[ -z 1644502926899 ]] 2022-02-10 14:22:20.326 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:22:20.330 | + functions-common:time_stop:2437 : end_time=1644502940327 2022-02-10 14:22:20.332 | + functions-common:time_stop:2438 : elapsed_time=13428 2022-02-10 14:22:20.334 | + functions-common:time_stop:2439 : total=51858 2022-02-10 14:22:20.336 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:22:20.338 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=65286 2022-02-10 14:22:20.340 | + inc/python:pip_install:203 : return 0 2022-02-10 14:22:20.342 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-10 14:22:20.345 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-10 14:22:20.347 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-10 14:22:20.366 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-10 14:22:20.378 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-02-10 14:22:20.381 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-02-10 14:22:20.383 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:22:20.386 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:22:20.388 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-02-10 14:22:20.391 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:22:20.393 | + lib/keystone:install_keystone:527 : is_service_enabled ldap 2022-02-10 14:22:20.410 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:20.412 | + lib/keystone:install_keystone:531 : '[' uwsgi == mod_wsgi ']' 2022-02-10 14:22:20.414 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-10 14:22:20.416 | + ./stack.sh:main:899 : configure_keystone 2022-02-10 14:22:20.419 | + lib/keystone:configure_keystone:186 : sudo install -d -o ubuntu /etc/keystone 2022-02-10 14:22:20.432 | + lib/keystone:configure_keystone:188 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-02-10 14:22:20.434 | + lib/keystone:configure_keystone:189 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-02-10 14:22:20.439 | + lib/keystone:configure_keystone:192 : is_service_enabled ldap 2022-02-10 14:22:20.456 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:20.459 | + lib/keystone:configure_keystone:196 : iniset /etc/keystone/keystone.conf identity driver sql 2022-02-10 14:22:20.491 | + lib/keystone:configure_keystone:197 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-02-10 14:22:20.520 | + lib/keystone:configure_keystone:198 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-02-10 14:22:20.551 | + lib/keystone:configure_keystone:199 : iniset /etc/keystone/keystone.conf role driver sql 2022-02-10 14:22:20.583 | + lib/keystone:configure_keystone:200 : iniset /etc/keystone/keystone.conf resource driver sql 2022-02-10 14:22:20.617 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf cache enabled True 2022-02-10 14:22:20.647 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-02-10 14:22:20.678 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-02-10 14:22:20.705 | + lib/keystone:configure_keystone:207 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-02-10 14:22:20.707 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-02-10 14:22:20.710 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-02-10 14:22:20.712 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-02-10 14:22:20.715 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-10 14:22:20.718 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-10 14:22:20.733 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:20.736 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-10 14:22:20.739 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-10 14:22:20.741 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-10 14:22:20.756 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:20.759 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-02-10 14:22:20.762 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-02-10 14:22:20.793 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-10 14:22:20.795 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-10 14:22:20.798 | + lib/keystone:configure_keystone:209 : local service_port=5000 2022-02-10 14:22:20.800 | + lib/keystone:configure_keystone:211 : is_service_enabled tls-proxy 2022-02-10 14:22:20.817 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:20.819 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.43/identity 2022-02-10 14:22:20.851 | + lib/keystone:configure_keystone:222 : [[ fernet != '' ]] 2022-02-10 14:22:20.853 | + lib/keystone:configure_keystone:223 : iniset /etc/keystone/keystone.conf token provider fernet 2022-02-10 14:22:20.887 | ++ lib/keystone:configure_keystone:226 : database_connection_url keystone 2022-02-10 14:22:20.890 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-02-10 14:22:20.892 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-02-10 14:22:20.895 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=keystone 2022-02-10 14:22:20.897 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-10 14:22:20.900 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-10 14:22:20.931 | + lib/keystone:configure_keystone:229 : '[' False '!=' False ']' 2022-02-10 14:22:20.933 | + lib/keystone:configure_keystone:234 : setup_logging /etc/keystone/keystone.conf 2022-02-10 14:22:20.936 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-02-10 14:22:20.939 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-02-10 14:22:20.941 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-10 14:22:20.958 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-10 14:22:20.960 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-10 14:22:20.962 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-10 14:22:20.965 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-10 14:22:20.967 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-10 14:22:20.994 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-10 14:22:21.025 | + functions:setup_systemd_logging:705 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-10 14:22:21.052 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-10 14:22:21.082 | + lib/keystone:configure_keystone:236 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-02-10 14:22:21.110 | + lib/keystone:configure_keystone:238 : '[' uwsgi == mod_wsgi ']' 2022-02-10 14:22:21.112 | + lib/keystone:configure_keystone:242 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-02-10 14:22:21.114 | + lib/apache:write_uwsgi_config:249 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-02-10 14:22:21.117 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-02-10 14:22:21.119 | + lib/apache:write_uwsgi_config:251 : local url=/identity 2022-02-10 14:22:21.121 | + lib/apache:write_uwsgi_config:252 : local http= 2022-02-10 14:22:21.126 | + lib/apache:write_uwsgi_config:253 : local name= 2022-02-10 14:22:21.129 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/keystone-wsgi-public 2022-02-10 14:22:21.133 | + lib/apache:write_uwsgi_config:254 : name=keystone-wsgi-public 2022-02-10 14:22:21.136 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-02-10 14:22:21.139 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-10 14:22:21.152 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-10 14:22:21.152 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-10 14:22:21.161 | d /var/run/uwsgi 0755 ubuntu root 2022-02-10 14:22:21.164 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-10 14:22:21.181 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-02-10 14:22:21.184 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-02-10 14:22:21.188 | + lib/apache:write_uwsgi_config:270 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-02-10 14:22:21.218 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-02-10 14:22:21.246 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-02-10 14:22:21.272 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-02-10 14:22:21.300 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-02-10 14:22:21.328 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-02-10 14:22:21.355 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-02-10 14:22:21.381 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-02-10 14:22:21.408 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-02-10 14:22:21.436 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-10 14:22:21.464 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-02-10 14:22:21.492 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-02-10 14:22:21.520 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-02-10 14:22:21.549 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-02-10 14:22:21.551 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-02-10 14:22:21.554 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for keystone-wsgi-public 2022-02-10 14:22:21.556 | ++ lib/apache:apache_site_config_for:181 : local site=keystone-wsgi-public 2022-02-10 14:22:21.558 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-10 14:22:21.561 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:22:21.563 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:22:21.566 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-10 14:22:21.568 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-10 14:22:21.571 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-02-10 14:22:21.599 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-02-10 14:22:21.628 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-02-10 14:22:21.628 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-10 14:22:21.637 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-02-10 14:22:21.641 | + lib/apache:write_uwsgi_config:302 : enable_apache_site keystone-wsgi-public 2022-02-10 14:22:21.643 | + lib/apache:enable_apache_site:198 : local site=keystone-wsgi-public 2022-02-10 14:22:21.645 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-10 14:22:21.648 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-10 14:22:21.650 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-10 14:22:21.652 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:22:21.655 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:22:21.658 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-10 14:22:21.660 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-10 14:22:21.662 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:22:21.664 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:22:21.667 | + lib/apache:enable_apache_site:202 : sudo a2ensite keystone-wsgi-public 2022-02-10 14:22:21.732 | Enabling site keystone-wsgi-public. 2022-02-10 14:22:21.738 | To activate the new configuration, you need to run: 2022-02-10 14:22:21.738 | systemctl reload apache2 2022-02-10 14:22:21.742 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-02-10 14:22:21.745 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-10 14:22:21.747 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-10 14:22:21.750 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-10 14:22:21.878 | + lib/keystone:configure_keystone:245 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-02-10 14:22:21.909 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-02-10 14:22:21.940 | + lib/keystone:configure_keystone:249 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-02-10 14:22:21.971 | + lib/keystone:configure_keystone:257 : [[ True = True ]] 2022-02-10 14:22:21.974 | + lib/keystone:configure_keystone:258 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-02-10 14:22:22.004 | + lib/keystone:configure_keystone:259 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-02-10 14:22:22.033 | + lib/keystone:configure_keystone:260 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-02-10 14:22:22.062 | + ./stack.sh:main:903 : is_service_enabled swift 2022-02-10 14:22:22.079 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:22.082 | + ./stack.sh:main:904 : is_service_enabled ceilometer 2022-02-10 14:22:22.099 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:22.101 | + ./stack.sh:main:907 : stack_install_service swift 2022-02-10 14:22:22.103 | + lib/stack:stack_install_service:20 : local service=swift 2022-02-10 14:22:22.106 | + lib/stack:stack_install_service:21 : type install_swift 2022-02-10 14:22:22.108 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-10 14:22:22.111 | + lib/stack:stack_install_service:32 : install_swift 2022-02-10 14:22:22.113 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-02-10 14:22:22.115 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-02-10 14:22:22.117 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-02-10 14:22:22.120 | + functions-common:git_clone:610 : local git_ref=master 2022-02-10 14:22:22.122 | + functions-common:git_clone:611 : local orig_dir 2022-02-10 14:22:22.125 | ++ functions-common:git_clone:612 : pwd 2022-02-10 14:22:22.128 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-10 14:22:22.130 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-10 14:22:22.133 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-10 14:22:22.149 | + functions-common:git_clone:615 : RECLONE=False 2022-02-10 14:22:22.152 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-10 14:22:22.154 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:22.157 | + functions-common:git_clone:629 : echo master 2022-02-10 14:22:22.157 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-10 14:22:22.162 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-02-10 14:22:22.164 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:22.167 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-02-10 14:22:22.170 | + functions-common:git_clone:678 : head -1 2022-02-10 14:22:22.170 | + functions-common:git_clone:678 : git show --oneline 2022-02-10 14:22:22.174 | dc061dd95 Merge "Trim sensitive information in the logs (CVE-2017-8761)" 2022-02-10 14:22:22.176 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-10 14:22:22.179 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-02-10 14:22:22.181 | + inc/python:setup_develop:338 : local bindep 2022-02-10 14:22:22.183 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-02-10 14:22:22.187 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-02-10 14:22:22.190 | + inc/python:setup_develop:344 : local extras=keystone 2022-02-10 14:22:22.192 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-02-10 14:22:22.194 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-10 14:22:22.197 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-02-10 14:22:22.199 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-02-10 14:22:22.203 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-10 14:22:22.205 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-02-10 14:22:22.208 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-02-10 14:22:22.210 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-10 14:22:22.213 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-02-10 14:22:22.215 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-10 14:22:22.218 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-10 14:22:22.220 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-02-10 14:22:22.226 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-02-10 14:22:22.229 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-02-10 14:22:22.914 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-02-10 14:22:22.916 | + inc/python:setup_package:418 : local bindep=0 2022-02-10 14:22:22.918 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-10 14:22:22.921 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-10 14:22:22.923 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-02-10 14:22:22.926 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-02-10 14:22:22.928 | + inc/python:setup_package:427 : local flags=-e 2022-02-10 14:22:22.930 | + inc/python:setup_package:428 : local extras=keystone 2022-02-10 14:22:22.932 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-10 14:22:22.935 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-02-10 14:22:22.938 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-02-10 14:22:22.940 | + inc/python:setup_package:438 : extras='[keystone]' 2022-02-10 14:22:22.942 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-10 14:22:22.944 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-02-10 14:22:22.966 | Using python 3.8 to install /opt/stack/swift 2022-02-10 14:22:22.969 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-02-10 14:22:23.779 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:23.780 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:23.780 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:23.780 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:24.894 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:22:24.919 | Obtaining file:///opt/stack/swift 2022-02-10 14:22:24.919 | Preparing metadata (setup.py): started 2022-02-10 14:22:26.091 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:22:26.198 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (0.33.0) 2022-02-10 14:22:26.199 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (1.1.2) 2022-02-10 14:22:26.200 | 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.dev147) (0.11.0) 2022-02-10 14:22:26.202 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (2.1.1) 2022-02-10 14:22:27.120 | Collecting lxml>=3.4.1 2022-02-10 14:22:27.140 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09b/738360af8cb2d/lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2022-02-10 14:22:27.316 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (2.27.1) 2022-02-10 14:22:27.317 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (1.16.0) 2022-02-10 14:22:27.423 | Collecting xattr>=0.4 2022-02-10 14:22:27.431 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01e/c07d24a14406b/xattr-0.9.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35 kB) 2022-02-10 14:22:27.472 | Collecting PyECLib>=1.3.1 2022-02-10 14:22:27.498 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-02-10 14:22:27.822 | Preparing metadata (setup.py): started 2022-02-10 14:22:28.442 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:22:28.445 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (36.0.1) 2022-02-10 14:22:28.447 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev147) (9.3.0) 2022-02-10 14:22:28.485 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.0.dev147) (1.15.0) 2022-02-10 14:22:28.493 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.0.dev147) (2.1.0) 2022-02-10 14:22:28.551 | 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.dev147) (5.1.0) 2022-02-10 14:22:28.552 | 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.dev147) (5.8.0) 2022-02-10 14:22:28.553 | 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.dev147) (8.7.1) 2022-02-10 14:22:28.554 | 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.dev147) (4.4.0) 2022-02-10 14:22:28.555 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev147) (1.8.7) 2022-02-10 14:22:28.556 | 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.dev147) (3.4.0) 2022-02-10 14:22:28.557 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev147) (4.4.0) 2022-02-10 14:22:28.558 | 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.dev147) (4.2.0) 2022-02-10 14:22:28.559 | 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.dev147) (2.10.0) 2022-02-10 14:22:28.561 | 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.dev147) (4.6.1) 2022-02-10 14:22:28.562 | 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.dev147) (4.12.1) 2022-02-10 14:22:28.563 | 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.dev147) (3.1.1) 2022-02-10 14:22:28.587 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.29.0.dev147) (60.7.1) 2022-02-10 14:22:28.618 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.0.dev147) (2019.11.28) 2022-02-10 14:22:28.621 | 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.dev147) (2.0.11) 2022-02-10 14:22:28.623 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev147) (3.3) 2022-02-10 14:22:28.624 | 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.dev147) (1.26.8) 2022-02-10 14:22:28.650 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.0.dev147) (2.21) 2022-02-10 14:22:28.782 | 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.dev147) (1.7.0) 2022-02-10 14:22:28.783 | 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.dev147) (3.5.0) 2022-02-10 14:22:28.784 | 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.dev147) (1.0.2) 2022-02-10 14:22:28.827 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev147) (1.1.5) 2022-02-10 14:22:28.869 | 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.dev147) (0.8.0) 2022-02-10 14:22:28.870 | 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.dev147) (6.0) 2022-02-10 14:22:28.871 | 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.dev147) (2.4.0) 2022-02-10 14:22:28.874 | 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.dev147) (1.5.0) 2022-02-10 14:22:28.933 | 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.dev147) (2.8.2) 2022-02-10 14:22:28.937 | 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.dev147) (0.9.6) 2022-02-10 14:22:28.950 | 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.dev147) (2021.3) 2022-02-10 14:22:28.951 | 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.dev147) (1.0.3) 2022-02-10 14:22:28.970 | 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.dev147) (3.0.7) 2022-02-10 14:22:28.972 | 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.dev147) (21.3) 2022-02-10 14:22:29.077 | 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.dev147) (1.13.3) 2022-02-10 14:22:29.092 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev147) (5.1.1) 2022-02-10 14:22:29.383 | Building wheels for collected packages: PyECLib 2022-02-10 14:22:29.384 | Building wheel for PyECLib (setup.py): started 2022-02-10 14:22:30.693 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-02-10 14:22:30.694 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55544 sha256=23a342b426429fc57699a6401ad54552c3e9c61d2add45a232c3ffde14b27d13 2022-02-10 14:22:30.695 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-02-10 14:22:30.698 | Successfully built PyECLib 2022-02-10 14:22:32.116 | Installing collected packages: xattr, PyECLib, lxml, swift 2022-02-10 14:22:32.486 | Running setup.py develop for swift 2022-02-10 14:22:34.260 | Successfully installed PyECLib-1.6.0 lxml-4.7.1 swift xattr-0.9.9 2022-02-10 14:22:34.261 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:22:34.268 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:22:34.268 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:22:34.417 | + inc/python:pip_install:200 : result=0 2022-02-10 14:22:34.420 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:22:34.422 | + functions-common:time_stop:2425 : local name 2022-02-10 14:22:34.425 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:22:34.427 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:22:34.429 | + functions-common:time_stop:2428 : local total 2022-02-10 14:22:34.431 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:22:34.433 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:22:34.436 | + functions-common:time_stop:2432 : start_time=1644502942960 2022-02-10 14:22:34.438 | + functions-common:time_stop:2434 : [[ -z 1644502942960 ]] 2022-02-10 14:22:34.441 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:22:34.445 | + functions-common:time_stop:2437 : end_time=1644502954443 2022-02-10 14:22:34.448 | + functions-common:time_stop:2438 : elapsed_time=11483 2022-02-10 14:22:34.450 | + functions-common:time_stop:2439 : total=65286 2022-02-10 14:22:34.452 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:22:34.454 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=76769 2022-02-10 14:22:34.456 | + inc/python:pip_install:203 : return 0 2022-02-10 14:22:34.458 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-10 14:22:34.461 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-10 14:22:34.463 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-10 14:22:34.482 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-10 14:22:34.493 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-02-10 14:22:34.496 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-02-10 14:22:34.499 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:22:34.501 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:22:34.503 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-02-10 14:22:34.506 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:22:34.508 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-02-10 14:22:34.510 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-10 14:22:34.513 | + ./stack.sh:main:908 : configure_swift 2022-02-10 14:22:34.515 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-02-10 14:22:34.517 | + lib/swift:configure_swift:335 : local node_number 2022-02-10 14:22:34.519 | + lib/swift:configure_swift:336 : local swift_node_config 2022-02-10 14:22:34.521 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-02-10 14:22:34.523 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-10 14:22:35.601 | No account-auditor running 2022-02-10 14:22:35.601 | No container-auditor running 2022-02-10 14:22:35.601 | No object-replicator running 2022-02-10 14:22:35.601 | No object-auditor running 2022-02-10 14:22:35.601 | No container-updater running 2022-02-10 14:22:35.601 | No container-replicator running 2022-02-10 14:22:35.602 | No account-server running 2022-02-10 14:22:35.602 | No container-reconciler running 2022-02-10 14:22:35.602 | No container-sync running 2022-02-10 14:22:35.602 | No container-server running 2022-02-10 14:22:35.602 | No proxy-server running 2022-02-10 14:22:35.602 | No object-reconstructor running 2022-02-10 14:22:35.602 | No object-updater running 2022-02-10 14:22:35.602 | No object-expirer running 2022-02-10 14:22:35.602 | No object-server running 2022-02-10 14:22:35.602 | No account-replicator running 2022-02-10 14:22:35.602 | No container-sharder running 2022-02-10 14:22:35.602 | No account-reaper running 2022-02-10 14:22:35.680 | + lib/swift:configure_swift:340 : true 2022-02-10 14:22:35.682 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-02-10 14:22:35.695 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-02-10 14:22:35.708 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-02-10 14:22:35.711 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-02-10 14:22:35.711 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-02-10 14:22:35.716 | + lib/swift:configure_swift:354 : sed -e ' 2022-02-10 14:22:35.717 | s/%GROUP%/ubuntu/; 2022-02-10 14:22:35.717 | s/%USER%/ubuntu/; 2022-02-10 14:22:35.717 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-02-10 14:22:35.717 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-02-10 14:22:35.720 | uid = ubuntu 2022-02-10 14:22:35.720 | gid = ubuntu 2022-02-10 14:22:35.720 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-02-10 14:22:35.720 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-02-10 14:22:35.720 | address = 127.0.0.1 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | [account6612] 2022-02-10 14:22:35.720 | max connections = 25 2022-02-10 14:22:35.720 | path = /opt/stack/data/swift/1/node/ 2022-02-10 14:22:35.720 | read only = false 2022-02-10 14:22:35.720 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | [account6622] 2022-02-10 14:22:35.720 | max connections = 25 2022-02-10 14:22:35.720 | path = /opt/stack/data/swift/2/node/ 2022-02-10 14:22:35.720 | read only = false 2022-02-10 14:22:35.720 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | [account6632] 2022-02-10 14:22:35.720 | max connections = 25 2022-02-10 14:22:35.720 | path = /opt/stack/data/swift/3/node/ 2022-02-10 14:22:35.720 | read only = false 2022-02-10 14:22:35.720 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | [account6642] 2022-02-10 14:22:35.720 | max connections = 25 2022-02-10 14:22:35.720 | path = /opt/stack/data/swift/4/node/ 2022-02-10 14:22:35.720 | read only = false 2022-02-10 14:22:35.720 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | 2022-02-10 14:22:35.720 | [container6611] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/1/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | [container6621] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/2/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | [container6631] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/3/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | [container6641] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/4/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | [object6613] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/1/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.721 | [object6623] 2022-02-10 14:22:35.721 | max connections = 25 2022-02-10 14:22:35.721 | path = /opt/stack/data/swift/2/node/ 2022-02-10 14:22:35.721 | read only = false 2022-02-10 14:22:35.721 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-02-10 14:22:35.721 | 2022-02-10 14:22:35.722 | [object6633] 2022-02-10 14:22:35.722 | max connections = 25 2022-02-10 14:22:35.722 | path = /opt/stack/data/swift/3/node/ 2022-02-10 14:22:35.722 | read only = false 2022-02-10 14:22:35.722 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-02-10 14:22:35.722 | 2022-02-10 14:22:35.722 | [object6643] 2022-02-10 14:22:35.722 | max connections = 25 2022-02-10 14:22:35.722 | path = /opt/stack/data/swift/4/node/ 2022-02-10 14:22:35.722 | read only = false 2022-02-10 14:22:35.722 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-02-10 14:22:35.722 | + lib/swift:configure_swift:360 : is_ubuntu 2022-02-10 14:22:35.725 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:22:35.727 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:22:35.729 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-02-10 14:22:35.743 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-02-10 14:22:35.745 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-02-10 14:22:35.751 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-02-10 14:22:35.755 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-02-10 14:22:35.757 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-02-10 14:22:35.761 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-02-10 14:22:35.791 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.43:8080/v1/ 2022-02-10 14:22:35.817 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-02-10 14:22:35.843 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-02-10 14:22:35.871 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-02-10 14:22:35.889 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-02-10 14:22:35.917 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-02-10 14:22:35.935 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-02-10 14:22:35.963 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-02-10 14:22:35.982 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-02-10 14:22:36.013 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-02-10 14:22:36.032 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-02-10 14:22:36.061 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-02-10 14:22:36.089 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-02-10 14:22:36.106 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:36.108 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-02-10 14:22:36.137 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-02-10 14:22:36.163 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-02-10 14:22:36.190 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-02-10 14:22:36.217 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-02-10 14:22:36.232 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:36.234 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-02-10 14:22:36.261 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-02-10 14:22:36.277 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:36.279 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-02-10 14:22:36.295 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:36.297 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-02-10 14:22:36.299 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-02-10 14:22:36.314 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:36.316 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-02-10 14:22:36.318 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-02-10 14:22:36.320 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-02-10 14:22:36.326 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-02-10 14:22:36.331 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-02-10 14:22:36.359 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-02-10 14:22:36.393 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-02-10 14:22:36.428 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-02-10 14:22:36.457 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-02-10 14:22:36.485 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-02-10 14:22:36.488 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/swift/proxy-server.conf 2022-02-10 14:22:36.490 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=swift 2022-02-10 14:22:36.492 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=filter:authtoken 2022-02-10 14:22:36.494 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-02-10 14:22:36.520 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-02-10 14:22:36.547 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.43/identity 2022-02-10 14:22:36.574 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-02-10 14:22:36.603 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-02-10 14:22:36.629 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-02-10 14:22:36.658 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-02-10 14:22:36.685 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-02-10 14:22:36.714 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-10 14:22:36.748 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-02-10 14:22:36.776 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-02-10 14:22:36.804 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-02-10 14:22:36.834 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-02-10 14:22:36.861 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-02-10 14:22:36.892 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-02-10 14:22:36.923 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-02-10 14:22:36.941 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-02-10 14:22:36.969 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-02-10 14:22:36.998 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-02-10 14:22:37.002 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-02-10 14:22:37.031 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-02-10 14:22:37.057 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-02-10 14:22:37.086 | + lib/swift:configure_swift:478 : local node_number 2022-02-10 14:22:37.088 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-10 14:22:37.090 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-10 14:22:37.093 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-02-10 14:22:37.097 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-02-10 14:22:37.099 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-10 14:22:37.101 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-10 14:22:37.103 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-02-10 14:22:37.106 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-02-10 14:22:37.108 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-10 14:22:37.110 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-10 14:22:37.113 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-02-10 14:22:37.134 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-02-10 14:22:37.164 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-02-10 14:22:37.182 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-02-10 14:22:37.212 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-02-10 14:22:37.229 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-10 14:22:37.257 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-02-10 14:22:37.275 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-10 14:22:37.303 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-02-10 14:22:37.321 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-10 14:22:37.350 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-02-10 14:22:37.370 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-02-10 14:22:37.399 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-02-10 14:22:37.418 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-02-10 14:22:37.453 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-02-10 14:22:37.473 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-02-10 14:22:37.504 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-02-10 14:22:37.523 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-02-10 14:22:37.551 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-02-10 14:22:37.556 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-02-10 14:22:37.574 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-10 14:22:37.603 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-02-10 14:22:37.632 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-02-10 14:22:37.634 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-02-10 14:22:37.639 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-02-10 14:22:37.641 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-02-10 14:22:37.643 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-10 14:22:37.645 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-02-10 14:22:37.648 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-02-10 14:22:37.650 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-10 14:22:37.652 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-10 14:22:37.655 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-02-10 14:22:37.673 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-02-10 14:22:37.701 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-02-10 14:22:37.719 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-02-10 14:22:37.748 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-02-10 14:22:37.767 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-10 14:22:37.796 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-02-10 14:22:37.816 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-10 14:22:37.845 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-02-10 14:22:37.863 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-10 14:22:37.892 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-02-10 14:22:37.910 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-02-10 14:22:37.939 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-02-10 14:22:37.958 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-02-10 14:22:37.987 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-02-10 14:22:38.005 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-02-10 14:22:38.034 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-02-10 14:22:38.052 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-02-10 14:22:38.080 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-02-10 14:22:38.085 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-02-10 14:22:38.102 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-10 14:22:38.132 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-02-10 14:22:38.134 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-02-10 14:22:38.139 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-02-10 14:22:38.141 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-02-10 14:22:38.143 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-10 14:22:38.145 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-02-10 14:22:38.147 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-02-10 14:22:38.150 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-10 14:22:38.152 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-10 14:22:38.156 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-02-10 14:22:38.182 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-02-10 14:22:38.211 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-02-10 14:22:38.229 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-02-10 14:22:38.257 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-02-10 14:22:38.275 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-10 14:22:38.304 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-02-10 14:22:38.322 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-10 14:22:38.350 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-02-10 14:22:38.368 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-10 14:22:38.398 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-02-10 14:22:38.415 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-02-10 14:22:38.444 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-02-10 14:22:38.463 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-02-10 14:22:38.493 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-02-10 14:22:38.513 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-02-10 14:22:38.543 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-02-10 14:22:38.563 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-02-10 14:22:38.591 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-02-10 14:22:38.596 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-02-10 14:22:38.615 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-10 14:22:38.644 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-02-10 14:22:38.673 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-02-10 14:22:38.703 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-02-10 14:22:38.732 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-02-10 14:22:38.734 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-02-10 14:22:38.739 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-02-10 14:22:38.768 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-02-10 14:22:38.801 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-02-10 14:22:38.835 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-02-10 14:22:38.865 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-02-10 14:22:38.898 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-02-10 14:22:38.925 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-02-10 14:22:38.953 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-02-10 14:22:38.981 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-02-10 14:22:39.008 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-02-10 14:22:39.024 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:39.026 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-02-10 14:22:39.047 | + lib/swift:configure_swift:521 : local auth_vers 2022-02-10 14:22:39.052 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-02-10 14:22:39.074 | + lib/swift:configure_swift:522 : auth_vers=3 2022-02-10 14:22:39.076 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.43 2022-02-10 14:22:39.104 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-02-10 14:22:39.107 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-02-10 14:22:39.134 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.43/identity 2022-02-10 14:22:39.163 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-02-10 14:22:39.165 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-02-10 14:22:39.194 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-02-10 14:22:39.211 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:39.214 | + lib/swift:configure_swift:541 : local user_group 2022-02-10 14:22:39.218 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-02-10 14:22:39.223 | + lib/swift:configure_swift:542 : user_group=1000 2022-02-10 14:22:39.225 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-02-10 14:22:39.238 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-02-10 14:22:39.241 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-02-10 14:22:39.252 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-02-10 14:22:39.255 | + lib/swift:configure_swift:548 : is_suse 2022-02-10 14:22:39.257 | + functions-common:is_suse:542 : is_opensuse 2022-02-10 14:22:39.259 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-02-10 14:22:39.261 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-10 14:22:39.263 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-02-10 14:22:39.266 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-02-10 14:22:39.268 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-10 14:22:39.270 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-02-10 14:22:39.284 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-02-10 14:22:39.286 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-02-10 14:22:39.288 | + ./stack.sh:main:911 : is_service_enabled s3api 2022-02-10 14:22:39.306 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:22:39.308 | + ./stack.sh:main:917 : is_service_enabled g-api n-api 2022-02-10 14:22:39.325 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:39.328 | + ./stack.sh:main:919 : stack_install_service glance 2022-02-10 14:22:39.330 | + lib/stack:stack_install_service:20 : local service=glance 2022-02-10 14:22:39.333 | + lib/stack:stack_install_service:21 : type install_glance 2022-02-10 14:22:39.335 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-10 14:22:39.337 | + lib/stack:stack_install_service:32 : install_glance 2022-02-10 14:22:39.340 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-02-10 14:22:39.343 | + lib/glance:install_glance:507 : local glance_store_extras 2022-02-10 14:22:39.346 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-02-10 14:22:39.363 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:39.366 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-02-10 14:22:39.368 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-02-10 14:22:39.385 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:22:39.387 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-02-10 14:22:39.390 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-02-10 14:22:39.392 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-02-10 14:22:39.395 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:22:39.397 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:22:39.400 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-02-10 14:22:39.403 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:22:39.407 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-02-10 14:22:39.409 | ++ inc/python:join_extras:29 : local IFS=, 2022-02-10 14:22:39.412 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-02-10 14:22:39.415 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-02-10 14:22:39.417 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-02-10 14:22:39.421 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-02-10 14:22:39.423 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-02-10 14:22:39.426 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-02-10 14:22:39.429 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-02-10 14:22:39.432 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-02-10 14:22:39.436 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-02-10 14:22:39.437 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-02-10 14:22:39.442 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-02-10 14:22:39.445 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-02-10 14:22:39.447 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-02-10 14:22:39.451 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-02-10 14:22:39.454 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-02-10 14:22:39.476 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-02-10 14:22:39.479 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-02-10 14:22:40.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:40.261 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:40.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:40.261 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:41.386 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:22:41.533 | Collecting glance-store[cinder,swift]!=0.29.0 2022-02-10 14:22:41.541 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-02-10 14:22:41.633 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-10 14:22:41.634 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-10 14:22:41.635 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-02-10 14:22:41.636 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-02-10 14:22:41.638 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-02-10 14:22:41.639 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.1) 2022-02-10 14:22:41.640 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-10 14:22:41.641 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-02-10 14:22:41.642 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-10 14:22:41.643 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-02-10 14:22:41.644 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-02-10 14:22:41.645 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-02-10 14:22:41.714 | Collecting python-swiftclient>=3.2.0 2022-02-10 14:22:41.721 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/608/7037ee88a4c70/python_swiftclient-3.13.0-py2.py3-none-any.whl (86 kB) 2022-02-10 14:22:41.729 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-02-10 14:22:41.731 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-02-10 14:22:41.871 | Collecting os-brick>=2.6.0 2022-02-10 14:22:41.879 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/22c/582494b146f9f/os_brick-5.1.0-py3-none-any.whl (257 kB) 2022-02-10 14:22:41.979 | Collecting python-cinderclient>=4.1.0 2022-02-10 14:22:41.987 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0e/c7c9b81aae920/python_cinderclient-8.2.0-py3-none-any.whl (253 kB) 2022-02-10 14:22:42.000 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.0) 2022-02-10 14:22:42.009 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-02-10 14:22:42.010 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2022-02-10 14:22:42.023 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.7) 2022-02-10 14:22:42.092 | 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-02-10 14:22:42.094 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-02-10 14:22:42.095 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-02-10 14:22:42.118 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.1) 2022-02-10 14:22:42.119 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-02-10 14:22:42.121 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-02-10 14:22:42.122 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-02-10 14:22:42.124 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-02-10 14:22:42.135 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-02-10 14:22:42.176 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-02-10 14:22:42.177 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-02-10 14:22:42.178 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-02-10 14:22:42.179 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.4.0) 2022-02-10 14:22:42.201 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-02-10 14:22:42.202 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-02-10 14:22:42.215 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2022-02-10 14:22:42.230 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-02-10 14:22:42.233 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-02-10 14:22:42.251 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-02-10 14:22:42.252 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-10 14:22:42.338 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.8) 2022-02-10 14:22:42.340 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-02-10 14:22:42.343 | 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.11) 2022-02-10 14:22:42.344 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-02-10 14:22:42.394 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-02-10 14:22:42.420 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2022-02-10 14:22:42.641 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-02-10 14:22:42.644 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-02-10 14:22:42.678 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-02-10 14:22:42.681 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-10 14:22:42.683 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-10 14:22:42.685 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-02-10 14:22:42.686 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-02-10 14:22:42.687 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-02-10 14:22:42.741 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-02-10 14:22:42.908 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-02-10 14:22:42.931 | 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.7.1) 2022-02-10 14:22:43.017 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-02-10 14:22:43.162 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-02-10 14:22:44.780 | Installing collected packages: python-swiftclient, python-cinderclient, os-brick, glance-store 2022-02-10 14:22:45.858 | Successfully installed glance-store-2.7.0 os-brick-5.1.0 python-cinderclient-8.2.0 python-swiftclient-3.13.0 2022-02-10 14:22:45.859 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:22:45.865 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:22:45.865 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:22:46.004 | + inc/python:pip_install:200 : result=0 2022-02-10 14:22:46.006 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:22:46.009 | + functions-common:time_stop:2425 : local name 2022-02-10 14:22:46.011 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:22:46.013 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:22:46.015 | + functions-common:time_stop:2428 : local total 2022-02-10 14:22:46.018 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:22:46.020 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:22:46.022 | + functions-common:time_stop:2432 : start_time=1644502959471 2022-02-10 14:22:46.025 | + functions-common:time_stop:2434 : [[ -z 1644502959471 ]] 2022-02-10 14:22:46.028 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:22:46.032 | + functions-common:time_stop:2437 : end_time=1644502966030 2022-02-10 14:22:46.036 | + functions-common:time_stop:2438 : elapsed_time=6559 2022-02-10 14:22:46.038 | + functions-common:time_stop:2439 : total=76769 2022-02-10 14:22:46.040 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:22:46.042 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=83328 2022-02-10 14:22:46.045 | + inc/python:pip_install:203 : return 0 2022-02-10 14:22:46.048 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-02-10 14:22:46.050 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-02-10 14:22:46.053 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-02-10 14:22:46.067 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-02-10 14:22:46.072 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-02-10 14:22:46.075 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-02-10 14:22:46.078 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-02-10 14:22:46.080 | + functions-common:git_clone:610 : local git_ref=master 2022-02-10 14:22:46.082 | + functions-common:git_clone:611 : local orig_dir 2022-02-10 14:22:46.085 | ++ functions-common:git_clone:612 : pwd 2022-02-10 14:22:46.088 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-10 14:22:46.091 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-10 14:22:46.094 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-10 14:22:46.110 | + functions-common:git_clone:615 : RECLONE=False 2022-02-10 14:22:46.113 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-10 14:22:46.115 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:46.119 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-10 14:22:46.119 | + functions-common:git_clone:629 : echo master 2022-02-10 14:22:46.125 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-02-10 14:22:46.127 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-10 14:22:46.130 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-02-10 14:22:46.132 | + functions-common:git_clone:678 : git show --oneline 2022-02-10 14:22:46.133 | + functions-common:git_clone:678 : head -1 2022-02-10 14:22:46.149 | a42fda92d Merge "[APIImpact] Quota usage API" 2022-02-10 14:22:46.152 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-10 14:22:46.160 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-02-10 14:22:46.162 | + inc/python:setup_develop:338 : local bindep 2022-02-10 14:22:46.165 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-02-10 14:22:46.169 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-02-10 14:22:46.172 | + inc/python:setup_develop:344 : local extras= 2022-02-10 14:22:46.176 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-02-10 14:22:46.179 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-10 14:22:46.181 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-02-10 14:22:46.185 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-02-10 14:22:46.187 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-10 14:22:46.190 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-10 14:22:46.194 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-02-10 14:22:46.197 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-10 14:22:46.202 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-02-10 14:22:46.204 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-10 14:22:46.207 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-10 14:22:46.211 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-02-10 14:22:46.217 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-02-10 14:22:46.219 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-02-10 14:22:46.894 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-02-10 14:22:46.904 | + inc/python:setup_package:418 : local bindep=0 2022-02-10 14:22:46.906 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-10 14:22:46.908 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-10 14:22:46.911 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-02-10 14:22:46.913 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-02-10 14:22:46.915 | + inc/python:setup_package:427 : local flags=-e 2022-02-10 14:22:46.917 | + inc/python:setup_package:428 : local extras= 2022-02-10 14:22:46.920 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-10 14:22:46.923 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-10 14:22:46.925 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-10 14:22:46.927 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-10 14:22:46.930 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-10 14:22:46.932 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-02-10 14:22:46.958 | Using python 3.8 to install /opt/stack/glance 2022-02-10 14:22:46.960 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-02-10 14:22:47.773 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:47.773 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:47.773 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:22:47.773 | from cryptography.utils import int_from_bytes 2022-02-10 14:22:48.898 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:22:48.924 | Obtaining file:///opt/stack/glance 2022-02-10 14:22:48.925 | Preparing metadata (setup.py): started 2022-02-10 14:22:50.088 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:22:50.240 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (5.8.0) 2022-02-10 14:22:50.241 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (0.7.1) 2022-02-10 14:22:50.242 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.4.31) 2022-02-10 14:22:50.243 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (0.33.0) 2022-02-10 14:22:50.244 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.1.1) 2022-02-10 14:22:50.245 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.5.1) 2022-02-10 14:22:50.247 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.8.7) 2022-02-10 14:22:50.248 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (0.4.2) 2022-02-10 14:22:50.249 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.7.6) 2022-02-10 14:22:50.250 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (0.20.4) 2022-02-10 14:22:50.252 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (8.7.1) 2022-02-10 14:22:50.253 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.5.0) 2022-02-10 14:22:50.254 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.4.0) 2022-02-10 14:22:50.255 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.4.0) 2022-02-10 14:22:50.256 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.12.1) 2022-02-10 14:22:50.257 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.5.0) 2022-02-10 14:22:50.258 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.4.0) 2022-02-10 14:22:50.427 | Collecting taskflow>=4.0.0 2022-02-10 14:22:50.435 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3fe/bdfa9fc9efba3/taskflow-4.6.3-py3-none-any.whl (492 kB) 2022-02-10 14:22:50.455 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.4.0) 2022-02-10 14:22:50.456 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (9.3.0) 2022-02-10 14:22:50.501 | Collecting WSME>=0.8.0 2022-02-10 14:22:50.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-02-10 14:22:50.514 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.0.0) 2022-02-10 14:22:50.515 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.5.0) 2022-02-10 14:22:50.516 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.1.0.dev54) (3.2.0) 2022-02-10 14:22:50.518 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.4.0) 2022-02-10 14:22:50.519 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (22.0.0) 2022-02-10 14:22:50.520 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.16.0) 2022-02-10 14:22:50.520 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (11.1.0) 2022-02-10 14:22:50.522 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (5.1.0) 2022-02-10 14:22:50.562 | Collecting oslo.limit>=1.4.0 2022-02-10 14:22:50.569 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/732a4a0a011f0/oslo.limit-1.5.0-py3-none-any.whl (19 kB) 2022-02-10 14:22:50.573 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.6.1) 2022-02-10 14:22:50.574 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (12.12.0) 2022-02-10 14:22:50.575 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (4.5.0) 2022-02-10 14:22:50.576 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.3.0) 2022-02-10 14:22:50.577 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.10.1) 2022-02-10 14:22:50.609 | Collecting retrying!=1.3.0,>=1.2.3 2022-02-10 14:22:50.615 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-02-10 14:22:50.619 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (3.4.2) 2022-02-10 14:22:50.620 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.7.0) 2022-02-10 14:22:50.622 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (2.4.0) 2022-02-10 14:22:50.623 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (36.0.1) 2022-02-10 14:22:50.653 | Collecting cursive>=0.2.1 2022-02-10 14:22:50.661 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-02-10 14:22:50.665 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (1.0.2) 2022-02-10 14:22:50.666 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev54) (5.5.0) 2022-02-10 14:22:50.760 | Collecting castellan>=0.17.0 2022-02-10 14:22:50.767 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/81007564c6f1d/castellan-3.10.0-py3-none-any.whl (96 kB) 2022-02-10 14:22:50.790 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev54) (4.10.1) 2022-02-10 14:22:50.792 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev54) (5.4.0) 2022-02-10 14:22:50.793 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev54) (1.1.6) 2022-02-10 14:22:50.876 | Collecting python-barbicanclient>=4.5.2 2022-02-10 14:22:50.883 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-02-10 14:22:50.892 | 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.dev54) (2.27.1) 2022-02-10 14:22:50.930 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.1.0.dev54) (1.15.0) 2022-02-10 14:22:50.966 | 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.dev54) (4.2.0) 2022-02-10 14:22:50.976 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.1.0.dev54) (1.13.3) 2022-02-10 14:22:50.989 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev54) (2.1.0) 2022-02-10 14:22:50.990 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev54) (1.1.2) 2022-02-10 14:22:51.080 | 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.dev54) (3.0.7) 2022-02-10 14:22:51.155 | 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.dev54) (1.7.0) 2022-02-10 14:22:51.206 | 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.dev54) (3.1.1) 2022-02-10 14:22:51.210 | 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.dev54) (2.10.0) 2022-02-10 14:22:51.241 | 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.dev54) (0.17.3) 2022-02-10 14:22:51.312 | 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.dev54) (1.5.0) 2022-02-10 14:22:51.314 | 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.dev54) (0.8.0) 2022-02-10 14:22:51.315 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev54) (6.0) 2022-02-10 14:22:51.372 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev54) (0.5.0) 2022-02-10 14:22:51.374 | 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.dev54) (0.13.0) 2022-02-10 14:22:51.375 | 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.dev54) (2.0.1) 2022-02-10 14:22:51.402 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==23.1.0.dev54) (0.61.0) 2022-02-10 14:22:51.448 | 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.dev54) (2.8.2) 2022-02-10 14:22:51.452 | 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.dev54) (0.9.6) 2022-02-10 14:22:51.510 | 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.dev54) (0.4.0) 2022-02-10 14:22:51.513 | 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.dev54) (5.0.9) 2022-02-10 14:22:51.515 | 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.dev54) (5.2.3) 2022-02-10 14:22:51.516 | 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.dev54) (5.0.0) 2022-02-10 14:22:51.517 | 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.dev54) (2.8.0) 2022-02-10 14:22:51.541 | 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.dev54) (3.2.0) 2022-02-10 14:22:51.543 | 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.dev54) (3.3.0) 2022-02-10 14:22:51.544 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev54) (3.0.3) 2022-02-10 14:22:51.588 | 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.dev54) (5.9.0) 2022-02-10 14:22:51.630 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev54) (2021.3) 2022-02-10 14:22:51.633 | 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.dev54) (0.11.0) 2022-02-10 14:22:51.634 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev54) (21.3) 2022-02-10 14:22:51.711 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.1.0.dev54) (60.7.1) 2022-02-10 14:22:51.770 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==23.1.0.dev54) (0.2.5) 2022-02-10 14:22:51.874 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.1.0.dev54) (0.7) 2022-02-10 14:22:52.166 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.1.0.dev54) (6.3.1) 2022-02-10 14:22:52.233 | Collecting automaton>=1.9.0 2022-02-10 14:22:52.241 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-02-10 14:22:52.280 | Collecting pydot>=1.2.4 2022-02-10 14:22:52.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-02-10 14:22:52.394 | Collecting networkx>=2.1.0 2022-02-10 14:22:52.403 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2022-02-10 14:22:52.551 | Collecting simplegeneric 2022-02-10 14:22:52.558 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-02-10 14:22:52.564 | Preparing metadata (setup.py): started 2022-02-10 14:22:53.181 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:22:53.213 | 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.dev54) (5.0.0) 2022-02-10 14:22:53.337 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.1.0.dev54) (2.21) 2022-02-10 14:22:53.448 | 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.dev54) (2.0.1) 2022-02-10 14:22:53.671 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (0.10.0) 2022-02-10 14:22:53.672 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (5.1.1) 2022-02-10 14:22:53.673 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (1.4.4) 2022-02-10 14:22:53.676 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (1.1.5) 2022-02-10 14:22:53.677 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (1.32) 2022-02-10 14:22:53.679 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (2.5.0) 2022-02-10 14:22:53.680 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (1.4.0) 2022-02-10 14:22:53.805 | 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.dev54) (0.13.1) 2022-02-10 14:22:53.838 | 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.dev54) (1.0.3) 2022-02-10 14:22:53.885 | 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.dev54) (1.3.3) 2022-02-10 14:22:53.888 | 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.dev54) (3.0.0) 2022-02-10 14:22:54.146 | 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.dev54) (3.10.0) 2022-02-10 14:22:54.346 | 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.dev54) (2.0.11) 2022-02-10 14:22:54.347 | 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.dev54) (2019.11.28) 2022-02-10 14:22:54.350 | 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.dev54) (3.3) 2022-02-10 14:22:54.351 | 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.dev54) (1.26.8) 2022-02-10 14:22:54.468 | 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.dev54) (0.5.2) 2022-02-10 14:22:54.628 | 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.dev54) (2.5.0) 2022-02-10 14:22:54.734 | 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.dev54) (3.7.0) 2022-02-10 14:22:55.065 | 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.dev54) (0.5.0) 2022-02-10 14:22:55.067 | 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.dev54) (2.3.3) 2022-02-10 14:22:55.304 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==23.1.0.dev54) (2.2) 2022-02-10 14:22:55.598 | 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.dev54) (1.0.0) 2022-02-10 14:22:55.921 | 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.dev54) (21.4.0) 2022-02-10 14:22:55.922 | 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.dev54) (1.8.2) 2022-02-10 14:22:56.286 | Building wheels for collected packages: simplegeneric 2022-02-10 14:22:56.287 | Building wheel for simplegeneric (setup.py): started 2022-02-10 14:22:56.992 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-02-10 14:22:56.993 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=25c0a571de077c6ec908609802142fc995e18ced9e8202c6d33c3cb94f00804e 2022-02-10 14:22:56.993 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-02-10 14:22:56.997 | Successfully built simplegeneric 2022-02-10 14:22:57.847 | Installing collected packages: python-barbicanclient, simplegeneric, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance 2022-02-10 14:23:00.575 | Running setup.py develop for glance 2022-02-10 14:23:02.702 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.10.0 cursive-0.2.2 glance networkx-2.6.3 oslo.limit-1.5.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.3 2022-02-10 14:23:02.702 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-10 14:23:02.708 | WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. 2022-02-10 14:23:02.708 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-02-10 14:23:02.850 | + inc/python:pip_install:200 : result=0 2022-02-10 14:23:02.852 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-10 14:23:02.855 | + functions-common:time_stop:2425 : local name 2022-02-10 14:23:02.858 | + functions-common:time_stop:2426 : local end_time 2022-02-10 14:23:02.860 | + functions-common:time_stop:2427 : local elapsed_time 2022-02-10 14:23:02.862 | + functions-common:time_stop:2428 : local total 2022-02-10 14:23:02.864 | + functions-common:time_stop:2429 : local start_time 2022-02-10 14:23:02.867 | + functions-common:time_stop:2431 : name=pip_install 2022-02-10 14:23:02.869 | + functions-common:time_stop:2432 : start_time=1644502966952 2022-02-10 14:23:02.872 | + functions-common:time_stop:2434 : [[ -z 1644502966952 ]] 2022-02-10 14:23:02.874 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-02-10 14:23:02.878 | + functions-common:time_stop:2437 : end_time=1644502982876 2022-02-10 14:23:02.881 | + functions-common:time_stop:2438 : elapsed_time=15924 2022-02-10 14:23:02.883 | + functions-common:time_stop:2439 : total=83328 2022-02-10 14:23:02.885 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-02-10 14:23:02.887 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=99252 2022-02-10 14:23:02.890 | + inc/python:pip_install:203 : return 0 2022-02-10 14:23:02.893 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-10 14:23:02.896 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-10 14:23:02.898 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-10 14:23:02.917 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-10 14:23:02.929 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-02-10 14:23:02.932 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-02-10 14:23:02.935 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-10 14:23:02.937 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-10 14:23:02.940 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-02-10 14:23:02.943 | + inc/python:use_library_from_git:253 : return 1 2022-02-10 14:23:02.945 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-10 14:23:02.948 | + ./stack.sh:main:920 : configure_glance 2022-02-10 14:23:02.950 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-02-10 14:23:02.962 | + lib/glance:configure_glance:326 : local dburl 2022-02-10 14:23:02.965 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-02-10 14:23:02.967 | ++ lib/database:database_connection_url:134 : local db=glance 2022-02-10 14:23:02.970 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-02-10 14:23:02.972 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=glance 2022-02-10 14:23:02.974 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-10 14:23:02.977 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-10 14:23:02.979 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-02-10 14:23:03.018 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-10 14:23:03.050 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-02-10 14:23:03.079 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-10 14:23:03.107 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-02-10 14:23:03.138 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-02-10 14:23:03.169 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-02-10 14:23:03.171 | + lib/keystone:configure_keystone_authtoken_middleware:436 : local conf_file=/etc/glance/glance-api.conf 2022-02-10 14:23:03.174 | + lib/keystone:configure_keystone_authtoken_middleware:437 : local admin_user=glance 2022-02-10 14:23:03.176 | + lib/keystone:configure_keystone_authtoken_middleware:438 : local section=keystone_authtoken 2022-02-10 14:23:03.179 | + lib/keystone:configure_keystone_authtoken_middleware:440 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-02-10 14:23:03.209 | + lib/keystone:configure_keystone_authtoken_middleware:441 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-02-10 14:23:03.237 | + lib/keystone:configure_keystone_authtoken_middleware:442 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-02-10 14:23:03.269 | + lib/keystone:configure_keystone_authtoken_middleware:443 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-02-10 14:23:03.306 | + lib/keystone:configure_keystone_authtoken_middleware:444 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-02-10 14:23:03.336 | + lib/keystone:configure_keystone_authtoken_middleware:445 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-02-10 14:23:03.364 | + lib/keystone:configure_keystone_authtoken_middleware:446 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-02-10 14:23:03.393 | + lib/keystone:configure_keystone_authtoken_middleware:447 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-02-10 14:23:03.421 | + lib/keystone:configure_keystone_authtoken_middleware:449 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-10 14:23:03.449 | + lib/keystone:configure_keystone_authtoken_middleware:450 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-02-10 14:23:03.477 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-02-10 14:23:03.508 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-02-10 14:23:03.510 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-02-10 14:23:03.513 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-02-10 14:23:03.515 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-10 14:23:03.517 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-10 14:23:03.520 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-10 14:23:03.536 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:23:03.540 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-10 14:23:03.542 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-10 14:23:03.545 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-10 14:23:03.561 | ++ functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:23:03.564 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-02-10 14:23:03.567 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-02-10 14:23:03.597 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-10 14:23:03.600 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-10 14:23:03.602 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-02-10 14:23:03.605 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-02-10 14:23:03.607 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-02-10 14:23:03.635 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-02-10 14:23:03.664 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-02-10 14:23:03.666 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-02-10 14:23:03.669 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-02-10 14:23:03.671 | + lib/glance:configure_glance_store:254 : local be 2022-02-10 14:23:03.674 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-02-10 14:23:03.676 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-02-10 14:23:03.678 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-10 14:23:03.709 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-02-10 14:23:03.712 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.43 2022-02-10 14:23:03.743 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-02-10 14:23:03.745 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-02-10 14:23:03.762 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:23:03.764 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-02-10 14:23:03.792 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-02-10 14:23:03.820 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-02-10 14:23:03.848 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-02-10 14:23:03.876 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-02-10 14:23:03.905 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-02-10 14:23:03.921 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:23:03.924 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-02-10 14:23:03.952 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-02-10 14:23:03.983 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-02-10 14:23:04.012 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.43/identity/v3 2022-02-10 14:23:04.040 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-02-10 14:23:04.068 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.43/image 2022-02-10 14:23:04.102 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-02-10 14:23:04.118 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:23:04.120 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-02-10 14:23:04.124 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-02-10 14:23:04.126 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-02-10 14:23:04.129 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-10 14:23:04.146 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-10 14:23:04.149 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-10 14:23:04.151 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-10 14:23:04.154 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-10 14:23:04.156 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-10 14:23:04.184 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-10 14:23:04.211 | + functions:setup_systemd_logging:705 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-10 14:23:04.241 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-10 14:23:04.269 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-02-10 14:23:04.274 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-02-10 14:23:04.304 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-02-10 14:23:04.333 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-10 14:23:04.363 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.43/identity 2022-02-10 14:23:04.395 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-02-10 14:23:04.426 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-02-10 14:23:04.455 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-02-10 14:23:04.483 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-10 14:23:04.514 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-02-10 14:23:04.545 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-02-10 14:23:04.576 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-02-10 14:23:04.604 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-02-10 14:23:04.609 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-02-10 14:23:04.616 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-02-10 14:23:04.632 | + functions-common:is_service_enabled:2081 : return 1 2022-02-10 14:23:04.635 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-02-10 14:23:04.637 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-02-10 14:23:04.639 | + lib/apache:write_local_uwsgi_http_config:314 : local file=/etc/glance/glance-uwsgi.ini 2022-02-10 14:23:04.642 | + lib/apache:write_local_uwsgi_http_config:315 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-02-10 14:23:04.644 | + lib/apache:write_local_uwsgi_http_config:316 : local url=/image 2022-02-10 14:23:04.647 | ++ lib/apache:write_local_uwsgi_http_config:317 : basename /usr/local/bin/glance-wsgi-api 2022-02-10 14:23:04.650 | + lib/apache:write_local_uwsgi_http_config:317 : name=glance-wsgi-api 2022-02-10 14:23:04.653 | + lib/apache:write_local_uwsgi_http_config:323 : rm -rf /etc/glance/glance-uwsgi.ini 2022-02-10 14:23:04.656 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-02-10 14:23:04.687 | ++ lib/apache:write_local_uwsgi_http_config:325 : get_random_port 2022-02-10 14:23:04.689 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-02-10 14:23:04.691 | ++ functions:get_random_port:837 : true 2022-02-10 14:23:04.693 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-02-10 14:23:04.696 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-02-10 14:23:04.698 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-02-10 14:23:04.755 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-02-10 14:23:04.757 | ++ functions:get_random_port:841 : break 2 2022-02-10 14:23:04.759 | ++ functions:get_random_port:845 : echo 60999 2022-02-10 14:23:04.762 | + lib/apache:write_local_uwsgi_http_config:325 : port=60999 2022-02-10 14:23:04.764 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-02-10 14:23:04.792 | + lib/apache:write_local_uwsgi_http_config:327 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-02-10 14:23:04.819 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-02-10 14:23:04.846 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-02-10 14:23:04.874 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-02-10 14:23:04.902 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-02-10 14:23:04.931 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-02-10 14:23:04.961 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-02-10 14:23:04.989 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-10 14:23:05.022 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-10 14:23:05.051 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-02-10 14:23:05.080 | + lib/apache:write_local_uwsgi_http_config:345 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-10 14:23:05.108 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-02-10 14:23:05.136 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-02-10 14:23:05.164 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-02-10 14:23:05.192 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-02-10 14:23:05.220 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-02-10 14:23:05.250 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-02-10 14:23:05.278 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-02-10 14:23:05.307 | + lib/apache:write_local_uwsgi_http_config:356 : enable_apache_mod proxy 2022-02-10 14:23:05.311 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-02-10 14:23:05.314 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-10 14:23:05.316 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:23:05.318 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:23:05.321 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-02-10 14:23:05.323 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-02-10 14:23:05.379 | proxy (enabled by site administrator) 2022-02-10 14:23:05.382 | + lib/apache:write_local_uwsgi_http_config:357 : enable_apache_mod proxy_http 2022-02-10 14:23:05.385 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-02-10 14:23:05.387 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-10 14:23:05.390 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:23:05.392 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:23:05.399 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-02-10 14:23:05.402 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-02-10 14:23:05.456 | No module matches proxy_http 2022-02-10 14:23:05.459 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-02-10 14:23:05.522 | Considering dependency proxy for proxy_http: 2022-02-10 14:23:05.522 | Module proxy already enabled 2022-02-10 14:23:05.522 | Enabling module proxy_http. 2022-02-10 14:23:05.528 | To activate the new configuration, you need to run: 2022-02-10 14:23:05.528 | systemctl restart apache2 2022-02-10 14:23:05.533 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-02-10 14:23:05.535 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-10 14:23:05.538 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-10 14:23:05.540 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-10 14:23:05.669 | + lib/apache:write_local_uwsgi_http_config:358 : local apache_conf= 2022-02-10 14:23:05.673 | ++ lib/apache:write_local_uwsgi_http_config:359 : apache_site_config_for glance-wsgi-api 2022-02-10 14:23:05.676 | ++ lib/apache:apache_site_config_for:181 : local site=glance-wsgi-api 2022-02-10 14:23:05.678 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-02-10 14:23:05.681 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:23:05.684 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:23:05.686 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-10 14:23:05.689 | + lib/apache:write_local_uwsgi_http_config:359 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-10 14:23:05.693 | + lib/apache:write_local_uwsgi_http_config:360 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-10 14:23:05.693 | + lib/apache:write_local_uwsgi_http_config:360 : echo 'KeepAlive Off' 2022-02-10 14:23:05.703 | KeepAlive Off 2022-02-10 14:23:05.707 | + lib/apache:write_local_uwsgi_http_config:361 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-10 14:23:05.707 | + lib/apache:write_local_uwsgi_http_config:361 : echo 'SetEnv proxy-sendchunked 1' 2022-02-10 14:23:05.715 | SetEnv proxy-sendchunked 1 2022-02-10 14:23:05.719 | + lib/apache:write_local_uwsgi_http_config:362 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-10 14:23:05.720 | + lib/apache:write_local_uwsgi_http_config:362 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-02-10 14:23:05.728 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-02-10 14:23:05.731 | + lib/apache:write_local_uwsgi_http_config:363 : enable_apache_site glance-wsgi-api 2022-02-10 14:23:05.734 | + lib/apache:enable_apache_site:198 : local site=glance-wsgi-api 2022-02-10 14:23:05.736 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-02-10 14:23:05.738 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-10 14:23:05.741 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-10 14:23:05.743 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:23:05.745 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:23:05.748 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-10 14:23:05.750 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-02-10 14:23:05.753 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-02-10 14:23:05.755 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-02-10 14:23:05.758 | + lib/apache:enable_apache_site:202 : sudo a2ensite glance-wsgi-api 2022-02-10 14:23:05.820 | Enabling site glance-wsgi-api. 2022-02-10 14:23:05.826 | To activate the new configuration, you need to run: 2022-02-10 14:23:05.826 | systemctl reload apache2 2022-02-10 14:23:05.831 | + lib/apache:write_local_uwsgi_http_config:364 : restart_apache_server 2022-02-10 14:23:05.833 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-02-10 14:23:05.836 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-02-10 14:23:05.838 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-02-10 14:23:05.968 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-02-10 14:23:05.975 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-02-10 14:23:06.007 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-02-10 14:23:06.010 | + ./stack.sh:main:923 : is_service_enabled cinder 2022-02-10 14:23:06.033 | + functions-common:is_service_enabled:2081 : return 0 2022-02-10 14:23:06.035 | + ./stack.sh:main:925 : stack_install_service cinder 2022-02-10 14:23:06.038 | + lib/stack:stack_install_service:20 : local service=cinder 2022-02-10 14:23:06.040 | + lib/stack:stack_install_service:21 : type install_cinder 2022-02-10 14:23:06.043 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-10 14:23:06.046 | + lib/stack:stack_install_service:32 : install_cinder 2022-02-10 14:23:06.048 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-02-10 14:23:06.051 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-02-10 14:23:06.053 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-02-10 14:23:06.055 | + functions-common:git_clone:610 : local git_ref=master 2022-02-10 14:23:06.057 | + functions-common:git_clone:611 : local orig_dir 2022-02-10 14:23:06.061 | ++ functions-common:git_clone:612 : pwd 2022-02-10 14:23:06.063 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-02-10 14:23:06.066 | + functions-common:git_clone:613 : local git_clone_flags= 2022-02-10 14:23:06.069 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-02-10 14:23:06.088 | + functions-common:git_clone:615 : RECLONE=False 2022-02-10 14:23:06.090 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-02-10 14:23:06.093 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-02-10 14:23:06.096 | + functions-common:git_clone:629 : echo master 2022-02-10 14:23:06.096 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-02-10 14:23:06.102 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-02-10 14:23:06.105 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-02-10 14:23:06.108 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-02-10 14:23:06.111 | + functions-common:git_clone:678 : git show --oneline 2022-02-10 14:23:06.111 | + functions-common:git_clone:678 : head -1 2022-02-10 14:23:06.117 | a03e10ceb Use LOG.warning instead of deprecated LOG.warn 2022-02-10 14:23:06.124 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-02-10 14:23:06.127 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-02-10 14:23:06.129 | + inc/python:setup_develop:338 : local bindep 2022-02-10 14:23:06.132 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-10 14:23:06.134 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-02-10 14:23:06.137 | + inc/python:setup_develop:344 : local extras= 2022-02-10 14:23:06.139 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-02-10 14:23:06.141 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-10 14:23:06.144 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-10 14:23:06.146 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-02-10 14:23:06.149 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-10 14:23:06.152 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-10 14:23:06.155 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-02-10 14:23:06.157 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-10 14:23:06.160 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-02-10 14:23:06.163 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-10 14:23:06.165 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-10 14:23:06.169 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-02-10 14:23:06.176 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-02-10 14:23:06.179 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-02-10 14:23:06.832 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-02-10 14:23:06.835 | + inc/python:setup_package:418 : local bindep=0 2022-02-10 14:23:06.837 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-10 14:23:06.839 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-10 14:23:06.842 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-10 14:23:06.844 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-02-10 14:23:06.846 | + inc/python:setup_package:427 : local flags=-e 2022-02-10 14:23:06.849 | + inc/python:setup_package:428 : local extras= 2022-02-10 14:23:06.851 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-10 14:23:06.853 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-10 14:23:06.856 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-10 14:23:06.859 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-10 14:23:06.861 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-10 14:23:06.863 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-02-10 14:23:06.886 | Using python 3.8 to install /opt/stack/cinder 2022-02-10 14:23:06.889 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-02-10 14:23:07.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:23:07.712 | from cryptography.utils import int_from_bytes 2022-02-10 14:23:07.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-10 14:23:07.712 | from cryptography.utils import int_from_bytes 2022-02-10 14:23:08.846 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-10 14:23:08.871 | Obtaining file:///opt/stack/cinder 2022-02-10 14:23:08.872 | Preparing metadata (setup.py): started 2022-02-10 14:23:10.741 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:23:10.948 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.8.0) 2022-02-10 14:23:10.949 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.1.1) 2022-02-10 14:23:10.950 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (0.33.0) 2022-02-10 14:23:10.951 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.1.2) 2022-02-10 14:23:10.952 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (0.20.4) 2022-02-10 14:23:10.953 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.0.2) 2022-02-10 14:23:10.954 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev192) (3.2.0) 2022-02-10 14:23:10.955 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.4.0) 2022-02-10 14:23:10.956 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (9.3.0) 2022-02-10 14:23:10.957 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.7.1) 2022-02-10 14:23:11.073 | Collecting oauth2client>=4.1.3 2022-02-10 14:23:11.084 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-02-10 14:23:11.094 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (8.7.1) 2022-02-10 14:23:11.096 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.5.0) 2022-02-10 14:23:11.097 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.4.0) 2022-02-10 14:23:11.098 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (11.1.0) 2022-02-10 14:23:11.099 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.6.1) 2022-02-10 14:23:11.101 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (12.12.0) 2022-02-10 14:23:11.102 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.5.0) 2022-02-10 14:23:11.103 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.10.1) 2022-02-10 14:23:11.104 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.6.2) 2022-02-10 14:23:11.106 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.3.0) 2022-02-10 14:23:11.108 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (6.3.0) 2022-02-10 14:23:11.109 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.2.0) 2022-02-10 14:23:11.110 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.8.0) 2022-02-10 14:23:11.111 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.4.0) 2022-02-10 14:23:11.112 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.12.1) 2022-02-10 14:23:11.115 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.5.0) 2022-02-10 14:23:11.116 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.4.2) 2022-02-10 14:23:11.117 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (21.3) 2022-02-10 14:23:11.252 | Collecting paramiko>=2.7.2 2022-02-10 14:23:11.259 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7b5/910f5815a0040/paramiko-2.8.1-py2.py3-none-any.whl (206 kB) 2022-02-10 14:23:11.269 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.5.0) 2022-02-10 14:23:11.270 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.1.1) 2022-02-10 14:23:11.271 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.9.0) 2022-02-10 14:23:11.272 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.0.7) 2022-02-10 14:23:11.273 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.2.0) 2022-02-10 14:23:11.376 | Collecting python-glanceclient>=3.2.2 2022-02-10 14:23:11.382 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-02-10 14:23:11.393 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.4.0) 2022-02-10 14:23:11.394 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (17.6.0) 2022-02-10 14:23:11.395 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.13.0) 2022-02-10 14:23:11.396 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2021.3) 2022-02-10 14:23:11.398 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.27.1) 2022-02-10 14:23:11.400 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.5.1) 2022-02-10 14:23:11.401 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (4.6.3) 2022-02-10 14:23:11.449 | Collecting rtslib-fb>=2.1.74 2022-02-10 14:23:11.456 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-02-10 14:23:11.461 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.16.0) 2022-02-10 14:23:11.462 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.4.31) 2022-02-10 14:23:11.463 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (0.13.0) 2022-02-10 14:23:11.464 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.5.0) 2022-02-10 14:23:11.507 | Collecting tabulate>=0.8.7 2022-02-10 14:23:11.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-02-10 14:23:11.517 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (6.3.1) 2022-02-10 14:23:11.518 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (1.8.7) 2022-02-10 14:23:11.519 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.1.0) 2022-02-10 14:23:11.640 | Collecting oslo.vmware>=3.10.0 2022-02-10 14:23:11.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB) 2022-02-10 14:23:11.672 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.1.0) 2022-02-10 14:23:11.673 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (5.5.0) 2022-02-10 14:23:11.674 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (2.10.1) 2022-02-10 14:23:11.843 | Collecting google-api-python-client>=1.11.0 2022-02-10 14:23:11.863 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9e8/863dec46224d4/google_api_python_client-2.36.0-py2.py3-none-any.whl (8.0 MB) 2022-02-10 14:23:12.053 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (3.10.0) 2022-02-10 14:23:12.054 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (36.0.1) 2022-02-10 14:23:12.055 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev192) (0.2.2) 2022-02-10 14:23:12.103 | Collecting zstd>=1.4.5.1 2022-02-10 14:23:12.111 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/951/9bb0cd91c4498/zstd-1.5.1.0.tar.gz (604 kB) 2022-02-10 14:23:12.212 | Preparing metadata (setup.py): started 2022-02-10 14:23:12.830 | Preparing metadata (setup.py): finished with status 'done' 2022-02-10 14:23:13.882 | Collecting boto3>=1.16.51 2022-02-10 14:23:13.891 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1c6/301d9676cb18f/boto3-1.20.48-py3-none-any.whl (131 kB) 2022-02-10 14:23:15.476 | Collecting botocore<1.24.0,>=1.23.48 2022-02-10 14:23:15.498 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/768/acb9a2247155b/botocore-1.23.48-py3-none-any.whl (8.5 MB) 2022-02-10 14:23:15.773 | Collecting s3transfer<0.6.0,>=0.5.0 2022-02-10 14:23:15.781 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25c/140f5c66aa79e/s3transfer-0.5.1-py3-none-any.whl (79 kB) 2022-02-10 14:23:15.787 | 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.dev192) (0.10.0) 2022-02-10 14:23:15.849 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev192) (1.15.0) 2022-02-10 14:23:15.879 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev192) (2.1.0) 2022-02-10 14:23:16.050 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-02-10 14:23:16.058 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/218/ca03d7744ca0c/google_auth-2.6.0-py2.py3-none-any.whl (156 kB) 2022-02-10 14:23:16.189 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-02-10 14:23:16.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d0/30edbd3a0e994/google_api_core-2.5.0-py2.py3-none-any.whl (111 kB) 2022-02-10 14:23:16.235 | Collecting google-auth-httplib2>=0.1.0 2022-02-10 14:23:16.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-02-10 14:23:16.284 | Collecting uritemplate<5,>=3.0.1 2022-02-10 14:23:16.291 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-02-10 14:23:16.394 | 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.dev192) (1.7.0) 2022-02-10 14:23:16.454 | 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.dev192) (2.10.0) 2022-02-10 14:23:16.460 | 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.dev192) (3.1.1) 2022-02-10 14:23:16.636 | Collecting pyasn1>=0.1.7 2022-02-10 14:23:16.644 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-02-10 14:23:16.713 | Collecting rsa>=3.1.4 2022-02-10 14:23:16.721 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95c/5d300c4e879ee/rsa-4.8-py3-none-any.whl (39 kB) 2022-02-10 14:23:16.854 | Collecting pyasn1-modules>=0.0.5 2022-02-10 14:23:16.862 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-02-10 14:23:16.924 | 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.dev192) (0.17.3) 2022-02-10 14:23:16.969 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev192) (6.0) 2022-02-10 14:23:16.970 | 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.dev192) (2.4.0) 2022-02-10 14:23:16.971 | 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.dev192) (1.5.0) 2022-02-10 14:23:16.973 | 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.dev192) (0.8.0) 2022-02-10 14:23:17.036 | 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.dev192) (2.0.1) 2022-02-10 14:23:17.038 | 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.dev192) (1.7.6) 2022-02-10 14:23:17.039 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev192) (0.5.0) 2022-02-10 14:23:17.105 | 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.dev192) (2.8.2) 2022-02-10 14:23:17.109 | 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.dev192) (0.9.6) 2022-02-10 14:23:17.180 | 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.dev192) (2.4.0) 2022-02-10 14:23:17.181 | 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.dev192) (5.0.0) 2022-02-10 14:23:17.185 | 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.dev192) (5.0.9) 2022-02-10 14:23:17.186 | 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.dev192) (0.4.0) 2022-02-10 14:23:17.187 | 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.dev192) (5.2.3) 2022-02-10 14:23:17.212 | 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.dev192) (3.2.0) 2022-02-10 14:23:17.213 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev192) (3.0.3) 2022-02-10 14:23:17.216 | 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.dev192) (3.3.0) 2022-02-10 14:23:17.311 | 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.dev192) (1.0.3) 2022-02-10 14:23:17.399 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev192) (1.3.3) 2022-02-10 14:23:17.400 | 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.dev192) (3.0.0) 2022-02-10 14:23:17.424 | 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.dev192) (3.0.0) 2022-02-10 14:23:17.450 | 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.dev192) (0.11.0) 2022-02-10 14:23:17.561 | Collecting suds-community>=0.6 2022-02-10 14:23:17.568 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB) 2022-02-10 14:23:17.577 | 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.dev192) (1.26.8) 2022-02-10 14:23:17.832 | Collecting pynacl>=1.0.1 2022-02-10 14:23:17.839 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/4947a22519e01/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2022-02-10 14:23:17.886 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev192) (60.7.1) 2022-02-10 14:23:18.030 | 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.dev192) (3.10.0) 2022-02-10 14:23:18.067 | 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.dev192) (1.13.3) 2022-02-10 14:23:18.106 | Collecting warlock<2,>=1.2.0 2022-02-10 14:23:18.113 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-02-10 14:23:18.117 | 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.dev192) (22.0.0) 2022-02-10 14:23:18.325 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev192) (3.3) 2022-02-10 14:23:18.326 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev192) (2019.11.28) 2022-02-10 14:23:18.329 | 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.dev192) (2.0.11) 2022-02-10 14:23:18.365 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev192) (0.7) 2022-02-10 14:23:18.439 | Collecting pyudev>=0.16.1 2022-02-10 14:23:18.449 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f5/d71b527211a6d/pyudev-0.23.1-py3-none-any.whl (63 kB) 2022-02-10 14:23:18.695 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev192) (0.4.2) 2022-02-10 14:23:18.696 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev192) (0.5.2) 2022-02-10 14:23:18.846 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev192) (1.4.2) 2022-02-10 14:23:18.848 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev192) (2.6.3) 2022-02-10 14:23:18.849 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev192) (2.4.0) 2022-02-10 14:23:18.977 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev192) (0.12.2) 2022-02-10 14:23:19.103 | 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.dev192) (5.4.0) 2022-02-10 14:23:19.104 | 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.dev192) (1.1.6) 2022-02-10 14:23:19.106 | 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.dev192) (4.10.1) 2022-02-10 14:23:19.141 | 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.dev192) (5.0.0) 2022-02-10 14:23:19.391 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev192) (2.21) 2022-02-10 14:23:19.470 | 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.dev192) (2.3.3) 2022-02-10 14:23:19.471 | 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.dev192) (0.5.0) 2022-02-10 14:23:19.641 | 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.dev192) (2.5.0) 2022-02-10 14:23:19.787 | Collecting googleapis-common-protos<2.0dev,>=1.52.0 2022-02-10 14:23:19.795 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e54/345a2add15dc5/googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB) 2022-02-10 14:23:19.805 | 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.dev192) (3.19.4) 2022-02-10 14:23:20.042 | 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.dev192) (2.0.1) 2022-02-10 14:23:20.474 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev192) (1.1.5) 2022-02-10 14:23:20.523 | 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.dev192) (0.13.1) 2022-02-10 14:23:20.575 | 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.dev192) (0.2.5) 2022-02-10 14:23:22.048 | 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.dev192) (1.32) 2022-02-10 14:23:22.332 | 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.dev192) (21.4.0) 2022-02-10 14:23:22.333 | 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.dev192) (1.8.2) 2022-02-10 14:23:22.496 | 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.dev192) (2.2) 2022-02-10 14:23:22.700 | 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.dev192) (1.0.0) 2022-02-10 14:23:22.835 | 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.dev192) (3.7.0) 2022-02-10 14:23:23.508 | Building wheels for collected packages: zstd 2022-02-10 14:23:23.509 | Building wheel for zstd (setup.py): started 2022-02-10 14:24:10.664 | Building wheel for zstd (setup.py): finished with status 'done' 2022-02-10 14:24:10.677 | Created wheel for zstd: filename=zstd-1.5.1.0-cp38-cp38-linux_x86_64.whl size=1761602 sha256=9cbead4beb572e991dc70dddd325ca0bd55cef95752da437762ad3443948f67a 2022-02-10 14:24:10.677 | Stored in directory: /root/.cache/pip/wheels/db/61/5c/38d5ea359d8b2e91c6f14bbf42bcb31c21199924820048db05 2022-02-10 14:24:10.680 | Successfully built zstd 2022-02-10 14:24:11.749 | 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