2021-07-15 18:52:09.961 | + ./stack.sh:main:469 : exec 2021-07-15 18:52:09.961 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-07-15-185209' 2021-07-15 18:52:09.961 | ++ ./stack.sh:main:469 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-07-15-185209.summary.2021-07-15-185209 2021-07-15 18:52:09.961 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-07-15 18:52:09.961 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-07-15-185209 2021-07-15 18:52:09.961 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-07-15-185209 /opt/stack/logs/stack.sh.log 2021-07-15 18:52:09.961 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-07-15-185209.summary.2021-07-15-185209 /opt/stack/logs/stack.sh.log.summary 2021-07-15 18:52:09.961 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:596 : local real_path 2021-07-15 18:52:09.961 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-07-15 18:52:09.961 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-07-15 18:52:09.961 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-07-15 18:52:09.961 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-07-15 18:52:09.961 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-07-15 18:52:09.961 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-07-15 18:52:09.962 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-07-15 18:52:09.963 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-07-15 18:52:09.966 | + ./stack.sh:main:542 : trap err_trap ERR 2021-07-15 18:52:09.968 | + ./stack.sh:main:555 : set -o errexit 2021-07-15 18:52:09.969 | + ./stack.sh:main:558 : uname -a 2021-07-15 18:52:09.970 | Linux n-d-793619-8 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2021-07-15 18:52:09.972 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-07-15 18:52:09.974 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-07-15 18:52:09.978 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-07-15 18:52:10.012 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-07-15 18:52:10.028 | + ./stack.sh:main:572 : fetch_plugins 2021-07-15 18:52:10.029 | + functions-common:fetch_plugins:1655 : local plugins= 2021-07-15 18:52:10.031 | + functions-common:fetch_plugins:1656 : local plugin 2021-07-15 18:52:10.033 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2021-07-15 18:52:10.035 | + functions-common:fetch_plugins:1660 : return 2021-07-15 18:52:10.037 | + ./stack.sh:main:576 : run_phase override_defaults 2021-07-15 18:52:10.038 | + functions-common:run_phase:1737 : local mode=override_defaults 2021-07-15 18:52:10.040 | + functions-common:run_phase:1738 : local phase= 2021-07-15 18:52:10.042 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-07-15 18:52:10.044 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-07-15 18:52:10.045 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-07-15 18:52:10.047 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-07-15 18:52:10.049 | + functions-common:run_phase:1747 : local extra 2021-07-15 18:52:10.051 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-07-15 18:52:10.054 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-07-15 18:52:10.055 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-07-15 18:52:10.057 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-07-15 18:52:10.059 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-07-15 18:52:10.061 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-07-15 18:52:10.074 | ++ functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:10.075 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-07-15 18:52:10.077 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-07-15 18:52:10.079 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-07-15 18:52:10.081 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-07-15 18:52:10.082 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-07-15 18:52:10.085 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-07-15 18:52:10.086 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-07-15 18:52:10.088 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-07-15 18:52:10.090 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-07-15 18:52:10.092 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-07-15 18:52:10.093 | + functions-common:run_phase:1762 : plugin_override_defaults 2021-07-15 18:52:10.095 | + functions-common:plugin_override_defaults:1696 : local plugins= 2021-07-15 18:52:10.097 | + functions-common:plugin_override_defaults:1697 : local plugin 2021-07-15 18:52:10.099 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2021-07-15 18:52:10.100 | + functions-common:plugin_override_defaults:1701 : return 2021-07-15 18:52:10.102 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-07-15 18:52:10.118 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-07-15 18:52:10.120 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-07-15 18:52:10.132 | ++ functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:52:10.135 | +++ lib/tls:source:43 : hostname -f 2021-07-15 18:52:10.138 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-07-15 18:52:10.140 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-07-15 18:52:10.142 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-07-15 18:52:10.143 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-07-15 18:52:10.145 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-07-15 18:52:10.148 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-07-15 18:52:10.149 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-07-15 18:52:10.151 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-07-15 18:52:10.153 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-07-15 18:52:10.155 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-07-15 18:52:10.159 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-07-15 18:52:10.172 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-07-15 18:52:10.188 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-07-15 18:52:10.201 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-07-15 18:52:10.214 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-07-15 18:52:10.240 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-07-15 18:52:10.280 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-07-15 18:52:10.360 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-07-15 18:52:10.382 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-07-15 18:52:10.424 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-07-15 18:52:10.473 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-07-15 18:52:10.593 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-07-15 18:52:10.607 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-07-15 18:52:10.619 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-07-15 18:52:10.631 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-07-15 18:52:10.716 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/os-vif 2021-07-15 18:52:10.718 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-07-15 18:52:10.720 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-07-15 18:52:10.723 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-07-15 18:52:10.724 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-07-15 18:52:10.727 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-07-15 18:52:10.729 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-07-15 18:52:10.730 | False' 2021-07-15 18:52:10.732 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-07-15 18:52:10.746 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-07-15 18:52:10.748 | + ./stack.sh:main:606 : run_phase source 2021-07-15 18:52:10.750 | + functions-common:run_phase:1737 : local mode=source 2021-07-15 18:52:10.752 | + functions-common:run_phase:1738 : local phase= 2021-07-15 18:52:10.754 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-07-15 18:52:10.757 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-07-15 18:52:10.759 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-07-15 18:52:10.760 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-07-15 18:52:10.762 | + functions-common:run_phase:1747 : local extra 2021-07-15 18:52:10.765 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-07-15 18:52:10.768 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-07-15 18:52:10.770 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-07-15 18:52:10.773 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-07-15 18:52:10.775 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-07-15 18:52:10.777 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-07-15 18:52:10.790 | ++ functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:10.792 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-07-15 18:52:10.794 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-07-15 18:52:10.832 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-07-15 18:52:10.834 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-07-15 18:52:10.836 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2021-07-15 18:52:10.838 | + functions-common:run_phase:1759 : load_plugin_settings 2021-07-15 18:52:10.840 | + functions-common:load_plugin_settings:1673 : local plugins= 2021-07-15 18:52:10.842 | + functions-common:load_plugin_settings:1674 : local plugin 2021-07-15 18:52:10.844 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2021-07-15 18:52:10.846 | + functions-common:load_plugin_settings:1678 : return 2021-07-15 18:52:10.848 | + functions-common:run_phase:1760 : verify_disabled_services 2021-07-15 18:52:10.851 | + functions-common:verify_disabled_services:2020 : local service 2021-07-15 18:52:10.853 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.855 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-07-15 18:52:10.857 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.859 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-07-15 18:52:10.861 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.864 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-07-15 18:52:10.866 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.869 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-07-15 18:52:10.871 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.873 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-07-15 18:52:10.877 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.879 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-07-15 18:52:10.881 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.883 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-07-15 18:52:10.886 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.888 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-07-15 18:52:10.890 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.892 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-07-15 18:52:10.894 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.896 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-07-15 18:52:10.899 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.901 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-07-15 18:52:10.903 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.905 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-07-15 18:52:10.907 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.910 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-07-15 18:52:10.912 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.914 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-07-15 18:52:10.917 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.919 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-07-15 18:52:10.921 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.923 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-07-15 18:52:10.926 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.930 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-07-15 18:52:10.932 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.935 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-07-15 18:52:10.937 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.939 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-07-15 18:52:10.942 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.945 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-07-15 18:52:10.948 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.950 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-07-15 18:52:10.952 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.954 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-07-15 18:52:10.957 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.959 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-07-15 18:52:10.961 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.964 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-07-15 18:52:10.966 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.968 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-07-15 18:52:10.971 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.973 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-07-15 18:52:10.976 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.979 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-07-15 18:52:10.983 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.985 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-07-15 18:52:10.987 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.989 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-07-15 18:52:10.992 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.994 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-07-15 18:52:10.997 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:10.999 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-07-15 18:52:11.001 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.013 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-07-15 18:52:11.016 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.018 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-07-15 18:52:11.021 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.023 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-07-15 18:52:11.026 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.028 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-07-15 18:52:11.030 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.032 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-07-15 18:52:11.035 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.037 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-07-15 18:52:11.041 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.044 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-07-15 18:52:11.046 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.048 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-07-15 18:52:11.050 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.053 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-07-15 18:52:11.055 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.058 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-07-15 18:52:11.060 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.062 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-07-15 18:52:11.064 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.066 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-07-15 18:52:11.069 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.071 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-07-15 18:52:11.074 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.076 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-07-15 18:52:11.079 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.082 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-07-15 18:52:11.085 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-07-15 18:52:11.087 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-07-15 18:52:11.092 | + ./stack.sh:main:677 : initialize_database_backends 2021-07-15 18:52:11.095 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-07-15 18:52:11.097 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-07-15 18:52:11.114 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:11.117 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-07-15 18:52:11.120 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-07-15 18:52:11.122 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-07-15 18:52:11.139 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:52:11.141 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-07-15 18:52:11.143 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-07-15 18:52:11.146 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-07-15 18:52:11.148 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-07-15 18:52:11.151 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-07-15 18:52:11.153 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-07-15 18:52:11.155 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-07-15 18:52:11.158 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-07-15 18:52:11.161 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-07-15 18:52:11.164 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-07-15 18:52:11.166 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-07-15 18:52:11.169 | + lib/database:initialize_database_backends:104 : return 0 2021-07-15 18:52:11.171 | + ./stack.sh:main:678 : echo 'Using mysql database backend' 2021-07-15 18:52:11.171 | Using mysql database backend 2021-07-15 18:52:11.173 | + ./stack.sh:main:681 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-07-15 18:52:11.192 | + ./stack.sh:main:693 : is_service_enabled rabbit 2021-07-15 18:52:11.208 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:11.211 | + ./stack.sh:main:694 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-07-15 18:52:11.231 | + ./stack.sh:main:701 : is_service_enabled keystone 2021-07-15 18:52:11.247 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:11.249 | + ./stack.sh:main:703 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-07-15 18:52:11.267 | + ./stack.sh:main:705 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-07-15 18:52:11.283 | + ./stack.sh:main:716 : is_service_enabled ldap 2021-07-15 18:52:11.300 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:52:11.303 | + ./stack.sh:main:725 : is_service_enabled s-proxy 2021-07-15 18:52:11.319 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:52:11.321 | + ./stack.sh:main:729 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-07-15 18:52:11.337 | + ./stack.sh:main:731 : [[ -z '' ]] 2021-07-15 18:52:11.340 | + ./stack.sh:main:731 : [[ False == \T\r\u\e ]] 2021-07-15 18:52:11.342 | + ./stack.sh:main:737 : save_stackenv 737 2021-07-15 18:52:11.344 | + functions-common:save_stackenv:60 : local tag=737 2021-07-15 18:52:11.347 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-07-15 18:52:11.352 | + functions-common:save_stackenv:62 : time_stamp=2021-07-15-185211 2021-07-15 18:52:11.354 | + functions-common:save_stackenv:63 : echo '# 2021-07-15-185211 737' 2021-07-15 18:52:11.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.359 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-07-15 18:52:11.365 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.367 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-07-15 18:52:11.369 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.372 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-07-15 18:52:11.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.377 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-07-15 18:52:11.379 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.381 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.13 2021-07-15 18:52:11.384 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.386 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.13/identity 2021-07-15 18:52:11.388 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.391 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-07-15-185209 2021-07-15 18:52:11.393 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.395 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-07-15 18:52:11.398 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.400 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.13 2021-07-15 18:52:11.403 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.405 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-07-15 18:52:11.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.410 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-07-15 18:52:11.413 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.415 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-07-15 18:52:11.417 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-07-15 18:52:11.420 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-07-15 18:52:11.422 | + ./stack.sh:main:748 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-07-15 18:52:11.424 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-07-15 18:52:11.426 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-07-15 18:52:11.429 | + functions-common:git_clone:525 : local git_ref=master 2021-07-15 18:52:11.431 | + functions-common:git_clone:526 : local orig_dir 2021-07-15 18:52:11.433 | ++ functions-common:git_clone:527 : pwd 2021-07-15 18:52:11.436 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-07-15 18:52:11.438 | + functions-common:git_clone:528 : local git_clone_flags= 2021-07-15 18:52:11.440 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-07-15 18:52:11.455 | + functions-common:git_clone:530 : RECLONE=False 2021-07-15 18:52:11.457 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-07-15 18:52:11.460 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-07-15 18:52:11.463 | + functions-common:git_clone:544 : echo master 2021-07-15 18:52:11.463 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-07-15 18:52:11.468 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-07-15 18:52:11.470 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-07-15 18:52:11.472 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-07-15 18:52:11.475 | + functions-common:git_clone:593 : git show --oneline 2021-07-15 18:52:11.476 | + functions-common:git_clone:593 : head -1 2021-07-15 18:52:11.479 | 5e60818d update constraint for glance_store to new release 2.6.0 2021-07-15 18:52:11.481 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-07-15 18:52:11.484 | + ./stack.sh:main:752 : echo_summary 'Installing package prerequisites' 2021-07-15 18:52:11.486 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-07-15 18:52:11.488 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-07-15 18:52:11.491 | + ./stack.sh:main:753 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-07-15 18:52:11.493 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-07-15 18:52:11.496 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-07-15 18:52:11.498 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-07-15 18:52:11.501 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-07-15 18:52:11.503 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-07-15 18:52:11.506 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-07-15 18:52:11.509 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-07-15 18:52:11.513 | ++ tools/install_prereqs.sh:source:47 : NOW=1626375131 2021-07-15 18:52:11.516 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-07-15 18:52:11.520 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-07-15 18:52:11.524 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-07-15 18:52:11.526 | ++ tools/install_prereqs.sh:source:49 : DELTA=1626375131 2021-07-15 18:52:11.528 | ++ tools/install_prereqs.sh:source:50 : [[ 1626375131 -lt 7200 ]] 2021-07-15 18:52:11.531 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-07-15 18:52:11.533 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2021-07-15 18:52:11.535 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-07-15 18:52:11.538 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2021-07-15 18:52:11.540 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-07-15 18:52:11.542 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2021-07-15 18:52:11.544 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-07-15 18:52:11.548 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-07-15 18:52:11.600 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-07-15 18:52:11.600 | apache2-dev 2021-07-15 18:52:11.600 | bc 2021-07-15 18:52:11.600 | bsdmainutils 2021-07-15 18:52:11.600 | curl 2021-07-15 18:52:11.600 | g++ 2021-07-15 18:52:11.600 | gawk 2021-07-15 18:52:11.600 | gcc 2021-07-15 18:52:11.600 | gettext 2021-07-15 18:52:11.600 | git 2021-07-15 18:52:11.600 | graphviz 2021-07-15 18:52:11.600 | iputils-ping 2021-07-15 18:52:11.600 | libapache2-mod-proxy-uwsgi 2021-07-15 18:52:11.600 | libffi-dev 2021-07-15 18:52:11.600 | libjpeg-dev 2021-07-15 18:52:11.600 | libmysqlclient-dev 2021-07-15 18:52:11.600 | libpcre3-dev 2021-07-15 18:52:11.600 | libpq-dev 2021-07-15 18:52:11.600 | libssl-dev 2021-07-15 18:52:11.600 | libsystemd-dev 2021-07-15 18:52:11.600 | libxml2-dev 2021-07-15 18:52:11.600 | libxslt1-dev 2021-07-15 18:52:11.600 | libyaml-dev 2021-07-15 18:52:11.600 | lsof 2021-07-15 18:52:11.600 | openssh-server 2021-07-15 18:52:11.600 | openssl 2021-07-15 18:52:11.600 | pkg-config 2021-07-15 18:52:11.600 | psmisc 2021-07-15 18:52:11.601 | python3-dev 2021-07-15 18:52:11.601 | python3-pip 2021-07-15 18:52:11.601 | python3-systemd 2021-07-15 18:52:11.601 | python3-venv 2021-07-15 18:52:11.601 | tar 2021-07-15 18:52:11.601 | tcpdump 2021-07-15 18:52:11.601 | unzip 2021-07-15 18:52:11.601 | uuid-runtime 2021-07-15 18:52:11.601 | wget 2021-07-15 18:52:11.601 | wget 2021-07-15 18:52:11.601 | zlib1g-dev 2021-07-15 18:52:11.601 | libkrb5-dev 2021-07-15 18:52:11.601 | libldap2-dev 2021-07-15 18:52:11.601 | libsasl2-dev 2021-07-15 18:52:11.601 | memcached 2021-07-15 18:52:11.601 | python3-mysqldb 2021-07-15 18:52:11.601 | sqlite3 2021-07-15 18:52:11.601 | conntrack 2021-07-15 18:52:11.601 | curl 2021-07-15 18:52:11.601 | dnsmasq-base 2021-07-15 18:52:11.601 | dnsmasq-utils 2021-07-15 18:52:11.601 | ebtables 2021-07-15 18:52:11.601 | genisoimage 2021-07-15 18:52:11.601 | iptables 2021-07-15 18:52:11.601 | iputils-arping 2021-07-15 18:52:11.601 | kpartx 2021-07-15 18:52:11.601 | libjs-jquery-tablesorter 2021-07-15 18:52:11.601 | libmysqlclient-dev 2021-07-15 18:52:11.601 | parted 2021-07-15 18:52:11.601 | pm-utils 2021-07-15 18:52:11.601 | python3-mysqldb 2021-07-15 18:52:11.601 | socat 2021-07-15 18:52:11.601 | sqlite3 2021-07-15 18:52:11.601 | sudo 2021-07-15 18:52:11.601 | vlan 2021-07-15 18:52:11.601 | lsscsi 2021-07-15 18:52:11.601 | open-iscsi 2021-07-15 18:52:11.602 | lvm2 2021-07-15 18:52:11.602 | qemu-utils 2021-07-15 18:52:11.602 | thin-provisioning-tools 2021-07-15 18:52:11.602 | acl 2021-07-15 18:52:11.602 | dnsmasq-base 2021-07-15 18:52:11.602 | dnsmasq-utils 2021-07-15 18:52:11.602 | ebtables 2021-07-15 18:52:11.602 | haproxy 2021-07-15 18:52:11.602 | iptables 2021-07-15 18:52:11.602 | iputils-arping 2021-07-15 18:52:11.602 | iputils-ping 2021-07-15 18:52:11.602 | libmysqlclient-dev 2021-07-15 18:52:11.602 | postgresql-server-dev-all 2021-07-15 18:52:11.602 | python3-mysqldb 2021-07-15 18:52:11.602 | sqlite3 2021-07-15 18:52:11.602 | sudo 2021-07-15 18:52:11.602 | vlan 2021-07-15 18:52:11.602 | pcp 2021-07-15 18:52:11.602 | ipset 2021-07-15 18:52:11.602 | conntrack 2021-07-15 18:52:11.602 | conntrackd 2021-07-15 18:52:11.602 | keepalived 2021-07-15 18:52:11.602 | lvm2 2021-07-15 18:52:11.602 | qemu-utils 2021-07-15 18:52:11.602 | thin-provisioning-tools 2021-07-15 18:52:11.602 | curl 2021-07-15 18:52:11.602 | liberasurecode-dev 2021-07-15 18:52:11.602 | make 2021-07-15 18:52:11.602 | memcached 2021-07-15 18:52:11.602 | sqlite3 2021-07-15 18:52:11.602 | xfsprogs' 2021-07-15 18:52:11.603 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-07-15 18:52:11.620 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-07-15 18:52:11.620 | apache2-dev 2021-07-15 18:52:11.620 | bc 2021-07-15 18:52:11.620 | bsdmainutils 2021-07-15 18:52:11.620 | curl 2021-07-15 18:52:11.620 | g++ 2021-07-15 18:52:11.620 | gawk 2021-07-15 18:52:11.620 | gcc 2021-07-15 18:52:11.620 | gettext 2021-07-15 18:52:11.620 | git 2021-07-15 18:52:11.620 | graphviz 2021-07-15 18:52:11.620 | iputils-ping 2021-07-15 18:52:11.620 | libapache2-mod-proxy-uwsgi 2021-07-15 18:52:11.620 | libffi-dev 2021-07-15 18:52:11.620 | libjpeg-dev 2021-07-15 18:52:11.620 | libmysqlclient-dev 2021-07-15 18:52:11.620 | libpcre3-dev 2021-07-15 18:52:11.620 | libpq-dev 2021-07-15 18:52:11.620 | libssl-dev 2021-07-15 18:52:11.620 | libsystemd-dev 2021-07-15 18:52:11.620 | libxml2-dev 2021-07-15 18:52:11.620 | libxslt1-dev 2021-07-15 18:52:11.620 | libyaml-dev 2021-07-15 18:52:11.620 | lsof 2021-07-15 18:52:11.620 | openssh-server 2021-07-15 18:52:11.620 | openssl 2021-07-15 18:52:11.620 | pkg-config 2021-07-15 18:52:11.620 | psmisc 2021-07-15 18:52:11.620 | python3-dev 2021-07-15 18:52:11.620 | python3-pip 2021-07-15 18:52:11.621 | python3-systemd 2021-07-15 18:52:11.621 | python3-venv 2021-07-15 18:52:11.621 | tar 2021-07-15 18:52:11.621 | tcpdump 2021-07-15 18:52:11.621 | unzip 2021-07-15 18:52:11.621 | uuid-runtime 2021-07-15 18:52:11.621 | wget 2021-07-15 18:52:11.621 | wget 2021-07-15 18:52:11.621 | zlib1g-dev 2021-07-15 18:52:11.621 | libkrb5-dev 2021-07-15 18:52:11.621 | libldap2-dev 2021-07-15 18:52:11.621 | libsasl2-dev 2021-07-15 18:52:11.621 | memcached 2021-07-15 18:52:11.621 | python3-mysqldb 2021-07-15 18:52:11.621 | sqlite3 2021-07-15 18:52:11.621 | conntrack 2021-07-15 18:52:11.621 | curl 2021-07-15 18:52:11.621 | dnsmasq-base 2021-07-15 18:52:11.621 | dnsmasq-utils 2021-07-15 18:52:11.621 | ebtables 2021-07-15 18:52:11.621 | genisoimage 2021-07-15 18:52:11.621 | iptables 2021-07-15 18:52:11.621 | iputils-arping 2021-07-15 18:52:11.621 | kpartx 2021-07-15 18:52:11.621 | libjs-jquery-tablesorter 2021-07-15 18:52:11.621 | libmysqlclient-dev 2021-07-15 18:52:11.621 | parted 2021-07-15 18:52:11.621 | pm-utils 2021-07-15 18:52:11.621 | python3-mysqldb 2021-07-15 18:52:11.621 | socat 2021-07-15 18:52:11.621 | sqlite3 2021-07-15 18:52:11.621 | sudo 2021-07-15 18:52:11.621 | vlan 2021-07-15 18:52:11.621 | lsscsi 2021-07-15 18:52:11.621 | open-iscsi 2021-07-15 18:52:11.621 | lvm2 2021-07-15 18:52:11.621 | qemu-utils 2021-07-15 18:52:11.622 | thin-provisioning-tools 2021-07-15 18:52:11.622 | acl 2021-07-15 18:52:11.622 | dnsmasq-base 2021-07-15 18:52:11.622 | dnsmasq-utils 2021-07-15 18:52:11.622 | ebtables 2021-07-15 18:52:11.622 | haproxy 2021-07-15 18:52:11.622 | iptables 2021-07-15 18:52:11.622 | iputils-arping 2021-07-15 18:52:11.622 | iputils-ping 2021-07-15 18:52:11.622 | libmysqlclient-dev 2021-07-15 18:52:11.622 | postgresql-server-dev-all 2021-07-15 18:52:11.622 | python3-mysqldb 2021-07-15 18:52:11.622 | sqlite3 2021-07-15 18:52:11.622 | sudo 2021-07-15 18:52:11.622 | vlan 2021-07-15 18:52:11.622 | pcp 2021-07-15 18:52:11.622 | ipset 2021-07-15 18:52:11.622 | conntrack 2021-07-15 18:52:11.622 | conntrackd 2021-07-15 18:52:11.622 | keepalived 2021-07-15 18:52:11.622 | lvm2 2021-07-15 18:52:11.622 | qemu-utils 2021-07-15 18:52:11.622 | thin-provisioning-tools 2021-07-15 18:52:11.622 | curl 2021-07-15 18:52:11.622 | liberasurecode-dev 2021-07-15 18:52:11.622 | make 2021-07-15 18:52:11.622 | memcached 2021-07-15 18:52:11.622 | sqlite3 2021-07-15 18:52:11.622 | xfsprogs ' 2021-07-15 18:52:11.622 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-07-15 18:52:11.624 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:52:11.627 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:52:11.630 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-07-15 18:52:11.630 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-07-15 18:52:11.635 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-07-15 18:52:11.637 | ++ functions-common:install_package:1347 : update_package_repo 2021-07-15 18:52:11.639 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:52:11.641 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2021-07-15 18:52:11.643 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:52:11.645 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:52:11.648 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:52:11.651 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:52:11.653 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:52:11.655 | ++ functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:52:11.657 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2021-07-15 18:52:11.659 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2021-07-15 18:52:11.661 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2021-07-15 18:52:11.663 | +++ functions-common:apt_get_update:1081 : id -u 2021-07-15 18:52:11.667 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2021-07-15 18:52:11.669 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2021-07-15 18:52:11.672 | ++ functions-common:time_start:2295 : local name=apt-get-update 2021-07-15 18:52:11.674 | ++ functions-common:time_start:2296 : local start_time= 2021-07-15 18:52:11.676 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2021-07-15 18:52:11.678 | +++ functions-common:time_start:2300 : date +%s%3N 2021-07-15 18:52:11.682 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1626375131679 2021-07-15 18:52:11.684 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-07-15 18:52:11.686 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-07-15 18:52:11.688 | ++ functions-common:apt_get_update:1088 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-07-15 18:52:12.089 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-07-15 18:52:12.090 | Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2021-07-15 18:52:12.227 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2021-07-15 18:52:12.726 | Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [745 kB] 2021-07-15 18:52:12.777 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] 2021-07-15 18:52:12.993 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,086 kB] 2021-07-15 18:52:13.235 | Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [632 kB] 2021-07-15 18:52:13.478 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [841 kB] 2021-07-15 18:52:13.588 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [176 kB] 2021-07-15 18:52:14.224 | Fetched 3,808 kB in 2s (1,721 kB/s) 2021-07-15 18:52:15.586 | Reading package lists... 2021-07-15 18:52:15.616 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2021-07-15 18:52:15.618 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2021-07-15 18:52:15.620 | ++ functions-common:time_stop:2309 : local name 2021-07-15 18:52:15.622 | ++ functions-common:time_stop:2310 : local end_time 2021-07-15 18:52:15.624 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:52:15.626 | ++ functions-common:time_stop:2312 : local total 2021-07-15 18:52:15.628 | ++ functions-common:time_stop:2313 : local start_time 2021-07-15 18:52:15.630 | ++ functions-common:time_stop:2315 : name=apt-get-update 2021-07-15 18:52:15.632 | ++ functions-common:time_stop:2316 : start_time=1626375131679 2021-07-15 18:52:15.634 | ++ functions-common:time_stop:2318 : [[ -z 1626375131679 ]] 2021-07-15 18:52:15.636 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:52:15.640 | ++ functions-common:time_stop:2321 : end_time=1626375135638 2021-07-15 18:52:15.642 | ++ functions-common:time_stop:2322 : elapsed_time=3959 2021-07-15 18:52:15.644 | ++ functions-common:time_stop:2323 : total=0 2021-07-15 18:52:15.646 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:52:15.648 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3959 2021-07-15 18:52:15.651 | ++ functions-common:install_package:1348 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-07-15 18:52:15.653 | ++ functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:52:15.655 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:52:15.657 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:52:15.659 | ++ functions-common:real_install_package:1334 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-07-15 18:52:15.679 | ++ functions-common:apt_get:1114 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-07-15 18:52:15.783 | Reading package lists... 2021-07-15 18:52:16.008 | Building dependency tree... 2021-07-15 18:52:16.009 | Reading state information... 2021-07-15 18:52:16.270 | bc is already the newest version (1.07.1-2build1). 2021-07-15 18:52:16.270 | bc set to manually installed. 2021-07-15 18:52:16.270 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-07-15 18:52:16.270 | bsdmainutils set to manually installed. 2021-07-15 18:52:16.270 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-07-15 18:52:16.270 | gawk set to manually installed. 2021-07-15 18:52:16.270 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-07-15 18:52:16.270 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-07-15 18:52:16.270 | iptables set to manually installed. 2021-07-15 18:52:16.270 | iputils-ping is already the newest version (3:20190709-3). 2021-07-15 18:52:16.270 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-07-15 18:52:16.270 | kpartx set to manually installed. 2021-07-15 18:52:16.270 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-07-15 18:52:16.270 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-07-15 18:52:16.270 | psmisc is already the newest version (23.3-1). 2021-07-15 18:52:16.270 | psmisc set to manually installed. 2021-07-15 18:52:16.270 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-07-15 18:52:16.270 | python3-systemd is already the newest version (234-3build2). 2021-07-15 18:52:16.270 | python3-systemd set to manually installed. 2021-07-15 18:52:16.270 | tcpdump is already the newest version (4.9.3-4). 2021-07-15 18:52:16.270 | tcpdump set to manually installed. 2021-07-15 18:52:16.270 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-07-15 18:52:16.271 | thin-provisioning-tools set to manually installed. 2021-07-15 18:52:16.271 | wget is already the newest version (1.20.3-1ubuntu1). 2021-07-15 18:52:16.271 | wget set to manually installed. 2021-07-15 18:52:16.271 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-07-15 18:52:16.271 | curl is already the newest version (7.68.0-1ubuntu2.5). 2021-07-15 18:52:16.271 | git is already the newest version (1:2.25.1-1ubuntu3.1). 2021-07-15 18:52:16.271 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-07-15 18:52:16.271 | lsof set to manually installed. 2021-07-15 18:52:16.271 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.2). 2021-07-15 18:52:16.271 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-07-15 18:52:16.271 | parted set to manually installed. 2021-07-15 18:52:16.271 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-07-15 18:52:16.271 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-07-15 18:52:16.271 | tar set to manually installed. 2021-07-15 18:52:16.271 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-07-15 18:52:16.271 | uuid-runtime set to manually installed. 2021-07-15 18:52:16.271 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-07-15 18:52:16.271 | zlib1g-dev set to manually installed. 2021-07-15 18:52:16.271 | The following packages were automatically installed and are no longer required: 2021-07-15 18:52:16.271 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:52:16.271 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:52:16.271 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:52:16.271 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:52:16.271 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:52:16.271 | python3-zope.interface 2021-07-15 18:52:16.271 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:52:16.271 | The following additional packages will be installed: 2021-07-15 18:52:16.271 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-07-15 18:52:16.272 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2021-07-15 18:52:16.272 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2021-07-15 18:52:16.272 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2021-07-15 18:52:16.272 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-07-15 18:52:16.272 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2021-07-15 18:52:16.272 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2021-07-15 18:52:16.272 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2021-07-15 18:52:16.272 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2021-07-15 18:52:16.272 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2021-07-15 18:52:16.272 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2021-07-15 18:52:16.272 | libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 libfakeroot 2021-07-15 18:52:16.272 | libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1 2021-07-15 18:52:16.272 | libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 2021-07-15 18:52:16.272 | libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 2021-07-15 18:52:16.272 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-07-15 18:52:16.272 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2021-07-15 18:52:16.272 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2021-07-15 18:52:16.272 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2021-07-15 18:52:16.272 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2021-07-15 18:52:16.272 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2021-07-15 18:52:16.272 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2021-07-15 18:52:16.272 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-07-15 18:52:16.272 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2021-07-15 18:52:16.272 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2021-07-15 18:52:16.272 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2021-07-15 18:52:16.272 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2021-07-15 18:52:16.272 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-07-15 18:52:16.272 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2021-07-15 18:52:16.272 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2021-07-15 18:52:16.273 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common pcp-conf 2021-07-15 18:52:16.273 | po-debconf postgresql-client-12 postgresql-client-common postgresql-common 2021-07-15 18:52:16.273 | postgresql-server-dev-12 python-pip-whl python3-pcp python3-pygments 2021-07-15 18:52:16.273 | python3-wheel python3-yaml python3.8-venv qemu-block-extra sharutils 2021-07-15 18:52:16.273 | ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool x11-common 2021-07-15 18:52:16.274 | Suggested packages: 2021-07-15 18:52:16.274 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2021-07-15 18:52:16.274 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2021-07-15 18:52:16.274 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2021-07-15 18:52:16.274 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-07-15 18:52:16.274 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2021-07-15 18:52:16.274 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2021-07-15 18:52:16.274 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2021-07-15 18:52:16.274 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2021-07-15 18:52:16.274 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2021-07-15 18:52:16.274 | libmemcached libterm-readkey-perl libyaml-perl pcp-gui libpcp-import-perl 2021-07-15 18:52:16.274 | cpufrequtils wireless-tools radeontool libmail-box-perl postgresql-12 2021-07-15 18:52:16.274 | libjson-perl default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2021-07-15 18:52:16.274 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2021-07-15 18:52:16.275 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2021-07-15 18:52:16.482 | The following NEW packages will be installed: 2021-07-15 18:52:16.482 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2021-07-15 18:52:16.482 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2021-07-15 18:52:16.482 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2021-07-15 18:52:16.482 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2021-07-15 18:52:16.482 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-07-15 18:52:16.482 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2021-07-15 18:52:16.482 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2021-07-15 18:52:16.483 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2021-07-15 18:52:16.483 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-07-15 18:52:16.483 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-07-15 18:52:16.483 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-07-15 18:52:16.483 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2021-07-15 18:52:16.483 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2021-07-15 18:52:16.483 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2021-07-15 18:52:16.483 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2021-07-15 18:52:16.483 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-07-15 18:52:16.483 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2021-07-15 18:52:16.483 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2021-07-15 18:52:16.483 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2021-07-15 18:52:16.483 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-07-15 18:52:16.483 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-07-15 18:52:16.483 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-07-15 18:52:16.483 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2021-07-15 18:52:16.483 | libmail-sendmail-perl libmysqlclient-dev libmysqlclient21 libncurses-dev 2021-07-15 18:52:16.483 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-07-15 18:52:16.483 | libnl-route-3-200 libnspr4 libnss3 libobjc-9-dev libobjc4 libomp-10-dev 2021-07-15 18:52:16.483 | libomp5-10 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-07-15 18:52:16.483 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2021-07-15 18:52:16.483 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 2021-07-15 18:52:16.483 | librados2 librbd1 librdmacm1 libsasl2-dev libsctp-dev libsctp1 2021-07-15 18:52:16.483 | libsensors-config libsensors5 libsm6 libsnmp-base libsnmp35 libssl-dev 2021-07-15 18:52:16.483 | libstdc++-9-dev libsub-override-perl libsys-hostname-long-perl 2021-07-15 18:52:16.483 | libsystemd-dev libthai-data libthai0 libtiff5 libtinfo-dev libtool libwebp6 2021-07-15 18:52:16.483 | libx86-1 libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 2021-07-15 18:52:16.483 | libxrender1 libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 2021-07-15 18:52:16.483 | llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi m4 make memcached 2021-07-15 18:52:16.483 | mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2021-07-15 18:52:16.483 | postgresql-client-12 postgresql-client-common postgresql-common 2021-07-15 18:52:16.484 | postgresql-server-dev-12 postgresql-server-dev-all python-pip-whl 2021-07-15 18:52:16.484 | python3-mysqldb python3-pcp python3-pip python3-pygments python3-venv 2021-07-15 18:52:16.484 | python3-wheel python3-yaml python3.8-venv qemu-block-extra qemu-utils 2021-07-15 18:52:16.484 | sharutils socat sqlite3 ssl-cert unzip uuid-dev vbetool vlan x11-common 2021-07-15 18:52:16.484 | The following packages will be upgraded: 2021-07-15 18:52:16.485 | libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 libsystemd0 libxml2 2021-07-15 18:52:16.485 | open-iscsi openssl systemd systemd-sysv systemd-timesyncd 2021-07-15 18:52:16.596 | 11 upgraded, 220 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:52:16.596 | Need to get 155 MB of archives. 2021-07-15 18:52:16.596 | After this operation, 777 MB of additional disk space will be used. 2021-07-15 18:52:16.596 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.7 [96.1 kB] 2021-07-15 18:52:16.758 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.7 [28.1 kB] 2021-07-15 18:52:16.762 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.7 [10.3 kB] 2021-07-15 18:52:16.763 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.7 [186 kB] 2021-07-15 18:52:16.823 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.7 [3,806 kB] 2021-07-15 18:52:17.197 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.7 [270 kB] 2021-07-15 18:52:17.367 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2021-07-15 18:52:17.369 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.4 [1,319 kB] 2021-07-15 18:52:17.447 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2021-07-15 18:52:17.449 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2021-07-15 18:52:17.450 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2021-07-15 18:52:17.453 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2021-07-15 18:52:17.453 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2021-07-15 18:52:17.454 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2021-07-15 18:52:17.457 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2021-07-15 18:52:17.850 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.4 [1,180 kB] 2021-07-15 18:52:17.874 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.4 [159 kB] 2021-07-15 18:52:17.877 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.4 [84.0 kB] 2021-07-15 18:52:17.879 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.4 [95.5 kB] 2021-07-15 18:52:17.881 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2021-07-15 18:52:17.883 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.1 [1,519 kB] 2021-07-15 18:52:18.001 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2021-07-15 18:52:18.002 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2021-07-15 18:52:18.003 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2021-07-15 18:52:18.004 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.25-0ubuntu0.20.04.1 [1,226 kB] 2021-07-15 18:52:18.170 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2021-07-15 18:52:18.170 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2021-07-15 18:52:18.171 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2021-07-15 18:52:18.198 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2021-07-15 18:52:18.395 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 keepalived amd64 1:2.0.19-2 [360 kB] 2021-07-15 18:52:18.486 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.1 [126 kB] 2021-07-15 18:52:18.489 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2021-07-15 18:52:18.529 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.4 [620 kB] 2021-07-15 18:52:18.629 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2021-07-15 18:52:18.651 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2021-07-15 18:52:18.652 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-07-15 18:52:18.672 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2021-07-15 18:52:18.701 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2021-07-15 18:52:18.817 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2021-07-15 18:52:18.853 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2021-07-15 18:52:18.916 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2021-07-15 18:52:21.474 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2021-07-15 18:52:23.132 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2021-07-15 18:52:23.443 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2021-07-15 18:52:23.446 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2021-07-15 18:52:23.447 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2021-07-15 18:52:23.475 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2021-07-15 18:52:23.939 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2021-07-15 18:52:23.940 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2021-07-15 18:52:24.028 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2021-07-15 18:52:24.806 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2021-07-15 18:52:26.038 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2021-07-15 18:52:26.051 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2021-07-15 18:52:26.071 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2021-07-15 18:52:26.071 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2021-07-15 18:52:26.084 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2021-07-15 18:52:26.113 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2021-07-15 18:52:26.114 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2021-07-15 18:52:26.115 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2021-07-15 18:52:26.116 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2021-07-15 18:52:26.175 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2021-07-15 18:52:26.177 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2021-07-15 18:52:26.288 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2021-07-15 18:52:26.349 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2021-07-15 18:52:26.351 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2021-07-15 18:52:26.492 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2021-07-15 18:52:26.492 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2021-07-15 18:52:26.563 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2021-07-15 18:52:26.657 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2021-07-15 18:52:26.659 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2021-07-15 18:52:26.659 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2021-07-15 18:52:26.666 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2021-07-15 18:52:26.815 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2021-07-15 18:52:26.821 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2021-07-15 18:52:26.894 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.4 [179 kB] 2021-07-15 18:52:26.922 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2021-07-15 18:52:26.931 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2021-07-15 18:52:28.358 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2021-07-15 18:52:28.358 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2021-07-15 18:52:28.359 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2021-07-15 18:52:28.361 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2021-07-15 18:52:28.361 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2021-07-15 18:52:28.362 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2021-07-15 18:52:28.413 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2021-07-15 18:52:28.414 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2021-07-15 18:52:28.415 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2021-07-15 18:52:28.421 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2021-07-15 18:52:28.422 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2021-07-15 18:52:28.443 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2021-07-15 18:52:28.446 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2021-07-15 18:52:28.520 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-07-15 18:52:28.770 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2021-07-15 18:52:28.882 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2021-07-15 18:52:28.883 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2021-07-15 18:52:28.885 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2021-07-15 18:52:28.888 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2021-07-15 18:52:28.893 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2021-07-15 18:52:28.894 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2021-07-15 18:52:28.894 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2021-07-15 18:52:28.895 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2021-07-15 18:52:28.915 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-07-15 18:52:29.004 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-07-15 18:52:29.118 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2021-07-15 18:52:29.256 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.1 [162 kB] 2021-07-15 18:52:29.289 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-07-15 18:52:29.300 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2 [118 kB] 2021-07-15 18:52:29.317 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-07-15 18:52:29.335 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2021-07-15 18:52:29.359 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2021-07-15 18:52:29.364 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2021-07-15 18:52:29.364 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-07-15 18:52:29.365 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2021-07-15 18:52:29.426 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2021-07-15 18:52:29.435 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2021-07-15 18:52:29.477 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2021-07-15 18:52:29.491 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2021-07-15 18:52:29.493 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2021-07-15 18:52:29.520 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2021-07-15 18:52:29.534 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2021-07-15 18:52:29.537 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2021-07-15 18:52:29.539 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2021-07-15 18:52:29.544 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2021-07-15 18:52:29.676 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2021-07-15 18:52:29.680 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2021-07-15 18:52:29.683 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2021-07-15 18:52:29.684 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2021-07-15 18:52:29.685 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2021-07-15 18:52:29.699 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-07-15 18:52:29.715 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2021-07-15 18:52:29.719 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-07-15 18:52:29.734 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2021-07-15 18:52:29.898 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2021-07-15 18:52:29.901 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2021-07-15 18:52:29.902 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2021-07-15 18:52:29.906 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 icu-devtools amd64 66.1-2ubuntu2 [188 kB] 2021-07-15 18:52:29.909 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2021-07-15 18:52:29.910 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2021-07-15 18:52:29.943 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2021-07-15 18:52:29.945 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2021-07-15 18:52:29.946 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2021-07-15 18:52:29.961 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2021-07-15 18:52:29.962 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2021-07-15 18:52:29.992 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2021-07-15 18:52:30.003 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2021-07-15 18:52:30.009 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2021-07-15 18:52:30.011 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-07-15 18:52:30.012 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-07-15 18:52:30.013 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2021-07-15 18:52:30.033 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2021-07-15 18:52:30.069 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2021-07-15 18:52:30.071 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-07-15 18:52:30.074 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libicu-dev amd64 66.1-2ubuntu2 [9,450 kB] 2021-07-15 18:52:31.529 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libipset13 amd64 7.5-1~exp1 [53.4 kB] 2021-07-15 18:52:31.531 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2021-07-15 18:52:31.533 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2021-07-15 18:52:31.534 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2021-07-15 18:52:31.540 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-07-15 18:52:31.540 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-07-15 18:52:31.541 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2021-07-15 18:52:31.555 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2021-07-15 18:52:31.555 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2021-07-15 18:52:31.575 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2021-07-15 18:52:31.599 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-07-15 18:52:31.603 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-07-15 18:52:31.606 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.4 [1,583 kB] 2021-07-15 18:52:31.888 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient-dev amd64 8.0.25-0ubuntu0.20.04.1 [1,537 kB] 2021-07-15 18:52:32.123 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2021-07-15 18:52:32.235 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2021-07-15 18:52:32.237 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.5 [1,256 kB] 2021-07-15 18:52:32.455 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2021-07-15 18:52:32.460 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2021-07-15 18:52:32.474 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2021-07-15 18:52:32.475 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2021-07-15 18:52:32.514 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2021-07-15 18:52:32.515 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2021-07-15 18:52:32.526 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.7-0ubuntu0.20.04.1 [116 kB] 2021-07-15 18:52:32.539 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.7-0ubuntu0.20.04.1 [136 kB] 2021-07-15 18:52:32.542 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.13-0ubuntu0.20.04.1 [3,212 kB] 2021-07-15 18:52:33.063 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.13-0ubuntu0.20.04.1 [1,623 kB] 2021-07-15 18:52:33.347 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2021-07-15 18:52:33.375 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.7 [246 kB] 2021-07-15 18:52:33.408 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2021-07-15 18:52:33.408 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2021-07-15 18:52:33.410 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2021-07-15 18:52:33.522 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2021-07-15 18:52:33.599 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2021-07-15 18:52:33.602 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2021-07-15 18:52:33.672 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2021-07-15 18:52:34.532 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2021-07-15 18:52:34.536 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2021-07-15 18:52:34.575 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2021-07-15 18:52:34.624 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2021-07-15 18:52:35.747 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2021-07-15 18:52:35.793 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2021-07-15 18:52:40.080 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2021-07-15 18:52:40.083 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2021-07-15 18:52:40.084 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2021-07-15 18:52:40.102 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2021-07-15 18:52:40.103 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.7-0ubuntu0.20.04.1 [1,045 kB] 2021-07-15 18:52:40.224 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-07-15 18:52:40.224 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2021-07-15 18:52:40.308 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.7-0ubuntu0.20.04.1 [920 kB] 2021-07-15 18:52:40.488 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2021-07-15 18:52:40.534 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.5 [1,805 kB] 2021-07-15 18:52:40.885 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2021-07-15 18:52:40.888 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2021-07-15 18:52:40.890 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.5 [230 kB] 2021-07-15 18:52:40.910 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04 [5,456 B] 2021-07-15 18:52:40.910 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2021-07-15 18:52:40.910 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.17 [54.4 kB] 2021-07-15 18:52:40.915 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.17 [973 kB] 2021-07-15 18:52:40.999 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2021-07-15 18:52:41.011 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2021-07-15 18:52:41.134 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2021-07-15 18:52:41.145 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-07-15 18:52:41.145 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipset amd64 7.5-1~exp1 [29.8 kB] 2021-07-15 18:52:41.146 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2021-07-15 18:52:41.147 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.4 [1,180 B] 2021-07-15 18:52:41.148 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2021-07-15 18:52:41.149 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2021-07-15 18:52:41.149 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2021-07-15 18:52:41.158 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2021-07-15 18:52:41.194 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2021-07-15 18:52:41.196 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2021-07-15 18:52:41.197 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2021-07-15 18:52:41.198 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2021-07-15 18:52:41.209 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2021-07-15 18:52:41.214 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2021-07-15 18:52:41.220 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2021-07-15 18:52:41.560 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2021-07-15 18:52:41.565 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2021-07-15 18:52:42.986 | Preconfiguring packages ... 2021-07-15 18:52:43.113 | Fetched 155 MB in 25s (6,172 kB/s) 2021-07-15 18:52:43.179 | (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.) 2021-07-15 18:52:43.182 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:43.196 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:43.271 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:43.283 | Unpacking systemd-timesyncd (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:43.684 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:43.690 | Unpacking systemd-sysv (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:43.734 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:43.743 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:43.815 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:43.972 | Unpacking systemd (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:44.824 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:52:44.832 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ... 2021-07-15 18:52:44.913 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.7) ... 2021-07-15 18:52:44.964 | Selecting previously unselected package libapr1:amd64. 2021-07-15 18:52:45.002 | (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.) 2021-07-15 18:52:45.005 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2021-07-15 18:52:45.008 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-07-15 18:52:45.065 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.4_amd64.deb ... 2021-07-15 18:52:45.078 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.4) over (1.1.1f-1ubuntu2.3) ... 2021-07-15 18:52:45.286 | Selecting previously unselected package libaprutil1:amd64. 2021-07-15 18:52:45.294 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2021-07-15 18:52:45.296 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:52:45.334 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-07-15 18:52:45.341 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2021-07-15 18:52:45.343 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:52:45.379 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-07-15 18:52:45.389 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2021-07-15 18:52:45.449 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-07-15 18:52:45.457 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2021-07-15 18:52:45.460 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:52:45.488 | Selecting previously unselected package libjansson4:amd64. 2021-07-15 18:52:45.495 | Preparing to unpack .../006-libjansson4_2.12-1build1_amd64.deb ... 2021-07-15 18:52:45.497 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2021-07-15 18:52:45.528 | Selecting previously unselected package liblua5.2-0:amd64. 2021-07-15 18:52:45.535 | Preparing to unpack .../007-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2021-07-15 18:52:45.537 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-07-15 18:52:45.590 | Preparing to unpack .../008-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:52:45.601 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2021-07-15 18:52:45.714 | Selecting previously unselected package apache2-bin. 2021-07-15 18:52:45.722 | Preparing to unpack .../009-apache2-bin_2.4.41-4ubuntu3.4_amd64.deb ... 2021-07-15 18:52:45.724 | Unpacking apache2-bin (2.4.41-4ubuntu3.4) ... 2021-07-15 18:52:45.933 | Selecting previously unselected package apache2-data. 2021-07-15 18:52:45.940 | Preparing to unpack .../010-apache2-data_2.4.41-4ubuntu3.4_all.deb ... 2021-07-15 18:52:45.942 | Unpacking apache2-data (2.4.41-4ubuntu3.4) ... 2021-07-15 18:52:46.085 | Selecting previously unselected package apache2-utils. 2021-07-15 18:52:46.092 | Preparing to unpack .../011-apache2-utils_2.4.41-4ubuntu3.4_amd64.deb ... 2021-07-15 18:52:46.094 | Unpacking apache2-utils (2.4.41-4ubuntu3.4) ... 2021-07-15 18:52:46.142 | Selecting previously unselected package apache2. 2021-07-15 18:52:46.150 | Preparing to unpack .../012-apache2_2.4.41-4ubuntu3.4_amd64.deb ... 2021-07-15 18:52:46.168 | Unpacking apache2 (2.4.41-4ubuntu3.4) ... 2021-07-15 18:52:46.239 | Selecting previously unselected package liblua5.3-0:amd64. 2021-07-15 18:52:46.246 | Preparing to unpack .../013-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2021-07-15 18:52:46.248 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-07-15 18:52:46.295 | Selecting previously unselected package haproxy. 2021-07-15 18:52:46.302 | Preparing to unpack .../014-haproxy_2.0.13-2ubuntu0.1_amd64.deb ... 2021-07-15 18:52:46.311 | Unpacking haproxy (2.0.13-2ubuntu0.1) ... 2021-07-15 18:52:46.530 | Selecting previously unselected package libnl-3-200:amd64. 2021-07-15 18:52:46.538 | Preparing to unpack .../015-libnl-3-200_3.4.0-1_amd64.deb ... 2021-07-15 18:52:46.540 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:52:46.575 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-07-15 18:52:46.583 | Preparing to unpack .../016-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2021-07-15 18:52:46.585 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:52:46.620 | Selecting previously unselected package mysql-common. 2021-07-15 18:52:46.628 | Preparing to unpack .../017-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2021-07-15 18:52:46.647 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2021-07-15 18:52:46.676 | Selecting previously unselected package libmysqlclient21:amd64. 2021-07-15 18:52:46.684 | Preparing to unpack .../018-libmysqlclient21_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:52:46.686 | Unpacking libmysqlclient21:amd64 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:52:46.916 | Selecting previously unselected package libsensors-config. 2021-07-15 18:52:46.924 | Preparing to unpack .../019-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2021-07-15 18:52:46.927 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2021-07-15 18:52:46.955 | Selecting previously unselected package libsensors5:amd64. 2021-07-15 18:52:46.962 | Preparing to unpack .../020-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2021-07-15 18:52:47.052 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-07-15 18:52:47.083 | Selecting previously unselected package libsnmp-base. 2021-07-15 18:52:47.091 | Preparing to unpack .../021-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2021-07-15 18:52:47.093 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-07-15 18:52:47.170 | Selecting previously unselected package libsnmp35:amd64. 2021-07-15 18:52:47.177 | Preparing to unpack .../022-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2021-07-15 18:52:47.179 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-07-15 18:52:47.344 | Selecting previously unselected package keepalived. 2021-07-15 18:52:47.352 | Preparing to unpack .../023-keepalived_1%3a2.0.19-2_amd64.deb ... 2021-07-15 18:52:47.354 | Unpacking keepalived (1:2.0.19-2) ... 2021-07-15 18:52:47.442 | Selecting previously unselected package memcached. 2021-07-15 18:52:47.450 | Preparing to unpack .../024-memcached_1.5.22-2ubuntu0.1_amd64.deb ... 2021-07-15 18:52:47.452 | Unpacking memcached (1.5.22-2ubuntu0.1) ... 2021-07-15 18:52:47.512 | Preparing to unpack .../025-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2021-07-15 18:52:47.978 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2021-07-15 18:52:48.084 | Preparing to unpack .../026-openssl_1.1.1f-1ubuntu2.4_amd64.deb ... 2021-07-15 18:52:48.090 | Unpacking openssl (1.1.1f-1ubuntu2.4) over (1.1.1f-1ubuntu2.3) ... 2021-07-15 18:52:48.222 | Selecting previously unselected package python3-yaml. 2021-07-15 18:52:48.230 | Preparing to unpack .../027-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2021-07-15 18:52:48.232 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2021-07-15 18:52:48.282 | Selecting previously unselected package acl. 2021-07-15 18:52:48.289 | Preparing to unpack .../028-acl_2.2.53-6_amd64.deb ... 2021-07-15 18:52:48.291 | Unpacking acl (2.2.53-6) ... 2021-07-15 18:52:48.321 | Selecting previously unselected package autotools-dev. 2021-07-15 18:52:48.328 | Preparing to unpack .../029-autotools-dev_20180224.1_all.deb ... 2021-07-15 18:52:48.331 | Unpacking autotools-dev (20180224.1) ... 2021-07-15 18:52:48.368 | Selecting previously unselected package m4. 2021-07-15 18:52:48.376 | Preparing to unpack .../030-m4_1.4.18-4_amd64.deb ... 2021-07-15 18:52:48.378 | Unpacking m4 (1.4.18-4) ... 2021-07-15 18:52:48.440 | Selecting previously unselected package autoconf. 2021-07-15 18:52:48.448 | Preparing to unpack .../031-autoconf_2.69-11.1_all.deb ... 2021-07-15 18:52:48.450 | Unpacking autoconf (2.69-11.1) ... 2021-07-15 18:52:48.530 | Selecting previously unselected package automake. 2021-07-15 18:52:48.537 | Preparing to unpack .../032-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2021-07-15 18:52:48.541 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2021-07-15 18:52:48.642 | Selecting previously unselected package autopoint. 2021-07-15 18:52:48.649 | Preparing to unpack .../033-autopoint_0.19.8.1-10build1_all.deb ... 2021-07-15 18:52:48.652 | Unpacking autopoint (0.19.8.1-10build1) ... 2021-07-15 18:52:48.693 | Selecting previously unselected package libllvm10:amd64. 2021-07-15 18:52:48.701 | Preparing to unpack .../034-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:52:48.703 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:52:50.980 | Selecting previously unselected package libclang-cpp10. 2021-07-15 18:52:50.987 | Preparing to unpack .../035-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:52:50.990 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:52:52.426 | Selecting previously unselected package libstdc++-9-dev:amd64. 2021-07-15 18:52:52.434 | Preparing to unpack .../036-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:52.436 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:52:52.901 | Selecting previously unselected package libgc1c2:amd64. 2021-07-15 18:52:52.909 | Preparing to unpack .../037-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2021-07-15 18:52:52.911 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-07-15 18:52:52.951 | Selecting previously unselected package libobjc4:amd64. 2021-07-15 18:52:52.959 | Preparing to unpack .../038-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:52.962 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:52:52.993 | Selecting previously unselected package libobjc-9-dev:amd64. 2021-07-15 18:52:53.000 | Preparing to unpack .../039-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:53.002 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:52:53.086 | Selecting previously unselected package libc6-i386. 2021-07-15 18:52:53.093 | Preparing to unpack .../040-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2021-07-15 18:52:53.097 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2021-07-15 18:52:53.602 | Selecting previously unselected package lib32gcc-s1. 2021-07-15 18:52:53.609 | Preparing to unpack .../041-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:53.611 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:52:53.649 | Selecting previously unselected package lib32stdc++6. 2021-07-15 18:52:53.657 | Preparing to unpack .../042-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:53.659 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:52:53.758 | Selecting previously unselected package libclang-common-10-dev. 2021-07-15 18:52:53.765 | Preparing to unpack .../043-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:52:53.767 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:52:54.738 | Selecting previously unselected package libclang1-10. 2021-07-15 18:52:54.746 | Preparing to unpack .../044-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:52:54.748 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:52:55.890 | Selecting previously unselected package clang-10. 2021-07-15 18:52:55.898 | Preparing to unpack .../045-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:52:55.900 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:52:55.937 | Selecting previously unselected package libtool. 2021-07-15 18:52:55.945 | Preparing to unpack .../046-libtool_2.4.6-14_all.deb ... 2021-07-15 18:52:55.947 | Unpacking libtool (2.4.6-14) ... 2021-07-15 18:52:56.001 | Selecting previously unselected package dh-autoreconf. 2021-07-15 18:52:56.008 | Preparing to unpack .../047-dh-autoreconf_19_all.deb ... 2021-07-15 18:52:56.010 | Unpacking dh-autoreconf (19) ... 2021-07-15 18:52:56.038 | Selecting previously unselected package libdebhelper-perl. 2021-07-15 18:52:56.045 | Preparing to unpack .../048-libdebhelper-perl_12.10ubuntu1_all.deb ... 2021-07-15 18:52:56.048 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2021-07-15 18:52:56.094 | Selecting previously unselected package libarchive-zip-perl. 2021-07-15 18:52:56.102 | Preparing to unpack .../049-libarchive-zip-perl_1.67-2_all.deb ... 2021-07-15 18:52:56.104 | Unpacking libarchive-zip-perl (1.67-2) ... 2021-07-15 18:52:56.146 | Selecting previously unselected package libsub-override-perl. 2021-07-15 18:52:56.153 | Preparing to unpack .../050-libsub-override-perl_0.09-2_all.deb ... 2021-07-15 18:52:56.155 | Unpacking libsub-override-perl (0.09-2) ... 2021-07-15 18:52:56.181 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-07-15 18:52:56.188 | Preparing to unpack .../051-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2021-07-15 18:52:56.191 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-07-15 18:52:56.220 | Selecting previously unselected package dh-strip-nondeterminism. 2021-07-15 18:52:56.228 | Preparing to unpack .../052-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2021-07-15 18:52:56.231 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2021-07-15 18:52:56.257 | Selecting previously unselected package libdpkg-perl. 2021-07-15 18:52:56.265 | Preparing to unpack .../053-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2021-07-15 18:52:56.268 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2021-07-15 18:52:56.343 | Selecting previously unselected package make. 2021-07-15 18:52:56.351 | Preparing to unpack .../054-make_4.2.1-1.2_amd64.deb ... 2021-07-15 18:52:56.354 | Unpacking make (4.2.1-1.2) ... 2021-07-15 18:52:56.411 | Selecting previously unselected package dpkg-dev. 2021-07-15 18:52:56.419 | Preparing to unpack .../055-dpkg-dev_1.19.7ubuntu3_all.deb ... 2021-07-15 18:52:56.421 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2021-07-15 18:52:56.559 | Selecting previously unselected package dwz. 2021-07-15 18:52:56.567 | Preparing to unpack .../056-dwz_0.13-5_amd64.deb ... 2021-07-15 18:52:56.569 | Unpacking dwz (0.13-5) ... 2021-07-15 18:52:56.619 | Selecting previously unselected package libcroco3:amd64. 2021-07-15 18:52:56.627 | Preparing to unpack .../057-libcroco3_0.6.13-1_amd64.deb ... 2021-07-15 18:52:56.629 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2021-07-15 18:52:56.666 | Selecting previously unselected package gettext. 2021-07-15 18:52:56.673 | Preparing to unpack .../058-gettext_0.19.8.1-10build1_amd64.deb ... 2021-07-15 18:52:56.676 | Unpacking gettext (0.19.8.1-10build1) ... 2021-07-15 18:52:56.849 | Selecting previously unselected package intltool-debian. 2021-07-15 18:52:56.857 | Preparing to unpack .../059-intltool-debian_0.35.0+20060710.5_all.deb ... 2021-07-15 18:52:56.859 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2021-07-15 18:52:56.886 | Selecting previously unselected package po-debconf. 2021-07-15 18:52:56.894 | Preparing to unpack .../060-po-debconf_1.0.21_all.deb ... 2021-07-15 18:52:56.896 | Unpacking po-debconf (1.0.21) ... 2021-07-15 18:52:56.960 | Selecting previously unselected package debhelper. 2021-07-15 18:52:56.968 | Preparing to unpack .../061-debhelper_12.10ubuntu1_all.deb ... 2021-07-15 18:52:56.970 | Unpacking debhelper (12.10ubuntu1) ... 2021-07-15 18:52:57.180 | Selecting previously unselected package uuid-dev:amd64. 2021-07-15 18:52:57.188 | Preparing to unpack .../062-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2021-07-15 18:52:57.191 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-07-15 18:52:57.225 | Selecting previously unselected package libsctp1:amd64. 2021-07-15 18:52:57.233 | Preparing to unpack .../063-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2021-07-15 18:52:57.235 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-07-15 18:52:57.261 | Selecting previously unselected package libsctp-dev:amd64. 2021-07-15 18:52:57.269 | Preparing to unpack .../064-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2021-07-15 18:52:57.272 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-07-15 18:52:57.306 | Selecting previously unselected package libapr1-dev. 2021-07-15 18:52:57.314 | Preparing to unpack .../065-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2021-07-15 18:52:57.317 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2021-07-15 18:52:57.591 | Selecting previously unselected package libldap2-dev:amd64. 2021-07-15 18:52:57.599 | Preparing to unpack .../066-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-07-15 18:52:57.601 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-07-15 18:52:57.722 | Selecting previously unselected package libaprutil1-dev. 2021-07-15 18:52:57.729 | Preparing to unpack .../067-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2021-07-15 18:52:57.732 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-07-15 18:52:57.934 | Selecting previously unselected package apache2-dev. 2021-07-15 18:52:57.943 | Preparing to unpack .../068-apache2-dev_2.4.41-4ubuntu3.4_amd64.deb ... 2021-07-15 18:52:57.945 | Unpacking apache2-dev (2.4.41-4ubuntu3.4) ... 2021-07-15 18:52:58.013 | Selecting previously unselected package binfmt-support. 2021-07-15 18:52:58.022 | Preparing to unpack .../069-binfmt-support_2.2.0-2_amd64.deb ... 2021-07-15 18:52:58.033 | Unpacking binfmt-support (2.2.0-2) ... 2021-07-15 18:52:58.066 | Selecting previously unselected package g++-9. 2021-07-15 18:52:58.074 | Preparing to unpack .../070-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-07-15 18:52:58.076 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:52:59.205 | Selecting previously unselected package g++. 2021-07-15 18:52:59.213 | Preparing to unpack .../071-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2021-07-15 18:52:59.216 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2021-07-15 18:52:59.241 | Selecting previously unselected package build-essential. 2021-07-15 18:52:59.248 | Preparing to unpack .../072-build-essential_12.8ubuntu1.1_amd64.deb ... 2021-07-15 18:52:59.251 | Unpacking build-essential (12.8ubuntu1.1) ... 2021-07-15 18:52:59.277 | Selecting previously unselected package conntrack. 2021-07-15 18:52:59.284 | Preparing to unpack .../073-conntrack_1%3a1.4.5-2_amd64.deb ... 2021-07-15 18:52:59.287 | Unpacking conntrack (1:1.4.5-2) ... 2021-07-15 18:52:59.319 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-07-15 18:52:59.327 | Preparing to unpack .../074-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2021-07-15 18:52:59.329 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-07-15 18:52:59.357 | Selecting previously unselected package libnetfilter-queue1. 2021-07-15 18:52:59.365 | Preparing to unpack .../075-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2021-07-15 18:52:59.367 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2021-07-15 18:52:59.396 | Selecting previously unselected package conntrackd. 2021-07-15 18:52:59.404 | Preparing to unpack .../076-conntrackd_1%3a1.4.5-2_amd64.deb ... 2021-07-15 18:52:59.406 | Unpacking conntrackd (1:1.4.5-2) ... 2021-07-15 18:52:59.466 | Selecting previously unselected package dns-root-data. 2021-07-15 18:52:59.474 | Preparing to unpack .../077-dns-root-data_2019052802_all.deb ... 2021-07-15 18:52:59.477 | Unpacking dns-root-data (2019052802) ... 2021-07-15 18:52:59.508 | Selecting previously unselected package libidn11:amd64. 2021-07-15 18:52:59.516 | Preparing to unpack .../078-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2021-07-15 18:52:59.518 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-07-15 18:52:59.553 | Selecting previously unselected package dnsmasq-base. 2021-07-15 18:52:59.561 | Preparing to unpack .../079-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2021-07-15 18:52:59.563 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-07-15 18:52:59.630 | Selecting previously unselected package dnsmasq-utils. 2021-07-15 18:52:59.637 | Preparing to unpack .../080-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2021-07-15 18:52:59.640 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-07-15 18:52:59.672 | Selecting previously unselected package ebtables. 2021-07-15 18:52:59.680 | Preparing to unpack .../081-ebtables_2.0.11-3build1_amd64.deb ... 2021-07-15 18:52:59.695 | Unpacking ebtables (2.0.11-3build1) ... 2021-07-15 18:52:59.736 | Selecting previously unselected package libfakeroot:amd64. 2021-07-15 18:52:59.745 | Preparing to unpack .../082-libfakeroot_1.24-1_amd64.deb ... 2021-07-15 18:52:59.747 | Unpacking libfakeroot:amd64 (1.24-1) ... 2021-07-15 18:52:59.784 | Selecting previously unselected package fakeroot. 2021-07-15 18:52:59.792 | Preparing to unpack .../083-fakeroot_1.24-1_amd64.deb ... 2021-07-15 18:52:59.795 | Unpacking fakeroot (1.24-1) ... 2021-07-15 18:52:59.834 | Selecting previously unselected package fonts-dejavu-core. 2021-07-15 18:52:59.842 | Preparing to unpack .../084-fonts-dejavu-core_2.37-1_all.deb ... 2021-07-15 18:52:59.845 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-07-15 18:53:00.014 | Selecting previously unselected package fonts-liberation. 2021-07-15 18:53:00.023 | Preparing to unpack .../085-fonts-liberation_1%3a1.07.4-11_all.deb ... 2021-07-15 18:53:00.025 | Unpacking fonts-liberation (1:1.07.4-11) ... 2021-07-15 18:53:00.165 | Selecting previously unselected package fontconfig-config. 2021-07-15 18:53:00.173 | Preparing to unpack .../086-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2021-07-15 18:53:00.176 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2021-07-15 18:53:00.217 | Selecting previously unselected package libfontconfig1:amd64. 2021-07-15 18:53:00.226 | Preparing to unpack .../087-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2021-07-15 18:53:00.228 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-07-15 18:53:00.273 | Selecting previously unselected package fontconfig. 2021-07-15 18:53:00.281 | Preparing to unpack .../088-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2021-07-15 18:53:00.284 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2021-07-15 18:53:00.334 | Selecting previously unselected package genisoimage. 2021-07-15 18:53:00.342 | Preparing to unpack .../089-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2021-07-15 18:53:00.345 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-07-15 18:53:00.424 | Selecting previously unselected package libann0. 2021-07-15 18:53:00.432 | Preparing to unpack .../090-libann0_1.1.2+doc-7build1_amd64.deb ... 2021-07-15 18:53:00.435 | Unpacking libann0 (1.1.2+doc-7build1) ... 2021-07-15 18:53:00.467 | Selecting previously unselected package libcdt5:amd64. 2021-07-15 18:53:00.475 | Preparing to unpack .../091-libcdt5_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:00.478 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:00.509 | Selecting previously unselected package libcgraph6:amd64. 2021-07-15 18:53:00.517 | Preparing to unpack .../092-libcgraph6_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:00.519 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:00.555 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-07-15 18:53:00.563 | Preparing to unpack .../093-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-07-15 18:53:00.566 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-07-15 18:53:00.611 | Selecting previously unselected package libjpeg8:amd64. 2021-07-15 18:53:00.619 | Preparing to unpack .../094-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-07-15 18:53:00.622 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:00.652 | Selecting previously unselected package libjbig0:amd64. 2021-07-15 18:53:00.660 | Preparing to unpack .../095-libjbig0_2.1-3.1build1_amd64.deb ... 2021-07-15 18:53:00.663 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-07-15 18:53:00.696 | Selecting previously unselected package libwebp6:amd64. 2021-07-15 18:53:00.704 | Preparing to unpack .../096-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:00.706 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-07-15 18:53:00.765 | Selecting previously unselected package libtiff5:amd64. 2021-07-15 18:53:00.773 | Preparing to unpack .../097-libtiff5_4.1.0+git191117-2ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:00.776 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... 2021-07-15 18:53:00.829 | Selecting previously unselected package libxpm4:amd64. 2021-07-15 18:53:00.837 | Preparing to unpack .../098-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-07-15 18:53:00.839 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-07-15 18:53:00.875 | Selecting previously unselected package libgd3:amd64. 2021-07-15 18:53:00.883 | Preparing to unpack .../099-libgd3_2.2.5-5.2ubuntu2_amd64.deb ... 2021-07-15 18:53:00.885 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2) ... 2021-07-15 18:53:00.936 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-07-15 18:53:00.944 | Preparing to unpack .../100-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-07-15 18:53:00.946 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-07-15 18:53:00.998 | Selecting previously unselected package libpixman-1-0:amd64. 2021-07-15 18:53:01.006 | Preparing to unpack .../101-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2021-07-15 18:53:01.009 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-07-15 18:53:01.075 | Selecting previously unselected package libxcb-render0:amd64. 2021-07-15 18:53:01.084 | Preparing to unpack .../102-libxcb-render0_1.14-2_amd64.deb ... 2021-07-15 18:53:01.087 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2021-07-15 18:53:01.121 | Selecting previously unselected package libxcb-shm0:amd64. 2021-07-15 18:53:01.128 | Preparing to unpack .../103-libxcb-shm0_1.14-2_amd64.deb ... 2021-07-15 18:53:01.135 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2021-07-15 18:53:01.163 | Selecting previously unselected package libxrender1:amd64. 2021-07-15 18:53:01.171 | Preparing to unpack .../104-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-07-15 18:53:01.176 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-07-15 18:53:01.210 | Selecting previously unselected package libcairo2:amd64. 2021-07-15 18:53:01.217 | Preparing to unpack .../105-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:01.220 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-07-15 18:53:01.323 | Selecting previously unselected package libgraphite2-3:amd64. 2021-07-15 18:53:01.332 | Preparing to unpack .../106-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2021-07-15 18:53:01.334 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-07-15 18:53:01.378 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-07-15 18:53:01.386 | Preparing to unpack .../107-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2021-07-15 18:53:01.390 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-07-15 18:53:01.470 | Selecting previously unselected package libthai-data. 2021-07-15 18:53:01.477 | Preparing to unpack .../108-libthai-data_0.1.28-3_all.deb ... 2021-07-15 18:53:01.480 | Unpacking libthai-data (0.1.28-3) ... 2021-07-15 18:53:01.532 | Selecting previously unselected package libdatrie1:amd64. 2021-07-15 18:53:01.540 | Preparing to unpack .../109-libdatrie1_0.2.12-3_amd64.deb ... 2021-07-15 18:53:01.543 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2021-07-15 18:53:01.576 | Selecting previously unselected package libthai0:amd64. 2021-07-15 18:53:01.584 | Preparing to unpack .../110-libthai0_0.1.28-3_amd64.deb ... 2021-07-15 18:53:01.587 | Unpacking libthai0:amd64 (0.1.28-3) ... 2021-07-15 18:53:01.617 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-07-15 18:53:01.624 | Preparing to unpack .../111-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-07-15 18:53:01.627 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:01.684 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-07-15 18:53:01.695 | Preparing to unpack .../112-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-07-15 18:53:01.697 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:01.733 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-07-15 18:53:01.741 | Preparing to unpack .../113-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-07-15 18:53:01.744 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:01.776 | Selecting previously unselected package libpathplan4:amd64. 2021-07-15 18:53:01.784 | Preparing to unpack .../114-libpathplan4_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:01.787 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:01.826 | Selecting previously unselected package libgvc6. 2021-07-15 18:53:01.834 | Preparing to unpack .../115-libgvc6_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:01.837 | Unpacking libgvc6 (2.42.2-3build2) ... 2021-07-15 18:53:01.955 | Selecting previously unselected package libgvpr2:amd64. 2021-07-15 18:53:01.963 | Preparing to unpack .../116-libgvpr2_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:01.966 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:02.017 | Selecting previously unselected package liblab-gamut1:amd64. 2021-07-15 18:53:02.024 | Preparing to unpack .../117-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:02.027 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:02.179 | Selecting previously unselected package x11-common. 2021-07-15 18:53:02.187 | Preparing to unpack .../118-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2021-07-15 18:53:02.209 | dpkg-query: no packages found matching nux-tools 2021-07-15 18:53:02.220 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2021-07-15 18:53:02.263 | Selecting previously unselected package libice6:amd64. 2021-07-15 18:53:02.271 | Preparing to unpack .../119-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2021-07-15 18:53:02.274 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-07-15 18:53:02.307 | Selecting previously unselected package libsm6:amd64. 2021-07-15 18:53:02.315 | Preparing to unpack .../120-libsm6_2%3a1.2.3-1_amd64.deb ... 2021-07-15 18:53:02.317 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2021-07-15 18:53:02.349 | Selecting previously unselected package libxt6:amd64. 2021-07-15 18:53:02.357 | Preparing to unpack .../121-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-07-15 18:53:02.359 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-07-15 18:53:02.408 | Selecting previously unselected package libxmu6:amd64. 2021-07-15 18:53:02.416 | Preparing to unpack .../122-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2021-07-15 18:53:02.419 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-07-15 18:53:02.453 | Selecting previously unselected package libxaw7:amd64. 2021-07-15 18:53:02.461 | Preparing to unpack .../123-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-07-15 18:53:02.463 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-07-15 18:53:02.516 | Selecting previously unselected package graphviz. 2021-07-15 18:53:02.524 | Preparing to unpack .../124-graphviz_2.42.2-3build2_amd64.deb ... 2021-07-15 18:53:02.527 | Unpacking graphviz (2.42.2-3build2) ... 2021-07-15 18:53:02.663 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-07-15 18:53:02.671 | Preparing to unpack .../125-libnl-route-3-200_3.4.0-1_amd64.deb ... 2021-07-15 18:53:02.674 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:53:02.730 | Selecting previously unselected package libibverbs1:amd64. 2021-07-15 18:53:02.738 | Preparing to unpack .../126-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2021-07-15 18:53:02.740 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:02.781 | Selecting previously unselected package ibverbs-providers:amd64. 2021-07-15 18:53:02.790 | Preparing to unpack .../127-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2021-07-15 18:53:02.804 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:02.865 | Selecting previously unselected package icu-devtools. 2021-07-15 18:53:02.872 | Preparing to unpack .../128-icu-devtools_66.1-2ubuntu2_amd64.deb ... 2021-07-15 18:53:02.874 | Unpacking icu-devtools (66.1-2ubuntu2) ... 2021-07-15 18:53:02.932 | Selecting previously unselected package iputils-arping. 2021-07-15 18:53:02.941 | Preparing to unpack .../129-iputils-arping_3%3a20190709-3_amd64.deb ... 2021-07-15 18:53:02.944 | Unpacking iputils-arping (3:20190709-3) ... 2021-07-15 18:53:02.976 | Selecting previously unselected package javascript-common. 2021-07-15 18:53:02.984 | Preparing to unpack .../130-javascript-common_11_all.deb ... 2021-07-15 18:53:02.998 | Unpacking javascript-common (11) ... 2021-07-15 18:53:03.028 | Selecting previously unselected package libgssrpc4:amd64. 2021-07-15 18:53:03.036 | Preparing to unpack .../131-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:03.038 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:03.076 | Selecting previously unselected package libkdb5-9:amd64. 2021-07-15 18:53:03.084 | Preparing to unpack .../132-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:03.087 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:03.121 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-07-15 18:53:03.129 | Preparing to unpack .../133-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:03.132 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:03.171 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-07-15 18:53:03.179 | Preparing to unpack .../134-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:03.182 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:03.218 | Selecting previously unselected package comerr-dev:amd64. 2021-07-15 18:53:03.226 | Preparing to unpack .../135-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2021-07-15 18:53:03.231 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-07-15 18:53:03.269 | Selecting previously unselected package krb5-multidev:amd64. 2021-07-15 18:53:03.277 | Preparing to unpack .../136-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:03.280 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:03.343 | Selecting previously unselected package libalgorithm-diff-perl. 2021-07-15 18:53:03.351 | Preparing to unpack .../137-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2021-07-15 18:53:03.355 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2021-07-15 18:53:03.393 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-07-15 18:53:03.401 | Preparing to unpack .../138-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2021-07-15 18:53:03.404 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2021-07-15 18:53:03.438 | Selecting previously unselected package libalgorithm-merge-perl. 2021-07-15 18:53:03.447 | Preparing to unpack .../139-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-07-15 18:53:03.449 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-07-15 18:53:03.478 | Selecting previously unselected package libarchive-cpio-perl. 2021-07-15 18:53:03.490 | Preparing to unpack .../140-libarchive-cpio-perl_0.10-1_all.deb ... 2021-07-15 18:53:03.494 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-07-15 18:53:03.530 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2021-07-15 18:53:03.538 | Preparing to unpack .../141-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-07-15 18:53:03.542 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-07-15 18:53:03.614 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2021-07-15 18:53:03.622 | Preparing to unpack .../142-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-07-15 18:53:03.625 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-07-15 18:53:03.698 | Selecting previously unselected package libfile-fcntllock-perl. 2021-07-15 18:53:03.707 | Preparing to unpack .../143-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2021-07-15 18:53:03.709 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2021-07-15 18:53:03.742 | Selecting previously unselected package libgts-bin. 2021-07-15 18:53:03.750 | Preparing to unpack .../144-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-07-15 18:53:03.752 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-07-15 18:53:03.788 | Selecting previously unselected package libicu-dev:amd64. 2021-07-15 18:53:03.796 | Preparing to unpack .../145-libicu-dev_66.1-2ubuntu2_amd64.deb ... 2021-07-15 18:53:03.799 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-07-15 18:53:05.237 | Selecting previously unselected package libipset13:amd64. 2021-07-15 18:53:05.245 | Preparing to unpack .../146-libipset13_7.5-1~exp1_amd64.deb ... 2021-07-15 18:53:05.249 | Unpacking libipset13:amd64 (7.5-1~exp1) ... 2021-07-15 18:53:05.287 | Selecting previously unselected package librdmacm1:amd64. 2021-07-15 18:53:05.295 | Preparing to unpack .../147-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2021-07-15 18:53:05.298 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:05.338 | Selecting previously unselected package libiscsi7:amd64. 2021-07-15 18:53:05.346 | Preparing to unpack .../148-libiscsi7_1.18.0-2_amd64.deb ... 2021-07-15 18:53:05.349 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2021-07-15 18:53:05.387 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-07-15 18:53:05.396 | Preparing to unpack .../149-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-07-15 18:53:05.398 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-07-15 18:53:05.463 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-07-15 18:53:05.471 | Preparing to unpack .../150-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-07-15 18:53:05.473 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:05.497 | Selecting previously unselected package libjpeg-dev:amd64. 2021-07-15 18:53:05.506 | Preparing to unpack .../151-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-07-15 18:53:05.508 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:05.535 | Selecting previously unselected package libjs-jquery. 2021-07-15 18:53:05.543 | Preparing to unpack .../152-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2021-07-15 18:53:05.546 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2021-07-15 18:53:05.606 | Selecting previously unselected package libjs-jquery-metadata. 2021-07-15 18:53:05.614 | Preparing to unpack .../153-libjs-jquery-metadata_12-1.1_all.deb ... 2021-07-15 18:53:05.616 | Unpacking libjs-jquery-metadata (12-1.1) ... 2021-07-15 18:53:05.643 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-07-15 18:53:05.651 | Preparing to unpack .../154-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2021-07-15 18:53:05.654 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-07-15 18:53:05.730 | Selecting previously unselected package libltdl-dev:amd64. 2021-07-15 18:53:05.738 | Preparing to unpack .../155-libltdl-dev_2.4.6-14_amd64.deb ... 2021-07-15 18:53:05.741 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2021-07-15 18:53:05.796 | Selecting previously unselected package libsys-hostname-long-perl. 2021-07-15 18:53:05.804 | Preparing to unpack .../156-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-07-15 18:53:05.807 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-07-15 18:53:05.834 | Selecting previously unselected package libmail-sendmail-perl. 2021-07-15 18:53:05.842 | Preparing to unpack .../157-libmail-sendmail-perl_0.80-1_all.deb ... 2021-07-15 18:53:05.845 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-07-15 18:53:05.875 | Selecting previously unselected package libssl-dev:amd64. 2021-07-15 18:53:05.883 | Preparing to unpack .../158-libssl-dev_1.1.1f-1ubuntu2.4_amd64.deb ... 2021-07-15 18:53:05.886 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.4) ... 2021-07-15 18:53:06.146 | Selecting previously unselected package libmysqlclient-dev. 2021-07-15 18:53:06.154 | Preparing to unpack .../159-libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:06.157 | Unpacking libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:53:06.458 | Selecting previously unselected package libncurses-dev:amd64. 2021-07-15 18:53:06.466 | Preparing to unpack .../160-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2021-07-15 18:53:06.485 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-07-15 18:53:06.584 | Selecting previously unselected package libnspr4:amd64. 2021-07-15 18:53:06.592 | Preparing to unpack .../161-libnspr4_2%3a4.25-1_amd64.deb ... 2021-07-15 18:53:06.595 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2021-07-15 18:53:06.639 | Selecting previously unselected package libnss3:amd64. 2021-07-15 18:53:06.648 | Preparing to unpack .../162-libnss3_2%3a3.49.1-1ubuntu1.5_amd64.deb ... 2021-07-15 18:53:06.650 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-07-15 18:53:06.856 | Selecting previously unselected package libomp5-10:amd64. 2021-07-15 18:53:06.865 | Preparing to unpack .../163-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:06.867 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:06.942 | Selecting previously unselected package libomp-10-dev. 2021-07-15 18:53:06.951 | Preparing to unpack .../164-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:06.953 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:06.989 | Selecting previously unselected package pcp-conf. 2021-07-15 18:53:06.997 | Preparing to unpack .../165-pcp-conf_5.0.3-1_amd64.deb ... 2021-07-15 18:53:07.000 | Unpacking pcp-conf (5.0.3-1) ... 2021-07-15 18:53:07.032 | Selecting previously unselected package libpcp3. 2021-07-15 18:53:07.041 | Preparing to unpack .../166-libpcp3_5.0.3-1_amd64.deb ... 2021-07-15 18:53:07.044 | Unpacking libpcp3 (5.0.3-1) ... 2021-07-15 18:53:07.108 | Selecting previously unselected package libpcp-pmda3. 2021-07-15 18:53:07.116 | Preparing to unpack .../167-libpcp-pmda3_5.0.3-1_amd64.deb ... 2021-07-15 18:53:07.119 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2021-07-15 18:53:07.149 | Selecting previously unselected package libpcp-pmda-perl. 2021-07-15 18:53:07.157 | Preparing to unpack .../168-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2021-07-15 18:53:07.159 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2021-07-15 18:53:07.196 | Selecting previously unselected package libpq5:amd64. 2021-07-15 18:53:07.205 | Preparing to unpack .../169-libpq5_12.7-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:07.208 | Unpacking libpq5:amd64 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:07.253 | Selecting previously unselected package libpq-dev. 2021-07-15 18:53:07.261 | Preparing to unpack .../170-libpq-dev_12.7-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:07.265 | Unpacking libpq-dev (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:07.339 | Selecting previously unselected package librados2. 2021-07-15 18:53:07.348 | Preparing to unpack .../171-librados2_15.2.13-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:07.352 | Unpacking librados2 (15.2.13-0ubuntu0.20.04.1) ... 2021-07-15 18:53:07.827 | Selecting previously unselected package librbd1. 2021-07-15 18:53:07.836 | Preparing to unpack .../172-librbd1_15.2.13-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:07.839 | Unpacking librbd1 (15.2.13-0ubuntu0.20.04.1) ... 2021-07-15 18:53:08.101 | Selecting previously unselected package libsasl2-dev. 2021-07-15 18:53:08.109 | Preparing to unpack .../173-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2021-07-15 18:53:08.112 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2021-07-15 18:53:08.183 | Selecting previously unselected package libsystemd-dev:amd64. 2021-07-15 18:53:08.192 | Preparing to unpack .../174-libsystemd-dev_245.4-4ubuntu3.7_amd64.deb ... 2021-07-15 18:53:08.194 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.7) ... 2021-07-15 18:53:08.310 | Selecting previously unselected package libtinfo-dev:amd64. 2021-07-15 18:53:08.319 | Preparing to unpack .../175-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2021-07-15 18:53:08.321 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-07-15 18:53:08.350 | Selecting previously unselected package libx86-1:amd64. 2021-07-15 18:53:08.358 | Preparing to unpack .../176-libx86-1_1.1+ds1-11_amd64.deb ... 2021-07-15 18:53:08.361 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2021-07-15 18:53:08.400 | Selecting previously unselected package libxml2-dev:amd64. 2021-07-15 18:53:08.408 | Preparing to unpack .../177-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:08.411 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-07-15 18:53:08.554 | Selecting previously unselected package libxslt1-dev:amd64. 2021-07-15 18:53:08.562 | Preparing to unpack .../178-libxslt1-dev_1.1.34-4_amd64.deb ... 2021-07-15 18:53:08.564 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2021-07-15 18:53:08.650 | Selecting previously unselected package llvm-10-runtime. 2021-07-15 18:53:08.658 | Preparing to unpack .../179-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:08.660 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:08.721 | Selecting previously unselected package libpfm4:amd64. 2021-07-15 18:53:08.729 | Preparing to unpack .../180-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2021-07-15 18:53:08.732 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-07-15 18:53:08.806 | Selecting previously unselected package llvm-10. 2021-07-15 18:53:08.814 | Preparing to unpack .../181-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:08.816 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:09.579 | Selecting previously unselected package libffi-dev:amd64. 2021-07-15 18:53:09.587 | Preparing to unpack .../182-libffi-dev_3.3-4_amd64.deb ... 2021-07-15 18:53:09.589 | Unpacking libffi-dev:amd64 (3.3-4) ... 2021-07-15 18:53:09.635 | Selecting previously unselected package python3-pygments. 2021-07-15 18:53:09.643 | Preparing to unpack .../183-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2021-07-15 18:53:09.645 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-07-15 18:53:09.778 | Selecting previously unselected package llvm-10-tools. 2021-07-15 18:53:09.787 | Preparing to unpack .../184-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:09.789 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:09.929 | Selecting previously unselected package libz3-4:amd64. 2021-07-15 18:53:09.937 | Preparing to unpack .../185-libz3-4_4.8.7-4build1_amd64.deb ... 2021-07-15 18:53:09.939 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2021-07-15 18:53:10.886 | Selecting previously unselected package libz3-dev:amd64. 2021-07-15 18:53:10.895 | Preparing to unpack .../186-libz3-dev_4.8.7-4build1_amd64.deb ... 2021-07-15 18:53:10.897 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2021-07-15 18:53:10.941 | Selecting previously unselected package llvm-10-dev. 2021-07-15 18:53:10.950 | Preparing to unpack .../187-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-07-15 18:53:10.952 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:15.354 | Selecting previously unselected package lsscsi. 2021-07-15 18:53:15.364 | Preparing to unpack .../188-lsscsi_0.30-0.1_amd64.deb ... 2021-07-15 18:53:15.366 | Unpacking lsscsi (0.30-0.1) ... 2021-07-15 18:53:15.400 | Selecting previously unselected package pkg-config. 2021-07-15 18:53:15.409 | Preparing to unpack .../189-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2021-07-15 18:53:15.411 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2021-07-15 18:53:15.444 | Selecting previously unselected package pm-utils. 2021-07-15 18:53:15.452 | Preparing to unpack .../190-pm-utils_1.4.1-19_all.deb ... 2021-07-15 18:53:15.455 | Unpacking pm-utils (1.4.1-19) ... 2021-07-15 18:53:15.510 | Selecting previously unselected package postgresql-client-common. 2021-07-15 18:53:15.519 | Preparing to unpack .../191-postgresql-client-common_214ubuntu0.1_all.deb ... 2021-07-15 18:53:15.521 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2021-07-15 18:53:15.554 | Selecting previously unselected package postgresql-client-12. 2021-07-15 18:53:15.563 | Preparing to unpack .../192-postgresql-client-12_12.7-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:15.564 | Unpacking postgresql-client-12 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:15.762 | Selecting previously unselected package ssl-cert. 2021-07-15 18:53:15.770 | Preparing to unpack .../193-ssl-cert_1.0.39_all.deb ... 2021-07-15 18:53:15.773 | Unpacking ssl-cert (1.0.39) ... 2021-07-15 18:53:15.808 | Selecting previously unselected package postgresql-common. 2021-07-15 18:53:15.816 | Preparing to unpack .../194-postgresql-common_214ubuntu0.1_all.deb ... 2021-07-15 18:53:15.848 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-07-15 18:53:15.854 | Unpacking postgresql-common (214ubuntu0.1) ... 2021-07-15 18:53:15.920 | Selecting previously unselected package postgresql-server-dev-12. 2021-07-15 18:53:15.929 | Preparing to unpack .../195-postgresql-server-dev-12_12.7-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:53:15.931 | Unpacking postgresql-server-dev-12 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:16.228 | Selecting previously unselected package postgresql-server-dev-all. 2021-07-15 18:53:16.238 | Preparing to unpack .../196-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2021-07-15 18:53:16.240 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2021-07-15 18:53:16.269 | Selecting previously unselected package python-pip-whl. 2021-07-15 18:53:16.277 | Preparing to unpack .../197-python-pip-whl_20.0.2-5ubuntu1.5_all.deb ... 2021-07-15 18:53:16.279 | Unpacking python-pip-whl (20.0.2-5ubuntu1.5) ... 2021-07-15 18:53:16.491 | Selecting previously unselected package python3-mysqldb. 2021-07-15 18:53:16.499 | Preparing to unpack .../198-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2021-07-15 18:53:16.501 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2021-07-15 18:53:16.536 | Selecting previously unselected package python3-wheel. 2021-07-15 18:53:16.544 | Preparing to unpack .../199-python3-wheel_0.34.2-1_all.deb ... 2021-07-15 18:53:16.546 | Unpacking python3-wheel (0.34.2-1) ... 2021-07-15 18:53:16.582 | Selecting previously unselected package python3-pip. 2021-07-15 18:53:16.590 | Preparing to unpack .../200-python3-pip_20.0.2-5ubuntu1.5_all.deb ... 2021-07-15 18:53:16.592 | Unpacking python3-pip (20.0.2-5ubuntu1.5) ... 2021-07-15 18:53:16.677 | Selecting previously unselected package python3.8-venv. 2021-07-15 18:53:16.685 | Preparing to unpack .../201-python3.8-venv_3.8.10-0ubuntu1~20.04_amd64.deb ... 2021-07-15 18:53:16.687 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04) ... 2021-07-15 18:53:16.712 | Selecting previously unselected package python3-venv. 2021-07-15 18:53:16.721 | Preparing to unpack .../202-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2021-07-15 18:53:16.723 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2021-07-15 18:53:16.752 | Selecting previously unselected package qemu-block-extra:amd64. 2021-07-15 18:53:16.761 | Preparing to unpack .../203-qemu-block-extra_1%3a4.2-3ubuntu6.17_amd64.deb ... 2021-07-15 18:53:16.763 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ... 2021-07-15 18:53:16.794 | Selecting previously unselected package qemu-utils. 2021-07-15 18:53:16.803 | Preparing to unpack .../204-qemu-utils_1%3a4.2-3ubuntu6.17_amd64.deb ... 2021-07-15 18:53:16.805 | Unpacking qemu-utils (1:4.2-3ubuntu6.17) ... 2021-07-15 18:53:16.982 | Selecting previously unselected package sharutils. 2021-07-15 18:53:16.991 | Preparing to unpack .../205-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2021-07-15 18:53:16.993 | Unpacking sharutils (1:4.15.2-4build1) ... 2021-07-15 18:53:17.040 | Selecting previously unselected package sqlite3. 2021-07-15 18:53:17.049 | Preparing to unpack .../206-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2021-07-15 18:53:17.051 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2021-07-15 18:53:17.193 | Selecting previously unselected package unzip. 2021-07-15 18:53:17.201 | Preparing to unpack .../207-unzip_6.0-25ubuntu1_amd64.deb ... 2021-07-15 18:53:17.204 | Unpacking unzip (6.0-25ubuntu1) ... 2021-07-15 18:53:17.250 | Selecting previously unselected package vbetool. 2021-07-15 18:53:17.259 | Preparing to unpack .../208-vbetool_1.1-4_amd64.deb ... 2021-07-15 18:53:17.261 | Unpacking vbetool (1.1-4) ... 2021-07-15 18:53:17.290 | Selecting previously unselected package ipset. 2021-07-15 18:53:17.299 | Preparing to unpack .../209-ipset_7.5-1~exp1_amd64.deb ... 2021-07-15 18:53:17.308 | Unpacking ipset (7.5-1~exp1) ... 2021-07-15 18:53:17.340 | Selecting previously unselected package ipvsadm. 2021-07-15 18:53:17.349 | Preparing to unpack .../210-ipvsadm_1%3a1.31-1_amd64.deb ... 2021-07-15 18:53:17.351 | Unpacking ipvsadm (1:1.31-1) ... 2021-07-15 18:53:17.384 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-07-15 18:53:17.393 | Preparing to unpack .../211-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.4_amd64.deb ... 2021-07-15 18:53:17.402 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:17.427 | Selecting previously unselected package liberasurecode1:amd64. 2021-07-15 18:53:17.435 | Preparing to unpack .../212-liberasurecode1_1.6.1-4_amd64.deb ... 2021-07-15 18:53:17.437 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2021-07-15 18:53:17.468 | Selecting previously unselected package liberasurecode-dev:amd64. 2021-07-15 18:53:17.477 | Preparing to unpack .../213-liberasurecode-dev_1.6.1-4_amd64.deb ... 2021-07-15 18:53:17.479 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2021-07-15 18:53:17.508 | Selecting previously unselected package libkrb5-dev:amd64. 2021-07-15 18:53:17.517 | Preparing to unpack .../214-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2021-07-15 18:53:17.519 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:17.551 | Selecting previously unselected package libpcp-gui2. 2021-07-15 18:53:17.559 | Preparing to unpack .../215-libpcp-gui2_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.561 | Unpacking libpcp-gui2 (5.0.3-1) ... 2021-07-15 18:53:17.590 | Selecting previously unselected package libpcp-import1. 2021-07-15 18:53:17.599 | Preparing to unpack .../216-libpcp-import1_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.601 | Unpacking libpcp-import1 (5.0.3-1) ... 2021-07-15 18:53:17.629 | Selecting previously unselected package libpcp-mmv1. 2021-07-15 18:53:17.637 | Preparing to unpack .../217-libpcp-mmv1_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.639 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2021-07-15 18:53:17.667 | Selecting previously unselected package libpcp-trace2. 2021-07-15 18:53:17.675 | Preparing to unpack .../218-libpcp-trace2_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.678 | Unpacking libpcp-trace2 (5.0.3-1) ... 2021-07-15 18:53:17.706 | Selecting previously unselected package libpcp-web1. 2021-07-15 18:53:17.715 | Preparing to unpack .../219-libpcp-web1_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.717 | Unpacking libpcp-web1 (5.0.3-1) ... 2021-07-15 18:53:17.757 | Selecting previously unselected package libyaml-dev:amd64. 2021-07-15 18:53:17.766 | Preparing to unpack .../220-libyaml-dev_0.2.2-1_amd64.deb ... 2021-07-15 18:53:17.768 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2021-07-15 18:53:17.803 | Selecting previously unselected package python3-pcp. 2021-07-15 18:53:17.811 | Preparing to unpack .../221-python3-pcp_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.813 | Unpacking python3-pcp (5.0.3-1) ... 2021-07-15 18:53:17.856 | Selecting previously unselected package pcp. 2021-07-15 18:53:17.864 | Preparing to unpack .../222-pcp_5.0.3-1_amd64.deb ... 2021-07-15 18:53:17.933 | Unpacking pcp (5.0.3-1) ... 2021-07-15 18:53:18.446 | Selecting previously unselected package socat. 2021-07-15 18:53:18.456 | Preparing to unpack .../223-socat_1.7.3.3-2_amd64.deb ... 2021-07-15 18:53:18.458 | Unpacking socat (1.7.3.3-2) ... 2021-07-15 18:53:18.534 | Selecting previously unselected package vlan. 2021-07-15 18:53:18.543 | Preparing to unpack .../224-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2021-07-15 18:53:18.545 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2021-07-15 18:53:18.603 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-07-15 18:53:18.609 | Setting up postgresql-client-common (214ubuntu0.1) ... 2021-07-15 18:53:18.617 | Setting up javascript-common (11) ... 2021-07-15 18:53:18.648 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-07-15 18:53:18.664 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-07-15 18:53:18.668 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-07-15 18:53:18.673 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-07-15 18:53:18.678 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2021-07-15 18:53:18.700 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-07-15 18:53:18.703 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-07-15 18:53:18.709 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-07-15 18:53:18.713 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:53:18.718 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-07-15 18:53:18.723 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2021-07-15 18:53:18.728 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2021-07-15 18:53:18.733 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2021-07-15 18:53:18.738 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2021-07-15 18:53:18.743 | Setting up libxcb-render0:amd64 (1.14-2) ... 2021-07-15 18:53:18.748 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2021-07-15 18:53:18.753 | Setting up libarchive-zip-perl (1.67-2) ... 2021-07-15 18:53:18.758 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-07-15 18:53:18.764 | Setting up vbetool (1.1-4) ... 2021-07-15 18:53:18.769 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-07-15 18:53:18.776 | Setting up pm-utils (1.4.1-19) ... 2021-07-15 18:53:18.784 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.4) ... 2021-07-15 18:53:19.022 | Setting up unzip (6.0-25ubuntu1) ... 2021-07-15 18:53:19.048 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2021-07-15 18:53:19.053 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:19.058 | Setting up x11-common (1:7.7+19ubuntu14) ... 2021-07-15 18:53:19.300 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-07-15 18:53:19.976 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2021-07-15 18:53:19.984 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-07-15 18:53:19.990 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-07-15 18:53:19.995 | Setting up m4 (1.4.18-4) ... 2021-07-15 18:53:20.000 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2021-07-15 18:53:20.280 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:53:20.285 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2021-07-15 18:53:20.290 | Setting up iputils-arping (3:20190709-3) ... 2021-07-15 18:53:20.321 | Setting up libffi-dev:amd64 (3.3-4) ... 2021-07-15 18:53:20.326 | Setting up conntrack (1:1.4.5-2) ... 2021-07-15 18:53:20.332 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-07-15 18:53:20.337 | Setting up python3-wheel (0.34.2-1) ... 2021-07-15 18:53:20.586 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-07-15 18:53:20.591 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2021-07-15 18:53:20.786 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2021-07-15 18:53:22.830 | Setting up memcached (1.5.22-2ubuntu0.1) ... 2021-07-15 18:53:24.041 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-07-15 18:53:24.696 | Setting up libfakeroot:amd64 (1.24-1) ... 2021-07-15 18:53:24.709 | Setting up libjansson4:amd64 (2.12-1build1) ... 2021-07-15 18:53:24.721 | Setting up acl (2.2.53-6) ... 2021-07-15 18:53:24.729 | Setting up dns-root-data (2019052802) ... 2021-07-15 18:53:24.734 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:24.739 | Setting up fakeroot (1.24-1) ... 2021-07-15 18:53:24.746 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-07-15 18:53:24.754 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-07-15 18:53:24.759 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-07-15 18:53:24.764 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:24.769 | Setting up autotools-dev (20180224.1) ... 2021-07-15 18:53:24.774 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-07-15 18:53:25.560 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2021-07-15 18:53:25.566 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2021-07-15 18:53:25.571 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-07-15 18:53:25.576 | Setting up make (4.2.1-1.2) ... 2021-07-15 18:53:25.582 | Setting up libnspr4:amd64 (2:4.25-1) ... 2021-07-15 18:53:25.587 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-07-15 18:53:25.592 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:25.598 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-07-15 18:53:25.603 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:25.608 | Setting up ebtables (2.0.11-3build1) ... 2021-07-15 18:53:26.133 | Setting up socat (1.7.3.3-2) ... 2021-07-15 18:53:26.138 | Setting up libann0 (1.1.2+doc-7build1) ... 2021-07-15 18:53:26.144 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-07-15 18:53:26.150 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.4) ... 2021-07-15 18:53:26.155 | Setting up autopoint (0.19.8.1-10build1) ... 2021-07-15 18:53:26.160 | Setting up binfmt-support (2.2.0-2) ... 2021-07-15 18:53:26.434 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2021-07-15 18:53:27.438 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-07-15 18:53:27.444 | Setting up icu-devtools (66.1-2ubuntu2) ... 2021-07-15 18:53:27.449 | Setting up fonts-dejavu-core (2.37-1) ... 2021-07-15 18:53:27.490 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2021-07-15 18:53:27.496 | Setting up lsscsi (0.30-0.1) ... 2021-07-15 18:53:27.502 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-07-15 18:53:27.507 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:53:27.513 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-07-15 18:53:27.520 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-07-15 18:53:27.525 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2021-07-15 18:53:27.530 | Setting up autoconf (2.69-11.1) ... 2021-07-15 18:53:27.537 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2021-07-15 18:53:27.542 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2021-07-15 18:53:27.584 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-07-15 18:53:27.588 | Setting up dwz (0.13-5) ... 2021-07-15 18:53:27.594 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-07-15 18:53:27.599 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-07-15 18:53:27.604 | Setting up libipset13:amd64 (7.5-1~exp1) ... 2021-07-15 18:53:27.609 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-07-15 18:53:27.615 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2021-07-15 18:53:27.628 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:27.633 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:27.638 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-07-15 18:53:27.644 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-07-15 18:53:27.649 | Setting up fonts-liberation (1:1.07.4-11) ... 2021-07-15 18:53:27.654 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:53:27.663 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-07-15 18:53:27.669 | Setting up pcp-conf (5.0.3-1) ... 2021-07-15 18:53:27.675 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2021-07-15 18:53:27.682 | Setting up libsub-override-perl (0.09-2) ... 2021-07-15 18:53:27.688 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-07-15 18:53:27.693 | Setting up libthai-data (0.1.28-3) ... 2021-07-15 18:53:27.698 | Setting up python-pip-whl (20.0.2-5ubuntu1.5) ... 2021-07-15 18:53:27.704 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:27.709 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:27.714 | Setting up apache2-data (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:27.719 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:27.725 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2021-07-15 18:53:27.730 | Setting up sharutils (1:4.15.2-4build1) ... 2021-07-15 18:53:27.736 | Setting up ipset (7.5-1~exp1) ... 2021-07-15 18:53:27.749 | Setting up openssl (1.1.1f-1ubuntu2.4) ... 2021-07-15 18:53:27.758 | Setting up conntrackd (1:1.4.5-2) ... 2021-07-15 18:53:28.775 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-07-15 18:53:29.110 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-07-15 18:53:29.115 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2021-07-15 18:53:29.120 | Setting up libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-07-15 18:53:29.125 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-07-15 18:53:29.130 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.7) ... 2021-07-15 18:53:29.135 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2021-07-15 18:53:29.140 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-07-15 18:53:29.145 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:53:29.150 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:29.154 | Setting up automake (1:1.16.1-4ubuntu6) ... 2021-07-15 18:53:29.162 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2021-07-15 18:53:29.165 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-07-15 18:53:29.170 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-07-15 18:53:29.175 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:29.180 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-07-15 18:53:29.185 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2021-07-15 18:53:29.190 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-07-15 18:53:29.195 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-07-15 18:53:29.199 | Setting up libmysqlclient21:amd64 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:53:29.205 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:29.210 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-07-15 18:53:29.215 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:29.221 | Setting up libtool (2.4.6-14) ... 2021-07-15 18:53:29.226 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2021-07-15 18:53:29.309 | Setting up libpq5:amd64 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:29.329 | Setting up haproxy (2.0.13-2ubuntu0.1) ... 2021-07-15 18:53:29.714 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-07-15 18:53:30.765 | Setting up libpq-dev (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:30.771 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-07-15 18:53:30.777 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:53:30.784 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-07-15 18:53:30.937 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-07-15 18:53:30.943 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:30.949 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:30.957 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2021-07-15 18:53:30.966 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:53:30.972 | Setting up python3-mysqldb (1.4.4-2build1) ... 2021-07-15 18:53:31.221 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-07-15 18:53:31.227 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2021-07-15 18:53:31.234 | Setting up libthai0:amd64 (0.1.28-3) ... 2021-07-15 18:53:31.240 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-07-15 18:53:31.246 | Setting up postgresql-client-12 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:31.850 | 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 2021-07-15 18:53:31.878 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:53:31.883 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-07-15 18:53:31.893 | Setting up ssl-cert (1.0.39) ... 2021-07-15 18:53:32.348 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2021-07-15 18:53:32.354 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04) ... 2021-07-15 18:53:32.427 | Setting up libjs-jquery-metadata (12-1.1) ... 2021-07-15 18:53:32.433 | Setting up postgresql-common (214ubuntu0.1) ... 2021-07-15 18:53:32.910 | Adding user postgres to group ssl-cert 2021-07-15 18:53:33.057 | 2021-07-15 18:53:33.057 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-07-15 18:53:33.258 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-07-15 18:53:33.258 | Removing obsolete dictionary files: 2021-07-15 18:53:33.841 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-07-15 18:53:34.896 | Setting up libcroco3:amd64 (0.6.13-1) ... 2021-07-15 18:53:34.903 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-07-15 18:53:34.909 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2021-07-15 18:53:35.002 | Setting up python3-pip (20.0.2-5ubuntu1.5) ... 2021-07-15 18:53:35.406 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2021-07-15 18:53:35.412 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2021-07-15 18:53:35.417 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-07-15 18:53:35.422 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-07-15 18:53:35.429 | Setting up build-essential (12.8ubuntu1.1) ... 2021-07-15 18:53:35.435 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... 2021-07-15 18:53:35.441 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-07-15 18:53:35.446 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:35.451 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2021-07-15 18:53:35.457 | Setting up libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:53:35.463 | Setting up apache2-utils (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:35.470 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:35.476 | Setting up ipvsadm (1:1.31-1) ... 2021-07-15 18:53:36.191 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:36.292 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2021-07-15 18:53:38.365 | Regenerating fonts cache... done. 2021-07-15 18:53:38.368 | Setting up gettext (0.19.8.1-10build1) ... 2021-07-15 18:53:38.373 | Setting up libpcp3 (5.0.3-1) ... 2021-07-15 18:53:38.378 | Setting up libpcp-pmda3 (5.0.3-1) ... 2021-07-15 18:53:38.382 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2021-07-15 18:53:38.387 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:38.431 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:38.438 | Setting up keepalived (1:2.0.19-2) ... 2021-07-15 18:53:39.408 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-07-15 18:53:40.083 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:40.090 | Setting up libpcp-trace2 (5.0.3-1) ... 2021-07-15 18:53:40.096 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:40.101 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2021-07-15 18:53:40.106 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-07-15 18:53:40.112 | Setting up libpcp-gui2 (5.0.3-1) ... 2021-07-15 18:53:40.118 | Setting up apache2-bin (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:40.125 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-07-15 18:53:40.130 | Setting up libpcp-web1 (5.0.3-1) ... 2021-07-15 18:53:40.136 | Setting up intltool-debian (0.35.0+20060710.5) ... 2021-07-15 18:53:40.142 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-07-15 18:53:40.148 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:40.154 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2021-07-15 18:53:40.160 | Setting up libpcp-mmv1 (5.0.3-1) ... 2021-07-15 18:53:40.166 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2021-07-15 18:53:40.171 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2) ... 2021-07-15 18:53:40.176 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-07-15 18:53:40.182 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-07-15 18:53:40.187 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2021-07-15 18:53:40.193 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:40.198 | Setting up postgresql-server-dev-12 (12.7-0ubuntu0.20.04.1) ... 2021-07-15 18:53:40.221 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-07-15 18:53:40.226 | Setting up libpcp-import1 (5.0.3-1) ... 2021-07-15 18:53:40.231 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-07-15 18:53:40.238 | Setting up librados2 (15.2.13-0ubuntu0.20.04.1) ... 2021-07-15 18:53:40.244 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-07-15 18:53:40.250 | Setting up po-debconf (1.0.21) ... 2021-07-15 18:53:40.256 | Setting up apache2 (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:40.634 | Enabling module mpm_event. 2021-07-15 18:53:40.698 | Enabling module authz_core. 2021-07-15 18:53:40.703 | Enabling module authz_host. 2021-07-15 18:53:40.762 | Enabling module authn_core. 2021-07-15 18:53:40.768 | Enabling module auth_basic. 2021-07-15 18:53:40.826 | Enabling module access_compat. 2021-07-15 18:53:40.893 | Enabling module authn_file. 2021-07-15 18:53:40.954 | Enabling module authz_user. 2021-07-15 18:53:41.014 | Enabling module alias. 2021-07-15 18:53:41.073 | Enabling module dir. 2021-07-15 18:53:41.133 | Enabling module autoindex. 2021-07-15 18:53:41.192 | Enabling module env. 2021-07-15 18:53:41.251 | Enabling module mime. 2021-07-15 18:53:41.309 | Enabling module negotiation. 2021-07-15 18:53:41.367 | Enabling module setenvif. 2021-07-15 18:53:41.426 | Enabling module filter. 2021-07-15 18:53:41.485 | Enabling module deflate. 2021-07-15 18:53:41.544 | Enabling module status. 2021-07-15 18:53:41.603 | Enabling module reqtimeout. 2021-07-15 18:53:41.662 | Enabling conf charset. 2021-07-15 18:53:41.722 | Enabling conf localized-error-pages. 2021-07-15 18:53:41.780 | Enabling conf other-vhosts-access-log. 2021-07-15 18:53:41.840 | Enabling conf security. 2021-07-15 18:53:41.898 | Enabling conf serve-cgi-bin. 2021-07-15 18:53:41.958 | Enabling site 000-default. 2021-07-15 18:53:42.010 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-07-15 18:53:42.065 | Enabling conf javascript-common. 2021-07-15 18:53:42.320 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-07-15 18:53:42.899 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-07-15 18:53:45.589 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-07-15 18:53:45.611 | Setting up python3-pcp (5.0.3-1) ... 2021-07-15 18:53:45.919 | Setting up libgvc6 (2.42.2-3build2) ... 2021-07-15 18:53:45.941 | Setting up librbd1 (15.2.13-0ubuntu0.20.04.1) ... 2021-07-15 18:53:45.947 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.4) ... 2021-07-15 18:53:45.960 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2021-07-15 18:53:45.966 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2021-07-15 18:53:45.971 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ... 2021-07-15 18:53:45.977 | Setting up graphviz (2.42.2-3build2) ... 2021-07-15 18:53:45.985 | Setting up pcp (5.0.3-1) ... 2021-07-15 18:53:46.343 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2021-07-15 18:53:46.769 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2021-07-15 18:53:47.193 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2021-07-15 18:53:47.622 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2021-07-15 18:54:03.588 | Setting up qemu-utils (1:4.2-3ubuntu6.17) ... 2021-07-15 18:54:03.597 | Setting up systemd (245.4-4ubuntu3.7) ... 2021-07-15 18:54:04.744 | Setting up dh-autoreconf (19) ... 2021-07-15 18:54:04.750 | Setting up systemd-timesyncd (245.4-4ubuntu3.7) ... 2021-07-15 18:54:05.576 | Setting up systemd-sysv (245.4-4ubuntu3.7) ... 2021-07-15 18:54:05.584 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.7) ... 2021-07-15 18:54:05.591 | Setting up debhelper (12.10ubuntu1) ... 2021-07-15 18:54:05.597 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.7) ... 2021-07-15 18:54:05.996 | Setting up apache2-dev (2.4.41-4ubuntu3.4) ... 2021-07-15 18:54:06.003 | Processing triggers for mime-support (3.64ubuntu1) ... 2021-07-15 18:54:06.027 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2021-07-15 18:54:06.102 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2021-07-15 18:54:19.519 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-07-15 18:54:19.543 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2021-07-15 18:54:19.932 | Processing triggers for ufw (0.36-6) ... 2021-07-15 18:54:20.071 | Processing triggers for man-db (2.9.1-1) ... 2021-07-15 18:54:45.360 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2021-07-15 18:54:45.373 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2021-07-15 18:54:49.452 | ++ functions-common:apt_get:1118 : result=0 2021-07-15 18:54:49.454 | ++ functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:54:49.456 | ++ functions-common:time_stop:2309 : local name 2021-07-15 18:54:49.458 | ++ functions-common:time_stop:2310 : local end_time 2021-07-15 18:54:49.461 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:54:49.463 | ++ functions-common:time_stop:2312 : local total 2021-07-15 18:54:49.465 | ++ functions-common:time_stop:2313 : local start_time 2021-07-15 18:54:49.467 | ++ functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:54:49.469 | ++ functions-common:time_stop:2316 : start_time=1626375135676 2021-07-15 18:54:49.471 | ++ functions-common:time_stop:2318 : [[ -z 1626375135676 ]] 2021-07-15 18:54:49.474 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:54:49.477 | ++ functions-common:time_stop:2321 : end_time=1626375289475 2021-07-15 18:54:49.479 | ++ functions-common:time_stop:2322 : elapsed_time=153799 2021-07-15 18:54:49.482 | ++ functions-common:time_stop:2323 : total=714 2021-07-15 18:54:49.484 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:54:49.486 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=154513 2021-07-15 18:54:49.489 | ++ functions-common:apt_get:1122 : return 0 2021-07-15 18:54:49.491 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-07-15 18:54:49.493 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-07-15 18:54:49.496 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-07-15 18:54:49.500 | ++ tools/install_prereqs.sh:source:89 : date 2021-07-15 18:54:49.504 | + ./stack.sh:main:756 : [[ False != \T\r\u\e ]] 2021-07-15 18:54:49.506 | + ./stack.sh:main:757 : PYPI_ALTERNATIVE_URL= 2021-07-15 18:54:49.509 | + ./stack.sh:main:757 : /home/ubuntu/devstack/tools/install_pip.sh 2021-07-15 18:54:50.794 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-07-15 18:54:50.796 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-07-15 18:54:50.798 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-07-15 18:54:50.801 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-07-15 18:54:50.803 | + tools/install_pip.sh:main:43 : GetDistro 2021-07-15 18:54:50.805 | + functions-common:GetDistro:373 : GetOSVersion 2021-07-15 18:54:50.806 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-07-15 18:54:50.809 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-07-15 18:54:50.811 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-07-15 18:54:50.812 | + functions-common:_ensure_lsb_release:328 : return 2021-07-15 18:54:50.814 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-07-15 18:54:50.881 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2021-07-15 18:54:50.884 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-07-15 18:54:50.950 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2021-07-15 18:54:50.953 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-07-15 18:54:51.019 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-07-15 18:54:51.021 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-07-15 18:54:51.022 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-07-15 18:54:51.024 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-07-15 18:54:51.026 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-07-15 18:54:51.028 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-07-15 18:54:51.030 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-07-15 18:54:51.032 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-07-15 18:54:51.034 | + functions-common:GetDistro:378 : DISTRO=focal 2021-07-15 18:54:51.036 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-07-15 18:54:51.038 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-07-15 18:54:51.038 | Distro: focal 2021-07-15 18:54:51.040 | + tools/install_pip.sh:main:127 : get_versions 2021-07-15 18:54:51.042 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-07-15 18:54:51.045 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-07-15 18:54:51.047 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-07-15 18:54:51.050 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-07-15 18:54:51.050 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-07-15 18:54:51.443 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-07-15 18:54:51.445 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-07-15 18:54:51.445 | pip: 20.2.2 2021-07-15 18:54:51.447 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2021-07-15 18:54:51.813 | pip 20.2.2 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2021-07-15 18:54:51.834 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-07-15 18:54:51.836 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2021-07-15 18:54:51.838 | + tools/install_pip.sh:main:135 : exit 0 2021-07-15 18:54:51.841 | + ./stack.sh:main:761 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-07-15 18:54:51.843 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-07-15 18:54:51.846 | + ./stack.sh:main:762 : fixup_all 2021-07-15 18:54:51.849 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_keystone 2021-07-15 18:54:51.851 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-07-15 18:54:51.853 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-07-15 18:54:51.865 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-07-15 18:54:51.866 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-07-15 18:54:51.866 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-07-15 18:54:51.872 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-07-15 18:54:51.874 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-07-15 18:54:51.876 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-07-15 18:54:51.883 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-07-15 18:54:51.887 | + tools/fixup_stuff.sh:fixup_all:160 : fixup_fedora 2021-07-15 18:54:51.889 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2021-07-15 18:54:51.891 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-07-15 18:54:51.893 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-07-15 18:54:51.895 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-07-15 18:54:51.897 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-07-15 18:54:51.899 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-07-15 18:54:51.902 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-07-15 18:54:51.904 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-07-15 18:54:51.906 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-07-15 18:54:51.908 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-07-15 18:54:51.910 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2021-07-15 18:54:51.912 | + tools/fixup_stuff.sh:fixup_all:161 : fixup_suse 2021-07-15 18:54:51.914 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2021-07-15 18:54:51.916 | + functions-common:is_suse:462 : is_opensuse 2021-07-15 18:54:51.919 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-07-15 18:54:51.921 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-07-15 18:54:51.923 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-07-15 18:54:51.925 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-07-15 18:54:51.927 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-07-15 18:54:51.929 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2021-07-15 18:54:51.931 | + ./stack.sh:main:765 : pip_install -U os-testr 2021-07-15 18:54:51.951 | Using python 3.8 to install os-testr 2021-07-15 18:54:51.953 | + 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 2021-07-15 18:54:52.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:54:52.611 | from cryptography.utils import int_from_bytes 2021-07-15 18:54:52.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:54:52.611 | from cryptography.utils import int_from_bytes 2021-07-15 18:54:53.628 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:54:53.632 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.635 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.638 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.643 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.643 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.645 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.647 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.650 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:54:53.771 | Collecting os-testr===2.0.0 2021-07-15 18:54:53.777 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-07-15 18:54:53.936 | Collecting stestr===3.2.0 2021-07-15 18:54:53.942 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB) 2021-07-15 18:54:54.113 | Collecting python-subunit===1.4.0 2021-07-15 18:54:54.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-07-15 18:54:54.197 | Requirement already satisfied, skipping upgrade: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0) 2021-07-15 18:54:54.200 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (2.4.0) 2021-07-15 18:54:54.217 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.1) 2021-07-15 18:54:54.310 | Collecting future===0.18.2 2021-07-15 18:54:54.317 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-07-15 18:54:55.263 | Requirement already satisfied, skipping upgrade: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (5.4.1) 2021-07-15 18:54:55.266 | Requirement already satisfied, skipping upgrade: cliff===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (3.8.0) 2021-07-15 18:54:55.278 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63)) (3.0.0) 2021-07-15 18:54:55.289 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-07-15 18:54:55.291 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 97)) (1.6.0) 2021-07-15 18:54:55.294 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (1.1.0) 2021-07-15 18:54:55.300 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) (1.4.0) 2021-07-15 18:54:55.304 | Requirement already satisfied, skipping upgrade: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.16.0) 2021-07-15 18:54:55.306 | Requirement already satisfied, skipping upgrade: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (3.3.0) 2021-07-15 18:54:55.312 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) (2.4.7) 2021-07-15 18:54:55.315 | Requirement already satisfied, skipping upgrade: cmd2===2.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2.1.2) 2021-07-15 18:54:55.367 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (0.7.2) 2021-07-15 18:54:55.369 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 206)) (1.4.0) 2021-07-15 18:54:55.372 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.0.0) 2021-07-15 18:54:55.374 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (0.4.4) 2021-07-15 18:54:55.378 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (1.8.2) 2021-07-15 18:54:55.380 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (0.2.5) 2021-07-15 18:54:55.385 | Requirement already satisfied, skipping upgrade: attrs===21.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (21.2.0) 2021-07-15 18:54:55.439 | Building wheels for collected packages: future 2021-07-15 18:54:55.440 | Building wheel for future (setup.py): started 2021-07-15 18:54:56.493 | Building wheel for future (setup.py): finished with status 'done' 2021-07-15 18:54:56.497 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=b7fe54391cda4a6d0b3b4e82778ef842d1b2a3a0d7f6ae248546a3cbf45a4fb4 2021-07-15 18:54:56.497 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2021-07-15 18:54:56.498 | Successfully built future 2021-07-15 18:54:57.769 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-07-15 18:54:58.579 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.2.0 2021-07-15 18:54:58.684 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:54:58.684 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:54:58.782 | + inc/python:pip_install:200 : result=0 2021-07-15 18:54:58.784 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:54:58.786 | + functions-common:time_stop:2309 : local name 2021-07-15 18:54:58.788 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:54:58.791 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:54:58.793 | + functions-common:time_stop:2312 : local total 2021-07-15 18:54:58.795 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:54:58.797 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:54:58.799 | + functions-common:time_stop:2316 : start_time=1626375291946 2021-07-15 18:54:58.801 | + functions-common:time_stop:2318 : [[ -z 1626375291946 ]] 2021-07-15 18:54:58.804 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:54:58.807 | + functions-common:time_stop:2321 : end_time=1626375298805 2021-07-15 18:54:58.809 | + functions-common:time_stop:2322 : elapsed_time=6859 2021-07-15 18:54:58.811 | + functions-common:time_stop:2323 : total=0 2021-07-15 18:54:58.813 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:54:58.815 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6859 2021-07-15 18:54:58.817 | + inc/python:pip_install:203 : return 0 2021-07-15 18:54:58.820 | + ./stack.sh:main:769 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-07-15 18:54:58.868 | + ./stack.sh:main:770 : sudo systemctl restart systemd-journald 2021-07-15 18:54:58.962 | + ./stack.sh:main:776 : install_infra 2021-07-15 18:54:58.965 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-07-15 18:54:58.970 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-07-15 18:54:58.973 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-07-15 18:55:02.031 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-07-15 18:55:02.034 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-07-15 18:55:02.056 | + 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 2021-07-15 18:55:03.949 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.051 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.160 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.332 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.338 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.408 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.452 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.566 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:04.616 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:55:04.734 | Collecting pbr===5.6.0 2021-07-15 18:55:04.741 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-07-15 18:55:04.779 | Installing collected packages: pbr 2021-07-15 18:55:04.930 | Successfully installed pbr-5.6.0 2021-07-15 18:55:04.987 | + inc/python:pip_install:200 : result=0 2021-07-15 18:55:04.990 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:55:04.992 | + functions-common:time_stop:2309 : local name 2021-07-15 18:55:04.994 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:55:04.996 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:55:04.998 | + functions-common:time_stop:2312 : local total 2021-07-15 18:55:05.000 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:55:05.002 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:55:05.004 | + functions-common:time_stop:2316 : start_time=1626375302048 2021-07-15 18:55:05.007 | + functions-common:time_stop:2318 : [[ -z 1626375302048 ]] 2021-07-15 18:55:05.009 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:55:05.014 | + functions-common:time_stop:2321 : end_time=1626375305011 2021-07-15 18:55:05.016 | + functions-common:time_stop:2322 : elapsed_time=2963 2021-07-15 18:55:05.018 | + functions-common:time_stop:2323 : total=6859 2021-07-15 18:55:05.020 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:55:05.022 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9822 2021-07-15 18:55:05.024 | + inc/python:pip_install:203 : return 0 2021-07-15 18:55:05.027 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-07-15 18:55:05.029 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-07-15 18:55:05.050 | + 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 2021-07-15 18:55:06.934 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.036 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.146 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.318 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.324 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.394 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.437 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.552 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:07.602 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:55:07.604 | Processing /opt/stack/requirements 2021-07-15 18:55:08.897 | Collecting fixtures===3.0.0 2021-07-15 18:55:08.903 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-07-15 18:55:09.104 | Collecting PyYAML===5.4.1 2021-07-15 18:55:09.111 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2021-07-15 18:55:09.287 | Collecting requests===2.25.1 2021-07-15 18:55:09.294 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2021-07-15 18:55:09.378 | Collecting packaging===21.0 2021-07-15 18:55:09.385 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c86/254f9220d55e3/packaging-21.0-py3-none-any.whl (40 kB) 2021-07-15 18:55:09.447 | Collecting testtools===2.4.0 2021-07-15 18:55:09.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-07-15 18:55:09.542 | Collecting idna===2.10 2021-07-15 18:55:09.548 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2021-07-15 18:55:09.675 | Collecting pyparsing===2.4.7 2021-07-15 18:55:09.682 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-07-15 18:55:09.733 | Collecting six===1.16.0 2021-07-15 18:55:09.740 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2021-07-15 18:55:09.767 | Collecting Parsley>=1.2 2021-07-15 18:55:09.774 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-07-15 18:55:09.820 | Collecting beagle>=0.2.1 2021-07-15 18:55:09.826 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2021-07-15 18:55:09.852 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0) 2021-07-15 18:55:09.921 | Collecting urllib3===1.26.6 2021-07-15 18:55:09.927 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39f/b8672126159ac/urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2021-07-15 18:55:10.026 | Collecting certifi===2021.5.30 2021-07-15 18:55:10.032 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50b/1e4f8446b06f4/certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2021-07-15 18:55:10.073 | Collecting chardet===4.0.0 2021-07-15 18:55:10.079 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2021-07-15 18:55:10.141 | Collecting unittest2===1.1.0 2021-07-15 18:55:10.147 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-07-15 18:55:10.195 | Collecting python-mimeparse===1.6.0 2021-07-15 18:55:10.201 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-07-15 18:55:10.233 | Collecting traceback2===1.4.0 2021-07-15 18:55:10.239 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-07-15 18:55:10.268 | Collecting extras===1.0.0 2021-07-15 18:55:10.274 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-07-15 18:55:10.355 | Collecting cliff===3.8.0 2021-07-15 18:55:10.361 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7e/38e916649defa/cliff-3.8.0-py3-none-any.whl (80 kB) 2021-07-15 18:55:10.425 | Collecting argparse 2021-07-15 18:55:10.431 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-07-15 18:55:10.458 | Collecting linecache2===1.0.0 2021-07-15 18:55:10.464 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-07-15 18:55:10.546 | Collecting stevedore===3.3.0 2021-07-15 18:55:10.552 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-07-15 18:55:10.606 | Collecting prettytable===0.7.2 2021-07-15 18:55:10.613 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-07-15 18:55:10.755 | Collecting cmd2===2.1.2 2021-07-15 18:55:10.761 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d96/7708a62d1166c/cmd2-2.1.2-py3-none-any.whl (141 kB) 2021-07-15 18:55:10.884 | Collecting colorama===0.4.4 2021-07-15 18:55:10.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-07-15 18:55:10.930 | Collecting wcwidth===0.2.5 2021-07-15 18:55:10.937 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-07-15 18:55:10.988 | Collecting attrs===21.2.0 2021-07-15 18:55:10.995 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2021-07-15 18:55:11.117 | Collecting pyperclip===1.8.2 2021-07-15 18:55:11.123 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/105/254a8b04934f0/pyperclip-1.8.2.tar.gz (20 kB) 2021-07-15 18:55:11.476 | Building wheels for collected packages: pyperclip, openstack-requirements 2021-07-15 18:55:11.477 | Building wheel for pyperclip (setup.py): started 2021-07-15 18:55:11.718 | Building wheel for pyperclip (setup.py): finished with status 'error' 2021-07-15 18:55:11.718 | ERROR: Command errored out with exit status 1: 2021-07-15 18:55:11.718 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ez8u5mu2/pyperclip/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ez8u5mu2/pyperclip/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-xxcqiu8b 2021-07-15 18:55:11.718 | cwd: /tmp/pip-install-ez8u5mu2/pyperclip/ 2021-07-15 18:55:11.718 | Complete output (6 lines): 2021-07-15 18:55:11.718 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-07-15 18:55:11.718 | or: setup.py --help [cmd1 cmd2 ...] 2021-07-15 18:55:11.718 | or: setup.py --help-commands 2021-07-15 18:55:11.718 | or: setup.py cmd --help 2021-07-15 18:55:11.718 | 2021-07-15 18:55:11.718 | error: invalid command 'bdist_wheel' 2021-07-15 18:55:11.718 | ---------------------------------------- 2021-07-15 18:55:11.719 | ERROR: Failed building wheel for pyperclip 2021-07-15 18:55:11.719 | Running setup.py clean for pyperclip 2021-07-15 18:55:11.966 | Building wheel for openstack-requirements (setup.py): started 2021-07-15 18:55:12.731 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-07-15 18:55:12.731 | ERROR: Command errored out with exit status 1: 2021-07-15 18:55:12.731 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-7xp8d0hy/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-7xp8d0hy/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-wcy7pmag 2021-07-15 18:55:12.731 | cwd: /tmp/pip-req-build-7xp8d0hy/ 2021-07-15 18:55:12.731 | Complete output (6 lines): 2021-07-15 18:55:12.731 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-07-15 18:55:12.731 | or: setup.py --help [cmd1 cmd2 ...] 2021-07-15 18:55:12.731 | or: setup.py --help-commands 2021-07-15 18:55:12.731 | or: setup.py cmd --help 2021-07-15 18:55:12.731 | 2021-07-15 18:55:12.731 | error: invalid command 'bdist_wheel' 2021-07-15 18:55:12.732 | ---------------------------------------- 2021-07-15 18:55:12.732 | ERROR: Failed building wheel for openstack-requirements 2021-07-15 18:55:12.732 | Running setup.py clean for openstack-requirements 2021-07-15 18:55:13.496 | Failed to build pyperclip openstack-requirements 2021-07-15 18:55:13.720 | Installing collected packages: chardet, certifi, attrs, six, argparse, linecache2, traceback2, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, stevedore, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2021-07-15 18:55:15.397 | Running setup.py install for pyperclip: started 2021-07-15 18:55:15.803 | Running setup.py install for pyperclip: finished with status 'done' 2021-07-15 18:55:16.310 | Running setup.py install for openstack-requirements: started 2021-07-15 18:55:18.446 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-07-15 18:55:18.484 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-21.2.0 beagle-0.3.0 certifi-2021.5.30 chardet-4.0.0 cliff-3.8.0 cmd2-2.1.2 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4703 packaging-21.0 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.16.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.6 wcwidth-0.2.5 2021-07-15 18:55:18.617 | + inc/python:pip_install:200 : result=0 2021-07-15 18:55:18.620 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:55:18.622 | + functions-common:time_stop:2309 : local name 2021-07-15 18:55:18.624 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:55:18.626 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:55:18.628 | + functions-common:time_stop:2312 : local total 2021-07-15 18:55:18.630 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:55:18.632 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:55:18.635 | + functions-common:time_stop:2316 : start_time=1626375305043 2021-07-15 18:55:18.637 | + functions-common:time_stop:2318 : [[ -z 1626375305043 ]] 2021-07-15 18:55:18.640 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:55:18.643 | + functions-common:time_stop:2321 : end_time=1626375318641 2021-07-15 18:55:18.645 | + functions-common:time_stop:2322 : elapsed_time=13598 2021-07-15 18:55:18.648 | + functions-common:time_stop:2323 : total=9822 2021-07-15 18:55:18.650 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:55:18.652 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23420 2021-07-15 18:55:18.654 | + inc/python:pip_install:203 : return 0 2021-07-15 18:55:18.656 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-07-15 18:55:18.659 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-07-15 18:55:18.661 | + inc/python:use_library_from_git:250 : local name=pbr 2021-07-15 18:55:18.663 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:55:18.666 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:55:18.668 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-07-15 18:55:18.671 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:55:18.673 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-07-15 18:55:18.692 | Using python 3.8 to install pbr 2021-07-15 18:55:18.694 | + 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 2021-07-15 18:55:19.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:55:19.350 | from cryptography.utils import int_from_bytes 2021-07-15 18:55:19.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:55:19.350 | from cryptography.utils import int_from_bytes 2021-07-15 18:55:20.372 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:55:20.376 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.379 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.382 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.387 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.388 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.390 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.391 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.394 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:55:20.512 | Requirement already up-to-date: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0) 2021-07-15 18:55:22.055 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:55:22.055 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:55:22.127 | + inc/python:pip_install:200 : result=0 2021-07-15 18:55:22.129 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:55:22.131 | + functions-common:time_stop:2309 : local name 2021-07-15 18:55:22.133 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:55:22.135 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:55:22.137 | + functions-common:time_stop:2312 : local total 2021-07-15 18:55:22.139 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:55:22.141 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:55:22.143 | + functions-common:time_stop:2316 : start_time=1626375318687 2021-07-15 18:55:22.145 | + functions-common:time_stop:2318 : [[ -z 1626375318687 ]] 2021-07-15 18:55:22.148 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:55:22.152 | + functions-common:time_stop:2321 : end_time=1626375322149 2021-07-15 18:55:22.154 | + functions-common:time_stop:2322 : elapsed_time=3462 2021-07-15 18:55:22.156 | + functions-common:time_stop:2323 : total=23420 2021-07-15 18:55:22.158 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:55:22.160 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26882 2021-07-15 18:55:22.163 | + inc/python:pip_install:203 : return 0 2021-07-15 18:55:22.165 | + ./stack.sh:main:779 : python3 -m venv /opt/stack/bindep-venv 2021-07-15 18:55:25.230 | + ./stack.sh:main:781 : /opt/stack/bindep-venv/bin/pip install bindep 2021-07-15 18:55:26.965 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:55:27.038 | Collecting bindep 2021-07-15 18:55:27.044 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl (32 kB) 2021-07-15 18:55:27.176 | Collecting pbr>=2.0.0 2021-07-15 18:55:27.183 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-07-15 18:55:27.231 | Collecting Parsley 2021-07-15 18:55:27.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-07-15 18:55:27.290 | Collecting distro 2021-07-15 18:55:27.296 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl (18 kB) 2021-07-15 18:55:27.319 | Installing collected packages: pbr, Parsley, distro, bindep 2021-07-15 18:55:27.746 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.6.0 2021-07-15 18:55:27.811 | + ./stack.sh:main:782 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-07-15 18:55:27.814 | + ./stack.sh:main:782 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-07-15 18:55:27.817 | ++ ./stack.sh:main:785 : _get_plugin_bindep_packages 2021-07-15 18:55:27.833 | + ./stack.sh:main:785 : pkgs= 2021-07-15 18:55:27.836 | + ./stack.sh:main:786 : [[ -n '' ]] 2021-07-15 18:55:27.838 | + ./stack.sh:main:793 : run_phase stack pre-install 2021-07-15 18:55:27.840 | + functions-common:run_phase:1737 : local mode=stack 2021-07-15 18:55:27.843 | + functions-common:run_phase:1738 : local phase=pre-install 2021-07-15 18:55:27.845 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-07-15 18:55:27.847 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-07-15 18:55:27.849 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-07-15 18:55:27.851 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-07-15 18:55:27.853 | + functions-common:run_phase:1747 : local extra 2021-07-15 18:55:27.856 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-07-15 18:55:27.859 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-07-15 18:55:27.862 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-07-15 18:55:27.864 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-07-15 18:55:27.866 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-07-15 18:55:27.869 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-07-15 18:55:27.883 | ++ functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:55:27.885 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-07-15 18:55:27.887 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-07-15 18:55:27.889 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-07-15 18:55:27.891 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-07-15 18:55:27.893 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-07-15 18:55:27.895 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-07-15 18:55:27.897 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-07-15 18:55:27.900 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-07-15 18:55:27.902 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-07-15 18:55:27.904 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-07-15 18:55:27.906 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-07-15 18:55:27.908 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-07-15 18:55:27.911 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-07-15 18:55:27.913 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-07-15 18:55:27.915 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-07-15 18:55:27.917 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2021-07-15 18:55:27.919 | + functions-common:run_plugins:1723 : local mode=stack 2021-07-15 18:55:27.921 | + functions-common:run_plugins:1724 : local phase=pre-install 2021-07-15 18:55:27.924 | + functions-common:run_plugins:1726 : local plugins= 2021-07-15 18:55:27.926 | + functions-common:run_plugins:1727 : local plugin 2021-07-15 18:55:27.929 | + ./stack.sh:main:796 : set_systemd_override DefaultLimitNOFILE 2048 2021-07-15 18:55:27.931 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-07-15 18:55:27.933 | + functions:set_systemd_override:821 : local value=2048 2021-07-15 18:55:27.936 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-07-15 18:55:27.938 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-07-15 18:55:27.985 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-07-15 18:55:27.985 | Set systemd system override for DefaultLimitNOFILE=2048 2021-07-15 18:55:27.988 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-07-15 18:55:28.343 | + ./stack.sh:main:798 : install_rpc_backend 2021-07-15 18:55:28.346 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-07-15 18:55:28.361 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:55:28.363 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-07-15 18:55:28.365 | + functions-common:install_package:1347 : update_package_repo 2021-07-15 18:55:28.368 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:55:28.370 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-07-15 18:55:28.372 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:55:28.374 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:55:28.377 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:55:28.379 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:55:28.381 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:55:28.383 | + functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:55:28.385 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-07-15 18:55:28.388 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-07-15 18:55:28.390 | + functions-common:apt_get_update:1074 : return 2021-07-15 18:55:28.392 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2021-07-15 18:55:28.395 | + functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:55:28.397 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:55:28.399 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:55:28.401 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2021-07-15 18:55:28.421 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-07-15 18:55:28.525 | Reading package lists... 2021-07-15 18:55:28.743 | Building dependency tree... 2021-07-15 18:55:28.744 | Reading state information... 2021-07-15 18:55:28.967 | The following packages were automatically installed and are no longer required: 2021-07-15 18:55:28.968 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:55:28.968 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:55:28.968 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:55:28.968 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:55:28.968 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:55:28.968 | python3-zope.interface 2021-07-15 18:55:28.968 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:55:28.968 | The following additional packages will be installed: 2021-07-15 18:55:28.968 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-07-15 18:55:28.968 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-07-15 18:55:28.969 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-07-15 18:55:28.969 | erlang-tools erlang-xmerl locales-all 2021-07-15 18:55:28.971 | Suggested packages: 2021-07-15 18:55:28.971 | erlang erlang-manpages erlang-doc 2021-07-15 18:55:29.037 | The following NEW packages will be installed: 2021-07-15 18:55:29.037 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-07-15 18:55:29.037 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-07-15 18:55:29.037 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-07-15 18:55:29.038 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2021-07-15 18:55:29.338 | 0 upgraded, 19 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:55:29.339 | Need to get 38.1 MB of archives. 2021-07-15 18:55:29.339 | After this operation, 276 MB of additional disk space will be used. 2021-07-15 18:55:29.339 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2021-07-15 18:55:31.286 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2021-07-15 18:55:31.359 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2021-07-15 18:55:31.373 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2021-07-15 18:55:31.431 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2021-07-15 18:55:31.728 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2021-07-15 18:55:31.731 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2021-07-15 18:55:31.805 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2021-07-15 18:55:31.807 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2021-07-15 18:55:31.809 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2021-07-15 18:55:31.852 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2021-07-15 18:55:31.883 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2021-07-15 18:55:32.270 | 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] 2021-07-15 18:55:32.272 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2021-07-15 18:55:32.275 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2021-07-15 18:55:32.280 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2021-07-15 18:55:32.327 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2021-07-15 18:55:32.408 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2021-07-15 18:55:34.528 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2021-07-15 18:55:37.781 | Fetched 38.1 MB in 8s (4,654 kB/s) 2021-07-15 18:55:37.812 | Selecting previously unselected package erlang-base. 2021-07-15 18:55:37.859 | (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 ... 81627 files and directories currently installed.) 2021-07-15 18:55:37.862 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:37.864 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:38.940 | Selecting previously unselected package erlang-asn1. 2021-07-15 18:55:38.950 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:38.952 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.062 | Selecting previously unselected package erlang-crypto. 2021-07-15 18:55:39.070 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.072 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.116 | Selecting previously unselected package erlang-public-key. 2021-07-15 18:55:39.124 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.126 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.224 | Selecting previously unselected package erlang-mnesia. 2021-07-15 18:55:39.233 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.235 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.345 | Selecting previously unselected package erlang-runtime-tools. 2021-07-15 18:55:39.354 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.356 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.410 | Selecting previously unselected package erlang-ssl. 2021-07-15 18:55:39.419 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.421 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.588 | Selecting previously unselected package erlang-eldap. 2021-07-15 18:55:39.596 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.599 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.637 | Selecting previously unselected package erlang-ftp. 2021-07-15 18:55:39.645 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.648 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.681 | Selecting previously unselected package erlang-tftp. 2021-07-15 18:55:39.690 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.692 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.728 | Selecting previously unselected package erlang-inets. 2021-07-15 18:55:39.736 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.739 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:39.844 | Selecting previously unselected package erlang-snmp. 2021-07-15 18:55:39.853 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:39.855 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.106 | Selecting previously unselected package erlang-os-mon. 2021-07-15 18:55:40.115 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:40.117 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.153 | Selecting previously unselected package erlang-parsetools. 2021-07-15 18:55:40.162 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:40.164 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.206 | Selecting previously unselected package erlang-syntax-tools. 2021-07-15 18:55:40.216 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:40.217 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.287 | Selecting previously unselected package erlang-tools. 2021-07-15 18:55:40.295 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:40.298 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.390 | Selecting previously unselected package erlang-xmerl. 2021-07-15 18:55:40.399 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-07-15 18:55:40.401 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:40.576 | Selecting previously unselected package locales-all. 2021-07-15 18:55:40.584 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2021-07-15 18:55:40.586 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2021-07-15 18:55:44.700 | Selecting previously unselected package rabbitmq-server. 2021-07-15 18:55:44.712 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2021-07-15 18:55:44.714 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-07-15 18:55:45.844 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:46.218 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2021-07-15 18:55:46.218 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2021-07-15 18:55:50.442 | Searching for services which depend on erlang and should be started... none found. 2021-07-15 18:55:50.446 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.451 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.457 | Setting up locales-all (2.31-0ubuntu9.2) ... 2021-07-15 18:55:50.464 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.469 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.474 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.479 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.484 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.489 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.494 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.499 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.504 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.510 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.515 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.520 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.526 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.531 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2021-07-15 18:55:50.536 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-07-15 18:55:50.623 | Adding group `rabbitmq' (GID 125) ... 2021-07-15 18:55:50.635 | Done. 2021-07-15 18:55:50.714 | Adding system user `rabbitmq' (UID 117) ... 2021-07-15 18:55:50.714 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2021-07-15 18:55:50.745 | Not creating home directory `/var/lib/rabbitmq'. 2021-07-15 18:55:51.009 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-07-15 18:55:56.674 | Processing triggers for man-db (2.9.1-1) ... 2021-07-15 18:55:57.301 | Processing triggers for systemd (245.4-4ubuntu3.7) ... 2021-07-15 18:56:01.543 | + functions-common:apt_get:1118 : result=0 2021-07-15 18:56:01.545 | + functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:56:01.548 | + functions-common:time_stop:2309 : local name 2021-07-15 18:56:01.550 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:56:01.552 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:56:01.555 | + functions-common:time_stop:2312 : local total 2021-07-15 18:56:01.557 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:56:01.559 | + functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:56:01.561 | + functions-common:time_stop:2316 : start_time=1626375328419 2021-07-15 18:56:01.563 | + functions-common:time_stop:2318 : [[ -z 1626375328419 ]] 2021-07-15 18:56:01.566 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:56:01.570 | + functions-common:time_stop:2321 : end_time=1626375361568 2021-07-15 18:56:01.572 | + functions-common:time_stop:2322 : elapsed_time=33149 2021-07-15 18:56:01.575 | + functions-common:time_stop:2323 : total=154513 2021-07-15 18:56:01.577 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:56:01.579 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=187662 2021-07-15 18:56:01.581 | + functions-common:apt_get:1122 : return 0 2021-07-15 18:56:01.584 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-07-15 18:56:01.586 | + functions-common:is_suse:462 : is_opensuse 2021-07-15 18:56:01.588 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-07-15 18:56:01.590 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-07-15 18:56:01.593 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-07-15 18:56:01.595 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-07-15 18:56:01.597 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-07-15 18:56:01.599 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-07-15 18:56:01.602 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-07-15 18:56:01.604 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-07-15 18:56:01.606 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-07-15 18:56:01.608 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-07-15 18:56:01.611 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-07-15 18:56:01.613 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-07-15 18:56:01.615 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-07-15 18:56:01.617 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-07-15 18:56:01.620 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-07-15 18:56:01.622 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-07-15 18:56:01.625 | + functions-common:is_suse:462 : is_opensuse 2021-07-15 18:56:01.627 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-07-15 18:56:01.629 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-07-15 18:56:01.631 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-07-15 18:56:01.633 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-07-15 18:56:01.636 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-07-15 18:56:01.639 | + ./stack.sh:main:799 : restart_rpc_backend 2021-07-15 18:56:01.641 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-07-15 18:56:01.656 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:01.659 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-07-15 18:56:01.661 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-07-15 18:56:01.663 | + ./stack.sh:echo_summary:428 : echo -e Starting RabbitMQ 2021-07-15 18:56:01.665 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-07-15 18:56:01.668 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-07-15 18:56:01.673 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-07-15 18:56:01.675 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-07-15 18:56:01.677 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-07-15 18:56:01.679 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-07-15 18:56:01.681 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-07-15 18:56:01.684 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-07-15 18:56:01.687 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-07-15 18:56:02.373 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2021-07-15 18:56:02.373 | user tags 2021-07-15 18:56:02.373 | guest [administrator]' 2021-07-15 18:56:02.377 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2021-07-15 18:56:02.377 | user tags 2021-07-15 18:56:02.377 | guest [administrator]' 2021-07-15 18:56:02.377 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-07-15 18:56:02.383 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-07-15 18:56:02.385 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-07-15 18:56:02.388 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-07-15 18:56:03.027 | Adding user "stackrabbit" ... 2021-07-15 18:56:03.050 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-07-15 18:56:03.720 | Setting permissions for user "stackrabbit" in vhost "/" ... 2021-07-15 18:56:03.742 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-07-15 18:56:03.744 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-07-15 18:56:04.413 | Changing password for user "stackrabbit" ... 2021-07-15 18:56:04.436 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-07-15 18:56:04.438 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-07-15 18:56:04.440 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-07-15 18:56:05.085 | Deleting user "guest" ... 2021-07-15 18:56:05.108 | + ./stack.sh:main:801 : is_service_enabled mysql postgresql 2021-07-15 18:56:05.124 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:05.127 | + ./stack.sh:main:802 : install_database 2021-07-15 18:56:05.129 | + lib/database:install_database:116 : install_database_mysql 2021-07-15 18:56:05.131 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-07-15 18:56:05.134 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:05.136 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:05.138 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-07-15 18:56:05.352 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-07-15 18:56:05.355 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-07-15 18:56:05.360 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-07-15 18:56:05.362 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:05.364 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:05.367 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-07-15 18:56:05.369 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-07-15 18:56:05.372 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-07-15 18:56:05.375 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-07-15 18:56:05.378 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-07-15 18:56:05.380 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-07-15 18:56:05.382 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-07-15 18:56:05.384 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-07-15 18:56:05.387 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-07-15 18:56:05.389 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-07-15 18:56:05.391 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-07-15 18:56:05.393 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-07-15 18:56:05.395 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-07-15 18:56:05.398 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-07-15 18:56:05.400 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-07-15 18:56:05.402 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-07-15 18:56:05.404 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-07-15 18:56:05.407 | + functions-common:is_suse:462 : is_opensuse 2021-07-15 18:56:05.409 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-07-15 18:56:05.411 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-07-15 18:56:05.413 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-07-15 18:56:05.415 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-07-15 18:56:05.418 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-07-15 18:56:05.421 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-07-15 18:56:05.423 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:05.425 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:05.427 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-07-15 18:56:05.430 | + functions-common:install_package:1347 : update_package_repo 2021-07-15 18:56:05.432 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:56:05.435 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-07-15 18:56:05.437 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:56:05.439 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:56:05.441 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:56:05.443 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:05.446 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:05.448 | + functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:56:05.450 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-07-15 18:56:05.452 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-07-15 18:56:05.454 | + functions-common:apt_get_update:1074 : return 2021-07-15 18:56:05.456 | + functions-common:install_package:1348 : real_install_package mysql-server 2021-07-15 18:56:05.459 | + functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:56:05.461 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:05.464 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:05.466 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2021-07-15 18:56:05.486 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-07-15 18:56:05.593 | Reading package lists... 2021-07-15 18:56:05.805 | Building dependency tree... 2021-07-15 18:56:05.807 | Reading state information... 2021-07-15 18:56:06.027 | The following packages were automatically installed and are no longer required: 2021-07-15 18:56:06.028 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:56:06.028 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:56:06.028 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:56:06.028 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:56:06.028 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:56:06.029 | python3-zope.interface 2021-07-15 18:56:06.029 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:56:06.029 | The following additional packages will be installed: 2021-07-15 18:56:06.029 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-07-15 18:56:06.029 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-07-15 18:56:06.029 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-07-15 18:56:06.029 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-07-15 18:56:06.029 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-07-15 18:56:06.030 | mysql-server-8.0 mysql-server-core-8.0 2021-07-15 18:56:06.031 | Suggested packages: 2021-07-15 18:56:06.031 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-07-15 18:56:06.105 | The following NEW packages will be installed: 2021-07-15 18:56:06.105 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-07-15 18:56:06.105 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-07-15 18:56:06.105 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-07-15 18:56:06.105 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-07-15 18:56:06.105 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-07-15 18:56:06.105 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2021-07-15 18:56:06.377 | 0 upgraded, 24 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:56:06.377 | Need to get 31.3 MB of archives. 2021-07-15 18:56:06.377 | After this operation, 259 MB of additional disk space will be used. 2021-07-15 18:56:06.377 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [4,216 kB] 2021-07-15 18:56:07.579 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [22.0 kB] 2021-07-15 18:56:07.582 | 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] 2021-07-15 18:56:07.589 | 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] 2021-07-15 18:56:07.590 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2021-07-15 18:56:07.610 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [18.1 MB] 2021-07-15 18:56:10.382 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [1,282 kB] 2021-07-15 18:56:10.424 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2021-07-15 18:56:10.425 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2021-07-15 18:56:10.426 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2021-07-15 18:56:10.454 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2021-07-15 18:56:10.466 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2021-07-15 18:56:10.467 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2021-07-15 18:56:10.468 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-07-15 18:56:10.469 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-07-15 18:56:10.504 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2021-07-15 18:56:10.591 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2021-07-15 18:56:10.592 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-07-15 18:56:10.594 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2021-07-15 18:56:10.597 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2021-07-15 18:56:10.608 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2021-07-15 18:56:10.608 | 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] 2021-07-15 18:56:11.665 | 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] 2021-07-15 18:56:11.665 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.25-0ubuntu0.20.04.1 [9,540 B] 2021-07-15 18:56:12.153 | Preconfiguring packages ... 2021-07-15 18:56:12.264 | Fetched 31.3 MB in 6s (5,638 kB/s) 2021-07-15 18:56:12.291 | Selecting previously unselected package mysql-client-core-8.0. 2021-07-15 18:56:12.341 | (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 ... 90083 files and directories currently installed.) 2021-07-15 18:56:12.345 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:56:12.347 | Unpacking mysql-client-core-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:13.234 | Selecting previously unselected package mysql-client-8.0. 2021-07-15 18:56:13.243 | Preparing to unpack .../01-mysql-client-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:56:13.246 | Unpacking mysql-client-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:13.277 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2021-07-15 18:56:13.287 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-07-15 18:56:13.290 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-07-15 18:56:13.330 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2021-07-15 18:56:13.340 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-07-15 18:56:13.342 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-07-15 18:56:13.370 | Selecting previously unselected package libmecab2:amd64. 2021-07-15 18:56:13.379 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2021-07-15 18:56:13.381 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2021-07-15 18:56:13.446 | Selecting previously unselected package mysql-server-core-8.0. 2021-07-15 18:56:13.456 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:56:13.458 | Unpacking mysql-server-core-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:16.315 | Selecting previously unselected package mysql-server-8.0. 2021-07-15 18:56:16.325 | Preparing to unpack .../06-mysql-server-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ... 2021-07-15 18:56:16.772 | Unpacking mysql-server-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:16.835 | Selecting previously unselected package libhtml-tagset-perl. 2021-07-15 18:56:16.845 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2021-07-15 18:56:16.847 | Unpacking libhtml-tagset-perl (3.20-4) ... 2021-07-15 18:56:16.873 | Selecting previously unselected package liburi-perl. 2021-07-15 18:56:16.882 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2021-07-15 18:56:16.884 | Unpacking liburi-perl (1.76-2) ... 2021-07-15 18:56:16.929 | Selecting previously unselected package libhtml-parser-perl. 2021-07-15 18:56:16.939 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2021-07-15 18:56:16.941 | Unpacking libhtml-parser-perl (3.72-5) ... 2021-07-15 18:56:16.981 | Selecting previously unselected package libcgi-pm-perl. 2021-07-15 18:56:16.990 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2021-07-15 18:56:16.992 | Unpacking libcgi-pm-perl (4.46-1) ... 2021-07-15 18:56:17.043 | Selecting previously unselected package libfcgi-perl. 2021-07-15 18:56:17.052 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2021-07-15 18:56:17.054 | Unpacking libfcgi-perl (0.79-1) ... 2021-07-15 18:56:17.085 | Selecting previously unselected package libcgi-fast-perl. 2021-07-15 18:56:17.094 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2021-07-15 18:56:17.096 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2021-07-15 18:56:17.122 | Selecting previously unselected package libencode-locale-perl. 2021-07-15 18:56:17.131 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2021-07-15 18:56:17.133 | Unpacking libencode-locale-perl (1.05-1) ... 2021-07-15 18:56:17.160 | Selecting previously unselected package libhtml-template-perl. 2021-07-15 18:56:17.169 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2021-07-15 18:56:17.171 | Unpacking libhtml-template-perl (2.97-1) ... 2021-07-15 18:56:17.205 | Selecting previously unselected package libtimedate-perl. 2021-07-15 18:56:17.215 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2021-07-15 18:56:17.217 | Unpacking libtimedate-perl (2.3200-1) ... 2021-07-15 18:56:17.254 | Selecting previously unselected package libhttp-date-perl. 2021-07-15 18:56:17.263 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2021-07-15 18:56:17.265 | Unpacking libhttp-date-perl (6.05-1) ... 2021-07-15 18:56:17.290 | Selecting previously unselected package libio-html-perl. 2021-07-15 18:56:17.300 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2021-07-15 18:56:17.302 | Unpacking libio-html-perl (1.001-1) ... 2021-07-15 18:56:17.330 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-07-15 18:56:17.339 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2021-07-15 18:56:17.341 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2021-07-15 18:56:17.369 | Selecting previously unselected package libhttp-message-perl. 2021-07-15 18:56:17.378 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2021-07-15 18:56:17.380 | Unpacking libhttp-message-perl (6.22-1) ... 2021-07-15 18:56:17.417 | Selecting previously unselected package mecab-utils. 2021-07-15 18:56:17.426 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2021-07-15 18:56:17.429 | Unpacking mecab-utils (0.996-10build1) ... 2021-07-15 18:56:17.457 | Selecting previously unselected package mecab-ipadic. 2021-07-15 18:56:17.467 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2021-07-15 18:56:17.469 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-07-15 18:56:18.714 | Selecting previously unselected package mecab-ipadic-utf8. 2021-07-15 18:56:18.724 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2021-07-15 18:56:18.726 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-07-15 18:56:18.750 | Selecting previously unselected package mysql-server. 2021-07-15 18:56:18.759 | Preparing to unpack .../23-mysql-server_8.0.25-0ubuntu0.20.04.1_all.deb ... 2021-07-15 18:56:18.762 | Unpacking mysql-server (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:18.813 | Setting up libmecab2:amd64 (0.996-10build1) ... 2021-07-15 18:56:18.820 | Setting up mysql-client-core-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:18.825 | Setting up libhtml-tagset-perl (3.20-4) ... 2021-07-15 18:56:18.830 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2021-07-15 18:56:18.835 | Setting up libencode-locale-perl (1.05-1) ... 2021-07-15 18:56:18.841 | Setting up mecab-utils (0.996-10build1) ... 2021-07-15 18:56:18.846 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-07-15 18:56:18.852 | Setting up libio-html-perl (1.001-1) ... 2021-07-15 18:56:18.857 | Setting up libtimedate-perl (2.3200-1) ... 2021-07-15 18:56:18.862 | Setting up mysql-client-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:18.867 | Setting up libfcgi-perl (0.79-1) ... 2021-07-15 18:56:18.873 | Setting up liburi-perl (1.76-2) ... 2021-07-15 18:56:18.878 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-07-15 18:56:18.883 | Setting up libhttp-date-perl (6.05-1) ... 2021-07-15 18:56:18.889 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-07-15 18:56:18.894 | Compiling IPA dictionary for Mecab. This takes long time... 2021-07-15 18:56:18.897 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-07-15 18:56:18.897 | 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% |###########################################| 2021-07-15 18:56:18.897 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-07-15 18:56:18.898 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-07-15 18:56:19.039 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-07-15 18:56:19.039 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-07-15 18:56:19.040 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-07-15 18:56:19.040 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-07-15 18:56:19.048 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-07-15 18:56:19.137 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-07-15 18:56:19.138 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-07-15 18:56:19.138 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-07-15 18:56:19.164 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-07-15 18:56:19.209 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-07-15 18:56:19.498 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-07-15 18:56:19.504 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-07-15 18:56:19.596 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-07-15 18:56:19.596 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-07-15 18:56:19.596 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-07-15 18:56:19.596 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-07-15 18:56:19.600 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-07-15 18:56:19.600 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-07-15 18:56:19.646 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-07-15 18:56:19.837 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-07-15 18:56:19.838 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-07-15 18:56:19.838 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-07-15 18:56:19.839 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-07-15 18:56:19.841 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-07-15 18:56:19.842 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-07-15 18:56:20.255 | 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% |###########################################| 2021-07-15 18:56:20.372 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-07-15 18:56:20.690 | 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% |###########################################| 2021-07-15 18:56:20.694 | 2021-07-15 18:56:20.694 | done! 2021-07-15 18:56:20.700 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-07-15 18:56:20.704 | Setting up mysql-server-core-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:20.710 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-07-15 18:56:20.715 | Compiling IPA dictionary for Mecab. This takes long time... 2021-07-15 18:56:20.731 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-07-15 18:56:20.731 | 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% |###########################################| 2021-07-15 18:56:20.731 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-07-15 18:56:20.731 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-07-15 18:56:20.938 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-07-15 18:56:20.938 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-07-15 18:56:20.939 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-07-15 18:56:20.939 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-07-15 18:56:20.951 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-07-15 18:56:21.079 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-07-15 18:56:21.080 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-07-15 18:56:21.080 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-07-15 18:56:21.120 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-07-15 18:56:21.193 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-07-15 18:56:21.681 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-07-15 18:56:21.691 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-07-15 18:56:21.799 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-07-15 18:56:21.799 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-07-15 18:56:21.800 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-07-15 18:56:21.800 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-07-15 18:56:21.805 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-07-15 18:56:21.805 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-07-15 18:56:21.894 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-07-15 18:56:22.181 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-07-15 18:56:22.181 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-07-15 18:56:22.182 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-07-15 18:56:22.183 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-07-15 18:56:22.186 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-07-15 18:56:22.187 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-07-15 18:56:22.686 | 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% |###########################################| 2021-07-15 18:56:22.821 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-07-15 18:56:23.142 | 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% |###########################################| 2021-07-15 18:56:23.146 | 2021-07-15 18:56:23.146 | done! 2021-07-15 18:56:23.153 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-07-15 18:56:23.157 | Setting up libhtml-parser-perl (3.72-5) ... 2021-07-15 18:56:23.162 | Setting up libhttp-message-perl (6.22-1) ... 2021-07-15 18:56:23.168 | Setting up mysql-server-8.0 (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:23.846 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-07-15 18:56:23.876 | Renaming removed key_buffer and myisam-recover options (if present) 2021-07-15 18:56:31.893 | mysqld will log errors to /var/log/mysql/error.log 2021-07-15 18:56:32.474 | mysqld is running as pid 49640 2021-07-15 18:56:35.291 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-07-15 18:56:37.361 | Setting up libcgi-pm-perl (4.46-1) ... 2021-07-15 18:56:37.366 | Setting up libhtml-template-perl (2.97-1) ... 2021-07-15 18:56:37.371 | Setting up mysql-server (8.0.25-0ubuntu0.20.04.1) ... 2021-07-15 18:56:37.376 | Setting up libcgi-fast-perl (1:2.15-1) ... 2021-07-15 18:56:37.382 | Processing triggers for systemd (245.4-4ubuntu3.7) ... 2021-07-15 18:56:37.752 | Processing triggers for man-db (2.9.1-1) ... 2021-07-15 18:56:39.463 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-07-15 18:56:43.385 | + functions-common:apt_get:1118 : result=0 2021-07-15 18:56:43.387 | + functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:56:43.390 | + functions-common:time_stop:2309 : local name 2021-07-15 18:56:43.392 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:56:43.394 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:56:43.396 | + functions-common:time_stop:2312 : local total 2021-07-15 18:56:43.398 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:56:43.400 | + functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:56:43.402 | + functions-common:time_stop:2316 : start_time=1626375365484 2021-07-15 18:56:43.404 | + functions-common:time_stop:2318 : [[ -z 1626375365484 ]] 2021-07-15 18:56:43.407 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:56:43.411 | + functions-common:time_stop:2321 : end_time=1626375403409 2021-07-15 18:56:43.413 | + functions-common:time_stop:2322 : elapsed_time=37925 2021-07-15 18:56:43.415 | + functions-common:time_stop:2323 : total=187662 2021-07-15 18:56:43.417 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:56:43.419 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=225587 2021-07-15 18:56:43.422 | + functions-common:apt_get:1122 : return 0 2021-07-15 18:56:43.424 | + ./stack.sh:main:804 : '[' -n mysql ']' 2021-07-15 18:56:43.426 | + ./stack.sh:main:805 : install_database_python 2021-07-15 18:56:43.429 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-07-15 18:56:43.431 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-07-15 18:56:43.433 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-07-15 18:56:43.435 | + inc/python:pip_install_gr:77 : local clean_name 2021-07-15 18:56:43.438 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-07-15 18:56:43.440 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-07-15 18:56:43.443 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-07-15 18:56:43.447 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-07-15 18:56:43.447 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-07-15 18:56:43.452 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-07-15 18:56:43.454 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-07-15 18:56:43.456 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-07-15 18:56:43.459 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-07-15 18:56:43.461 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-07-15 18:56:43.482 | Using python 3.8 to install PyMySQL 2021-07-15 18:56:43.484 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-07-15 18:56:44.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:56:44.144 | from cryptography.utils import int_from_bytes 2021-07-15 18:56:44.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:56:44.144 | from cryptography.utils import int_from_bytes 2021-07-15 18:56:45.168 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:56:45.173 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.175 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.178 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.184 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.184 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.186 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.187 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.190 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:45.333 | Collecting PyMySQL===1.0.2 2021-07-15 18:56:45.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2021-07-15 18:56:46.798 | Installing collected packages: PyMySQL 2021-07-15 18:56:46.922 | Successfully installed PyMySQL-1.0.2 2021-07-15 18:56:47.029 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:56:47.029 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:56:47.103 | + inc/python:pip_install:200 : result=0 2021-07-15 18:56:47.105 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:56:47.107 | + functions-common:time_stop:2309 : local name 2021-07-15 18:56:47.109 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:56:47.112 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:56:47.114 | + functions-common:time_stop:2312 : local total 2021-07-15 18:56:47.116 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:56:47.118 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:56:47.121 | + functions-common:time_stop:2316 : start_time=1626375403477 2021-07-15 18:56:47.123 | + functions-common:time_stop:2318 : [[ -z 1626375403477 ]] 2021-07-15 18:56:47.126 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:56:47.130 | + functions-common:time_stop:2321 : end_time=1626375407127 2021-07-15 18:56:47.132 | + functions-common:time_stop:2322 : elapsed_time=3650 2021-07-15 18:56:47.135 | + functions-common:time_stop:2323 : total=26882 2021-07-15 18:56:47.137 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:56:47.139 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30532 2021-07-15 18:56:47.141 | + inc/python:pip_install:203 : return 0 2021-07-15 18:56:47.144 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-07-15 18:56:47.146 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-07-15 18:56:47.148 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-07-15 18:56:47.151 | + ./stack.sh:main:808 : is_service_enabled neutron 2021-07-15 18:56:47.167 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:47.169 | + ./stack.sh:main:809 : install_neutron_agent_packages 2021-07-15 18:56:47.172 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-07-15 18:56:47.175 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-07-15 18:56:47.175 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-07-15 18:56:47.181 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-07-15 18:56:47.183 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-07-15 18:56:47.185 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-07-15 18:56:47.188 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-07-15 18:56:47.190 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-07-15 18:56:47.192 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-07-15 18:56:47.208 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:47.210 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-07-15 18:56:47.213 | + functions-common:install_package:1347 : update_package_repo 2021-07-15 18:56:47.216 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:56:47.218 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-07-15 18:56:47.220 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:56:47.222 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:56:47.225 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:56:47.227 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:47.229 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:47.231 | + functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:56:47.234 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-07-15 18:56:47.236 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-07-15 18:56:47.238 | + functions-common:apt_get_update:1074 : return 2021-07-15 18:56:47.240 | + functions-common:install_package:1348 : real_install_package radvd 2021-07-15 18:56:47.243 | + functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:56:47.245 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:47.247 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:47.249 | + functions-common:real_install_package:1334 : apt_get install radvd 2021-07-15 18:56:47.270 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-07-15 18:56:47.376 | Reading package lists... 2021-07-15 18:56:47.592 | Building dependency tree... 2021-07-15 18:56:47.594 | Reading state information... 2021-07-15 18:56:47.818 | The following packages were automatically installed and are no longer required: 2021-07-15 18:56:47.819 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:56:47.819 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:56:47.819 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:56:47.819 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:56:47.819 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:56:47.819 | python3-zope.interface 2021-07-15 18:56:47.819 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:56:47.885 | The following NEW packages will be installed: 2021-07-15 18:56:47.885 | radvd 2021-07-15 18:56:48.058 | 0 upgraded, 1 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:56:48.058 | Need to get 59.0 kB of archives. 2021-07-15 18:56:48.058 | After this operation, 164 kB of additional disk space will be used. 2021-07-15 18:56:48.058 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2021-07-15 18:56:48.697 | Fetched 59.0 kB in 0s (223 kB/s) 2021-07-15 18:56:48.730 | Selecting previously unselected package radvd. 2021-07-15 18:56:48.782 | (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 ... 90659 files and directories currently installed.) 2021-07-15 18:56:48.786 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2021-07-15 18:56:48.788 | Unpacking radvd (1:2.17-2) ... 2021-07-15 18:56:48.850 | Setting up radvd (1:2.17-2) ... 2021-07-15 18:56:49.770 | Job for radvd.service failed because the control process exited with error code. 2021-07-15 18:56:49.770 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-07-15 18:56:49.771 | invoke-rc.d: initscript radvd, action "start" failed. 2021-07-15 18:56:49.783 | ● radvd.service - Router advertisement daemon for IPv6 2021-07-15 18:56:49.784 | Loaded: loaded (]8;;file://n-d-793619-8/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2021-07-15 18:56:49.784 | Active: failed (Result: exit-code) since Thu 2021-07-15 18:56:49 UTC; 15ms ago 2021-07-15 18:56:49.784 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2021-07-15 18:56:49.784 | Process: 50735 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-07-15 18:56:49.784 | 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 systemd[1]: Starting Router advertisement daemon for IPv6... 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 radvd[50735]: can't open /etc/radvd.conf: No such file or directory 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 radvd[50735]: Insecure file permissions, but continuing anyway 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 radvd[50735]: exiting, failed to read config file 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-07-15 18:56:49.784 | Jul 15 18:56:49 n-d-793619-8 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-07-15 18:56:49.788 | Processing triggers for man-db (2.9.1-1) ... 2021-07-15 18:56:49.886 | Processing triggers for systemd (245.4-4ubuntu3.7) ... 2021-07-15 18:56:54.159 | + functions-common:apt_get:1118 : result=0 2021-07-15 18:56:54.162 | + functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:56:54.164 | + functions-common:time_stop:2309 : local name 2021-07-15 18:56:54.167 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:56:54.169 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:56:54.171 | + functions-common:time_stop:2312 : local total 2021-07-15 18:56:54.173 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:56:54.176 | + functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:56:54.178 | + functions-common:time_stop:2316 : start_time=1626375407267 2021-07-15 18:56:54.180 | + functions-common:time_stop:2318 : [[ -z 1626375407267 ]] 2021-07-15 18:56:54.183 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:56:54.186 | + functions-common:time_stop:2321 : end_time=1626375414184 2021-07-15 18:56:54.189 | + functions-common:time_stop:2322 : elapsed_time=6917 2021-07-15 18:56:54.191 | + functions-common:time_stop:2323 : total=225587 2021-07-15 18:56:54.193 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:56:54.195 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=232504 2021-07-15 18:56:54.197 | + functions-common:apt_get:1122 : return 0 2021-07-15 18:56:54.200 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-07-15 18:56:54.216 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:54.219 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-07-15 18:56:54.221 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-07-15 18:56:54.224 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-07-15 18:56:54.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-07-15 18:56:54.245 | + functions-common:install_package:1347 : update_package_repo 2021-07-15 18:56:54.248 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:56:54.250 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-07-15 18:56:54.252 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:56:54.254 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:56:54.256 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:56:54.259 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:54.261 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:54.263 | + functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:56:54.265 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-07-15 18:56:54.267 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-07-15 18:56:54.269 | + functions-common:apt_get_update:1074 : return 2021-07-15 18:56:54.271 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2021-07-15 18:56:54.274 | + functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:56:54.276 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:54.279 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:54.281 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2021-07-15 18:56:54.301 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-07-15 18:56:54.405 | Reading package lists... 2021-07-15 18:56:54.619 | Building dependency tree... 2021-07-15 18:56:54.621 | Reading state information... 2021-07-15 18:56:54.844 | fakeroot is already the newest version (1.24-1). 2021-07-15 18:56:54.844 | fakeroot set to manually installed. 2021-07-15 18:56:54.844 | make is already the newest version (4.2.1-1.2). 2021-07-15 18:56:54.844 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.1). 2021-07-15 18:56:54.844 | The following packages were automatically installed and are no longer required: 2021-07-15 18:56:54.845 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:56:54.845 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:56:54.845 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:56:54.845 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:56:54.845 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:56:54.845 | python3-zope.interface 2021-07-15 18:56:54.845 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:56:54.981 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:56:54.986 | + functions-common:apt_get:1118 : result=0 2021-07-15 18:56:54.988 | + functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:56:54.990 | + functions-common:time_stop:2309 : local name 2021-07-15 18:56:54.992 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:56:54.994 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:56:54.996 | + functions-common:time_stop:2312 : local total 2021-07-15 18:56:54.998 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:56:55.000 | + functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:56:55.002 | + functions-common:time_stop:2316 : start_time=1626375414298 2021-07-15 18:56:55.004 | + functions-common:time_stop:2318 : [[ -z 1626375414298 ]] 2021-07-15 18:56:55.007 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:56:55.011 | + functions-common:time_stop:2321 : end_time=1626375415009 2021-07-15 18:56:55.013 | + functions-common:time_stop:2322 : elapsed_time=711 2021-07-15 18:56:55.015 | + functions-common:time_stop:2323 : total=232504 2021-07-15 18:56:55.017 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:56:55.019 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=233215 2021-07-15 18:56:55.021 | + functions-common:apt_get:1122 : return 0 2021-07-15 18:56:55.024 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-07-15 18:56:55.026 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:56:55.029 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:56:55.031 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-07-15 18:56:55.033 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-07-15 18:56:55.036 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-07-15 18:56:55.040 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2021-07-15 18:56:55.043 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-07-15 18:56:55.046 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2021-07-15 18:56:55.046 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-07-15 18:56:55.051 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2021-07-15 18:56:55.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2021-07-15 18:56:55.055 | + functions:vercmp:628 : local v1=5.4 2021-07-15 18:56:55.057 | + functions:vercmp:629 : local 'op=<' 2021-07-15 18:56:55.059 | + functions:vercmp:630 : local v2=3.13 2021-07-15 18:56:55.061 | + functions:vercmp:631 : local result 2021-07-15 18:56:55.065 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2021-07-15 18:56:55.065 | ++ functions:vercmp:635 : sort -V 2021-07-15 18:56:55.066 | ++ functions:vercmp:635 : head -1 2021-07-15 18:56:55.070 | + functions:vercmp:635 : result=3.13 2021-07-15 18:56:55.072 | + functions:vercmp:637 : case $op in 2021-07-15 18:56:55.074 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2021-07-15 18:56:55.076 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2021-07-15 18:56:55.079 | + functions:vercmp:648 : return 2021-07-15 18:56:55.081 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-07-15 18:56:55.083 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-07-15 18:56:55.085 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2021-07-15 18:56:55.402 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2021-07-15 18:56:55.405 | + inc/python:use_library_from_git:250 : local name=os-ken 2021-07-15 18:56:55.408 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:55.410 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:55.413 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2021-07-15 18:56:55.416 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:55.418 | + ./stack.sh:main:812 : is_service_enabled etcd3 2021-07-15 18:56:55.436 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:56:55.439 | + ./stack.sh:main:813 : install_etcd3 2021-07-15 18:56:55.441 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-07-15 18:56:55.441 | Installing etcd 2021-07-15 18:56:55.444 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-07-15 18:56:55.456 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-07-15 18:56:55.469 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-07-15 18:56:55.475 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-07-15 18:56:55.487 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-07-15 18:56:55.490 | ++ 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 2021-07-15 18:56:55.493 | ++ 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 2021-07-15 18:56:55.496 | +++ 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 2021-07-15 18:56:55.500 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-07-15 18:56:55.502 | ++ 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* ]] 2021-07-15 18:56:55.505 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-07-15 18:56:55.507 | ++ 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 2021-07-15 18:56:55.511 | --2021-07-15 18:56:55-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-07-15 18:56:55.559 | Resolving github.com (github.com)... 140.82.121.3 2021-07-15 18:56:55.605 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-07-15 18:56:55.927 | HTTP request sent, awaiting response... 302 Found 2021-07-15 18:56:55.928 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210715%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210715T185655Z&X-Amz-Expires=300&X-Amz-Signature=88e258ca79ea01d859876db50d7adba62bcc774c941e10d308ff4240d3dd19a7&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] 2021-07-15 18:56:55.928 | --2021-07-15 18:56:55-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210715%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210715T185655Z&X-Amz-Expires=300&X-Amz-Signature=88e258ca79ea01d859876db50d7adba62bcc774c941e10d308ff4240d3dd19a7&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 2021-07-15 18:56:56.066 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.111.154, 185.199.110.154, 185.199.109.154, ... 2021-07-15 18:56:56.090 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.111.154|:443... connected. 2021-07-15 18:56:56.342 | HTTP request sent, awaiting response... 200 OK 2021-07-15 18:56:56.342 | Length: 11350736 (11M) [application/octet-stream] 2021-07-15 18:56:56.342 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-07-15 18:56:56.467 | 2021-07-15 18:56:56.663 | 0K ........ .. 100% 33.8M=0.3s 2021-07-15 18:56:56.663 | 2021-07-15 18:56:56.663 | 2021-07-15 18:56:56 (33.8 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-07-15 18:56:56.664 | 2021-07-15 18:56:56.667 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2021-07-15 18:56:56.670 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-07-15 18:56:56.672 | ++ functions:get_extra_file:74 : return 2021-07-15 18:56:56.675 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-07-15 18:56:56.677 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-07-15 18:56:56.680 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-07-15 18:56:56.683 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-07-15 18:56:56.814 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-07-15 18:56:56.817 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/ 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/README.md 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-07-15 18:56:56.821 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-07-15 18:56:56.822 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-07-15 18:56:56.823 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-07-15 18:56:56.824 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-07-15 18:56:56.825 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-07-15 18:56:56.826 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-07-15 18:56:56.827 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-07-15 18:56:56.828 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-07-15 18:56:56.829 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-07-15 18:56:56.830 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-07-15 18:56:56.830 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-07-15 18:56:56.830 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-07-15 18:56:56.831 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-07-15 18:56:56.831 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-07-15 18:56:56.831 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-07-15 18:56:56.831 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-07-15 18:56:56.831 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-07-15 18:56:56.832 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-07-15 18:56:56.832 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-07-15 18:56:56.832 | etcd-v3.3.12-linux-amd64/etcdctl 2021-07-15 18:56:57.018 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-07-15 18:56:57.019 | etcd-v3.3.12-linux-amd64/etcd 2021-07-15 18:56:57.247 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-07-15 18:56:57.284 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-07-15 18:56:57.317 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-07-15 18:56:57.320 | + ./stack.sh:main:822 : is_service_enabled tls-proxy 2021-07-15 18:56:57.336 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:56:57.339 | + ./stack.sh:main:832 : install_dstat 2021-07-15 18:56:57.341 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-07-15 18:56:57.357 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:56:57.359 | + ./stack.sh:main:838 : echo_summary 'Installing OpenStack project source' 2021-07-15 18:56:57.361 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-07-15 18:56:57.364 | + ./stack.sh:echo_summary:428 : echo -e Installing OpenStack project source 2021-07-15 18:56:57.366 | + ./stack.sh:main:841 : install_libs 2021-07-15 18:56:57.369 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-07-15 18:56:57.371 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-07-15 18:56:57.373 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-07-15 18:56:57.376 | + inc/python:use_library_from_git:250 : local name=automaton 2021-07-15 18:56:57.378 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.380 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.382 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-07-15 18:56:57.385 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.387 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-07-15 18:56:57.389 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-07-15 18:56:57.392 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-07-15 18:56:57.394 | + inc/python:use_library_from_git:250 : local name=castellan 2021-07-15 18:56:57.396 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.398 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.400 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-07-15 18:56:57.402 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.405 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-07-15 18:56:57.407 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-07-15 18:56:57.409 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-07-15 18:56:57.411 | + inc/python:use_library_from_git:250 : local name=cliff 2021-07-15 18:56:57.414 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.416 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.418 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-07-15 18:56:57.420 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.423 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-07-15 18:56:57.425 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-07-15 18:56:57.427 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-07-15 18:56:57.429 | + inc/python:use_library_from_git:250 : local name=cursive 2021-07-15 18:56:57.432 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.434 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.436 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-07-15 18:56:57.438 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.441 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-07-15 18:56:57.443 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-07-15 18:56:57.445 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-07-15 18:56:57.448 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-07-15 18:56:57.450 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.452 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.454 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-07-15 18:56:57.456 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.458 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-07-15 18:56:57.461 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-07-15 18:56:57.463 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-07-15 18:56:57.465 | + inc/python:use_library_from_git:250 : local name=futurist 2021-07-15 18:56:57.467 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.469 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.472 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-07-15 18:56:57.474 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.476 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-07-15 18:56:57.478 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-07-15 18:56:57.480 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-07-15 18:56:57.483 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-07-15 18:56:57.485 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.487 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.489 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-07-15 18:56:57.491 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.494 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-07-15 18:56:57.496 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-07-15 18:56:57.498 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-07-15 18:56:57.501 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-07-15 18:56:57.503 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.505 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.507 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-07-15 18:56:57.510 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.512 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-07-15 18:56:57.514 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-07-15 18:56:57.516 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-07-15 18:56:57.519 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-07-15 18:56:57.521 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.523 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.525 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-07-15 18:56:57.528 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.530 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-07-15 18:56:57.532 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-07-15 18:56:57.534 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-07-15 18:56:57.536 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-07-15 18:56:57.539 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.541 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.544 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-07-15 18:56:57.546 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.548 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-07-15 18:56:57.551 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-07-15 18:56:57.553 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-07-15 18:56:57.556 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-07-15 18:56:57.558 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.560 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.562 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-07-15 18:56:57.564 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.567 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-07-15 18:56:57.569 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-07-15 18:56:57.571 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-07-15 18:56:57.573 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-07-15 18:56:57.576 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.578 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.580 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-07-15 18:56:57.582 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.585 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-07-15 18:56:57.587 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-07-15 18:56:57.589 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-07-15 18:56:57.591 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-07-15 18:56:57.593 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.596 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.598 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-07-15 18:56:57.600 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.603 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-07-15 18:56:57.605 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-07-15 18:56:57.607 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-07-15 18:56:57.610 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-07-15 18:56:57.612 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.614 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.616 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-07-15 18:56:57.619 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.621 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-07-15 18:56:57.623 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-07-15 18:56:57.626 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-07-15 18:56:57.628 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-07-15 18:56:57.630 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.632 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.635 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-07-15 18:56:57.637 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.640 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-07-15 18:56:57.642 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-07-15 18:56:57.644 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-07-15 18:56:57.646 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-07-15 18:56:57.648 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.651 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.653 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-07-15 18:56:57.656 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.658 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-07-15 18:56:57.660 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-07-15 18:56:57.662 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-07-15 18:56:57.665 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-07-15 18:56:57.667 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.669 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.671 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-07-15 18:56:57.674 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.676 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-07-15 18:56:57.678 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-07-15 18:56:57.680 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-07-15 18:56:57.683 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-07-15 18:56:57.685 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.687 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.689 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-07-15 18:56:57.692 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.694 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-07-15 18:56:57.697 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-07-15 18:56:57.699 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-07-15 18:56:57.701 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-07-15 18:56:57.703 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.705 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.708 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-07-15 18:56:57.710 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.713 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-07-15 18:56:57.715 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-07-15 18:56:57.717 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-07-15 18:56:57.719 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-07-15 18:56:57.722 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.724 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.726 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-07-15 18:56:57.728 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.731 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-07-15 18:56:57.733 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-07-15 18:56:57.735 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-07-15 18:56:57.737 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-07-15 18:56:57.740 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.742 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.744 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-07-15 18:56:57.746 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.749 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-07-15 18:56:57.751 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-07-15 18:56:57.753 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-07-15 18:56:57.755 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-07-15 18:56:57.758 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.761 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.763 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-07-15 18:56:57.765 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.767 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-07-15 18:56:57.770 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-07-15 18:56:57.772 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-07-15 18:56:57.775 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-07-15 18:56:57.777 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.779 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.781 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-07-15 18:56:57.784 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.786 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-07-15 18:56:57.788 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-07-15 18:56:57.790 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-07-15 18:56:57.793 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-07-15 18:56:57.795 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.797 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.800 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-07-15 18:56:57.802 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.804 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-07-15 18:56:57.807 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-07-15 18:56:57.809 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-07-15 18:56:57.811 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-07-15 18:56:57.813 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.816 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.818 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-07-15 18:56:57.820 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.823 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-07-15 18:56:57.825 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-07-15 18:56:57.828 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-07-15 18:56:57.830 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-07-15 18:56:57.832 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.834 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.837 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-07-15 18:56:57.839 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.841 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-07-15 18:56:57.844 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-07-15 18:56:57.846 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-07-15 18:56:57.848 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-07-15 18:56:57.851 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.853 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.855 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-07-15 18:56:57.858 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.860 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-07-15 18:56:57.862 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-07-15 18:56:57.865 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-07-15 18:56:57.867 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-07-15 18:56:57.870 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.872 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.874 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-07-15 18:56:57.877 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.879 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-07-15 18:56:57.881 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-07-15 18:56:57.883 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-07-15 18:56:57.886 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-07-15 18:56:57.888 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.890 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.892 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-07-15 18:56:57.895 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.897 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-07-15 18:56:57.900 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-07-15 18:56:57.902 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-07-15 18:56:57.904 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-07-15 18:56:57.906 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.909 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.911 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-07-15 18:56:57.913 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.916 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-07-15 18:56:57.918 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-07-15 18:56:57.921 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-07-15 18:56:57.923 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-07-15 18:56:57.925 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.927 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.930 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-07-15 18:56:57.932 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.935 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-07-15 18:56:57.937 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-07-15 18:56:57.939 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-07-15 18:56:57.941 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-07-15 18:56:57.944 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.946 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.948 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-07-15 18:56:57.951 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.953 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-07-15 18:56:57.955 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-07-15 18:56:57.957 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-07-15 18:56:57.960 | + inc/python:use_library_from_git:250 : local name=tooz 2021-07-15 18:56:57.963 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.965 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.967 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-07-15 18:56:57.970 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.972 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-07-15 18:56:57.974 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-07-15 18:56:57.976 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-07-15 18:56:57.979 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-07-15 18:56:57.981 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:57.984 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:57.986 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-07-15 18:56:57.988 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:57.990 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-07-15 18:56:57.993 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-07-15 18:56:57.995 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-07-15 18:56:57.997 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-07-15 18:56:58.000 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:58.002 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:58.004 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-07-15 18:56:58.006 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:58.009 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-07-15 18:56:58.011 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-07-15 18:56:58.013 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-07-15 18:56:58.015 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-07-15 18:56:58.018 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:56:58.020 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:56:58.022 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-07-15 18:56:58.026 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:56:58.028 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-07-15 18:56:58.049 | Using python 3.8 to install etcd3 2021-07-15 18:56:58.051 | + 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 2021-07-15 18:56:58.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:56:58.714 | from cryptography.utils import int_from_bytes 2021-07-15 18:56:58.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:56:58.714 | from cryptography.utils import int_from_bytes 2021-07-15 18:56:59.736 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:56:59.740 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.743 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.746 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.751 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.751 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.753 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.754 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.757 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:56:59.877 | Collecting etcd3===0.12.0 2021-07-15 18:56:59.884 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-07-15 18:57:02.586 | Collecting grpcio===1.38.1 2021-07-15 18:57:02.601 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdd/d61bff66e42ef/grpcio-1.38.1-cp38-cp38-manylinux2014_x86_64.whl (4.2 MB) 2021-07-15 18:57:03.368 | Collecting protobuf===3.17.3 2021-07-15 18:57:03.375 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/690/2a1e4b7a319ec/protobuf-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) 2021-07-15 18:57:03.462 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.16.0) 2021-07-15 18:57:03.465 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (6.3.1) 2021-07-15 18:57:03.478 | Building wheels for collected packages: etcd3 2021-07-15 18:57:03.479 | Building wheel for etcd3 (setup.py): started 2021-07-15 18:57:04.237 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-07-15 18:57:04.238 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=5da10457772009838b4c7901fbd49b09d0ecc345d9b5d70bca0708c9a73ede0b 2021-07-15 18:57:04.238 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2021-07-15 18:57:04.239 | Successfully built etcd3 2021-07-15 18:57:05.636 | Installing collected packages: grpcio, protobuf, etcd3 2021-07-15 18:57:06.263 | Successfully installed etcd3-0.12.0 grpcio-1.38.1 protobuf-3.17.3 2021-07-15 18:57:06.371 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:57:06.371 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:57:06.458 | + inc/python:pip_install:200 : result=0 2021-07-15 18:57:06.461 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:57:06.463 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:06.465 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:06.467 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:06.469 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:06.471 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:06.474 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:57:06.476 | + functions-common:time_stop:2316 : start_time=1626375418043 2021-07-15 18:57:06.478 | + functions-common:time_stop:2318 : [[ -z 1626375418043 ]] 2021-07-15 18:57:06.481 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:06.485 | + functions-common:time_stop:2321 : end_time=1626375426483 2021-07-15 18:57:06.487 | + functions-common:time_stop:2322 : elapsed_time=8440 2021-07-15 18:57:06.489 | + functions-common:time_stop:2323 : total=30532 2021-07-15 18:57:06.491 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:06.493 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=38972 2021-07-15 18:57:06.496 | + inc/python:pip_install:203 : return 0 2021-07-15 18:57:06.498 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-07-15 18:57:06.520 | Using python 3.8 to install etcd3gw 2021-07-15 18:57:06.522 | + 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 2021-07-15 18:57:07.204 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:07.204 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:07.204 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:07.204 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:08.254 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:57:08.259 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.262 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.264 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.269 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.269 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.271 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.273 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.276 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:08.403 | Collecting etcd3gw===1.0.0 2021-07-15 18:57:08.409 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2021-07-15 18:57:08.486 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.3.0) 2021-07-15 18:57:08.492 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0) 2021-07-15 18:57:08.495 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.16.0) 2021-07-15 18:57:08.497 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (2.25.1) 2021-07-15 18:57:08.517 | Requirement already satisfied: urllib3===1.26.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (1.26.6) 2021-07-15 18:57:08.538 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0) 2021-07-15 18:57:08.541 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.10) 2021-07-15 18:57:08.545 | Requirement already satisfied: certifi===2021.5.30 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2021.5.30) 2021-07-15 18:57:09.953 | Installing collected packages: etcd3gw 2021-07-15 18:57:10.055 | Successfully installed etcd3gw-1.0.0 2021-07-15 18:57:10.167 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:57:10.167 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:57:10.238 | + inc/python:pip_install:200 : result=0 2021-07-15 18:57:10.240 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:57:10.243 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:10.245 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:10.247 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:10.249 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:10.252 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:10.254 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:57:10.256 | + functions-common:time_stop:2316 : start_time=1626375426514 2021-07-15 18:57:10.258 | + functions-common:time_stop:2318 : [[ -z 1626375426514 ]] 2021-07-15 18:57:10.261 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:10.265 | + functions-common:time_stop:2321 : end_time=1626375430263 2021-07-15 18:57:10.267 | + functions-common:time_stop:2322 : elapsed_time=3749 2021-07-15 18:57:10.269 | + functions-common:time_stop:2323 : total=38972 2021-07-15 18:57:10.271 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:10.274 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=42721 2021-07-15 18:57:10.276 | + inc/python:pip_install:203 : return 0 2021-07-15 18:57:10.278 | + ./stack.sh:main:844 : install_apache_uwsgi 2021-07-15 18:57:10.280 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-07-15 18:57:10.283 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-07-15 18:57:10.285 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-07-15 18:57:10.287 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-07-15 18:57:10.290 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-07-15 18:57:10.292 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-07-15 18:57:10.295 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-07-15 18:57:10.297 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-07-15 18:57:10.300 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-07-15 18:57:10.302 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-07-15 18:57:10.305 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-07-15 18:57:10.307 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-07-15 18:57:10.309 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-07-15 18:57:10.311 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:10.314 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:10.316 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-07-15 18:57:10.318 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-07-15 18:57:10.320 | + functions-common:install_package:1347 : update_package_repo 2021-07-15 18:57:10.323 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-07-15 18:57:10.325 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-07-15 18:57:10.327 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-07-15 18:57:10.329 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-07-15 18:57:10.332 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-07-15 18:57:10.334 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:10.336 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:10.338 | + functions-common:update_package_repo:1328 : apt_get_update 2021-07-15 18:57:10.341 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-07-15 18:57:10.343 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-07-15 18:57:10.345 | + functions-common:apt_get_update:1074 : return 2021-07-15 18:57:10.347 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-07-15 18:57:10.350 | + functions-common:real_install_package:1333 : is_ubuntu 2021-07-15 18:57:10.352 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:10.355 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:10.357 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-07-15 18:57:10.378 | + functions-common:apt_get:1114 : 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 2021-07-15 18:57:10.484 | Reading package lists... 2021-07-15 18:57:10.696 | Building dependency tree... 2021-07-15 18:57:10.698 | Reading state information... 2021-07-15 18:57:10.915 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.4). 2021-07-15 18:57:10.915 | The following packages were automatically installed and are no longer required: 2021-07-15 18:57:10.916 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-07-15 18:57:10.916 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-07-15 18:57:10.916 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-07-15 18:57:10.916 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-07-15 18:57:10.916 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-07-15 18:57:10.916 | python3-zope.interface 2021-07-15 18:57:10.916 | Use 'sudo apt autoremove' to remove them. 2021-07-15 18:57:10.917 | The following additional packages will be installed: 2021-07-15 18:57:10.917 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2021-07-15 18:57:10.918 | Suggested packages: 2021-07-15 18:57:10.919 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2021-07-15 18:57:10.983 | The following NEW packages will be installed: 2021-07-15 18:57:10.984 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2021-07-15 18:57:11.251 | 0 upgraded, 6 newly installed, 0 to remove and 63 not upgraded. 2021-07-15 18:57:11.251 | Need to get 1,306 kB of archives. 2021-07-15 18:57:11.251 | After this operation, 4,613 kB of additional disk space will be used. 2021-07-15 18:57:11.251 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2021-07-15 18:57:11.479 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2021-07-15 18:57:11.493 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2021-07-15 18:57:11.531 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2021-07-15 18:57:11.578 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2021-07-15 18:57:11.580 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2021-07-15 18:57:12.126 | Fetched 1,306 kB in 1s (2,194 kB/s) 2021-07-15 18:57:12.159 | Selecting previously unselected package libnorm1:amd64. 2021-07-15 18:57:12.210 | (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 ... 90672 files and directories currently installed.) 2021-07-15 18:57:12.214 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2021-07-15 18:57:12.218 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-07-15 18:57:12.287 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-07-15 18:57:12.297 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2021-07-15 18:57:12.299 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-07-15 18:57:12.349 | Selecting previously unselected package libzmq5:amd64. 2021-07-15 18:57:12.359 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2021-07-15 18:57:12.361 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-07-15 18:57:12.423 | Selecting previously unselected package uwsgi-core. 2021-07-15 18:57:12.433 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2021-07-15 18:57:12.435 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2021-07-15 18:57:12.573 | Selecting previously unselected package uwsgi. 2021-07-15 18:57:12.583 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2021-07-15 18:57:12.585 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2021-07-15 18:57:12.619 | Selecting previously unselected package uwsgi-plugin-python3. 2021-07-15 18:57:12.629 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2021-07-15 18:57:12.631 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-07-15 18:57:12.698 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-07-15 18:57:12.703 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-07-15 18:57:12.709 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-07-15 18:57:12.715 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2021-07-15 18:57:12.728 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2021-07-15 18:57:13.574 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-07-15 18:57:13.601 | Processing triggers for systemd (245.4-4ubuntu3.7) ... 2021-07-15 18:57:13.959 | Processing triggers for man-db (2.9.1-1) ... 2021-07-15 18:57:14.360 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-07-15 18:57:18.302 | + functions-common:apt_get:1118 : result=0 2021-07-15 18:57:18.304 | + functions-common:apt_get:1121 : time_stop apt-get 2021-07-15 18:57:18.307 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:18.309 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:18.311 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:18.313 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:18.315 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:18.317 | + functions-common:time_stop:2315 : name=apt-get 2021-07-15 18:57:18.319 | + functions-common:time_stop:2316 : start_time=1626375430375 2021-07-15 18:57:18.322 | + functions-common:time_stop:2318 : [[ -z 1626375430375 ]] 2021-07-15 18:57:18.324 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:18.328 | + functions-common:time_stop:2321 : end_time=1626375438326 2021-07-15 18:57:18.330 | + functions-common:time_stop:2322 : elapsed_time=7951 2021-07-15 18:57:18.333 | + functions-common:time_stop:2323 : total=233215 2021-07-15 18:57:18.335 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:18.337 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=241166 2021-07-15 18:57:18.340 | + functions-common:apt_get:1122 : return 0 2021-07-15 18:57:18.342 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2021-07-15 18:57:18.344 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:18.346 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:18.349 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2021-07-15 18:57:18.409 | Enabling module proxy. 2021-07-15 18:57:18.415 | To activate the new configuration, you need to run: 2021-07-15 18:57:18.415 | systemctl restart apache2 2021-07-15 18:57:18.420 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2021-07-15 18:57:18.480 | Considering dependency proxy for proxy_uwsgi: 2021-07-15 18:57:18.481 | Module proxy already enabled 2021-07-15 18:57:18.481 | Enabling module proxy_uwsgi. 2021-07-15 18:57:18.486 | To activate the new configuration, you need to run: 2021-07-15 18:57:18.486 | systemctl restart apache2 2021-07-15 18:57:18.490 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2021-07-15 18:57:18.493 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-07-15 18:57:18.495 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-07-15 18:57:18.497 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-07-15 18:57:18.622 | + ./stack.sh:main:847 : install_keystoneauth 2021-07-15 18:57:18.625 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2021-07-15 18:57:18.628 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-07-15 18:57:18.630 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.633 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.636 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-07-15 18:57:18.638 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.640 | + ./stack.sh:main:848 : install_keystoneclient 2021-07-15 18:57:18.643 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2021-07-15 18:57:18.645 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-07-15 18:57:18.649 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.651 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.653 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-07-15 18:57:18.656 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.658 | + ./stack.sh:main:849 : install_glanceclient 2021-07-15 18:57:18.661 | + lib/glance:install_glanceclient:429 : use_library_from_git python-glanceclient 2021-07-15 18:57:18.663 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-07-15 18:57:18.665 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.668 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.670 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-07-15 18:57:18.673 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.675 | + ./stack.sh:main:850 : install_cinderclient 2021-07-15 18:57:18.677 | + lib/cinder:install_cinderclient:451 : use_library_from_git python-brick-cinderclient-ext 2021-07-15 18:57:18.679 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-07-15 18:57:18.682 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.684 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.687 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-07-15 18:57:18.689 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.691 | + lib/cinder:install_cinderclient:456 : use_library_from_git python-cinderclient 2021-07-15 18:57:18.694 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-07-15 18:57:18.696 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.699 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.701 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-07-15 18:57:18.703 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.706 | + ./stack.sh:main:851 : install_novaclient 2021-07-15 18:57:18.708 | + lib/nova:install_novaclient:809 : use_library_from_git python-novaclient 2021-07-15 18:57:18.711 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-07-15 18:57:18.713 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.716 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.718 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-07-15 18:57:18.720 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.723 | + ./stack.sh:main:852 : is_service_enabled swift glance horizon 2021-07-15 18:57:18.739 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:18.741 | + ./stack.sh:main:853 : install_swiftclient 2021-07-15 18:57:18.744 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-07-15 18:57:18.746 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-07-15 18:57:18.748 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.751 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.753 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-07-15 18:57:18.755 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.758 | + ./stack.sh:main:855 : is_service_enabled neutron nova horizon 2021-07-15 18:57:18.775 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:18.777 | + ./stack.sh:main:856 : install_neutronclient 2021-07-15 18:57:18.779 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-07-15 18:57:18.782 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-07-15 18:57:18.784 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.786 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.788 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-07-15 18:57:18.791 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.793 | + ./stack.sh:main:860 : install_keystonemiddleware 2021-07-15 18:57:18.796 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2021-07-15 18:57:18.798 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-07-15 18:57:18.800 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:18.803 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:18.805 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-07-15 18:57:18.808 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:18.810 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2021-07-15 18:57:18.812 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-07-15 18:57:18.815 | + inc/python:pip_install_gr:77 : local clean_name 2021-07-15 18:57:18.818 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-07-15 18:57:18.821 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-07-15 18:57:18.823 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-07-15 18:57:18.827 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-07-15 18:57:18.827 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-07-15 18:57:18.832 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-07-15 18:57:18.834 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-07-15 18:57:18.837 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-07-15 18:57:18.840 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-07-15 18:57:18.842 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-07-15 18:57:18.862 | Using python 3.8 to install keystonemiddleware 2021-07-15 18:57:18.864 | + 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 2021-07-15 18:57:19.533 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:19.533 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:19.533 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:19.533 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:20.548 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:57:20.552 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.555 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.558 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.562 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.563 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.565 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.566 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.569 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:20.572 | Requirement already satisfied: keystonemiddleware===9.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (9.3.0) 2021-07-15 18:57:20.638 | Requirement already satisfied: oslo.cache===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (2.8.1) 2021-07-15 18:57:20.675 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (8.7.0) 2021-07-15 18:57:20.714 | Requirement already satisfied: dogpile.cache===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (1.1.3) 2021-07-15 18:57:20.720 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (3.3.0) 2021-07-15 18:57:20.727 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.16.0) 2021-07-15 18:57:20.729 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.5.0) 2021-07-15 18:57:20.734 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (4.3.1) 2021-07-15 18:57:20.793 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (4.2.0) 2021-07-15 18:57:20.811 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (4.4.2) 2021-07-15 18:57:20.814 | Requirement already satisfied: oslo.utils===4.9.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (4.9.2) 2021-07-15 18:57:20.829 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 588)) (2021.1) 2021-07-15 18:57:20.833 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.1.0) 2021-07-15 18:57:20.843 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) (3.1.1) 2021-07-15 18:57:20.852 | Requirement already satisfied: oslo.context===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) (3.3.0) 2021-07-15 18:57:20.859 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (1.8.7) 2021-07-15 18:57:20.871 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0) 2021-07-15 18:57:20.873 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 52)) (5.0.1) 2021-07-15 18:57:20.879 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (2.25.1) 2021-07-15 18:57:20.899 | Requirement already satisfied: oslo.log===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (4.6.0) 2021-07-15 18:57:20.938 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) (0.8.0) 2021-07-15 18:57:20.942 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (5.4.1) 2021-07-15 18:57:20.946 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119)) (2.2.0) 2021-07-15 18:57:20.953 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (1.7.0) 2021-07-15 18:57:20.957 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.1.14) 2021-07-15 18:57:20.959 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (0.11.0) 2021-07-15 18:57:20.963 | Requirement already satisfied: packaging===21.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (21.0) 2021-07-15 18:57:20.967 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) (2.4.7) 2021-07-15 18:57:20.970 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (1.0.2) 2021-07-15 18:57:20.973 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0) 2021-07-15 18:57:20.976 | Requirement already satisfied: urllib3===1.26.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (1.26.6) 2021-07-15 18:57:20.996 | Requirement already satisfied: certifi===2021.5.30 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2021.5.30) 2021-07-15 18:57:20.999 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.10) 2021-07-15 18:57:21.002 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (0.9.6) 2021-07-15 18:57:21.004 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (2.8.1) 2021-07-15 18:57:21.009 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.12.1) 2021-07-15 18:57:22.298 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:57:22.298 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:57:22.367 | + inc/python:pip_install:200 : result=0 2021-07-15 18:57:22.370 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:57:22.372 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:22.374 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:22.376 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:22.379 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:22.381 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:22.383 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:57:22.385 | + functions-common:time_stop:2316 : start_time=1626375438857 2021-07-15 18:57:22.388 | + functions-common:time_stop:2318 : [[ -z 1626375438857 ]] 2021-07-15 18:57:22.390 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:22.394 | + functions-common:time_stop:2321 : end_time=1626375442392 2021-07-15 18:57:22.396 | + functions-common:time_stop:2322 : elapsed_time=3535 2021-07-15 18:57:22.399 | + functions-common:time_stop:2323 : total=42721 2021-07-15 18:57:22.401 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:22.403 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=46256 2021-07-15 18:57:22.406 | + inc/python:pip_install:203 : return 0 2021-07-15 18:57:22.408 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2021-07-15 18:57:22.411 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-07-15 18:57:22.413 | + inc/python:pip_install_gr:77 : local clean_name 2021-07-15 18:57:22.416 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-07-15 18:57:22.418 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-07-15 18:57:22.421 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-07-15 18:57:22.425 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-07-15 18:57:22.425 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-07-15 18:57:22.430 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-07-15 18:57:22.432 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-07-15 18:57:22.435 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-07-15 18:57:22.438 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-07-15 18:57:22.441 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-07-15 18:57:22.463 | Using python 3.8 to install python-memcached 2021-07-15 18:57:22.465 | + 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 2021-07-15 18:57:23.137 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:23.137 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:23.137 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:23.137 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:24.161 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:57:24.166 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.169 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.172 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.176 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.177 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.179 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.181 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.184 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:24.300 | Collecting python-memcached===1.59 2021-07-15 18:57:24.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-07-15 18:57:24.377 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.16.0) 2021-07-15 18:57:25.768 | Installing collected packages: python-memcached 2021-07-15 18:57:25.858 | Successfully installed python-memcached-1.59 2021-07-15 18:57:25.967 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:57:25.967 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:57:26.040 | + inc/python:pip_install:200 : result=0 2021-07-15 18:57:26.042 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:57:26.045 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:26.047 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:26.049 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:26.051 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:26.053 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:26.056 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:57:26.058 | + functions-common:time_stop:2316 : start_time=1626375442456 2021-07-15 18:57:26.060 | + functions-common:time_stop:2318 : [[ -z 1626375442456 ]] 2021-07-15 18:57:26.063 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:26.067 | + functions-common:time_stop:2321 : end_time=1626375446065 2021-07-15 18:57:26.069 | + functions-common:time_stop:2322 : elapsed_time=3609 2021-07-15 18:57:26.072 | + functions-common:time_stop:2323 : total=46256 2021-07-15 18:57:26.074 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:26.076 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=49865 2021-07-15 18:57:26.078 | + inc/python:pip_install:203 : return 0 2021-07-15 18:57:26.081 | + ./stack.sh:main:862 : is_service_enabled keystone 2021-07-15 18:57:26.098 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:26.100 | + ./stack.sh:main:863 : '[' 10.222.0.13 == 10.222.0.13 ']' 2021-07-15 18:57:26.102 | + ./stack.sh:main:864 : stack_install_service keystone 2021-07-15 18:57:26.105 | + lib/stack:stack_install_service:20 : local service=keystone 2021-07-15 18:57:26.107 | + lib/stack:stack_install_service:21 : type install_keystone 2021-07-15 18:57:26.109 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-07-15 18:57:26.111 | + lib/stack:stack_install_service:32 : install_keystone 2021-07-15 18:57:26.114 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2021-07-15 18:57:26.128 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:57:26.132 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-07-15 18:57:26.135 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-07-15 18:57:26.137 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-07-15 18:57:26.139 | + functions-common:git_clone:525 : local git_ref=master 2021-07-15 18:57:26.141 | + functions-common:git_clone:526 : local orig_dir 2021-07-15 18:57:26.144 | ++ functions-common:git_clone:527 : pwd 2021-07-15 18:57:26.146 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-07-15 18:57:26.148 | + functions-common:git_clone:528 : local git_clone_flags= 2021-07-15 18:57:26.151 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-07-15 18:57:26.166 | + functions-common:git_clone:530 : RECLONE=False 2021-07-15 18:57:26.168 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-07-15 18:57:26.170 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-07-15 18:57:26.173 | + functions-common:git_clone:544 : echo master 2021-07-15 18:57:26.173 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-07-15 18:57:26.178 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-07-15 18:57:26.180 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-07-15 18:57:26.182 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-07-15 18:57:26.185 | + functions-common:git_clone:593 : git show --oneline 2021-07-15 18:57:26.185 | + functions-common:git_clone:593 : head -1 2021-07-15 18:57:26.188 | cb113ef89 Remove use of deprecated oslo.db options 2021-07-15 18:57:26.191 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-07-15 18:57:26.193 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2021-07-15 18:57:26.195 | + inc/python:setup_develop:338 : local bindep 2021-07-15 18:57:26.198 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-07-15 18:57:26.200 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-07-15 18:57:26.202 | + inc/python:setup_develop:344 : local extras= 2021-07-15 18:57:26.205 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-07-15 18:57:26.207 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-07-15 18:57:26.209 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-07-15 18:57:26.212 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-07-15 18:57:26.214 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-07-15 18:57:26.217 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-07-15 18:57:26.219 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-07-15 18:57:26.222 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-07-15 18:57:26.224 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-07-15 18:57:26.227 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-07-15 18:57:26.230 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-07-15 18:57:26.232 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-07-15 18:57:26.238 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-07-15 18:57:26.240 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-07-15 18:57:26.865 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-07-15 18:57:26.868 | + inc/python:setup_package:417 : local bindep=0 2021-07-15 18:57:26.870 | + inc/python:setup_package:418 : local bindep_flag= 2021-07-15 18:57:26.872 | + inc/python:setup_package:419 : local bindep_profiles= 2021-07-15 18:57:26.875 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-07-15 18:57:26.877 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-07-15 18:57:26.879 | + inc/python:setup_package:426 : local flags=-e 2021-07-15 18:57:26.881 | + inc/python:setup_package:427 : local extras= 2021-07-15 18:57:26.883 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-07-15 18:57:26.885 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-07-15 18:57:26.887 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-07-15 18:57:26.890 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-07-15 18:57:26.892 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-07-15 18:57:26.894 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-07-15 18:57:26.913 | Using python 3.8 to install /opt/stack/keystone 2021-07-15 18:57:26.916 | + 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 2021-07-15 18:57:27.593 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:27.594 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:27.594 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:27.594 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:28.621 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:57:28.621 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-07-15 18:57:28.624 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.625 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.625 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.627 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.628 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.632 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.639 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.642 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:28.644 | Obtaining file:///opt/stack/keystone 2021-07-15 18:57:30.272 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-07-15 18:57:31.996 | Collecting Flask===2.0.1 2021-07-15 18:57:32.002 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a62/09ca15eb63fc9/Flask-2.0.1-py3-none-any.whl (94 kB) 2021-07-15 18:57:32.174 | Collecting Flask-RESTful===0.3.9 2021-07-15 18:57:32.179 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2021-07-15 18:57:32.253 | Requirement already satisfied: Jinja2===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (3.0.1) 2021-07-15 18:57:32.259 | Requirement already satisfied: MarkupSafe===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (2.0.1) 2021-07-15 18:57:32.316 | Collecting PyJWT===2.1.0 2021-07-15 18:57:32.323 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB) 2021-07-15 18:57:32.353 | Requirement already satisfied: SQLAlchemy===1.4.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.4.20) 2021-07-15 18:57:32.470 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-07-15 18:57:32.611 | Collecting Werkzeug===2.0.1 2021-07-15 18:57:32.617 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/ec500dcdba0ba/Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2021-07-15 18:57:32.789 | Collecting aniso8601===9.0.1 2021-07-15 18:57:32.795 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2021-07-15 18:57:33.072 | Collecting bcrypt===3.2.0 2021-07-15 18:57:33.077 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2021-07-15 18:57:33.154 | Requirement already satisfied: cffi===1.14.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.14.6) 2021-07-15 18:57:33.204 | Collecting click===8.0.1 2021-07-15 18:57:33.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fba/402a4a4733474/click-8.0.1-py3-none-any.whl (97 kB) 2021-07-15 18:57:33.220 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7) 2021-07-15 18:57:33.260 | Requirement already satisfied: dogpile.cache===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.3) 2021-07-15 18:57:33.265 | Requirement already satisfied: greenlet===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.0) 2021-07-15 18:57:33.353 | Collecting itsdangerous===2.0.1 2021-07-15 18:57:33.359 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2021-07-15 18:57:33.425 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (3.2.0) 2021-07-15 18:57:33.437 | Requirement already satisfied: keystonemiddleware===9.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (9.3.0) 2021-07-15 18:57:33.489 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (1.0.2) 2021-07-15 18:57:33.525 | Collecting oauthlib===3.1.1 2021-07-15 18:57:33.532 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2021-07-15 18:57:33.549 | Requirement already satisfied: oslo.cache===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.8.1) 2021-07-15 18:57:33.584 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.7.0) 2021-07-15 18:57:33.624 | Requirement already satisfied: oslo.context===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.3.0) 2021-07-15 18:57:33.630 | Requirement already satisfied: oslo.db===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.1.0) 2021-07-15 18:57:33.696 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.1) 2021-07-15 18:57:33.702 | Requirement already satisfied: oslo.log===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.6.0) 2021-07-15 18:57:33.740 | Requirement already satisfied: oslo.messaging===12.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (12.8.0) 2021-07-15 18:57:33.794 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.2.0) 2021-07-15 18:57:33.812 | Requirement already satisfied: oslo.policy===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (3.8.1) 2021-07-15 18:57:33.826 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.1.0) 2021-07-15 18:57:33.835 | Requirement already satisfied: oslo.service===2.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (2.6.0) 2021-07-15 18:57:33.859 | Requirement already satisfied: oslo.upgradecheck===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (1.4.0) 2021-07-15 18:57:33.869 | Requirement already satisfied: oslo.utils===4.9.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.9.2) 2021-07-15 18:57:33.885 | Requirement already satisfied: osprofiler===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (3.4.1) 2021-07-15 18:57:33.929 | Requirement already satisfied: packaging===21.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (21.0) 2021-07-15 18:57:34.026 | Collecting passlib===1.7.4 2021-07-15 18:57:34.033 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-07-15 18:57:34.121 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (5.6.0) 2021-07-15 18:57:34.124 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (0.7.2) 2021-07-15 18:57:34.126 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (3.1.1) 2021-07-15 18:57:34.136 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.20) 2021-07-15 18:57:34.139 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (0.9.6) 2021-07-15 18:57:34.141 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (2.4.7) 2021-07-15 18:57:34.249 | Collecting pysaml2===7.0.1 2021-07-15 18:57:34.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2021-07-15 18:57:34.348 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (2.8.1) 2021-07-15 18:57:34.353 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (4.2.0) 2021-07-15 18:57:34.370 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (2021.1) 2021-07-15 18:57:34.374 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (2.25.1) 2021-07-15 18:57:34.393 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (1.5.0) 2021-07-15 18:57:34.612 | Collecting scrypt===0.8.18 2021-07-15 18:57:34.619 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2021-07-15 18:57:34.707 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.16.0) 2021-07-15 18:57:34.710 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (0.13.0) 2021-07-15 18:57:34.720 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (0.4.1) 2021-07-15 18:57:34.722 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (3.3.0) 2021-07-15 18:57:34.725 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (3.3.0) 2021-07-15 18:57:34.731 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (2.0.1) 2021-07-15 18:57:34.740 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (0.5.0) 2021-07-15 18:57:34.745 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.4.0) 2021-07-15 18:57:34.763 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.4.0) 2021-07-15 18:57:34.766 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.1.0) 2021-07-15 18:57:34.772 | Requirement already satisfied: urllib3===1.26.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (1.26.6) 2021-07-15 18:57:34.924 | Collecting xmlschema===1.6.4 2021-07-15 18:57:34.930 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fad/f79756080c3a3/xmlschema-1.6.4-py3-none-any.whl (254 kB) 2021-07-15 18:57:35.027 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (1.3.2) 2021-07-15 18:57:35.032 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-07-15 18:57:35.035 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (4.3.1) 2021-07-15 18:57:35.093 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-07-15 18:57:35.100 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.8.0) 2021-07-15 18:57:35.105 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-07-15 18:57:35.108 | Requirement already satisfied: alembic===1.6.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.6.5) 2021-07-15 18:57:35.116 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) (4.2.2) 2021-07-15 18:57:35.119 | Requirement already satisfied: kombu===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (5.1.0) 2021-07-15 18:57:35.164 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.3.0) 2021-07-15 18:57:35.170 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6) 2021-07-15 18:57:35.175 | Requirement already satisfied: eventlet===0.31.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.31.1) 2021-07-15 18:57:35.184 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-07-15 18:57:35.195 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-07-15 18:57:35.203 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.4.0) 2021-07-15 18:57:35.213 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (3.0.0) 2021-07-15 18:57:35.223 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-07-15 18:57:35.232 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14) 2021-07-15 18:57:35.235 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.11.0) 2021-07-15 18:57:35.344 | Collecting importlib-resources===5.2.0 2021-07-15 18:57:35.350 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a01/43290bef3cbc9/importlib_resources-5.2.0-py3-none-any.whl (27 kB) 2021-07-15 18:57:35.543 | Collecting defusedxml===0.7.1 2021-07-15 18:57:35.549 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-07-15 18:57:35.619 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (20.0.1) 2021-07-15 18:57:35.632 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-07-15 18:57:35.636 | Requirement already satisfied: certifi===2021.5.30 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (2021.5.30) 2021-07-15 18:57:35.638 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-07-15 18:57:35.641 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-07-15 18:57:35.643 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) (1.6.0) 2021-07-15 18:57:35.646 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.0.0) 2021-07-15 18:57:35.648 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (1.0.0) 2021-07-15 18:57:35.651 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.4.0) 2021-07-15 18:57:35.771 | Collecting elementpath===2.2.3 2021-07-15 18:57:35.777 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f27/d7c045c4f1f30/elementpath-2.2.3-py3-none-any.whl (149 kB) 2021-07-15 18:57:35.855 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (1.7.0) 2021-07-15 18:57:35.859 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (1.12.1) 2021-07-15 18:57:35.861 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.0.4) 2021-07-15 18:57:35.863 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-07-15 18:57:35.871 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (5.0.0) 2021-07-15 18:57:35.873 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-07-15 18:57:35.881 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (0.7) 2021-07-15 18:57:35.888 | Requirement already satisfied: setuptools===57.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (57.1.0) 2021-07-15 18:57:35.934 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (0.14.1) 2021-07-15 18:57:35.978 | Collecting zipp===3.5.0 2021-07-15 18:57:35.984 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/957/cfda87797e389/zipp-3.5.0-py3-none-any.whl (5.7 kB) 2021-07-15 18:57:36.013 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) (1.6) 2021-07-15 18:57:36.867 | Installing collected packages: click, Werkzeug, itsdangerous, Flask, aniso8601, Flask-RESTful, passlib, bcrypt, scrypt, oauthlib, zipp, importlib-resources, elementpath, xmlschema, defusedxml, pysaml2, PyJWT, keystone 2021-07-15 18:57:36.868 | Attempting uninstall: click 2021-07-15 18:57:36.870 | Found existing installation: Click 7.0 2021-07-15 18:57:36.876 | Uninstalling Click-7.0: 2021-07-15 18:57:36.907 | Successfully uninstalled Click-7.0 2021-07-15 18:57:37.869 | Attempting uninstall: oauthlib 2021-07-15 18:57:37.871 | Found existing installation: oauthlib 3.1.0 2021-07-15 18:57:37.876 | Uninstalling oauthlib-3.1.0: 2021-07-15 18:57:37.905 | Successfully uninstalled oauthlib-3.1.0 2021-07-15 18:57:38.025 | Attempting uninstall: zipp 2021-07-15 18:57:38.027 | Found existing installation: zipp 1.0.0 2021-07-15 18:57:38.038 | Uninstalling zipp-1.0.0: 2021-07-15 18:57:38.067 | Successfully uninstalled zipp-1.0.0 2021-07-15 18:57:39.109 | Attempting uninstall: PyJWT 2021-07-15 18:57:39.111 | Found existing installation: PyJWT 1.7.1 2021-07-15 18:57:39.123 | Uninstalling PyJWT-1.7.1: 2021-07-15 18:57:39.154 | Successfully uninstalled PyJWT-1.7.1 2021-07-15 18:57:39.184 | Running setup.py develop for keystone 2021-07-15 18:57:40.987 | Successfully installed Flask-2.0.1 Flask-RESTful-0.3.9 PyJWT-2.1.0 Werkzeug-2.0.1 aniso8601-9.0.1 bcrypt-3.2.0 click-8.0.1 defusedxml-0.7.1 elementpath-2.2.3 importlib-resources-5.2.0 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.18 xmlschema-1.6.4 zipp-3.5.0 2021-07-15 18:57:41.130 | WARNING: You are using pip version 20.2.2; however, version 21.1.3 is available. 2021-07-15 18:57:41.130 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-07-15 18:57:41.203 | + inc/python:pip_install:200 : result=0 2021-07-15 18:57:41.205 | + inc/python:pip_install:202 : time_stop pip_install 2021-07-15 18:57:41.207 | + functions-common:time_stop:2309 : local name 2021-07-15 18:57:41.209 | + functions-common:time_stop:2310 : local end_time 2021-07-15 18:57:41.211 | + functions-common:time_stop:2311 : local elapsed_time 2021-07-15 18:57:41.214 | + functions-common:time_stop:2312 : local total 2021-07-15 18:57:41.216 | + functions-common:time_stop:2313 : local start_time 2021-07-15 18:57:41.218 | + functions-common:time_stop:2315 : name=pip_install 2021-07-15 18:57:41.220 | + functions-common:time_stop:2316 : start_time=1626375446908 2021-07-15 18:57:41.222 | + functions-common:time_stop:2318 : [[ -z 1626375446908 ]] 2021-07-15 18:57:41.224 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-07-15 18:57:41.228 | + functions-common:time_stop:2321 : end_time=1626375461226 2021-07-15 18:57:41.230 | + functions-common:time_stop:2322 : elapsed_time=14318 2021-07-15 18:57:41.232 | + functions-common:time_stop:2323 : total=49865 2021-07-15 18:57:41.234 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-07-15 18:57:41.236 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=64183 2021-07-15 18:57:41.239 | + inc/python:pip_install:203 : return 0 2021-07-15 18:57:41.241 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-07-15 18:57:41.243 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-07-15 18:57:41.245 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-07-15 18:57:41.263 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-07-15 18:57:41.275 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2021-07-15 18:57:41.277 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-07-15 18:57:41.279 | + inc/python:use_library_from_git:251 : local enabled=1 2021-07-15 18:57:41.282 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-07-15 18:57:41.284 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-07-15 18:57:41.286 | + inc/python:use_library_from_git:253 : return 1 2021-07-15 18:57:41.289 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2021-07-15 18:57:41.305 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:57:41.308 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2021-07-15 18:57:41.310 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-07-15 18:57:41.313 | + ./stack.sh:main:865 : configure_keystone 2021-07-15 18:57:41.315 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-07-15 18:57:41.327 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-07-15 18:57:41.329 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-07-15 18:57:41.334 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-07-15 18:57:41.349 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:57:41.351 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-07-15 18:57:41.381 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-07-15 18:57:41.408 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-07-15 18:57:41.438 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-07-15 18:57:41.467 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-07-15 18:57:41.496 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-07-15 18:57:41.526 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-07-15 18:57:41.553 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-07-15 18:57:41.579 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-07-15 18:57:41.581 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-07-15 18:57:41.584 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-07-15 18:57:41.586 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-07-15 18:57:41.588 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-07-15 18:57:41.591 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-07-15 18:57:41.606 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:41.609 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-07-15 18:57:41.612 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-07-15 18:57:41.614 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-07-15 18:57:41.629 | ++ functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:41.631 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.13:5672/ 2021-07-15 18:57:41.633 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.13:5672/ 2021-07-15 18:57:41.662 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-07-15 18:57:41.665 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-07-15 18:57:41.668 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-07-15 18:57:41.670 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-07-15 18:57:41.672 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-07-15 18:57:41.688 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:57:41.690 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.13/identity 2021-07-15 18:57:41.720 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.13/identity 2021-07-15 18:57:41.746 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-07-15 18:57:41.748 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-07-15 18:57:41.778 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-07-15 18:57:41.781 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-07-15 18:57:41.783 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-07-15 18:57:41.785 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-07-15 18:57:41.787 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-07-15 18:57:41.790 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-07-15 18:57:41.819 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-07-15 18:57:41.822 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-07-15 18:57:41.824 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2021-07-15 18:57:41.827 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2021-07-15 18:57:41.829 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-07-15 18:57:41.846 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-07-15 18:57:41.848 | + functions:setup_systemd_logging:695 : local pidstr= 2021-07-15 18:57:41.851 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-07-15 18:57:41.853 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-07-15 18:57:41.855 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-07-15 18:57:41.882 | + 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' 2021-07-15 18:57:41.909 | + 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' 2021-07-15 18:57:41.936 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-07-15 18:57:41.963 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-07-15 18:57:41.990 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-07-15 18:57:41.992 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-07-15 18:57:41.994 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-07-15 18:57:41.997 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-07-15 18:57:41.999 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2021-07-15 18:57:42.001 | + lib/apache:write_uwsgi_config:257 : local http= 2021-07-15 18:57:42.003 | + lib/apache:write_uwsgi_config:258 : local name= 2021-07-15 18:57:42.006 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2021-07-15 18:57:42.010 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2021-07-15 18:57:42.013 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-07-15 18:57:42.015 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-07-15 18:57:42.028 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-07-15 18:57:42.028 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-07-15 18:57:42.036 | d /var/run/uwsgi 0755 ubuntu root 2021-07-15 18:57:42.039 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-07-15 18:57:42.054 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-07-15 18:57:42.057 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-07-15 18:57:42.060 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-07-15 18:57:42.089 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-07-15 18:57:42.115 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-07-15 18:57:42.142 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-07-15 18:57:42.168 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-07-15 18:57:42.195 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-07-15 18:57:42.221 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-07-15 18:57:42.248 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-07-15 18:57:42.275 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-07-15 18:57:42.301 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-07-15 18:57:42.328 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-07-15 18:57:42.354 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-07-15 18:57:42.382 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-07-15 18:57:42.408 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-07-15 18:57:42.410 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-07-15 18:57:42.413 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2021-07-15 18:57:42.415 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2021-07-15 18:57:42.418 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-07-15 18:57:42.420 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:42.422 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:42.425 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-07-15 18:57:42.427 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-07-15 18:57:42.430 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-07-15 18:57:42.456 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-07-15 18:57:42.483 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-07-15 18:57:42.484 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-07-15 18:57:42.492 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-07-15 18:57:42.496 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2021-07-15 18:57:42.498 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2021-07-15 18:57:42.500 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-07-15 18:57:42.502 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-07-15 18:57:42.505 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-07-15 18:57:42.507 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:42.509 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:42.511 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-07-15 18:57:42.514 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-07-15 18:57:42.516 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:42.518 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:42.521 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2021-07-15 18:57:42.581 | Enabling site keystone-wsgi-public. 2021-07-15 18:57:42.587 | To activate the new configuration, you need to run: 2021-07-15 18:57:42.587 | systemctl reload apache2 2021-07-15 18:57:42.591 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-07-15 18:57:42.593 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-07-15 18:57:42.595 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-07-15 18:57:42.598 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-07-15 18:57:42.724 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-07-15 18:57:42.726 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-07-15 18:57:42.728 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-07-15 18:57:42.732 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2021-07-15 18:57:42.734 | + lib/apache:write_uwsgi_config:257 : local http= 2021-07-15 18:57:42.736 | + lib/apache:write_uwsgi_config:258 : local name= 2021-07-15 18:57:42.740 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2021-07-15 18:57:42.744 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2021-07-15 18:57:42.747 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-07-15 18:57:42.750 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-07-15 18:57:42.762 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-07-15 18:57:42.762 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-07-15 18:57:42.771 | d /var/run/uwsgi 0755 ubuntu root 2021-07-15 18:57:42.774 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-07-15 18:57:42.790 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-07-15 18:57:42.792 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-07-15 18:57:42.796 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-07-15 18:57:42.826 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-07-15 18:57:42.853 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-07-15 18:57:42.880 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-07-15 18:57:42.907 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-07-15 18:57:42.934 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-07-15 18:57:42.961 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-07-15 18:57:42.988 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-07-15 18:57:43.015 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-07-15 18:57:43.042 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-07-15 18:57:43.069 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-07-15 18:57:43.096 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-07-15 18:57:43.123 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-07-15 18:57:43.150 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-07-15 18:57:43.153 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-07-15 18:57:43.156 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2021-07-15 18:57:43.158 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2021-07-15 18:57:43.160 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-07-15 18:57:43.162 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:43.165 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:43.168 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-07-15 18:57:43.171 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-07-15 18:57:43.173 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-07-15 18:57:43.200 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-07-15 18:57:43.228 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-07-15 18:57:43.228 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-07-15 18:57:43.237 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-07-15 18:57:43.240 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2021-07-15 18:57:43.242 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2021-07-15 18:57:43.244 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-07-15 18:57:43.247 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-07-15 18:57:43.249 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-07-15 18:57:43.251 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:43.254 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:43.256 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-07-15 18:57:43.258 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-07-15 18:57:43.261 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-07-15 18:57:43.263 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-07-15 18:57:43.266 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2021-07-15 18:57:43.327 | Enabling site keystone-wsgi-admin. 2021-07-15 18:57:43.332 | To activate the new configuration, you need to run: 2021-07-15 18:57:43.332 | systemctl reload apache2 2021-07-15 18:57:43.337 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-07-15 18:57:43.339 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-07-15 18:57:43.342 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-07-15 18:57:43.344 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-07-15 18:57:43.471 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-07-15 18:57:43.500 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-07-15 18:57:43.531 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-07-15 18:57:43.561 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-07-15 18:57:43.563 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-07-15 18:57:43.593 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-07-15 18:57:43.621 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-07-15 18:57:43.649 | + ./stack.sh:main:869 : is_service_enabled swift 2021-07-15 18:57:43.665 | + functions-common:is_service_enabled:1965 : return 0 2021-07-15 18:57:43.668 | + ./stack.sh:main:870 : is_service_enabled ceilometer 2021-07-15 18:57:43.685 | + functions-common:is_service_enabled:1965 : return 1 2021-07-15 18:57:43.687 | + ./stack.sh:main:873 : stack_install_service swift 2021-07-15 18:57:43.689 | + lib/stack:stack_install_service:20 : local service=swift 2021-07-15 18:57:43.692 | + lib/stack:stack_install_service:21 : type install_swift 2021-07-15 18:57:43.694 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-07-15 18:57:43.696 | + lib/stack:stack_install_service:32 : install_swift 2021-07-15 18:57:43.699 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-07-15 18:57:43.702 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-07-15 18:57:43.704 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-07-15 18:57:43.706 | + functions-common:git_clone:525 : local git_ref=master 2021-07-15 18:57:43.708 | + functions-common:git_clone:526 : local orig_dir 2021-07-15 18:57:43.711 | ++ functions-common:git_clone:527 : pwd 2021-07-15 18:57:43.713 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-07-15 18:57:43.716 | + functions-common:git_clone:528 : local git_clone_flags= 2021-07-15 18:57:43.718 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-07-15 18:57:43.734 | + functions-common:git_clone:530 : RECLONE=False 2021-07-15 18:57:43.736 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-07-15 18:57:43.738 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-07-15 18:57:43.741 | + functions-common:git_clone:544 : echo master 2021-07-15 18:57:43.741 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-07-15 18:57:43.746 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-07-15 18:57:43.749 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-07-15 18:57:43.751 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-07-15 18:57:43.754 | + functions-common:git_clone:593 : git show --oneline 2021-07-15 18:57:43.754 | + functions-common:git_clone:593 : head -1 2021-07-15 18:57:43.759 | b04e7c2e5 Merge "Switch get(full)argspec function according to python version" 2021-07-15 18:57:43.762 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-07-15 18:57:43.765 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2021-07-15 18:57:43.767 | + inc/python:setup_develop:338 : local bindep 2021-07-15 18:57:43.769 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-07-15 18:57:43.772 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-07-15 18:57:43.774 | + inc/python:setup_develop:344 : local extras=keystone 2021-07-15 18:57:43.776 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-07-15 18:57:43.779 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-07-15 18:57:43.781 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-07-15 18:57:43.783 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-07-15 18:57:43.786 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-07-15 18:57:43.788 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-07-15 18:57:43.791 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-07-15 18:57:43.793 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-07-15 18:57:43.796 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-07-15 18:57:43.798 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-07-15 18:57:43.801 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-07-15 18:57:43.804 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-07-15 18:57:43.810 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2021-07-15 18:57:43.812 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-07-15 18:57:44.427 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2021-07-15 18:57:44.430 | + inc/python:setup_package:417 : local bindep=0 2021-07-15 18:57:44.432 | + inc/python:setup_package:418 : local bindep_flag= 2021-07-15 18:57:44.435 | + inc/python:setup_package:419 : local bindep_profiles= 2021-07-15 18:57:44.437 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2021-07-15 18:57:44.439 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2021-07-15 18:57:44.441 | + inc/python:setup_package:426 : local flags=-e 2021-07-15 18:57:44.444 | + inc/python:setup_package:427 : local extras=keystone 2021-07-15 18:57:44.446 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-07-15 18:57:44.449 | + inc/python:setup_package:431 : [[ -z keystone ]] 2021-07-15 18:57:44.451 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2021-07-15 18:57:44.453 | + inc/python:setup_package:437 : extras='[keystone]' 2021-07-15 18:57:44.455 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-07-15 18:57:44.458 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2021-07-15 18:57:44.478 | Using python 3.8 to install /opt/stack/swift 2021-07-15 18:57:44.480 | + 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]' 2021-07-15 18:57:45.165 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:45.166 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:45.166 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-07-15 18:57:45.166 | from cryptography.utils import int_from_bytes 2021-07-15 18:57:46.180 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-07-15 18:57:46.180 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-07-15 18:57:46.185 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.185 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.186 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.187 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.189 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.192 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.200 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.203 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-07-15 18:57:46.205 | Obtaining file:///opt/stack/swift 2021-07-15 18:57:47.580 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-07-15 18:57:48.897 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-07-15 18:57:48.906 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7) 2021-07-15 18:57:48.946 | Requirement already satisfied: eventlet===0.31.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.31.1) 2021-07-15 18:57:48.955 | Requirement already satisfied: greenlet===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.0) 2021-07-15 18:57:48.960 | Requirement already satisfied: keystonemiddleware===9.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (9.3.0) 2021-07-15 18:57:49.814 | Collecting lxml===4.6.3 2021-07-15 18:57:49.840 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/8116b6e628118/lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB) 2021-07-15 18:57:50.346 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.11.0) 2021-07-15 18:57:50.348 | Requirement already satisfied: oslo.cache===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (2.8.1) 2021-07-15 18:57:50.384 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.7.0) 2021-07-15 18:57:50.423 | Requirement already satisfied: oslo.context===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.3.0) 2021-07-15 18:57:50.429 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (5.0.1) 2021-07-15 18:57:50.435 | Requirement already satisfied: oslo.log===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.6.0) 2021-07-15 18:57:50.473 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.1.0) 2021-07-15 18:57:50.482 | Requirement already satisfied: oslo.utils===4.9.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (4.9.2) 2021-07-15 18:57:50.498 | Requirement already satisfied: packaging===21.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (21.0) 2021-07-15 18:57:50.503 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (5.6.0) 2021-07-15 18:57:50.506 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (3.1.1) 2021-07-15 18:57:50.613 | Collecting pyeclib===1.6.0 2021-07-15 18:57:50.635 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-07-15 18:57:51.911 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.9.6) 2021-07-15 18:57:51.913 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (2.4.7) 2021-07-15 18:57:51.916 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (2.8.1) 2021-07-15 18:57:51.921 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (4.2.0) 2021-07-15 18:57:51.939 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2021.1) 2021-07-15 18:57:51.943 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (2.25.1) 2021-07-15 18:57:51.963 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (1.5.0) 2021-07-15 18:57:51.967 | Requirement already satisfied: setuptools===57.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (57.1.0) 2021-07-15 18:57:52.013 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (1.16.0) 2021-07-15 18:57:52.016 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.3.0) 2021-07-15 18:57:52.023 | Requirement already satisfied: urllib3===1.26.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (1.26.6) 2021-07-15 18:57:52.147 | Collecting xattr===0.9.7 2021-07-15 18:57:52.162 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-07-15 18:57:52.944 | Requirement already satisfied: cffi===1.14.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.14.6) 2021-07-15 18:57:52.948 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-07-15 18:57:52.956 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1) 2021-07-15 18:57:53.016 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-07-15 18:57:53.029 | Requirement already satisfied: dogpile.cache===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.3) 2021-07-15 18:57:53.035 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0) 2021-07-15 18:57:53.039 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-07-15 18:57:53.043 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-07-15 18:57:53.050 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2) 2021-07-15 18:57:53.053 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14) 2021-07-15 18:57:53.056 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-07-15 18:57:53.060 | Requirement already satisfied: certifi===2021.5.30 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (2021.5.30) 2021-07-15 18:57:53.062 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-07-15 18:57:53.066 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.20) 2021-07-15 18:57:53.068 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.7.0) 2021-07-15 18:57:53.072 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-07-15 18:57:53.076 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (1.12.1) 2021-07-15 18:57:53.079 | Building wheels for collected packages: pyeclib, xattr 2021-07-15 18:57:53.080 | Building wheel for pyeclib (setup.py): started 2021-07-15 18:57:54.382 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-07-15 18:57:54.384 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55512 sha256=a86c688d34f551495a342509097e9ab50143d2039a53453cda2f272c7e4f6b5f 2021-07-15 18:57:54.384 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2021-07-15 18:57:54.386 | Building wheel for xattr (setup.py): started