2020-10-14 12:48:25.044 | + ./stack.sh:main:457 : exec 2020-10-14 12:48:25.044 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-10-14-124824' 2020-10-14 12:48:25.044 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-10-14-124824.summary.2020-10-14-124824 2020-10-14 12:48:25.045 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-14 12:48:25.045 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-10-14-124824 2020-10-14 12:48:25.045 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-10-14-124824 /opt/stack/logs/stack.sh.log 2020-10-14 12:48:25.045 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-10-14-124824.summary.2020-10-14-124824 /opt/stack/logs/stack.sh.log.summary 2020-10-14 12:48:25.045 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:620 : local real_path 2020-10-14 12:48:25.045 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-10-14 12:48:25.045 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-10-14 12:48:25.045 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-10-14 12:48:25.045 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-10-14 12:48:25.045 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-10-14 12:48:25.045 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-10-14 12:48:25.045 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-10-14 12:48:25.047 | + ./stack.sh:main:530 : trap err_trap ERR 2020-10-14 12:48:25.049 | + ./stack.sh:main:543 : set -o errexit 2020-10-14 12:48:25.051 | + ./stack.sh:main:546 : uname -a 2020-10-14 12:48:25.052 | Linux dv-cinder-733622-9-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-10-14 12:48:25.054 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-10-14 12:48:25.056 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-10-14 12:48:25.059 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-10-14 12:48:25.083 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-10-14 12:48:25.097 | + ./stack.sh:main:560 : fetch_plugins 2020-10-14 12:48:25.099 | + functions-common:fetch_plugins:1656 : local plugins= 2020-10-14 12:48:25.101 | + functions-common:fetch_plugins:1657 : local plugin 2020-10-14 12:48:25.102 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2020-10-14 12:48:25.105 | + functions-common:fetch_plugins:1661 : return 2020-10-14 12:48:25.107 | + ./stack.sh:main:564 : run_phase override_defaults 2020-10-14 12:48:25.109 | + functions-common:run_phase:1738 : local mode=override_defaults 2020-10-14 12:48:25.111 | + functions-common:run_phase:1739 : local phase= 2020-10-14 12:48:25.112 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-10-14 12:48:25.114 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-10-14 12:48:25.116 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-10-14 12:48:25.118 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-10-14 12:48:25.119 | + functions-common:run_phase:1748 : local extra 2020-10-14 12:48:25.122 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-10-14 12:48:25.125 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-10-14 12:48:25.126 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-10-14 12:48:25.128 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-10-14 12:48:25.130 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-10-14 12:48:25.132 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-10-14 12:48:25.144 | ++ functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:25.145 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-10-14 12:48:25.147 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-14 12:48:25.149 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-14 12:48:25.151 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-14 12:48:25.152 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-14 12:48:25.154 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-14 12:48:25.156 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-10-14 12:48:25.157 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-10-14 12:48:25.159 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-10-14 12:48:25.161 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-10-14 12:48:25.163 | + functions-common:run_phase:1763 : plugin_override_defaults 2020-10-14 12:48:25.164 | + functions-common:plugin_override_defaults:1697 : local plugins= 2020-10-14 12:48:25.166 | + functions-common:plugin_override_defaults:1698 : local plugin 2020-10-14 12:48:25.168 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2020-10-14 12:48:25.170 | + functions-common:plugin_override_defaults:1702 : return 2020-10-14 12:48:25.172 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-10-14 12:48:25.189 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-10-14 12:48:25.191 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-10-14 12:48:25.203 | ++ functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:48:25.206 | +++ lib/tls:source:43 : hostname -f 2020-10-14 12:48:25.209 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-10-14 12:48:25.211 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-10-14 12:48:25.213 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-10-14 12:48:25.215 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-10-14 12:48:25.216 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-10-14 12:48:25.218 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-10-14 12:48:25.220 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-10-14 12:48:25.222 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-10-14 12:48:25.224 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-10-14 12:48:25.225 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-10-14 12:48:25.230 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-10-14 12:48:25.242 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-10-14 12:48:25.258 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-10-14 12:48:25.269 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-10-14 12:48:25.280 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-10-14 12:48:25.304 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-10-14 12:48:25.338 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-10-14 12:48:25.408 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-10-14 12:48:25.428 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-10-14 12:48:25.458 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-10-14 12:48:25.503 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-10-14 12:48:25.622 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-10-14 12:48:25.634 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-10-14 12:48:25.646 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-10-14 12:48:25.658 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-10-14 12:48:25.747 | + ./stack.sh:main:593 : run_phase source 2020-10-14 12:48:25.749 | + functions-common:run_phase:1738 : local mode=source 2020-10-14 12:48:25.751 | + functions-common:run_phase:1739 : local phase= 2020-10-14 12:48:25.753 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-10-14 12:48:25.755 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-10-14 12:48:25.757 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-10-14 12:48:25.759 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-10-14 12:48:25.761 | + functions-common:run_phase:1748 : local extra 2020-10-14 12:48:25.764 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-10-14 12:48:25.767 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-10-14 12:48:25.769 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-10-14 12:48:25.771 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-10-14 12:48:25.773 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-10-14 12:48:25.775 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-10-14 12:48:25.788 | ++ functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:25.790 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-10-14 12:48:25.792 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-10-14 12:48:25.826 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-10-14 12:48:25.829 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-10-14 12:48:25.831 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2020-10-14 12:48:25.833 | + functions-common:run_phase:1760 : load_plugin_settings 2020-10-14 12:48:25.835 | + functions-common:load_plugin_settings:1674 : local plugins= 2020-10-14 12:48:25.837 | + functions-common:load_plugin_settings:1675 : local plugin 2020-10-14 12:48:25.839 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2020-10-14 12:48:25.842 | + functions-common:load_plugin_settings:1679 : return 2020-10-14 12:48:25.844 | + functions-common:run_phase:1761 : verify_disabled_services 2020-10-14 12:48:25.846 | + functions-common:verify_disabled_services:2021 : local service 2020-10-14 12:48:25.848 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.850 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-10-14 12:48:25.853 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.855 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2020-10-14 12:48:25.858 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.860 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2020-10-14 12:48:25.862 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.865 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2020-10-14 12:48:25.867 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.869 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2020-10-14 12:48:25.871 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.874 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2020-10-14 12:48:25.876 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.878 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2020-10-14 12:48:25.881 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.883 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2020-10-14 12:48:25.885 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.887 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2020-10-14 12:48:25.890 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.892 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2020-10-14 12:48:25.894 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.896 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2020-10-14 12:48:25.899 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.901 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2020-10-14 12:48:25.903 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.905 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2020-10-14 12:48:25.907 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.910 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2020-10-14 12:48:25.912 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.914 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2020-10-14 12:48:25.916 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.919 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-10-14 12:48:25.921 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.923 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-10-14 12:48:25.926 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.928 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-10-14 12:48:25.930 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.932 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-10-14 12:48:25.934 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.937 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-10-14 12:48:25.939 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.941 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2020-10-14 12:48:25.943 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.945 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2020-10-14 12:48:25.948 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.950 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2020-10-14 12:48:25.952 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.955 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2020-10-14 12:48:25.957 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.959 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2020-10-14 12:48:25.961 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.963 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-10-14 12:48:25.966 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.969 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2020-10-14 12:48:25.971 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.973 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2020-10-14 12:48:25.975 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.977 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2020-10-14 12:48:25.980 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.982 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2020-10-14 12:48:25.984 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.986 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-10-14 12:48:25.988 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.991 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2020-10-14 12:48:25.993 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.995 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2020-10-14 12:48:25.997 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:25.999 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2020-10-14 12:48:26.002 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.004 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2020-10-14 12:48:26.006 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.008 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2020-10-14 12:48:26.010 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.013 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2020-10-14 12:48:26.015 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.017 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2020-10-14 12:48:26.020 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.022 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2020-10-14 12:48:26.024 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-14 12:48:26.026 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2020-10-14 12:48:26.029 | + ./stack.sh:main:664 : initialize_database_backends 2020-10-14 12:48:26.032 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-10-14 12:48:26.034 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-10-14 12:48:26.049 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:26.051 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-10-14 12:48:26.053 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-10-14 12:48:26.055 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-10-14 12:48:26.069 | + functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:48:26.072 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-10-14 12:48:26.074 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-10-14 12:48:26.077 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-10-14 12:48:26.079 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-10-14 12:48:26.081 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-10-14 12:48:26.083 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-10-14 12:48:26.085 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-10-14 12:48:26.088 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-10-14 12:48:26.090 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-10-14 12:48:26.092 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-10-14 12:48:26.095 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-10-14 12:48:26.097 | + lib/database:initialize_database_backends:104 : return 0 2020-10-14 12:48:26.100 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-10-14 12:48:26.100 | Using mysql database backend 2020-10-14 12:48:26.102 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-10-14 12:48:26.116 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-10-14 12:48:26.131 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:26.133 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-10-14 12:48:26.149 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-10-14 12:48:26.163 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:26.166 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-10-14 12:48:26.180 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-10-14 12:48:26.195 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-10-14 12:48:26.210 | + functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:48:26.213 | + ./stack.sh:main:712 : is_service_enabled nova 2020-10-14 12:48:26.227 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:26.230 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-10-14 12:48:26.232 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-10-14 12:48:26.248 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:48:26.250 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-10-14 12:48:26.265 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-10-14 12:48:26.267 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-10-14 12:48:26.270 | + ./stack.sh:main:734 : save_stackenv 734 2020-10-14 12:48:26.272 | + functions-common:save_stackenv:60 : local tag=734 2020-10-14 12:48:26.275 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-10-14 12:48:26.278 | + functions-common:save_stackenv:62 : time_stamp=2020-10-14-124826 2020-10-14 12:48:26.280 | + functions-common:save_stackenv:63 : echo '# 2020-10-14-124826 734' 2020-10-14 12:48:26.283 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.285 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-10-14 12:48:26.287 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.289 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-10-14 12:48:26.292 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.294 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-10-14 12:48:26.296 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.298 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-10-14 12:48:26.301 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.303 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.32 2020-10-14 12:48:26.305 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.307 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.32/identity 2020-10-14 12:48:26.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.312 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-10-14-124824 2020-10-14 12:48:26.315 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.317 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-10-14 12:48:26.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.321 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.32 2020-10-14 12:48:26.324 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.327 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-10-14 12:48:26.329 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.331 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-10-14 12:48:26.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.336 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-10-14 12:48:26.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-14 12:48:26.340 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-10-14 12:48:26.342 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-10-14 12:48:26.345 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-10-14 12:48:26.347 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-10-14 12:48:26.349 | + functions-common:git_clone:527 : local git_ref=master 2020-10-14 12:48:26.351 | + functions-common:git_clone:528 : local orig_dir 2020-10-14 12:48:26.354 | ++ functions-common:git_clone:529 : pwd 2020-10-14 12:48:26.356 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-10-14 12:48:26.358 | + functions-common:git_clone:530 : local git_clone_flags= 2020-10-14 12:48:26.361 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-10-14 12:48:26.375 | + functions-common:git_clone:532 : RECLONE=False 2020-10-14 12:48:26.377 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-10-14 12:48:26.380 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-10-14 12:48:26.382 | + functions-common:git_clone:546 : echo master 2020-10-14 12:48:26.383 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-10-14 12:48:26.387 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-10-14 12:48:26.389 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-10-14 12:48:26.392 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-10-14 12:48:26.394 | + functions-common:git_clone:595 : git show --oneline 2020-10-14 12:48:26.395 | + functions-common:git_clone:595 : head -1 2020-10-14 12:48:26.397 | 486666ac Add Python3 wallaby unit tests 2020-10-14 12:48:26.399 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-10-14 12:48:26.401 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-10-14 12:48:26.404 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-14 12:48:26.406 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-10-14 12:48:26.408 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-10-14 12:48:26.411 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-10-14 12:48:26.413 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-10-14 12:48:26.415 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-10-14 12:48:26.418 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-10-14 12:48:26.420 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-10-14 12:48:26.423 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-10-14 12:48:26.425 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-10-14 12:48:26.429 | ++ tools/install_prereqs.sh:source:47 : NOW=1602679706 2020-10-14 12:48:26.432 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-10-14 12:48:26.436 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-10-14 12:48:26.439 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-10-14 12:48:26.442 | ++ tools/install_prereqs.sh:source:49 : DELTA=1602679706 2020-10-14 12:48:26.444 | ++ tools/install_prereqs.sh:source:50 : [[ 1602679706 -lt 7200 ]] 2020-10-14 12:48:26.446 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-10-14 12:48:26.449 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2020-10-14 12:48:26.452 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-10-14 12:48:26.454 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2020-10-14 12:48:26.456 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-10-14 12:48:26.458 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2020-10-14 12:48:26.461 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-10-14 12:48:26.464 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-10-14 12:48:26.510 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-10-14 12:48:26.510 | apache2-dev 2020-10-14 12:48:26.510 | bc 2020-10-14 12:48:26.510 | bsdmainutils 2020-10-14 12:48:26.510 | curl 2020-10-14 12:48:26.510 | g++ 2020-10-14 12:48:26.510 | gcc 2020-10-14 12:48:26.510 | gettext 2020-10-14 12:48:26.510 | git 2020-10-14 12:48:26.510 | graphviz 2020-10-14 12:48:26.510 | iputils-ping 2020-10-14 12:48:26.510 | libapache2-mod-proxy-uwsgi 2020-10-14 12:48:26.510 | libffi-dev 2020-10-14 12:48:26.510 | libjpeg-dev 2020-10-14 12:48:26.510 | libmysqlclient-dev 2020-10-14 12:48:26.510 | libpcre3-dev 2020-10-14 12:48:26.510 | libpq-dev 2020-10-14 12:48:26.510 | libssl-dev 2020-10-14 12:48:26.510 | libsystemd-dev 2020-10-14 12:48:26.510 | libxml2-dev 2020-10-14 12:48:26.510 | libxslt1-dev 2020-10-14 12:48:26.510 | libyaml-dev 2020-10-14 12:48:26.510 | lsof 2020-10-14 12:48:26.510 | openssh-server 2020-10-14 12:48:26.510 | openssl 2020-10-14 12:48:26.510 | pkg-config 2020-10-14 12:48:26.510 | psmisc 2020-10-14 12:48:26.511 | python3-dev 2020-10-14 12:48:26.511 | python3-pip 2020-10-14 12:48:26.511 | python3-venv 2020-10-14 12:48:26.511 | tar 2020-10-14 12:48:26.511 | tcpdump 2020-10-14 12:48:26.511 | unzip 2020-10-14 12:48:26.511 | uuid-runtime 2020-10-14 12:48:26.511 | wget 2020-10-14 12:48:26.511 | wget 2020-10-14 12:48:26.511 | zlib1g-dev 2020-10-14 12:48:26.511 | libkrb5-dev 2020-10-14 12:48:26.511 | libldap2-dev 2020-10-14 12:48:26.511 | libsasl2-dev 2020-10-14 12:48:26.511 | memcached 2020-10-14 12:48:26.511 | python3-mysqldb 2020-10-14 12:48:26.511 | sqlite3 2020-10-14 12:48:26.511 | conntrack 2020-10-14 12:48:26.511 | curl 2020-10-14 12:48:26.511 | dnsmasq-base 2020-10-14 12:48:26.511 | dnsmasq-utils 2020-10-14 12:48:26.511 | ebtables 2020-10-14 12:48:26.511 | gawk 2020-10-14 12:48:26.511 | genisoimage 2020-10-14 12:48:26.511 | iptables 2020-10-14 12:48:26.511 | iputils-arping 2020-10-14 12:48:26.511 | kpartx 2020-10-14 12:48:26.511 | libjs-jquery-tablesorter 2020-10-14 12:48:26.511 | libmysqlclient-dev 2020-10-14 12:48:26.511 | parted 2020-10-14 12:48:26.511 | pm-utils 2020-10-14 12:48:26.511 | python3-mysqldb 2020-10-14 12:48:26.511 | socat 2020-10-14 12:48:26.511 | sqlite3 2020-10-14 12:48:26.511 | sudo 2020-10-14 12:48:26.511 | vlan 2020-10-14 12:48:26.511 | lsscsi 2020-10-14 12:48:26.511 | open-iscsi 2020-10-14 12:48:26.511 | lvm2 2020-10-14 12:48:26.511 | qemu-utils 2020-10-14 12:48:26.512 | thin-provisioning-tools 2020-10-14 12:48:26.512 | acl 2020-10-14 12:48:26.512 | dnsmasq-base 2020-10-14 12:48:26.512 | dnsmasq-utils 2020-10-14 12:48:26.512 | ebtables 2020-10-14 12:48:26.512 | haproxy 2020-10-14 12:48:26.512 | iptables 2020-10-14 12:48:26.512 | iputils-arping 2020-10-14 12:48:26.512 | iputils-ping 2020-10-14 12:48:26.512 | libmysqlclient-dev 2020-10-14 12:48:26.512 | postgresql-server-dev-all 2020-10-14 12:48:26.512 | python3-mysqldb 2020-10-14 12:48:26.512 | sqlite3 2020-10-14 12:48:26.512 | sudo 2020-10-14 12:48:26.512 | vlan 2020-10-14 12:48:26.512 | ipset 2020-10-14 12:48:26.512 | conntrack 2020-10-14 12:48:26.512 | conntrackd 2020-10-14 12:48:26.512 | keepalived 2020-10-14 12:48:26.512 | dstat 2020-10-14 12:48:26.512 | lvm2 2020-10-14 12:48:26.512 | qemu-utils 2020-10-14 12:48:26.512 | thin-provisioning-tools 2020-10-14 12:48:26.512 | curl 2020-10-14 12:48:26.512 | liberasurecode-dev 2020-10-14 12:48:26.512 | make 2020-10-14 12:48:26.512 | memcached 2020-10-14 12:48:26.512 | sqlite3 2020-10-14 12:48:26.512 | xfsprogs' 2020-10-14 12:48:26.515 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-10-14 12:48:26.531 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-10-14 12:48:26.531 | apache2-dev 2020-10-14 12:48:26.531 | bc 2020-10-14 12:48:26.531 | bsdmainutils 2020-10-14 12:48:26.531 | curl 2020-10-14 12:48:26.531 | g++ 2020-10-14 12:48:26.531 | gcc 2020-10-14 12:48:26.531 | gettext 2020-10-14 12:48:26.531 | git 2020-10-14 12:48:26.531 | graphviz 2020-10-14 12:48:26.531 | iputils-ping 2020-10-14 12:48:26.531 | libapache2-mod-proxy-uwsgi 2020-10-14 12:48:26.531 | libffi-dev 2020-10-14 12:48:26.531 | libjpeg-dev 2020-10-14 12:48:26.532 | libmysqlclient-dev 2020-10-14 12:48:26.532 | libpcre3-dev 2020-10-14 12:48:26.532 | libpq-dev 2020-10-14 12:48:26.532 | libssl-dev 2020-10-14 12:48:26.532 | libsystemd-dev 2020-10-14 12:48:26.532 | libxml2-dev 2020-10-14 12:48:26.532 | libxslt1-dev 2020-10-14 12:48:26.532 | libyaml-dev 2020-10-14 12:48:26.532 | lsof 2020-10-14 12:48:26.532 | openssh-server 2020-10-14 12:48:26.532 | openssl 2020-10-14 12:48:26.532 | pkg-config 2020-10-14 12:48:26.532 | psmisc 2020-10-14 12:48:26.532 | python3-dev 2020-10-14 12:48:26.532 | python3-pip 2020-10-14 12:48:26.532 | python3-venv 2020-10-14 12:48:26.532 | tar 2020-10-14 12:48:26.532 | tcpdump 2020-10-14 12:48:26.532 | unzip 2020-10-14 12:48:26.532 | uuid-runtime 2020-10-14 12:48:26.532 | wget 2020-10-14 12:48:26.532 | wget 2020-10-14 12:48:26.532 | zlib1g-dev 2020-10-14 12:48:26.532 | libkrb5-dev 2020-10-14 12:48:26.532 | libldap2-dev 2020-10-14 12:48:26.532 | libsasl2-dev 2020-10-14 12:48:26.532 | memcached 2020-10-14 12:48:26.532 | python3-mysqldb 2020-10-14 12:48:26.532 | sqlite3 2020-10-14 12:48:26.532 | conntrack 2020-10-14 12:48:26.532 | curl 2020-10-14 12:48:26.532 | dnsmasq-base 2020-10-14 12:48:26.532 | dnsmasq-utils 2020-10-14 12:48:26.532 | ebtables 2020-10-14 12:48:26.532 | gawk 2020-10-14 12:48:26.532 | genisoimage 2020-10-14 12:48:26.532 | iptables 2020-10-14 12:48:26.532 | iputils-arping 2020-10-14 12:48:26.532 | kpartx 2020-10-14 12:48:26.533 | libjs-jquery-tablesorter 2020-10-14 12:48:26.533 | libmysqlclient-dev 2020-10-14 12:48:26.533 | parted 2020-10-14 12:48:26.533 | pm-utils 2020-10-14 12:48:26.533 | python3-mysqldb 2020-10-14 12:48:26.533 | socat 2020-10-14 12:48:26.533 | sqlite3 2020-10-14 12:48:26.533 | sudo 2020-10-14 12:48:26.533 | vlan 2020-10-14 12:48:26.533 | lsscsi 2020-10-14 12:48:26.533 | open-iscsi 2020-10-14 12:48:26.533 | lvm2 2020-10-14 12:48:26.533 | qemu-utils 2020-10-14 12:48:26.533 | thin-provisioning-tools 2020-10-14 12:48:26.533 | acl 2020-10-14 12:48:26.533 | dnsmasq-base 2020-10-14 12:48:26.533 | dnsmasq-utils 2020-10-14 12:48:26.533 | ebtables 2020-10-14 12:48:26.533 | haproxy 2020-10-14 12:48:26.533 | iptables 2020-10-14 12:48:26.533 | iputils-arping 2020-10-14 12:48:26.533 | iputils-ping 2020-10-14 12:48:26.533 | libmysqlclient-dev 2020-10-14 12:48:26.533 | postgresql-server-dev-all 2020-10-14 12:48:26.533 | python3-mysqldb 2020-10-14 12:48:26.533 | sqlite3 2020-10-14 12:48:26.533 | sudo 2020-10-14 12:48:26.533 | vlan 2020-10-14 12:48:26.533 | ipset 2020-10-14 12:48:26.533 | conntrack 2020-10-14 12:48:26.533 | conntrackd 2020-10-14 12:48:26.533 | keepalived 2020-10-14 12:48:26.533 | dstat 2020-10-14 12:48:26.533 | lvm2 2020-10-14 12:48:26.533 | qemu-utils 2020-10-14 12:48:26.533 | thin-provisioning-tools 2020-10-14 12:48:26.534 | curl 2020-10-14 12:48:26.534 | liberasurecode-dev 2020-10-14 12:48:26.534 | make 2020-10-14 12:48:26.534 | memcached 2020-10-14 12:48:26.534 | sqlite3 2020-10-14 12:48:26.534 | xfsprogs ' 2020-10-14 12:48:26.534 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-10-14 12:48:26.536 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:48:26.538 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:48:26.541 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-10-14 12:48:26.541 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ 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-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 gawk 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 ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-14 12:48:26.546 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ 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-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 gawk 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 ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-14 12:48:26.548 | ++ functions-common:install_package:1344 : update_package_repo 2020-10-14 12:48:26.551 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:48:26.553 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-10-14 12:48:26.555 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:48:26.557 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:48:26.560 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:48:26.562 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:48:26.564 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:48:26.567 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:48:26.569 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-10-14 12:48:26.571 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-10-14 12:48:26.573 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-10-14 12:48:26.576 | +++ functions-common:apt_get_update:1078 : id -u 2020-10-14 12:48:26.580 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-10-14 12:48:26.582 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-10-14 12:48:26.584 | ++ functions-common:time_start:2296 : local name=apt-get-update 2020-10-14 12:48:26.586 | ++ functions-common:time_start:2297 : local start_time= 2020-10-14 12:48:26.588 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2020-10-14 12:48:26.591 | +++ functions-common:time_start:2301 : date +%s%3N 2020-10-14 12:48:26.594 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1602679706592 2020-10-14 12:48:26.597 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-10-14 12:48:26.599 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-10-14 12:48:26.601 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-10-14 12:48:27.289 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-10-14 12:48:27.289 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-14 12:48:27.378 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-10-14 12:48:27.451 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-10-14 12:48:29.576 | Reading package lists... 2020-10-14 12:48:29.634 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-10-14 12:48:29.636 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-10-14 12:48:29.638 | ++ functions-common:time_stop:2310 : local name 2020-10-14 12:48:29.641 | ++ functions-common:time_stop:2311 : local end_time 2020-10-14 12:48:29.643 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:48:29.645 | ++ functions-common:time_stop:2313 : local total 2020-10-14 12:48:29.647 | ++ functions-common:time_stop:2314 : local start_time 2020-10-14 12:48:29.649 | ++ functions-common:time_stop:2316 : name=apt-get-update 2020-10-14 12:48:29.651 | ++ functions-common:time_stop:2317 : start_time=1602679706592 2020-10-14 12:48:29.653 | ++ functions-common:time_stop:2319 : [[ -z 1602679706592 ]] 2020-10-14 12:48:29.656 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:48:29.660 | ++ functions-common:time_stop:2322 : end_time=1602679709657 2020-10-14 12:48:29.662 | ++ functions-common:time_stop:2323 : elapsed_time=3065 2020-10-14 12:48:29.664 | ++ functions-common:time_stop:2324 : total=0 2020-10-14 12:48:29.666 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:48:29.669 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3065 2020-10-14 12:48:29.671 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ 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-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 gawk 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 ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-14 12:48:29.674 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:48:29.676 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:48:29.678 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:48:29.681 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ 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-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 gawk 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 ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-14 12:48:29.701 | ++ functions-common:apt_get:1111 : 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++ 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-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 gawk 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 ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-14 12:48:29.819 | Reading package lists... 2020-10-14 12:48:30.056 | Building dependency tree... 2020-10-14 12:48:30.057 | Reading state information... 2020-10-14 12:48:30.288 | acl is already the newest version (2.2.52-3build1). 2020-10-14 12:48:30.288 | acl set to manually installed. 2020-10-14 12:48:30.288 | bc is already the newest version (1.07.1-2). 2020-10-14 12:48:30.288 | bc set to manually installed. 2020-10-14 12:48:30.288 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-10-14 12:48:30.288 | bsdmainutils set to manually installed. 2020-10-14 12:48:30.288 | dnsmasq-base is already the newest version (2.79-1). 2020-10-14 12:48:30.288 | dnsmasq-base set to manually installed. 2020-10-14 12:48:30.288 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-10-14 12:48:30.288 | gawk set to manually installed. 2020-10-14 12:48:30.288 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-10-14 12:48:30.288 | iptables set to manually installed. 2020-10-14 12:48:30.288 | libpcre3-dev is already the newest version (2:8.39-9). 2020-10-14 12:48:30.288 | lsof is already the newest version (4.89+dfsg-0.1). 2020-10-14 12:48:30.289 | lsof set to manually installed. 2020-10-14 12:48:30.289 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-10-14 12:48:30.289 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-10-14 12:48:30.289 | ebtables set to manually installed. 2020-10-14 12:48:30.289 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-10-14 12:48:30.289 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-10-14 12:48:30.289 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-10-14 12:48:30.289 | parted is already the newest version (3.2-20ubuntu0.2). 2020-10-14 12:48:30.289 | parted set to manually installed. 2020-10-14 12:48:30.289 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-10-14 12:48:30.289 | psmisc set to manually installed. 2020-10-14 12:48:30.289 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-10-14 12:48:30.289 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-10-14 12:48:30.289 | tar set to manually installed. 2020-10-14 12:48:30.289 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-10-14 12:48:30.289 | wget set to manually installed. 2020-10-14 12:48:30.289 | The following packages were automatically installed and are no longer required: 2020-10-14 12:48:30.289 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:48:30.289 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:48:30.289 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-10-14 12:48:30.289 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-10-14 12:48:30.289 | python3-twisted-bin python3-zope.interface 2020-10-14 12:48:30.289 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:48:30.289 | The following additional packages will be installed: 2020-10-14 12:48:30.289 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-10-14 12:48:30.289 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-10-14 12:48:30.289 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-10-14 12:48:30.289 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-10-14 12:48:30.289 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-10-14 12:48:30.290 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-10-14 12:48:30.290 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-10-14 12:48:30.290 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-10-14 12:48:30.290 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-10-14 12:48:30.290 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-10-14 12:48:30.290 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-10-14 12:48:30.290 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-10-14 12:48:30.290 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 libgts-0.7-5 2020-10-14 12:48:30.290 | libgts-bin libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 2020-10-14 12:48:30.290 | libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 libicu-dev 2020-10-14 12:48:30.290 | libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 libiscsi7 2020-10-14 12:48:30.290 | libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev 2020-10-14 12:48:30.290 | libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 libkadm5srv-mit11 2020-10-14 12:48:30.290 | libkdb5-9 liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 2020-10-14 12:48:30.290 | liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-10-14 12:48:30.290 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-10-14 12:48:30.290 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-10-14 12:48:30.290 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-10-14 12:48:30.290 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-10-14 12:48:30.290 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-10-14 12:48:30.290 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-10-14 12:48:30.290 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-10-14 12:48:30.290 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-10-14 12:48:30.290 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-10-14 12:48:30.290 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-10-14 12:48:30.290 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-10-14 12:48:30.290 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-10-14 12:48:30.290 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-10-14 12:48:30.290 | uuid-dev uwsgi-core vbetool x11-common 2020-10-14 12:48:30.291 | Suggested packages: 2020-10-14 12:48:30.291 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-10-14 12:48:30.291 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-10-14 12:48:30.291 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-10-14 12:48:30.291 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-10-14 12:48:30.291 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-10-14 12:48:30.291 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-10-14 12:48:30.292 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-10-14 12:48:30.292 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-10-14 12:48:30.292 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-10-14 12:48:30.292 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-10-14 12:48:30.292 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-10-14 12:48:30.292 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-10-14 12:48:30.292 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-10-14 12:48:30.292 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-10-14 12:48:30.292 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-10-14 12:48:30.292 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-10-14 12:48:30.292 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-10-14 12:48:30.292 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-10-14 12:48:30.292 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-10-14 12:48:30.292 | uwsgi-extra uwsgi-dev 2020-10-14 12:48:30.533 | The following NEW packages will be installed: 2020-10-14 12:48:30.534 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-10-14 12:48:30.534 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-10-14 12:48:30.534 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-10-14 12:48:30.534 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-10-14 12:48:30.534 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-10-14 12:48:30.534 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-10-14 12:48:30.534 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-10-14 12:48:30.534 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-10-14 12:48:30.534 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-10-14 12:48:30.534 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-10-14 12:48:30.534 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-10-14 12:48:30.534 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-10-14 12:48:30.534 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-10-14 12:48:30.534 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-10-14 12:48:30.534 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-10-14 12:48:30.534 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-10-14 12:48:30.534 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-10-14 12:48:30.534 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-10-14 12:48:30.534 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-10-14 12:48:30.534 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-10-14 12:48:30.534 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-10-14 12:48:30.534 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-10-14 12:48:30.534 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-10-14 12:48:30.534 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-10-14 12:48:30.534 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-10-14 12:48:30.534 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-10-14 12:48:30.534 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-10-14 12:48:30.534 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-10-14 12:48:30.534 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-10-14 12:48:30.534 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-10-14 12:48:30.534 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-10-14 12:48:30.535 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-10-14 12:48:30.535 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-10-14 12:48:30.535 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-10-14 12:48:30.535 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-10-14 12:48:30.535 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-10-14 12:48:30.535 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-10-14 12:48:30.535 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-10-14 12:48:30.535 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-10-14 12:48:30.535 | The following packages will be upgraded: 2020-10-14 12:48:30.535 | curl git libcom-err2 libcurl4 libglib2.0-0 libicu60 libldap-2.4-2 2020-10-14 12:48:30.535 | libldap-common libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-10-14 12:48:30.535 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-10-14 12:48:30.536 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-10-14 12:48:30.881 | 26 upgraded, 202 newly installed, 0 to remove and 132 not upgraded. 2020-10-14 12:48:30.881 | Need to get 83.8 MB of archives. 2020-10-14 12:48:30.881 | After this operation, 263 MB of additional disk space will be used. 2020-10-14 12:48:30.881 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.42 [105 kB] 2020-10-14 12:48:31.412 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.42 [107 kB] 2020-10-14 12:48:31.498 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.42 [2,914 kB] 2020-10-14 12:48:32.140 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.42 [208 kB] 2020-10-14 12:48:32.163 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2020-10-14 12:48:32.166 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2020-10-14 12:48:32.170 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-10-14 12:48:32.183 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1,301 kB] 2020-10-14 12:48:32.451 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-10-14 12:48:32.454 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2020-10-14 12:48:32.495 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2020-10-14 12:48:32.495 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 2020-10-14 12:48:32.510 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 2020-10-14 12:48:32.523 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.6 [17.0 kB] 2020-10-14 12:48:32.524 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.6 [155 kB] 2020-10-14 12:48:32.539 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-10-14 12:48:32.540 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2020-10-14 12:48:32.650 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-10-14 12:48:34.195 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2020-10-14 12:48:34.366 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2020-10-14 12:48:34.400 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2020-10-14 12:48:34.403 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2020-10-14 12:48:34.408 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2020-10-14 12:48:34.475 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-10-14 12:48:34.751 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2020-10-14 12:48:34.971 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-10-14 12:48:34.974 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-10-14 12:48:34.998 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-10-14 12:48:35.015 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2020-10-14 12:48:35.019 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2020-10-14 12:48:35.118 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2020-10-14 12:48:35.199 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2020-10-14 12:48:35.200 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-10-14 12:48:35.201 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-10-14 12:48:35.202 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2020-10-14 12:48:35.337 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-10-14 12:48:35.338 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2020-10-14 12:48:35.338 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2020-10-14 12:48:35.589 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 2020-10-14 12:48:35.624 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.2 [427 kB] 2020-10-14 12:48:35.670 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2020-10-14 12:48:35.702 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2020-10-14 12:48:35.704 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-10-14 12:48:35.704 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2020-10-14 12:48:35.706 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-10-14 12:48:36.121 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.6 [261 kB] 2020-10-14 12:48:36.130 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-10-14 12:48:36.142 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-10-14 12:48:36.144 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-10-14 12:48:36.150 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-10-14 12:48:36.158 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-10-14 12:48:36.171 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2020-10-14 12:48:36.328 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-10-14 12:48:36.381 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-10-14 12:48:36.382 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2020-10-14 12:48:36.385 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2020-10-14 12:48:36.385 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-10-14 12:48:36.389 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2020-10-14 12:48:36.389 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2020-10-14 12:48:36.575 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-10-14 12:48:36.594 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2020-10-14 12:48:36.647 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-10-14 12:48:36.649 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2020-10-14 12:48:36.852 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2020-10-14 12:48:36.854 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-10-14 12:48:37.051 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-10-14 12:48:37.100 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2020-10-14 12:48:37.106 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2020-10-14 12:48:37.323 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2020-10-14 12:48:38.988 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2020-10-14 12:48:38.989 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-10-14 12:48:38.989 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2020-10-14 12:48:38.990 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-10-14 12:48:38.991 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-10-14 12:48:38.994 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 2020-10-14 12:48:38.999 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 2020-10-14 12:48:39.083 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-10-14 12:48:39.090 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-10-14 12:48:39.247 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-10-14 12:48:39.302 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-10-14 12:48:39.303 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-10-14 12:48:39.305 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-10-14 12:48:39.448 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-10-14 12:48:39.456 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-10-14 12:48:39.481 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2020-10-14 12:48:39.483 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2020-10-14 12:48:40.037 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-10-14 12:48:40.038 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-10-14 12:48:40.039 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-10-14 12:48:40.040 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-10-14 12:48:40.041 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-10-14 12:48:40.041 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-10-14 12:48:40.047 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-10-14 12:48:40.051 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-10-14 12:48:40.052 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-10-14 12:48:40.166 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2020-10-14 12:48:40.294 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-10-14 12:48:40.322 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2020-10-14 12:48:40.323 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2020-10-14 12:48:40.323 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-10-14 12:48:40.326 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-10-14 12:48:40.640 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-10-14 12:48:40.986 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-10-14 12:48:41.252 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-10-14 12:48:41.266 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-10-14 12:48:41.281 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2020-10-14 12:48:41.395 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2020-10-14 12:48:41.411 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2020-10-14 12:48:41.420 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-10-14 12:48:41.429 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-10-14 12:48:41.596 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-10-14 12:48:41.626 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-10-14 12:48:41.653 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-10-14 12:48:41.674 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-10-14 12:48:41.679 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-10-14 12:48:41.699 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-10-14 12:48:41.766 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2020-10-14 12:48:41.770 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2020-10-14 12:48:41.786 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-10-14 12:48:41.790 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-10-14 12:48:41.808 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-10-14 12:48:41.902 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-10-14 12:48:41.904 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-10-14 12:48:41.906 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2020-10-14 12:48:41.906 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-10-14 12:48:41.909 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2020-10-14 12:48:41.931 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2020-10-14 12:48:42.034 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2020-10-14 12:48:42.062 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.1 [54.2 kB] 2020-10-14 12:48:42.068 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.1 [37.2 kB] 2020-10-14 12:48:42.073 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.1 [49.7 kB] 2020-10-14 12:48:42.159 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.1 [38.2 kB] 2020-10-14 12:48:42.163 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2020-10-14 12:48:42.167 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.1 [120 kB] 2020-10-14 12:48:42.178 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2020-10-14 12:48:42.179 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2020-10-14 12:48:42.182 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2020-10-14 12:48:42.285 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-10-14 12:48:42.287 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-10-14 12:48:42.288 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-10-14 12:48:42.292 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2020-10-14 12:48:42.410 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2020-10-14 12:48:42.419 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-10-14 12:48:42.424 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2020-10-14 12:48:42.439 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2020-10-14 12:48:42.591 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-10-14 12:48:42.592 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2020-10-14 12:48:42.620 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-10-14 12:48:42.621 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-10-14 12:48:42.622 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2020-10-14 12:48:42.623 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-10-14 12:48:42.746 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2020-10-14 12:48:42.749 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2020-10-14 12:48:44.276 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-10-14 12:48:44.290 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-10-14 12:48:44.292 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-10-14 12:48:44.295 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2020-10-14 12:48:44.312 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-10-14 12:48:44.312 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-10-14 12:48:44.312 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-10-14 12:48:44.325 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-10-14 12:48:44.325 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2020-10-14 12:48:44.451 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-10-14 12:48:44.474 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2020-10-14 12:48:44.475 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-10-14 12:48:44.477 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-10-14 12:48:44.479 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2020-10-14 12:48:44.479 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.31-0ubuntu0.18.04.1 [688 kB] 2020-10-14 12:48:44.542 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1,566 kB] 2020-10-14 12:48:44.934 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.31-0ubuntu0.18.04.1 [992 kB] 2020-10-14 12:48:45.339 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-10-14 12:48:45.345 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-10-14 12:48:45.348 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2020-10-14 12:48:45.385 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2020-10-14 12:48:45.390 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.14-0ubuntu0.18.04.1 [107 kB] 2020-10-14 12:48:45.393 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.14-0ubuntu0.18.04.1 [218 kB] 2020-10-14 12:48:45.400 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.4 [2,727 kB] 2020-10-14 12:48:45.762 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.4 [924 kB] 2020-10-14 12:48:45.884 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [256 kB] 2020-10-14 12:48:46.213 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB] 2020-10-14 12:48:46.215 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-10-14 12:48:46.220 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.42 [184 kB] 2020-10-14 12:48:46.225 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2020-10-14 12:48:46.227 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2020-10-14 12:48:46.254 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2020-10-14 12:48:46.260 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2020-10-14 12:48:46.283 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-10-14 12:48:46.309 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-10-14 12:48:46.393 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2020-10-14 12:48:46.558 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-10-14 12:48:46.578 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-10-14 12:48:46.587 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-10-14 12:48:46.592 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-10-14 12:48:46.595 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-10-14 12:48:46.615 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.14-0ubuntu0.18.04.1 [838 kB] 2020-10-14 12:48:46.727 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2020-10-14 12:48:46.729 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.3 [1,653 kB] 2020-10-14 12:48:47.111 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-10-14 12:48:47.122 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-10-14 12:48:47.123 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-10-14 12:48:47.124 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-10-14 12:48:47.125 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-10-14 12:48:47.388 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.3 [114 kB] 2020-10-14 12:48:47.921 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-10-14 12:48:48.142 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.1 [6,184 B] 2020-10-14 12:48:48.144 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2020-10-14 12:48:48.144 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2020-10-14 12:48:48.168 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-10-14 12:48:48.183 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.32 [40.3 kB] 2020-10-14 12:48:48.192 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.32 [869 kB] 2020-10-14 12:48:48.754 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-10-14 12:48:48.793 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-10-14 12:48:49.143 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-10-14 12:48:49.256 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 2020-10-14 12:48:49.260 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2020-10-14 12:48:49.434 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-10-14 12:48:49.435 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-10-14 12:48:49.437 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-10-14 12:48:49.438 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2020-10-14 12:48:49.439 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-10-14 12:48:49.440 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2020-10-14 12:48:49.440 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-10-14 12:48:49.442 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-10-14 12:48:49.442 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-10-14 12:48:49.562 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.1 [11.8 kB] 2020-10-14 12:48:49.689 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-10-14 12:48:49.700 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-10-14 12:48:49.888 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-10-14 12:48:51.526 | Preconfiguring packages ... 2020-10-14 12:48:51.651 | Fetched 83.8 MB in 19s (4,333 kB/s) 2020-10-14 12:48:51.714 | (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 ... 64590 files and directories currently installed.) 2020-10-14 12:48:51.717 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.42_amd64.deb ... 2020-10-14 12:48:51.753 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-10-14 12:48:51.867 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.42_amd64.deb ... 2020-10-14 12:48:51.895 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-10-14 12:48:52.044 | Preparing to unpack .../systemd_237-3ubuntu10.42_amd64.deb ... 2020-10-14 12:48:52.191 | Unpacking systemd (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-10-14 12:48:52.945 | Preparing to unpack .../libsystemd0_237-3ubuntu10.42_amd64.deb ... 2020-10-14 12:48:52.967 | Unpacking libsystemd0:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-10-14 12:48:53.072 | Setting up libsystemd0:amd64 (237-3ubuntu10.42) ... 2020-10-14 12:48:53.197 | (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 ... 64590 files and directories currently installed.) 2020-10-14 12:48:53.200 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-10-14 12:48:53.221 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-10-14 12:48:53.310 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-10-14 12:48:53.445 | (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 ... 64590 files and directories currently installed.) 2020-10-14 12:48:53.448 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-10-14 12:48:53.477 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-10-14 12:48:53.757 | Selecting previously unselected package libapr1:amd64. 2020-10-14 12:48:53.765 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-10-14 12:48:53.767 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-10-14 12:48:53.897 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-10-14 12:48:53.919 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-10-14 12:48:54.203 | Selecting previously unselected package libaprutil1:amd64. 2020-10-14 12:48:54.210 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-10-14 12:48:54.220 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-10-14 12:48:54.317 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-10-14 12:48:54.338 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-10-14 12:48:54.475 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-10-14 12:48:54.482 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-10-14 12:48:54.485 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-10-14 12:48:54.548 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-10-14 12:48:54.569 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-10-14 12:48:54.674 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-10-14 12:48:54.695 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-10-14 12:48:54.798 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb ... 2020-10-14 12:48:54.820 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-10-14 12:48:54.934 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-10-14 12:48:54.956 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-10-14 12:48:55.049 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-10-14 12:48:55.055 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-10-14 12:48:55.058 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-10-14 12:48:55.133 | Selecting previously unselected package liblua5.2-0:amd64. 2020-10-14 12:48:55.140 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-10-14 12:48:55.143 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-10-14 12:48:55.240 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-10-14 12:48:55.263 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-10-14 12:48:56.574 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-10-14 12:48:56.598 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-10-14 12:48:56.767 | Selecting previously unselected package apache2-bin. 2020-10-14 12:48:56.774 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-10-14 12:48:56.776 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-10-14 12:48:56.995 | Selecting previously unselected package apache2-utils. 2020-10-14 12:48:57.002 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-10-14 12:48:57.005 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-10-14 12:48:57.072 | Selecting previously unselected package apache2-data. 2020-10-14 12:48:57.078 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-10-14 12:48:57.081 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-10-14 12:48:57.261 | Selecting previously unselected package apache2. 2020-10-14 12:48:57.268 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-10-14 12:48:57.287 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-10-14 12:48:57.400 | Selecting previously unselected package fonts-dejavu-core. 2020-10-14 12:48:57.407 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-10-14 12:48:57.409 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-10-14 12:48:57.619 | Selecting previously unselected package fonts-liberation. 2020-10-14 12:48:57.626 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-10-14 12:48:57.628 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-10-14 12:48:57.818 | Selecting previously unselected package fontconfig-config. 2020-10-14 12:48:57.825 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-10-14 12:48:57.828 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-10-14 12:48:57.916 | Selecting previously unselected package libfontconfig1:amd64. 2020-10-14 12:48:57.924 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-10-14 12:48:57.926 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-10-14 12:48:58.024 | Selecting previously unselected package fontconfig. 2020-10-14 12:48:58.031 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-10-14 12:48:58.033 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-10-14 12:48:58.128 | Selecting previously unselected package liblua5.3-0:amd64. 2020-10-14 12:48:58.135 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:48:58.137 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-10-14 12:48:58.252 | Selecting previously unselected package haproxy. 2020-10-14 12:48:58.258 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-10-14 12:48:58.268 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-10-14 12:48:58.485 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-10-14 12:48:58.491 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-10-14 12:48:58.494 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-10-14 12:48:58.627 | Selecting previously unselected package x11-common. 2020-10-14 12:48:58.633 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-10-14 12:48:58.658 | dpkg-query: no packages found matching nux-tools 2020-10-14 12:48:58.667 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-10-14 12:48:58.775 | Selecting previously unselected package libice6:amd64. 2020-10-14 12:48:58.782 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-10-14 12:48:58.784 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-10-14 12:48:58.868 | Selecting previously unselected package libsm6:amd64. 2020-10-14 12:48:58.874 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-10-14 12:48:58.877 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-10-14 12:48:59.001 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-10-14 12:48:59.477 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-10-14 12:48:59.945 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-10-14 12:48:59.952 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-10-14 12:48:59.955 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-10-14 12:49:00.044 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-10-14 12:49:00.072 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-10-14 12:49:00.164 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-10-14 12:49:00.316 | (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 ... 65643 files and directories currently installed.) 2020-10-14 12:49:00.318 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-10-14 12:49:00.346 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-10-14 12:49:00.623 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-10-14 12:49:00.644 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-10-14 12:49:00.848 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.2_amd64.deb ... 2020-10-14 12:49:00.875 | Unpacking sudo (1.8.21p2-3ubuntu1.2) over (1.8.21p2-3ubuntu1) ... 2020-10-14 12:49:01.031 | Preparing to unpack .../003-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:01.052 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-10-14 12:49:01.189 | Selecting previously unselected package uuid-dev:amd64. 2020-10-14 12:49:01.196 | Preparing to unpack .../004-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-10-14 12:49:01.198 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-10-14 12:49:01.283 | Selecting previously unselected package libsctp1:amd64. 2020-10-14 12:49:01.289 | Preparing to unpack .../005-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-10-14 12:49:01.292 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-10-14 12:49:01.350 | Selecting previously unselected package libsctp-dev:amd64. 2020-10-14 12:49:01.356 | Preparing to unpack .../006-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-10-14 12:49:01.359 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-10-14 12:49:01.420 | Selecting previously unselected package libapr1-dev. 2020-10-14 12:49:01.426 | Preparing to unpack .../007-libapr1-dev_1.6.3-2_amd64.deb ... 2020-10-14 12:49:01.429 | Unpacking libapr1-dev (1.6.3-2) ... 2020-10-14 12:49:01.705 | Selecting previously unselected package libldap2-dev:amd64. 2020-10-14 12:49:01.712 | Preparing to unpack .../008-libldap2-dev_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-10-14 12:49:01.714 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-10-14 12:49:01.847 | Selecting previously unselected package libaprutil1-dev. 2020-10-14 12:49:01.854 | Preparing to unpack .../009-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-10-14 12:49:01.857 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-10-14 12:49:02.147 | Selecting previously unselected package autotools-dev. 2020-10-14 12:49:02.154 | Preparing to unpack .../010-autotools-dev_20180224.1_all.deb ... 2020-10-14 12:49:02.156 | Unpacking autotools-dev (20180224.1) ... 2020-10-14 12:49:02.215 | Selecting previously unselected package m4. 2020-10-14 12:49:02.222 | Preparing to unpack .../011-m4_1.4.18-1_amd64.deb ... 2020-10-14 12:49:02.224 | Unpacking m4 (1.4.18-1) ... 2020-10-14 12:49:02.346 | Selecting previously unselected package autoconf. 2020-10-14 12:49:02.353 | Preparing to unpack .../012-autoconf_2.69-11_all.deb ... 2020-10-14 12:49:02.356 | Unpacking autoconf (2.69-11) ... 2020-10-14 12:49:02.479 | Selecting previously unselected package automake. 2020-10-14 12:49:02.486 | Preparing to unpack .../013-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-10-14 12:49:02.490 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-10-14 12:49:02.611 | Selecting previously unselected package autopoint. 2020-10-14 12:49:02.618 | Preparing to unpack .../014-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-10-14 12:49:02.621 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-10-14 12:49:02.695 | Selecting previously unselected package libtool. 2020-10-14 12:49:02.702 | Preparing to unpack .../015-libtool_2.4.6-2_all.deb ... 2020-10-14 12:49:02.704 | Unpacking libtool (2.4.6-2) ... 2020-10-14 12:49:02.783 | Selecting previously unselected package dh-autoreconf. 2020-10-14 12:49:02.790 | Preparing to unpack .../016-dh-autoreconf_17_all.deb ... 2020-10-14 12:49:02.793 | Unpacking dh-autoreconf (17) ... 2020-10-14 12:49:02.850 | Selecting previously unselected package libarchive-zip-perl. 2020-10-14 12:49:02.857 | Preparing to unpack .../017-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-10-14 12:49:02.860 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-10-14 12:49:02.924 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-10-14 12:49:02.930 | Preparing to unpack .../018-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-10-14 12:49:02.933 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-10-14 12:49:02.992 | Selecting previously unselected package libtimedate-perl. 2020-10-14 12:49:02.999 | Preparing to unpack .../019-libtimedate-perl_2.3000-2_all.deb ... 2020-10-14 12:49:03.001 | Unpacking libtimedate-perl (2.3000-2) ... 2020-10-14 12:49:03.073 | Selecting previously unselected package dh-strip-nondeterminism. 2020-10-14 12:49:03.081 | Preparing to unpack .../020-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-10-14 12:49:03.083 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-10-14 12:49:03.158 | Selecting previously unselected package libdpkg-perl. 2020-10-14 12:49:03.164 | Preparing to unpack .../021-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-10-14 12:49:03.166 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-10-14 12:49:03.266 | Selecting previously unselected package make. 2020-10-14 12:49:03.273 | Preparing to unpack .../022-make_4.1-9.1ubuntu1_amd64.deb ... 2020-10-14 12:49:03.275 | Unpacking make (4.1-9.1ubuntu1) ... 2020-10-14 12:49:03.359 | Selecting previously unselected package dpkg-dev. 2020-10-14 12:49:03.366 | Preparing to unpack .../023-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-10-14 12:49:03.369 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-10-14 12:49:03.550 | Selecting previously unselected package libcroco3:amd64. 2020-10-14 12:49:03.556 | Preparing to unpack .../024-libcroco3_0.6.12-2_amd64.deb ... 2020-10-14 12:49:03.559 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-10-14 12:49:03.641 | Selecting previously unselected package gettext. 2020-10-14 12:49:03.648 | Preparing to unpack .../025-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-10-14 12:49:03.650 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-10-14 12:49:03.958 | Selecting previously unselected package intltool-debian. 2020-10-14 12:49:03.965 | Preparing to unpack .../026-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-10-14 12:49:03.967 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-10-14 12:49:04.024 | Selecting previously unselected package po-debconf. 2020-10-14 12:49:04.031 | Preparing to unpack .../027-po-debconf_1.0.20_all.deb ... 2020-10-14 12:49:04.033 | Unpacking po-debconf (1.0.20) ... 2020-10-14 12:49:04.127 | Selecting previously unselected package debhelper. 2020-10-14 12:49:04.134 | Preparing to unpack .../028-debhelper_11.1.6ubuntu2_all.deb ... 2020-10-14 12:49:04.136 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-10-14 12:49:04.371 | Selecting previously unselected package apache2-dev. 2020-10-14 12:49:04.378 | Preparing to unpack .../029-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-10-14 12:49:04.380 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-10-14 12:49:04.471 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-10-14 12:49:04.478 | Preparing to unpack .../030-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-10-14 12:49:04.480 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-10-14 12:49:04.930 | Selecting previously unselected package g++-7. 2020-10-14 12:49:04.937 | Preparing to unpack .../031-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-10-14 12:49:04.939 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-10-14 12:49:06.306 | Selecting previously unselected package g++. 2020-10-14 12:49:06.313 | Preparing to unpack .../032-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-10-14 12:49:06.315 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-10-14 12:49:06.366 | Selecting previously unselected package build-essential. 2020-10-14 12:49:06.374 | Preparing to unpack .../033-build-essential_12.4ubuntu1_amd64.deb ... 2020-10-14 12:49:06.376 | Unpacking build-essential (12.4ubuntu1) ... 2020-10-14 12:49:06.434 | Selecting previously unselected package conntrack. 2020-10-14 12:49:06.441 | Preparing to unpack .../034-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-10-14 12:49:06.443 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-10-14 12:49:06.526 | Selecting previously unselected package libnetfilter-queue1. 2020-10-14 12:49:06.533 | Preparing to unpack .../035-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-10-14 12:49:06.535 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-10-14 12:49:06.625 | Selecting previously unselected package conntrackd. 2020-10-14 12:49:06.632 | Preparing to unpack .../036-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-10-14 12:49:06.634 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-10-14 12:49:06.710 | Preparing to unpack .../037-curl_7.58.0-2ubuntu3.10_amd64.deb ... 2020-10-14 12:49:06.731 | Unpacking curl (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-10-14 12:49:06.862 | Preparing to unpack .../038-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 2020-10-14 12:49:06.882 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-10-14 12:49:07.000 | Selecting previously unselected package dctrl-tools. 2020-10-14 12:49:07.007 | Preparing to unpack .../039-dctrl-tools_2.24-2build1_amd64.deb ... 2020-10-14 12:49:07.016 | Unpacking dctrl-tools (2.24-2build1) ... 2020-10-14 12:49:07.078 | Selecting previously unselected package dnsmasq-utils. 2020-10-14 12:49:07.085 | Preparing to unpack .../040-dnsmasq-utils_2.79-1_amd64.deb ... 2020-10-14 12:49:07.087 | Unpacking dnsmasq-utils (2.79-1) ... 2020-10-14 12:49:07.161 | Selecting previously unselected package dstat. 2020-10-14 12:49:07.168 | Preparing to unpack .../041-dstat_0.7.3-1_all.deb ... 2020-10-14 12:49:07.171 | Unpacking dstat (0.7.3-1) ... 2020-10-14 12:49:07.278 | Selecting previously unselected package libfakeroot:amd64. 2020-10-14 12:49:07.285 | Preparing to unpack .../042-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-10-14 12:49:07.287 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-10-14 12:49:07.362 | Selecting previously unselected package fakeroot. 2020-10-14 12:49:07.368 | Preparing to unpack .../043-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-10-14 12:49:07.371 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-10-14 12:49:07.433 | Selecting previously unselected package genisoimage. 2020-10-14 12:49:07.440 | Preparing to unpack .../044-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-10-14 12:49:07.442 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-10-14 12:49:07.563 | Selecting previously unselected package libgraphite2-3:amd64. 2020-10-14 12:49:07.570 | Preparing to unpack .../045-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-10-14 12:49:07.572 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-10-14 12:49:07.661 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-10-14 12:49:07.670 | Preparing to unpack .../046-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-10-14 12:49:07.672 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:49:07.760 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-10-14 12:49:07.766 | Preparing to unpack .../047-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-10-14 12:49:07.769 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:49:07.877 | Preparing to unpack .../048-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-10-14 12:49:07.957 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-10-14 12:49:08.838 | Selecting previously unselected package libann0. 2020-10-14 12:49:08.845 | Preparing to unpack .../049-libann0_1.1.2+doc-6_amd64.deb ... 2020-10-14 12:49:08.847 | Unpacking libann0 (1.1.2+doc-6) ... 2020-10-14 12:49:08.922 | Selecting previously unselected package libcdt5. 2020-10-14 12:49:08.929 | Preparing to unpack .../050-libcdt5_2.40.1-2_amd64.deb ... 2020-10-14 12:49:08.931 | Unpacking libcdt5 (2.40.1-2) ... 2020-10-14 12:49:09.004 | Selecting previously unselected package libcgraph6. 2020-10-14 12:49:09.011 | Preparing to unpack .../051-libcgraph6_2.40.1-2_amd64.deb ... 2020-10-14 12:49:09.013 | Unpacking libcgraph6 (2.40.1-2) ... 2020-10-14 12:49:09.072 | Selecting previously unselected package libjpeg8:amd64. 2020-10-14 12:49:09.079 | Preparing to unpack .../052-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-10-14 12:49:09.081 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-10-14 12:49:09.164 | Selecting previously unselected package libjbig0:amd64. 2020-10-14 12:49:09.171 | Preparing to unpack .../053-libjbig0_2.1-3.1build1_amd64.deb ... 2020-10-14 12:49:09.174 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-10-14 12:49:09.256 | Selecting previously unselected package libtiff5:amd64. 2020-10-14 12:49:09.262 | Preparing to unpack .../054-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-10-14 12:49:09.265 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-10-14 12:49:09.365 | Selecting previously unselected package libwebp6:amd64. 2020-10-14 12:49:09.372 | Preparing to unpack .../055-libwebp6_0.6.1-2_amd64.deb ... 2020-10-14 12:49:09.374 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-10-14 12:49:09.471 | Selecting previously unselected package libxpm4:amd64. 2020-10-14 12:49:09.478 | Preparing to unpack .../056-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-10-14 12:49:09.480 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-10-14 12:49:09.563 | Selecting previously unselected package libgd3:amd64. 2020-10-14 12:49:09.570 | Preparing to unpack .../057-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-10-14 12:49:09.572 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-10-14 12:49:09.668 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-10-14 12:49:09.675 | Preparing to unpack .../058-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-10-14 12:49:09.678 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-10-14 12:49:09.776 | Selecting previously unselected package libpixman-1-0:amd64. 2020-10-14 12:49:09.784 | Preparing to unpack .../059-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-10-14 12:49:09.786 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-10-14 12:49:09.898 | Selecting previously unselected package libxcb-render0:amd64. 2020-10-14 12:49:09.905 | Preparing to unpack .../060-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-10-14 12:49:09.908 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-10-14 12:49:09.990 | Selecting previously unselected package libxcb-shm0:amd64. 2020-10-14 12:49:09.997 | Preparing to unpack .../061-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-10-14 12:49:09.999 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-10-14 12:49:10.074 | Selecting previously unselected package libxrender1:amd64. 2020-10-14 12:49:10.081 | Preparing to unpack .../062-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-10-14 12:49:10.083 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-10-14 12:49:10.167 | Selecting previously unselected package libcairo2:amd64. 2020-10-14 12:49:10.174 | Preparing to unpack .../063-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:10.176 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-10-14 12:49:10.320 | Selecting previously unselected package libltdl7:amd64. 2020-10-14 12:49:10.327 | Preparing to unpack .../064-libltdl7_2.4.6-2_amd64.deb ... 2020-10-14 12:49:10.329 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-10-14 12:49:10.387 | Selecting previously unselected package libthai-data. 2020-10-14 12:49:10.394 | Preparing to unpack .../065-libthai-data_0.1.27-2_all.deb ... 2020-10-14 12:49:10.396 | Unpacking libthai-data (0.1.27-2) ... 2020-10-14 12:49:10.497 | Selecting previously unselected package libdatrie1:amd64. 2020-10-14 12:49:10.504 | Preparing to unpack .../066-libdatrie1_0.2.10-7_amd64.deb ... 2020-10-14 12:49:10.506 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-10-14 12:49:10.589 | Selecting previously unselected package libthai0:amd64. 2020-10-14 12:49:10.596 | Preparing to unpack .../067-libthai0_0.1.27-2_amd64.deb ... 2020-10-14 12:49:10.598 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-10-14 12:49:10.680 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-10-14 12:49:10.687 | Preparing to unpack .../068-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-10-14 12:49:10.689 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:49:10.789 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-10-14 12:49:10.796 | Preparing to unpack .../069-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-10-14 12:49:10.798 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:49:10.890 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-10-14 12:49:10.897 | Preparing to unpack .../070-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-10-14 12:49:10.899 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:49:10.974 | Selecting previously unselected package libpathplan4. 2020-10-14 12:49:10.981 | Preparing to unpack .../071-libpathplan4_2.40.1-2_amd64.deb ... 2020-10-14 12:49:10.983 | Unpacking libpathplan4 (2.40.1-2) ... 2020-10-14 12:49:11.075 | Selecting previously unselected package libgvc6. 2020-10-14 12:49:11.082 | Preparing to unpack .../072-libgvc6_2.40.1-2_amd64.deb ... 2020-10-14 12:49:11.085 | Unpacking libgvc6 (2.40.1-2) ... 2020-10-14 12:49:11.240 | Selecting previously unselected package libgvpr2. 2020-10-14 12:49:11.247 | Preparing to unpack .../073-libgvpr2_2.40.1-2_amd64.deb ... 2020-10-14 12:49:11.249 | Unpacking libgvpr2 (2.40.1-2) ... 2020-10-14 12:49:11.346 | Selecting previously unselected package liblab-gamut1. 2020-10-14 12:49:11.353 | Preparing to unpack .../074-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-10-14 12:49:11.355 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-10-14 12:49:11.565 | Selecting previously unselected package libxt6:amd64. 2020-10-14 12:49:11.572 | Preparing to unpack .../075-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-10-14 12:49:11.574 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-10-14 12:49:11.668 | Selecting previously unselected package libxmu6:amd64. 2020-10-14 12:49:11.675 | Preparing to unpack .../076-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-10-14 12:49:11.694 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-10-14 12:49:11.779 | Selecting previously unselected package libxaw7:amd64. 2020-10-14 12:49:11.786 | Preparing to unpack .../077-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-10-14 12:49:11.789 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-10-14 12:49:11.883 | Selecting previously unselected package graphviz. 2020-10-14 12:49:11.890 | Preparing to unpack .../078-graphviz_2.40.1-2_amd64.deb ... 2020-10-14 12:49:11.893 | Unpacking graphviz (2.40.1-2) ... 2020-10-14 12:49:12.087 | Selecting previously unselected package libnl-3-200:amd64. 2020-10-14 12:49:12.094 | Preparing to unpack .../079-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-10-14 12:49:12.097 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:49:12.183 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-10-14 12:49:12.190 | Preparing to unpack .../080-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-10-14 12:49:12.192 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:49:12.301 | Selecting previously unselected package libibverbs1:amd64. 2020-10-14 12:49:12.308 | Preparing to unpack .../081-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-10-14 12:49:12.310 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-10-14 12:49:12.404 | Selecting previously unselected package ibverbs-providers:amd64. 2020-10-14 12:49:12.411 | Preparing to unpack .../082-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-10-14 12:49:12.414 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-10-14 12:49:12.491 | Selecting previously unselected package icu-devtools. 2020-10-14 12:49:12.498 | Preparing to unpack .../083-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-10-14 12:49:12.501 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-10-14 12:49:12.589 | Selecting previously unselected package iputils-arping. 2020-10-14 12:49:12.596 | Preparing to unpack .../084-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-10-14 12:49:12.598 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-10-14 12:49:12.700 | Selecting previously unselected package javascript-common. 2020-10-14 12:49:12.707 | Preparing to unpack .../085-javascript-common_11_all.deb ... 2020-10-14 12:49:12.721 | Unpacking javascript-common (11) ... 2020-10-14 12:49:12.801 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-10-14 12:49:12.808 | Preparing to unpack .../086-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-10-14 12:49:12.810 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:49:12.910 | Selecting previously unselected package libsensors4:amd64. 2020-10-14 12:49:12.917 | Preparing to unpack .../087-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-10-14 12:49:13.013 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-10-14 12:49:13.088 | Selecting previously unselected package libsnmp-base. 2020-10-14 12:49:13.095 | Preparing to unpack .../088-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-10-14 12:49:13.097 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-10-14 12:49:13.211 | Selecting previously unselected package libsnmp30:amd64. 2020-10-14 12:49:13.218 | Preparing to unpack .../089-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-10-14 12:49:13.221 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-10-14 12:49:13.444 | Selecting previously unselected package keepalived. 2020-10-14 12:49:13.451 | Preparing to unpack .../090-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-10-14 12:49:13.454 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-10-14 12:49:13.572 | Selecting previously unselected package libgssrpc4:amd64. 2020-10-14 12:49:13.580 | Preparing to unpack .../091-libgssrpc4_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:13.582 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:13.660 | Selecting previously unselected package libkdb5-9:amd64. 2020-10-14 12:49:13.667 | Preparing to unpack .../092-libkdb5-9_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:13.669 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:13.753 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-10-14 12:49:13.760 | Preparing to unpack .../093-libkadm5srv-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:13.762 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:13.848 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-10-14 12:49:13.856 | Preparing to unpack .../094-libkadm5clnt-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:13.858 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:13.917 | Selecting previously unselected package comerr-dev:amd64. 2020-10-14 12:49:13.924 | Preparing to unpack .../095-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-10-14 12:49:13.926 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-10-14 12:49:13.985 | Selecting previously unselected package krb5-multidev:amd64. 2020-10-14 12:49:13.992 | Preparing to unpack .../096-krb5-multidev_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:13.995 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:14.093 | Selecting previously unselected package libaio1:amd64. 2020-10-14 12:49:14.100 | Preparing to unpack .../097-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-10-14 12:49:14.103 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-10-14 12:49:14.161 | Selecting previously unselected package libalgorithm-diff-perl. 2020-10-14 12:49:14.168 | Preparing to unpack .../098-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-10-14 12:49:14.171 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-10-14 12:49:14.230 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-10-14 12:49:14.237 | Preparing to unpack .../099-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-10-14 12:49:14.239 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-10-14 12:49:14.297 | Selecting previously unselected package libalgorithm-merge-perl. 2020-10-14 12:49:14.304 | Preparing to unpack .../100-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-10-14 12:49:14.306 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-10-14 12:49:14.364 | Selecting previously unselected package libarchive-cpio-perl. 2020-10-14 12:49:14.371 | Preparing to unpack .../101-libarchive-cpio-perl_0.10-1_all.deb ... 2020-10-14 12:49:14.373 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-10-14 12:49:14.430 | Selecting previously unselected package libfile-fcntllock-perl. 2020-10-14 12:49:14.437 | Preparing to unpack .../102-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-10-14 12:49:14.439 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-10-14 12:49:14.499 | Selecting previously unselected package libglib2.0-bin. 2020-10-14 12:49:14.507 | Preparing to unpack .../103-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-10-14 12:49:14.509 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:49:14.589 | Selecting previously unselected package libglib2.0-dev-bin. 2020-10-14 12:49:14.596 | Preparing to unpack .../104-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-10-14 12:49:14.599 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:49:14.692 | Selecting previously unselected package pkg-config. 2020-10-14 12:49:14.700 | Preparing to unpack .../105-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-10-14 12:49:14.703 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-10-14 12:49:14.762 | Selecting previously unselected package zlib1g-dev:amd64. 2020-10-14 12:49:14.769 | Preparing to unpack .../106-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-10-14 12:49:14.771 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-10-14 12:49:14.857 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-10-14 12:49:14.864 | Preparing to unpack .../107-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-10-14 12:49:14.867 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:49:15.213 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-10-14 12:49:15.220 | Preparing to unpack .../108-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-10-14 12:49:15.223 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-10-14 12:49:15.281 | Selecting previously unselected package libgts-bin. 2020-10-14 12:49:15.289 | Preparing to unpack .../109-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-10-14 12:49:15.291 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-10-14 12:49:15.378 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-10-14 12:49:15.385 | Preparing to unpack .../110-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-10-14 12:49:15.387 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:49:15.470 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-10-14 12:49:15.478 | Preparing to unpack .../111-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-10-14 12:49:15.481 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:49:15.571 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-10-14 12:49:15.578 | Preparing to unpack .../112-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-10-14 12:49:15.581 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-10-14 12:49:15.656 | Selecting previously unselected package libiculx60:amd64. 2020-10-14 12:49:15.664 | Preparing to unpack .../113-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-10-14 12:49:15.667 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-10-14 12:49:15.733 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-10-14 12:49:15.740 | Preparing to unpack .../114-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-10-14 12:49:15.742 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-10-14 12:49:15.811 | Selecting previously unselected package libicu-dev. 2020-10-14 12:49:15.818 | Preparing to unpack .../115-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-10-14 12:49:15.821 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-10-14 12:49:17.244 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-10-14 12:49:17.252 | Preparing to unpack .../116-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-10-14 12:49:17.254 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:49:17.396 | Selecting previously unselected package libiscsi7:amd64. 2020-10-14 12:49:17.404 | Preparing to unpack .../117-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-10-14 12:49:17.406 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-10-14 12:49:17.495 | Selecting previously unselected package libjansson4:amd64. 2020-10-14 12:49:17.502 | Preparing to unpack .../118-libjansson4_2.11-1_amd64.deb ... 2020-10-14 12:49:17.505 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-10-14 12:49:17.563 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-10-14 12:49:17.570 | Preparing to unpack .../119-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-10-14 12:49:17.572 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-10-14 12:49:17.662 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-10-14 12:49:17.670 | Preparing to unpack .../120-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-10-14 12:49:17.672 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-10-14 12:49:17.739 | Selecting previously unselected package libjpeg-dev:amd64. 2020-10-14 12:49:17.746 | Preparing to unpack .../121-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-10-14 12:49:17.749 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-10-14 12:49:17.807 | Selecting previously unselected package libjs-jquery. 2020-10-14 12:49:17.814 | Preparing to unpack .../122-libjs-jquery_3.2.1-1_all.deb ... 2020-10-14 12:49:17.817 | Unpacking libjs-jquery (3.2.1-1) ... 2020-10-14 12:49:17.892 | Selecting previously unselected package libjs-jquery-metadata. 2020-10-14 12:49:17.899 | Preparing to unpack .../123-libjs-jquery-metadata_12-1_all.deb ... 2020-10-14 12:49:17.902 | Unpacking libjs-jquery-metadata (12-1) ... 2020-10-14 12:49:17.962 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-10-14 12:49:17.968 | Preparing to unpack .../124-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-10-14 12:49:17.971 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-10-14 12:49:18.088 | Selecting previously unselected package libltdl-dev:amd64. 2020-10-14 12:49:18.095 | Preparing to unpack .../125-libltdl-dev_2.4.6-2_amd64.deb ... 2020-10-14 12:49:18.097 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-10-14 12:49:18.181 | Selecting previously unselected package libsys-hostname-long-perl. 2020-10-14 12:49:18.188 | Preparing to unpack .../126-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-10-14 12:49:18.191 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-10-14 12:49:18.256 | Selecting previously unselected package libmail-sendmail-perl. 2020-10-14 12:49:18.263 | Preparing to unpack .../127-libmail-sendmail-perl_0.80-1_all.deb ... 2020-10-14 12:49:18.266 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-10-14 12:49:18.357 | Selecting previously unselected package libmatheval1:amd64. 2020-10-14 12:49:18.364 | Preparing to unpack .../128-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-10-14 12:49:18.366 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-10-14 12:49:18.475 | Selecting previously unselected package mysql-common. 2020-10-14 12:49:18.483 | Preparing to unpack .../129-mysql-common_5.8+1.0.4_all.deb ... 2020-10-14 12:49:18.499 | Unpacking mysql-common (5.8+1.0.4) ... 2020-10-14 12:49:18.588 | Selecting previously unselected package libmysqlclient20:amd64. 2020-10-14 12:49:18.595 | Preparing to unpack .../130-libmysqlclient20_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:18.598 | Unpacking libmysqlclient20:amd64 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:49:18.768 | Selecting previously unselected package libssl-dev:amd64. 2020-10-14 12:49:18.776 | Preparing to unpack .../131-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-10-14 12:49:18.778 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-10-14 12:49:19.067 | Selecting previously unselected package libmysqlclient-dev. 2020-10-14 12:49:19.075 | Preparing to unpack .../132-libmysqlclient-dev_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:19.077 | Unpacking libmysqlclient-dev (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:49:19.326 | Selecting previously unselected package libnorm1:amd64. 2020-10-14 12:49:19.333 | Preparing to unpack .../133-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-10-14 12:49:19.336 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-10-14 12:49:19.449 | Selecting previously unselected package libnspr4:amd64. 2020-10-14 12:49:19.456 | Preparing to unpack .../134-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-10-14 12:49:19.458 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-10-14 12:49:19.548 | Selecting previously unselected package libnss3:amd64. 2020-10-14 12:49:19.556 | Preparing to unpack .../135-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-10-14 12:49:19.558 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-10-14 12:49:19.812 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-10-14 12:49:19.819 | Preparing to unpack .../136-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-10-14 12:49:19.821 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-10-14 12:49:19.923 | Selecting previously unselected package libpq5:amd64. 2020-10-14 12:49:19.931 | Preparing to unpack .../137-libpq5_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:19.933 | Unpacking libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:49:20.011 | Selecting previously unselected package libpq-dev. 2020-10-14 12:49:20.018 | Preparing to unpack .../138-libpq-dev_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:20.020 | Unpacking libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:49:20.165 | Selecting previously unselected package librados2. 2020-10-14 12:49:20.172 | Preparing to unpack .../139-librados2_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-10-14 12:49:20.174 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-10-14 12:49:20.654 | Selecting previously unselected package librbd1. 2020-10-14 12:49:20.662 | Preparing to unpack .../140-librbd1_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-10-14 12:49:20.664 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-10-14 12:49:20.863 | Selecting previously unselected package libsasl2-dev. 2020-10-14 12:49:20.871 | Preparing to unpack .../141-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-10-14 12:49:20.874 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-10-14 12:49:20.989 | Preparing to unpack .../142-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-10-14 12:49:21.010 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-10-14 12:49:21.123 | Selecting previously unselected package libsodium23:amd64. 2020-10-14 12:49:21.130 | Preparing to unpack .../143-libsodium23_1.0.16-2_amd64.deb ... 2020-10-14 12:49:21.133 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-10-14 12:49:21.216 | Selecting previously unselected package libsystemd-dev:amd64. 2020-10-14 12:49:21.223 | Preparing to unpack .../144-libsystemd-dev_237-3ubuntu10.42_amd64.deb ... 2020-10-14 12:49:21.226 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.42) ... 2020-10-14 12:49:21.354 | Selecting previously unselected package libx86-1:amd64. 2020-10-14 12:49:21.362 | Preparing to unpack .../145-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-10-14 12:49:21.364 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-10-14 12:49:21.447 | Selecting previously unselected package libxml2-dev:amd64. 2020-10-14 12:49:21.455 | Preparing to unpack .../146-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-10-14 12:49:21.457 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-10-14 12:49:21.671 | Preparing to unpack .../147-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-10-14 12:49:21.707 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-10-14 12:49:21.797 | Selecting previously unselected package libxslt1-dev:amd64. 2020-10-14 12:49:21.804 | Preparing to unpack .../148-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-10-14 12:49:21.807 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-10-14 12:49:21.968 | Selecting previously unselected package libzmq5:amd64. 2020-10-14 12:49:21.976 | Preparing to unpack .../149-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-10-14 12:49:21.986 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-10-14 12:49:22.074 | Selecting previously unselected package lsscsi. 2020-10-14 12:49:22.082 | Preparing to unpack .../150-lsscsi_0.28-0.1_amd64.deb ... 2020-10-14 12:49:22.084 | Unpacking lsscsi (0.28-0.1) ... 2020-10-14 12:49:22.203 | Preparing to unpack .../151-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-10-14 12:49:22.234 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-10-14 12:49:23.150 | Selecting previously unselected package memcached. 2020-10-14 12:49:23.159 | Preparing to unpack .../152-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-10-14 12:49:23.161 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-10-14 12:49:23.233 | Selecting previously unselected package pm-utils. 2020-10-14 12:49:23.240 | Preparing to unpack .../153-pm-utils_1.4.1-17_all.deb ... 2020-10-14 12:49:23.242 | Unpacking pm-utils (1.4.1-17) ... 2020-10-14 12:49:23.347 | Selecting previously unselected package postgresql-client-common. 2020-10-14 12:49:23.354 | Preparing to unpack .../154-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-10-14 12:49:23.357 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-10-14 12:49:23.444 | Selecting previously unselected package ssl-cert. 2020-10-14 12:49:23.452 | Preparing to unpack .../155-ssl-cert_1.0.39_all.deb ... 2020-10-14 12:49:23.454 | Unpacking ssl-cert (1.0.39) ... 2020-10-14 12:49:23.581 | Selecting previously unselected package postgresql-common. 2020-10-14 12:49:23.588 | Preparing to unpack .../156-postgresql-common_190ubuntu0.1_all.deb ... 2020-10-14 12:49:23.640 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-10-14 12:49:23.659 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-10-14 12:49:23.770 | Selecting previously unselected package postgresql-server-dev-10. 2020-10-14 12:49:23.778 | Preparing to unpack .../157-postgresql-server-dev-10_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:23.789 | Unpacking postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:49:24.098 | Selecting previously unselected package postgresql-server-dev-all. 2020-10-14 12:49:24.106 | Preparing to unpack .../158-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-10-14 12:49:24.109 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-10-14 12:49:24.183 | Selecting previously unselected package python-pip-whl. 2020-10-14 12:49:24.191 | Preparing to unpack .../159-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.3_all.deb ... 2020-10-14 12:49:24.193 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.3) ... 2020-10-14 12:49:24.452 | Selecting previously unselected package python3-crypto. 2020-10-14 12:49:24.459 | Preparing to unpack .../160-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-10-14 12:49:24.461 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-10-14 12:49:24.601 | Selecting previously unselected package python3-secretstorage. 2020-10-14 12:49:24.609 | Preparing to unpack .../161-python3-secretstorage_2.3.1-2_all.deb ... 2020-10-14 12:49:24.611 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-10-14 12:49:24.687 | Selecting previously unselected package python3-keyring. 2020-10-14 12:49:24.695 | Preparing to unpack .../162-python3-keyring_10.6.0-1_all.deb ... 2020-10-14 12:49:24.698 | Unpacking python3-keyring (10.6.0-1) ... 2020-10-14 12:49:24.791 | Selecting previously unselected package python3-keyrings.alt. 2020-10-14 12:49:24.799 | Preparing to unpack .../163-python3-keyrings.alt_3.0-1_all.deb ... 2020-10-14 12:49:24.801 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-10-14 12:49:24.878 | Selecting previously unselected package python3-mysqldb. 2020-10-14 12:49:24.885 | Preparing to unpack .../164-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-10-14 12:49:24.887 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-10-14 12:49:24.976 | Selecting previously unselected package python3-pip. 2020-10-14 12:49:24.984 | Preparing to unpack .../165-python3-pip_9.0.1-2.3~ubuntu1.18.04.3_all.deb ... 2020-10-14 12:49:24.995 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.3) ... 2020-10-14 12:49:25.084 | Selecting previously unselected package python3-setuptools. 2020-10-14 12:49:25.092 | Preparing to unpack .../166-python3-setuptools_39.0.1-2_all.deb ... 2020-10-14 12:49:25.094 | Unpacking python3-setuptools (39.0.1-2) ... 2020-10-14 12:49:25.220 | Selecting previously unselected package python3.6-venv. 2020-10-14 12:49:25.227 | Preparing to unpack .../167-python3.6-venv_3.6.9-1~18.04ubuntu1.1_amd64.deb ... 2020-10-14 12:49:25.238 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.1) ... 2020-10-14 12:49:25.298 | Selecting previously unselected package python3-venv. 2020-10-14 12:49:25.305 | Preparing to unpack .../168-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-10-14 12:49:25.307 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-10-14 12:49:25.384 | Selecting previously unselected package python3-wheel. 2020-10-14 12:49:25.392 | Preparing to unpack .../169-python3-wheel_0.30.0-0.2_all.deb ... 2020-10-14 12:49:25.394 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-10-14 12:49:25.479 | Selecting previously unselected package python3-xdg. 2020-10-14 12:49:25.487 | Preparing to unpack .../170-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-10-14 12:49:25.489 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-10-14 12:49:25.574 | Selecting previously unselected package qemu-block-extra:amd64. 2020-10-14 12:49:25.581 | Preparing to unpack .../171-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-10-14 12:49:25.584 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-14 12:49:25.644 | Selecting previously unselected package qemu-utils. 2020-10-14 12:49:25.652 | Preparing to unpack .../172-qemu-utils_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-10-14 12:49:25.654 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-14 12:49:25.856 | Selecting previously unselected package sharutils. 2020-10-14 12:49:25.865 | Preparing to unpack .../173-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-10-14 12:49:25.867 | Unpacking sharutils (1:4.15.2-3) ... 2020-10-14 12:49:25.943 | Selecting previously unselected package sqlite3. 2020-10-14 12:49:25.951 | Preparing to unpack .../174-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-10-14 12:49:25.961 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-10-14 12:49:26.131 | Selecting previously unselected package thin-provisioning-tools. 2020-10-14 12:49:26.139 | Preparing to unpack .../175-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-10-14 12:49:26.141 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-10-14 12:49:26.272 | Selecting previously unselected package unzip. 2020-10-14 12:49:26.280 | Preparing to unpack .../176-unzip_6.0-21ubuntu1_amd64.deb ... 2020-10-14 12:49:26.290 | Unpacking unzip (6.0-21ubuntu1) ... 2020-10-14 12:49:26.392 | Selecting previously unselected package uwsgi-core. 2020-10-14 12:49:26.399 | Preparing to unpack .../177-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-10-14 12:49:26.401 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:49:26.560 | Selecting previously unselected package vbetool. 2020-10-14 12:49:26.568 | Preparing to unpack .../178-vbetool_1.1-4_amd64.deb ... 2020-10-14 12:49:26.570 | Unpacking vbetool (1.1-4) ... 2020-10-14 12:49:26.661 | Selecting previously unselected package libipset3:amd64. 2020-10-14 12:49:26.668 | Preparing to unpack .../179-libipset3_6.34-1_amd64.deb ... 2020-10-14 12:49:26.671 | Unpacking libipset3:amd64 (6.34-1) ... 2020-10-14 12:49:26.750 | Selecting previously unselected package ipset. 2020-10-14 12:49:26.757 | Preparing to unpack .../180-ipset_6.34-1_amd64.deb ... 2020-10-14 12:49:26.759 | Unpacking ipset (6.34-1) ... 2020-10-14 12:49:26.861 | Selecting previously unselected package ipvsadm. 2020-10-14 12:49:26.868 | Preparing to unpack .../181-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:49:26.871 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-10-14 12:49:26.952 | Selecting previously unselected package kpartx. 2020-10-14 12:49:26.959 | Preparing to unpack .../182-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-10-14 12:49:26.962 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-10-14 12:49:27.038 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-10-14 12:49:27.046 | Preparing to unpack .../183-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-10-14 12:49:27.048 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:49:27.132 | Selecting previously unselected package liberasurecode1:amd64. 2020-10-14 12:49:27.140 | Preparing to unpack .../184-liberasurecode1_1.5.0-1_amd64.deb ... 2020-10-14 12:49:27.143 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-10-14 12:49:27.203 | Selecting previously unselected package liberasurecode-dev. 2020-10-14 12:49:27.210 | Preparing to unpack .../185-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-10-14 12:49:27.212 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-10-14 12:49:27.274 | Selecting previously unselected package libffi-dev:amd64. 2020-10-14 12:49:27.282 | Preparing to unpack .../186-libffi-dev_3.2.1-8_amd64.deb ... 2020-10-14 12:49:27.284 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-10-14 12:49:27.366 | Selecting previously unselected package libkrb5-dev:amd64. 2020-10-14 12:49:27.374 | Preparing to unpack .../187-libkrb5-dev_1.16-2ubuntu0.1_amd64.deb ... 2020-10-14 12:49:27.377 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:27.446 | Selecting previously unselected package libyaml-dev:amd64. 2020-10-14 12:49:27.455 | Preparing to unpack .../188-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-10-14 12:49:27.457 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-10-14 12:49:27.519 | Selecting previously unselected package socat. 2020-10-14 12:49:27.527 | Preparing to unpack .../189-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-10-14 12:49:27.537 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-10-14 12:49:27.648 | Selecting previously unselected package vlan. 2020-10-14 12:49:27.656 | Preparing to unpack .../190-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-10-14 12:49:27.659 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-10-14 12:49:27.766 | Setting up libjs-jquery (3.2.1-1) ... 2020-10-14 12:49:27.795 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-10-14 12:49:27.822 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-10-14 12:49:27.859 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.3) ... 2020-10-14 12:49:27.895 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-10-14 12:49:28.066 | Setting up libpathplan4 (2.40.1-2) ... 2020-10-14 12:49:28.094 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-10-14 12:49:28.129 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-10-14 12:49:28.149 | Setting up make (4.1-9.1ubuntu1) ... 2020-10-14 12:49:28.177 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-10-14 12:49:28.212 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:28.233 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-10-14 12:49:28.260 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-10-14 12:49:28.332 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-10-14 12:49:28.368 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-10-14 12:49:28.388 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-10-14 12:49:28.416 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-10-14 12:49:28.452 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:49:28.474 | Setting up sudo (1.8.21p2-3ubuntu1.2) ... 2020-10-14 12:49:28.552 | Setting up libtimedate-perl (2.3000-2) ... 2020-10-14 12:49:28.579 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-10-14 12:49:28.615 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.6) ... 2020-10-14 12:49:28.659 | Setting up fonts-dejavu-core (2.37-1) ... 2020-10-14 12:49:28.815 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-10-14 12:49:29.249 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-10-14 12:49:29.487 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-10-14 12:49:29.515 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-10-14 12:49:29.915 | update-initramfs: deferring update (trigger activated) 2020-10-14 12:49:32.035 | Setting up lsscsi (0.28-0.1) ... 2020-10-14 12:49:32.064 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:49:32.085 | No schema files found: doing nothing. 2020-10-14 12:49:32.092 | Setting up mysql-common (5.8+1.0.4) ... 2020-10-14 12:49:32.151 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-10-14 12:49:32.162 | Setting up sharutils (1:4.15.2-3) ... 2020-10-14 12:49:32.197 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-10-14 12:49:32.218 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-10-14 12:49:32.507 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-10-14 12:49:32.543 | Setting up libjansson4:amd64 (2.11-1) ... 2020-10-14 12:49:32.570 | Setting up python3-keyrings.alt (3.0-1) ... 2020-10-14 12:49:32.840 | Setting up unzip (6.0-21ubuntu1) ... 2020-10-14 12:49:32.882 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.1) ... 2020-10-14 12:49:32.977 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-10-14 12:49:33.005 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-10-14 12:49:33.041 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-10-14 12:49:33.068 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-10-14 12:49:33.096 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-10-14 12:49:33.124 | Setting up dctrl-tools (2.24-2build1) ... 2020-10-14 12:49:33.152 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-10-14 12:49:33.179 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-10-14 12:49:33.215 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-10-14 12:49:33.243 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-10-14 12:49:33.270 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-10-14 12:49:33.299 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-10-14 12:49:33.392 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-10-14 12:49:43.724 | Setting up pm-utils (1.4.1-17) ... 2020-10-14 12:49:43.770 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-10-14 12:49:43.804 | Setting up python3-wheel (0.30.0-0.2) ... 2020-10-14 12:49:44.092 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:44.119 | Setting up m4 (1.4.18-1) ... 2020-10-14 12:49:44.147 | Setting up libipset3:amd64 (6.34-1) ... 2020-10-14 12:49:44.174 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-10-14 12:49:44.202 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-10-14 12:49:44.229 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-10-14 12:49:44.298 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-10-14 12:49:46.099 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-10-14 12:49:46.127 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-10-14 12:49:46.154 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-10-14 12:49:47.027 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-10-14 12:49:47.055 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-10-14 12:49:47.082 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-10-14 12:49:47.110 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-10-14 12:49:47.138 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-10-14 12:49:47.165 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-10-14 12:49:47.193 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-10-14 12:49:47.220 | Setting up dnsmasq-utils (2.79-1) ... 2020-10-14 12:49:47.248 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-10-14 12:49:47.292 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-10-14 12:49:47.320 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-10-14 12:49:47.366 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-10-14 12:49:47.394 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-10-14 12:49:47.421 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-14 12:49:47.457 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-10-14 12:49:47.493 | Setting up autotools-dev (20180224.1) ... 2020-10-14 12:49:47.521 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-10-14 12:49:47.549 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-10-14 12:49:47.577 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-10-14 12:49:47.623 | Setting up dstat (0.7.3-1) ... 2020-10-14 12:49:47.825 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-10-14 12:49:48.067 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-10-14 12:49:48.095 | Setting up ipset (6.34-1) ... 2020-10-14 12:49:48.123 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-10-14 12:49:48.160 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-10-14 12:49:48.188 | Setting up systemd (237-3ubuntu10.42) ... 2020-10-14 12:49:48.207 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-10-14 12:49:49.376 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-10-14 12:49:49.377 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-10-14 12:49:49.378 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-10-14 12:49:49.380 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-10-14 12:49:49.458 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-10-14 12:49:49.486 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 2020-10-14 12:49:49.522 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.3) ... 2020-10-14 12:49:49.894 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:49:49.922 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-10-14 12:49:49.950 | Setting up libann0 (1.1.2+doc-6) ... 2020-10-14 12:49:49.978 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-10-14 12:49:50.006 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-10-14 12:49:50.033 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-10-14 12:49:50.061 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-10-14 12:49:50.088 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-10-14 12:49:50.135 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:50:11.422 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:50:11.428 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.42) ... 2020-10-14 12:50:11.455 | Setting up libmysqlclient20:amd64 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:50:11.483 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-10-14 12:50:11.510 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-10-14 12:50:11.538 | Setting up libthai-data (0.1.27-2) ... 2020-10-14 12:50:11.566 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-10-14 12:50:11.593 | Setting up javascript-common (11) ... 2020-10-14 12:50:11.659 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-10-14 12:50:11.674 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-10-14 12:50:11.722 | Setting up python3-setuptools (39.0.1-2) ... 2020-10-14 12:50:12.156 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-10-14 12:50:12.197 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:50:12.243 | Setting up libjs-jquery-metadata (12-1) ... 2020-10-14 12:50:12.271 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-10-14 12:50:12.652 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-10-14 12:50:13.015 | Setting up python3-secretstorage (2.3.1-2) ... 2020-10-14 12:50:13.276 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-10-14 12:50:13.304 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-10-14 12:50:13.331 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:50:13.359 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-10-14 12:50:13.386 | Setting up vbetool (1.1-4) ... 2020-10-14 12:50:13.415 | Setting up libcdt5 (2.40.1-2) ... 2020-10-14 12:50:13.443 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-10-14 12:50:13.500 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-10-14 12:50:13.528 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-10-14 12:50:13.556 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-10-14 12:50:13.775 | Setting up libcgraph6 (2.40.1-2) ... 2020-10-14 12:50:13.802 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-10-14 12:50:13.831 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-10-14 12:50:13.859 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-10-14 12:50:13.886 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-10-14 12:50:13.914 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-10-14 12:50:13.942 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-10-14 12:50:13.969 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-10-14 12:50:13.997 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-10-14 12:50:14.031 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-10-14 12:50:14.058 | Setting up libtool (2.4.6-2) ... 2020-10-14 12:50:14.086 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-10-14 12:50:14.114 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-10-14 12:50:14.141 | Setting up libnss-systemd:amd64 (237-3ubuntu10.42) ... 2020-10-14 12:50:14.168 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-10-14 12:50:14.196 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-10-14 12:50:14.771 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-10-14 12:50:15.312 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-10-14 12:50:15.699 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-10-14 12:50:15.727 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-10-14 12:50:15.754 | Setting up libpam-systemd:amd64 (237-3ubuntu10.42) ... 2020-10-14 12:50:16.139 | Setting up libapr1-dev (1.6.3-2) ... 2020-10-14 12:50:16.167 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-10-14 12:50:16.195 | Setting up python3-keyring (10.6.0-1) ... 2020-10-14 12:50:16.476 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:50:16.767 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-10-14 12:50:16.794 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-10-14 12:50:16.822 | Setting up libgvpr2 (2.40.1-2) ... 2020-10-14 12:50:16.850 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-10-14 12:50:16.877 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-10-14 12:50:17.451 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-10-14 12:50:17.972 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-10-14 12:50:17.993 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-10-14 12:50:18.020 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-10-14 12:50:18.048 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 2020-10-14 12:50:18.085 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-10-14 12:50:18.137 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-10-14 12:50:18.164 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-10-14 12:50:18.192 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:50:18.220 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-10-14 12:50:18.247 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:50:18.274 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-10-14 12:50:18.302 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-10-14 12:50:18.330 | Setting up ssl-cert (1.0.39) ... 2020-10-14 12:50:19.048 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-10-14 12:50:19.332 | Setting up autoconf (2.69-11) ... 2020-10-14 12:50:19.369 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-10-14 12:50:19.396 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-10-14 12:50:19.418 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-10-14 12:50:19.441 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-10-14 12:50:19.644 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-10-14 12:50:20.095 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-10-14 12:50:20.122 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-10-14 12:50:20.150 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-10-14 12:50:20.177 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-10-14 12:50:20.270 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:50:20.298 | Setting up libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:50:20.325 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-10-14 12:50:20.353 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-10-14 12:50:20.381 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:50:20.408 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-10-14 12:50:20.436 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-10-14 12:50:20.723 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-10-14 12:50:21.241 | Setting up postgresql-common (190ubuntu0.1) ... 2020-10-14 12:50:21.856 | Adding user postgres to group ssl-cert 2020-10-14 12:50:22.013 | 2020-10-14 12:50:22.013 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-10-14 12:50:22.213 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-10-14 12:50:22.213 | Removing obsolete dictionary files: 2020-10-14 12:50:22.443 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-10-14 12:50:23.020 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-10-14 12:50:23.035 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-10-14 12:50:23.058 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:50:23.095 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-10-14 12:50:23.122 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-10-14 12:50:23.195 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-10-14 12:50:23.206 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-10-14 12:50:23.233 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:50:23.261 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:50:23.297 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-10-14 12:50:23.584 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-10-14 12:50:24.184 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-10-14 12:50:24.314 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-10-14 12:50:24.342 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-10-14 12:50:24.377 | Setting up libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:50:24.405 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:50:24.433 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-10-14 12:50:25.972 | Enabling module mpm_event. 2020-10-14 12:50:26.038 | Enabling module authz_core. 2020-10-14 12:50:26.044 | Enabling module authz_host. 2020-10-14 12:50:26.100 | Enabling module authn_core. 2020-10-14 12:50:26.104 | Enabling module auth_basic. 2020-10-14 12:50:26.160 | Enabling module access_compat. 2020-10-14 12:50:26.215 | Enabling module authn_file. 2020-10-14 12:50:26.272 | Enabling module authz_user. 2020-10-14 12:50:26.329 | Enabling module alias. 2020-10-14 12:50:26.391 | Enabling module dir. 2020-10-14 12:50:26.447 | Enabling module autoindex. 2020-10-14 12:50:26.504 | Enabling module env. 2020-10-14 12:50:26.560 | Enabling module mime. 2020-10-14 12:50:26.615 | Enabling module negotiation. 2020-10-14 12:50:26.671 | Enabling module setenvif. 2020-10-14 12:50:26.726 | Enabling module filter. 2020-10-14 12:50:26.783 | Enabling module deflate. 2020-10-14 12:50:26.840 | Enabling module status. 2020-10-14 12:50:26.896 | Enabling module reqtimeout. 2020-10-14 12:50:26.954 | Enabling conf charset. 2020-10-14 12:50:27.010 | Enabling conf localized-error-pages. 2020-10-14 12:50:27.065 | Enabling conf other-vhosts-access-log. 2020-10-14 12:50:27.121 | Enabling conf security. 2020-10-14 12:50:27.176 | Enabling conf serve-cgi-bin. 2020-10-14 12:50:27.233 | Enabling site 000-default. 2020-10-14 12:50:27.283 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-10-14 12:50:27.335 | Enabling conf javascript-common. 2020-10-14 12:50:27.572 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-10-14 12:50:27.969 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-10-14 12:50:29.296 | Setting up libmysqlclient-dev (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:50:29.324 | Setting up po-debconf (1.0.20) ... 2020-10-14 12:50:29.352 | Setting up curl (7.58.0-2ubuntu3.10) ... 2020-10-14 12:50:29.381 | Setting up build-essential (12.4ubuntu1) ... 2020-10-14 12:50:29.408 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-10-14 12:50:29.436 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-10-14 12:50:29.464 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-10-14 12:50:29.492 | Setting up postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-10-14 12:50:29.519 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-10-14 12:50:29.547 | Setting up librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-10-14 12:50:29.575 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-10-14 12:50:29.603 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-10-14 12:50:29.771 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-10-14 12:50:29.798 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-10-14 12:50:29.827 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-10-14 12:50:31.998 | Regenerating fonts cache... done. 2020-10-14 12:50:32.001 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-10-14 12:50:32.029 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-10-14 12:50:32.066 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-14 12:50:32.118 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-14 12:50:32.162 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-10-14 12:50:32.190 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:50:32.219 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-10-14 12:50:32.254 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:50:32.283 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-10-14 12:50:32.311 | Setting up libgvc6 (2.40.1-2) ... 2020-10-14 12:50:32.346 | Setting up graphviz (2.40.1-2) ... 2020-10-14 12:50:32.384 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-10-14 12:50:32.419 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-10-14 12:50:32.456 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-10-14 12:50:32.477 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-10-14 12:50:32.539 | Setting up debhelper (11.1.6ubuntu2) ... 2020-10-14 12:50:32.567 | Setting up dh-autoreconf (17) ... 2020-10-14 12:50:32.595 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-10-14 12:50:32.632 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-10-14 12:50:32.654 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-10-14 12:50:32.689 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-10-14 12:50:32.750 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-10-14 12:50:41.639 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-14 12:50:41.661 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:50:41.845 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:50:41.867 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-10-14 12:50:42.080 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-10-14 12:50:42.098 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-10-14 12:50:44.053 | ++ functions-common:apt_get:1115 : result=0 2020-10-14 12:50:44.055 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:50:44.058 | ++ functions-common:time_stop:2310 : local name 2020-10-14 12:50:44.060 | ++ functions-common:time_stop:2311 : local end_time 2020-10-14 12:50:44.062 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:50:44.064 | ++ functions-common:time_stop:2313 : local total 2020-10-14 12:50:44.067 | ++ functions-common:time_stop:2314 : local start_time 2020-10-14 12:50:44.069 | ++ functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:50:44.071 | ++ functions-common:time_stop:2317 : start_time=1602679709698 2020-10-14 12:50:44.073 | ++ functions-common:time_stop:2319 : [[ -z 1602679709698 ]] 2020-10-14 12:50:44.076 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:50:44.080 | ++ functions-common:time_stop:2322 : end_time=1602679844077 2020-10-14 12:50:44.082 | ++ functions-common:time_stop:2323 : elapsed_time=134379 2020-10-14 12:50:44.084 | ++ functions-common:time_stop:2324 : total=650 2020-10-14 12:50:44.086 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:50:44.088 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=135029 2020-10-14 12:50:44.091 | ++ functions-common:apt_get:1119 : return 0 2020-10-14 12:50:44.094 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-10-14 12:50:44.096 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-10-14 12:50:44.098 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-10-14 12:50:44.102 | ++ tools/install_prereqs.sh:source:89 : date 2020-10-14 12:50:44.106 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-10-14 12:50:44.108 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-10-14 12:50:44.110 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-10-14 12:50:45.518 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-10-14 12:50:45.519 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-10-14 12:50:45.522 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-10-14 12:50:45.525 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-10-14 12:50:45.527 | + tools/install_pip.sh:main:43 : GetDistro 2020-10-14 12:50:45.528 | + functions-common:GetDistro:373 : GetOSVersion 2020-10-14 12:50:45.531 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-10-14 12:50:45.533 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-10-14 12:50:45.535 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-10-14 12:50:45.537 | + functions-common:_ensure_lsb_release:328 : return 2020-10-14 12:50:45.539 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-10-14 12:50:45.613 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-10-14 12:50:45.616 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-10-14 12:50:45.687 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-10-14 12:50:45.690 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-10-14 12:50:45.761 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-10-14 12:50:45.763 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-10-14 12:50:45.765 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-10-14 12:50:45.767 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-10-14 12:50:45.769 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-10-14 12:50:45.771 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-10-14 12:50:45.773 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-10-14 12:50:45.774 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-10-14 12:50:45.776 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-10-14 12:50:45.778 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-10-14 12:50:45.780 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-10-14 12:50:45.780 | Distro: bionic 2020-10-14 12:50:45.782 | + tools/install_pip.sh:main:125 : get_versions 2020-10-14 12:50:45.784 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-10-14 12:50:45.788 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-10-14 12:50:45.790 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-10-14 12:50:45.792 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-10-14 12:50:45.792 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-10-14 12:50:46.128 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-10-14 12:50:46.129 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-10-14 12:50:46.129 | pip: 20.2.2 2020-10-14 12:50:46.131 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-10-14 12:50:46.443 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-10-14 12:50:46.466 | + tools/install_pip.sh:main:127 : [[ -n '' ]] 2020-10-14 12:50:46.468 | + tools/install_pip.sh:main:132 : [[ bionic == focal ]] 2020-10-14 12:50:46.470 | + tools/install_pip.sh:main:141 : is_fedora 2020-10-14 12:50:46.471 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-14 12:50:46.473 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-14 12:50:46.475 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-14 12:50:46.476 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-14 12:50:46.478 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-14 12:50:46.480 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-14 12:50:46.482 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:50:46.484 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-14 12:50:46.485 | + tools/install_pip.sh:main:141 : is_suse 2020-10-14 12:50:46.487 | + functions-common:is_suse:464 : is_opensuse 2020-10-14 12:50:46.489 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-14 12:50:46.491 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-14 12:50:46.492 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-14 12:50:46.494 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-14 12:50:46.496 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-14 12:50:46.498 | + tools/install_pip.sh:main:142 : is_package_installed python3-pip 2020-10-14 12:50:46.500 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-10-14 12:50:46.502 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-10-14 12:50:46.503 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-10-14 12:50:46.505 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-10-14 12:50:46.528 | + tools/install_pip.sh:main:143 : uninstall_package python3-pip 2020-10-14 12:50:46.530 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-10-14 12:50:46.531 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:50:46.533 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:50:46.535 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-10-14 12:50:46.550 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-10-14 12:50:46.669 | Reading package lists... 2020-10-14 12:50:46.915 | Building dependency tree... 2020-10-14 12:50:46.916 | Reading state information... 2020-10-14 12:50:47.121 | The following packages were automatically installed and are no longer required: 2020-10-14 12:50:47.122 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:50:47.122 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:50:47.122 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:50:47.122 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:50:47.122 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:50:47.122 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:50:47.122 | python3-zope.interface 2020-10-14 12:50:47.122 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:50:47.161 | The following packages will be REMOVED: 2020-10-14 12:50:47.161 | python3-pip* 2020-10-14 12:50:47.588 | 0 upgraded, 0 newly installed, 1 to remove and 132 not upgraded. 2020-10-14 12:50:47.589 | After this operation, 600 kB disk space will be freed. 2020-10-14 12:50:47.650 | (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 ... 74799 files and directories currently installed.) 2020-10-14 12:50:47.653 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.3) ... 2020-10-14 12:50:47.890 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:50:50.428 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:50:50.429 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:50:50.431 | + functions-common:time_stop:2310 : local name 2020-10-14 12:50:50.433 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:50:50.434 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:50:50.436 | + functions-common:time_stop:2313 : local total 2020-10-14 12:50:50.438 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:50:50.440 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:50:50.442 | + functions-common:time_stop:2317 : start_time=1602679846548 2020-10-14 12:50:50.443 | + functions-common:time_stop:2319 : [[ -z 1602679846548 ]] 2020-10-14 12:50:50.446 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:50:50.448 | + functions-common:time_stop:2322 : end_time=1602679850446 2020-10-14 12:50:50.450 | + functions-common:time_stop:2323 : elapsed_time=3898 2020-10-14 12:50:50.452 | + functions-common:time_stop:2324 : total=0 2020-10-14 12:50:50.453 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:50:50.455 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3898 2020-10-14 12:50:50.457 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:50:50.458 | + tools/install_pip.sh:main:147 : install_get_pip 2020-10-14 12:50:50.460 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-14 12:50:50.462 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-14 12:50:50.464 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-10-14 12:50:50.466 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-14 12:50:50.468 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-10-14 12:50:50.478 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-10-14 12:50:50.478 | Dload Upload Total Spent Left Speed 2020-10-14 12:50:52.133 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 76 1841k 76 1401k 0 0 1290k 0 0:00:01 0:00:01 --:--:-- 1289k 100 1841k 100 1841k 0 0 1112k 0 0:00:01 0:00:01 --:--:-- 1111k 2020-10-14 12:50:52.138 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-10-14 12:50:52.141 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py 2020-10-14 12:50:54.765 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:50:54.942 | Collecting pip 2020-10-14 12:50:54.953 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0f3/5d63b7245205f/pip-20.2.3-py2.py3-none-any.whl (1.5 MB) 2020-10-14 12:50:55.258 | Installing collected packages: pip 2020-10-14 12:50:55.258 | Attempting uninstall: pip 2020-10-14 12:50:55.258 | Found existing installation: pip 20.2.2 2020-10-14 12:50:55.497 | Uninstalling pip-20.2.2: 2020-10-14 12:50:55.511 | Successfully uninstalled pip-20.2.2 2020-10-14 12:50:56.778 | Successfully installed pip-20.2.3 2020-10-14 12:50:56.904 | + tools/install_pip.sh:main:149 : set -x 2020-10-14 12:50:56.906 | + tools/install_pip.sh:main:153 : pip_install_gr setuptools 2020-10-14 12:50:56.908 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-10-14 12:50:56.910 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-14 12:50:56.912 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-10-14 12:50:56.914 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-10-14 12:50:56.916 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-14 12:50:56.919 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-10-14 12:50:56.919 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-14 12:50:56.924 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2020-10-14 12:50:56.926 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2020-10-14 12:50:56.927 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-10-14 12:50:56.930 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-10-14 12:50:56.931 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-10-14 12:50:56.946 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2020-10-14 12:50:56.948 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-10-14 12:50:58.700 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:50:58.720 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:50:58.723 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.6/dist-packages (49.6.0) 2020-10-14 12:50:59.113 | + inc/python:pip_install:200 : result=0 2020-10-14 12:50:59.115 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:50:59.117 | + functions-common:time_stop:2310 : local name 2020-10-14 12:50:59.118 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:50:59.120 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:50:59.122 | + functions-common:time_stop:2313 : local total 2020-10-14 12:50:59.123 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:50:59.126 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:50:59.128 | + functions-common:time_stop:2317 : start_time=1602679856942 2020-10-14 12:50:59.129 | + functions-common:time_stop:2319 : [[ -z 1602679856942 ]] 2020-10-14 12:50:59.131 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:50:59.134 | + functions-common:time_stop:2322 : end_time=1602679859132 2020-10-14 12:50:59.136 | + functions-common:time_stop:2323 : elapsed_time=2190 2020-10-14 12:50:59.137 | + functions-common:time_stop:2324 : total=0 2020-10-14 12:50:59.139 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:50:59.141 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2190 2020-10-14 12:50:59.143 | + inc/python:pip_install:203 : return 0 2020-10-14 12:50:59.145 | + tools/install_pip.sh:main:155 : get_versions 2020-10-14 12:50:59.147 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-10-14 12:50:59.151 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-10-14 12:50:59.153 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-10-14 12:50:59.155 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-10-14 12:50:59.155 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-10-14 12:50:59.489 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.3 2020-10-14 12:50:59.490 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.3' 2020-10-14 12:50:59.490 | pip: 20.2.3 2020-10-14 12:50:59.492 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-10-14 12:50:59.801 | pip 20.2.3 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-10-14 12:50:59.825 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-10-14 12:50:59.827 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-10-14 12:50:59.831 | + ./stack.sh:main:759 : fixup_all 2020-10-14 12:50:59.833 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-10-14 12:50:59.835 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-10-14 12:50:59.837 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-10-14 12:50:59.843 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-10-14 12:50:59.843 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-10-14 12:50:59.844 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-10-14 12:50:59.848 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-10-14 12:50:59.850 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-10-14 12:50:59.852 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-10-14 12:50:59.860 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-10-14 12:50:59.863 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-10-14 12:50:59.865 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-10-14 12:50:59.867 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-10-14 12:50:59.869 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:50:59.871 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:50:59.873 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:50:59.876 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:50:59.878 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:50:59.880 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:50:59.882 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:50:59.884 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:50:59.886 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:50:59.888 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:50:59.890 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:50:59.892 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:50:59.894 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-10-14 12:50:59.896 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:50:59.898 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:50:59.900 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:50:59.902 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-10-14 12:50:59.919 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-10-14 12:51:00.036 | Reading package lists... 2020-10-14 12:51:00.276 | Building dependency tree... 2020-10-14 12:51:00.277 | Reading state information... 2020-10-14 12:51:00.481 | The following packages were automatically installed and are no longer required: 2020-10-14 12:51:00.481 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:51:00.482 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:51:00.482 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:51:00.482 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:51:00.482 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:51:00.482 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:51:00.482 | python3-zope.interface 2020-10-14 12:51:00.482 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:51:00.482 | The following additional packages will be installed: 2020-10-14 12:51:00.483 | python3-software-properties 2020-10-14 12:51:00.529 | The following packages will be upgraded: 2020-10-14 12:51:00.530 | python3-software-properties software-properties-common 2020-10-14 12:51:00.900 | 2 upgraded, 0 newly installed, 0 to remove and 130 not upgraded. 2020-10-14 12:51:00.900 | Need to get 33.9 kB of archives. 2020-10-14 12:51:00.901 | After this operation, 0 B of additional disk space will be used. 2020-10-14 12:51:00.901 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2020-10-14 12:51:01.002 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2020-10-14 12:51:01.596 | Fetched 33.9 kB in 1s (64.1 kB/s) 2020-10-14 12:51:01.669 | (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 ... 74722 files and directories currently installed.) 2020-10-14 12:51:01.673 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-10-14 12:51:01.814 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-10-14 12:51:01.952 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-10-14 12:51:02.096 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-10-14 12:51:02.181 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:51:02.672 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-10-14 12:51:02.941 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-10-14 12:51:02.959 | Setting up software-properties-common (0.96.24.32.14) ... 2020-10-14 12:51:05.055 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:51:05.057 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:51:05.059 | + functions-common:time_stop:2310 : local name 2020-10-14 12:51:05.061 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:51:05.063 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:51:05.065 | + functions-common:time_stop:2313 : local total 2020-10-14 12:51:05.067 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:51:05.069 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:51:05.071 | + functions-common:time_stop:2317 : start_time=1602679859916 2020-10-14 12:51:05.073 | + functions-common:time_stop:2319 : [[ -z 1602679859916 ]] 2020-10-14 12:51:05.076 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:51:05.079 | + functions-common:time_stop:2322 : end_time=1602679865077 2020-10-14 12:51:05.081 | + functions-common:time_stop:2323 : elapsed_time=5161 2020-10-14 12:51:05.083 | + functions-common:time_stop:2324 : total=135029 2020-10-14 12:51:05.085 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:51:05.087 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=140190 2020-10-14 12:51:05.089 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:51:05.091 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-10-14 12:51:05.868 | 'universe' distribution component is already enabled for all sources. 2020-10-14 12:51:05.893 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-10-14 12:51:05.895 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2020-10-14 12:51:08.463 | Reading package lists... 2020-10-14 12:51:08.769 | Building dependency tree... 2020-10-14 12:51:08.770 | Reading state information... 2020-10-14 12:51:08.979 | The following packages were automatically installed and are no longer required: 2020-10-14 12:51:08.980 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:51:08.980 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:51:08.980 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:51:08.980 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:51:08.980 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:51:08.980 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:51:08.980 | python3-zope.interface 2020-10-14 12:51:08.980 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:51:09.027 | The following NEW packages will be installed: 2020-10-14 12:51:09.027 | ubuntu-cloud-keyring 2020-10-14 12:51:09.362 | 0 upgraded, 1 newly installed, 0 to remove and 130 not upgraded. 2020-10-14 12:51:09.362 | Need to get 6,008 B of archives. 2020-10-14 12:51:09.362 | After this operation, 22.5 kB of additional disk space will be used. 2020-10-14 12:51:09.362 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2020-10-14 12:51:09.888 | Fetched 6,008 B in 0s (18.8 kB/s) 2020-10-14 12:51:09.937 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-10-14 12:51:09.975 | (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 ... 74722 files and directories currently installed.) 2020-10-14 12:51:09.979 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-10-14 12:51:09.981 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-10-14 12:51:10.066 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-10-14 12:51:12.207 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2020-10-14 12:51:12.278 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-14 12:51:12.339 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-10-14 12:51:12.387 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [170 kB] 2020-10-14 12:51:12.403 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-10-14 12:51:12.533 | Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-10-14 12:51:16.145 | Fetched 179 kB in 1s (224 kB/s) 2020-10-14 12:51:17.807 | Reading package lists... 2020-10-14 12:51:17.867 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-10-14 12:51:17.869 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-10-14 12:51:17.871 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-10-14 12:51:17.873 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-10-14 12:51:17.875 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-10-14 12:51:17.878 | ++ functions-common:apt_get_update:1078 : id -u 2020-10-14 12:51:17.882 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-10-14 12:51:17.884 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-10-14 12:51:17.886 | + functions-common:time_start:2296 : local name=apt-get-update 2020-10-14 12:51:17.888 | + functions-common:time_start:2297 : local start_time= 2020-10-14 12:51:17.890 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-10-14 12:51:17.893 | ++ functions-common:time_start:2301 : date +%s%3N 2020-10-14 12:51:17.896 | + functions-common:time_start:2301 : _TIME_START[$name]=1602679877894 2020-10-14 12:51:17.898 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-10-14 12:51:17.900 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-10-14 12:51:17.902 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-10-14 12:51:18.311 | Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2020-10-14 12:51:18.344 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-10-14 12:51:18.497 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-14 12:51:18.636 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-10-14 12:51:18.780 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-10-14 12:51:19.153 | Fetched 88.7 kB in 1s (90.5 kB/s) 2020-10-14 12:51:20.831 | Reading package lists... 2020-10-14 12:51:20.891 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-10-14 12:51:20.893 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-10-14 12:51:20.896 | + functions-common:time_stop:2310 : local name 2020-10-14 12:51:20.898 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:51:20.900 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:51:20.902 | + functions-common:time_stop:2313 : local total 2020-10-14 12:51:20.904 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:51:20.906 | + functions-common:time_stop:2316 : name=apt-get-update 2020-10-14 12:51:20.908 | + functions-common:time_stop:2317 : start_time=1602679877894 2020-10-14 12:51:20.910 | + functions-common:time_stop:2319 : [[ -z 1602679877894 ]] 2020-10-14 12:51:20.913 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:51:20.916 | + functions-common:time_stop:2322 : end_time=1602679880914 2020-10-14 12:51:20.918 | + functions-common:time_stop:2323 : elapsed_time=3020 2020-10-14 12:51:20.920 | + functions-common:time_stop:2324 : total=3065 2020-10-14 12:51:20.922 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:51:20.924 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=6085 2020-10-14 12:51:20.927 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-10-14 12:51:20.937 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-10-14 12:51:20.948 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-10-14 12:51:20.958 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-10-14 12:51:20.961 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-10-14 12:51:20.963 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-14 12:51:20.965 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-14 12:51:20.967 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-14 12:51:20.969 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-14 12:51:20.971 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-14 12:51:20.974 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-14 12:51:20.976 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:51:20.978 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-14 12:51:20.980 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-10-14 12:51:20.982 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-10-14 12:51:20.984 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-10-14 12:51:20.986 | + functions-common:is_suse:464 : is_opensuse 2020-10-14 12:51:20.988 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-14 12:51:20.991 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-14 12:51:20.993 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-14 12:51:20.996 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-14 12:51:20.998 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-14 12:51:21.000 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-10-14 12:51:21.002 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-10-14 12:51:21.021 | Using python 3.6 to install os-testr 2020-10-14 12:51:21.023 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-10-14 12:51:22.794 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:51:22.813 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:51:22.897 | Collecting os-testr===2.0.0 2020-10-14 12:51:22.905 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2020-10-14 12:51:22.998 | Collecting python-subunit===1.4.0 2020-10-14 12:51:23.004 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2020-10-14 12:51:23.129 | Collecting stestr===3.0.1 2020-10-14 12:51:23.137 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2020-10-14 12:51:23.274 | Collecting testtools===2.4.0 2020-10-14 12:51:23.280 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2020-10-14 12:51:23.453 | Collecting pbr===5.5.0 2020-10-14 12:51:23.460 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5ad/c0f9fc64319d8/pbr-5.5.0-py2.py3-none-any.whl (106 kB) 2020-10-14 12:51:23.538 | Collecting extras===1.0.0 2020-10-14 12:51:23.544 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2020-10-14 12:51:23.646 | Collecting voluptuous===0.11.7 2020-10-14 12:51:23.654 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl (28 kB) 2020-10-14 12:51:23.814 | Collecting PyYAML===5.3.1 2020-10-14 12:51:23.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-10-14 12:51:24.693 | Collecting fixtures===3.0.0 2020-10-14 12:51:24.701 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2020-10-14 12:51:24.810 | Collecting future===0.18.2 2020-10-14 12:51:24.818 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-10-14 12:51:25.758 | Collecting cliff===3.4.0 2020-10-14 12:51:25.765 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76 kB) 2020-10-14 12:51:25.848 | Collecting six===1.15.0 2020-10-14 12:51:25.856 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2020-10-14 12:51:25.908 | Collecting traceback2===1.4.0 2020-10-14 12:51:25.914 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2020-10-14 12:51:25.995 | Collecting python-mimeparse===1.6.0 2020-10-14 12:51:26.002 | 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) 2020-10-14 12:51:26.090 | Collecting unittest2===1.1.0 2020-10-14 12:51:26.097 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2020-10-14 12:51:26.299 | Collecting cmd2===1.3.8 2020-10-14 12:51:26.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a0a/8705dfd7443cc/cmd2-1.3.8-py3-none-any.whl (130 kB) 2020-10-14 12:51:26.546 | Collecting pyparsing===2.4.7 2020-10-14 12:51:26.552 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2020-10-14 12:51:26.638 | Collecting prettytable===0.7.2 2020-10-14 12:51:26.644 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-10-14 12:51:26.776 | Collecting stevedore===3.2.2 2020-10-14 12:51:26.782 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42 kB) 2020-10-14 12:51:26.863 | Collecting linecache2===1.0.0 2020-10-14 12:51:26.869 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2020-10-14 12:51:26.956 | Collecting argparse 2020-10-14 12:51:26.964 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2020-10-14 12:51:27.056 | Collecting pyperclip===1.8.0 2020-10-14 12:51:27.063 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl (8.7 kB) 2020-10-14 12:51:27.146 | Collecting importlib-metadata===1.7.0 2020-10-14 12:51:27.152 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc1/5b2969b4ce363/importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 2020-10-14 12:51:27.225 | Collecting colorama===0.4.3 2020-10-14 12:51:27.231 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d7/3d2a99753107a/colorama-0.4.3-py2.py3-none-any.whl (15 kB) 2020-10-14 12:51:27.237 | Requirement already satisfied, skipping upgrade: setuptools>=34.4 in /usr/local/lib/python3.6/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 416)) (49.6.0) 2020-10-14 12:51:27.312 | Collecting attrs===20.1.0 2020-10-14 12:51:27.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/286/7b7b9f8326499/attrs-20.1.0-py2.py3-none-any.whl (49 kB) 2020-10-14 12:51:27.408 | Collecting wcwidth===0.2.5 2020-10-14 12:51:27.413 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2020-10-14 12:51:27.486 | Collecting zipp===3.1.0 2020-10-14 12:51:27.493 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl (4.9 kB) 2020-10-14 12:51:27.506 | Building wheels for collected packages: PyYAML, future 2020-10-14 12:51:27.507 | Building wheel for PyYAML (setup.py): started 2020-10-14 12:51:37.417 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-10-14 12:51:37.421 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403674 sha256=52a7931602d243efb90e78f25fbf85a52917612bbbe61194f305a4aea680e4ca 2020-10-14 12:51:37.421 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-10-14 12:51:37.423 | Building wheel for future (setup.py): started 2020-10-14 12:51:38.391 | Building wheel for future (setup.py): finished with status 'done' 2020-10-14 12:51:38.395 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=8effde381f2d5a8ed534f7bb162917c1e13fb29877586bb33d604e0c41250272 2020-10-14 12:51:38.395 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-10-14 12:51:38.396 | Successfully built PyYAML future 2020-10-14 12:51:38.949 | Installing collected packages: voluptuous, pbr, attrs, six, extras, linecache2, traceback2, python-mimeparse, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyperclip, zipp, importlib-metadata, colorama, cmd2, pyparsing, stevedore, cliff, future, stestr, os-testr 2020-10-14 12:51:39.112 | Attempting uninstall: attrs 2020-10-14 12:51:39.114 | Found existing installation: attrs 17.4.0 2020-10-14 12:51:39.126 | Uninstalling attrs-17.4.0: 2020-10-14 12:51:39.226 | Successfully uninstalled attrs-17.4.0 2020-10-14 12:51:39.281 | Attempting uninstall: six 2020-10-14 12:51:39.283 | Found existing installation: six 1.11.0 2020-10-14 12:51:39.285 | Uninstalling six-1.11.0: 2020-10-14 12:51:39.316 | Successfully uninstalled six-1.11.0 2020-10-14 12:51:40.229 | Attempting uninstall: zipp 2020-10-14 12:51:40.230 | Found existing installation: zipp 3.3.0 2020-10-14 12:51:40.232 | Uninstalling zipp-3.3.0: 2020-10-14 12:51:40.266 | Successfully uninstalled zipp-3.3.0 2020-10-14 12:51:40.278 | Attempting uninstall: importlib-metadata 2020-10-14 12:51:40.279 | Found existing installation: importlib-metadata 2.0.0 2020-10-14 12:51:40.288 | Uninstalling importlib-metadata-2.0.0: 2020-10-14 12:51:40.290 | Successfully uninstalled importlib-metadata-2.0.0 2020-10-14 12:51:40.322 | Attempting uninstall: colorama 2020-10-14 12:51:40.323 | Found existing installation: colorama 0.3.7 2020-10-14 12:51:40.327 | Uninstalling colorama-0.3.7: 2020-10-14 12:51:40.358 | Successfully uninstalled colorama-0.3.7 2020-10-14 12:51:41.355 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.1.0 cliff-3.4.0 cmd2-1.3.8 colorama-0.4.3 extras-1.0.0 fixtures-3.0.0 future-0.18.2 importlib-metadata-1.7.0 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.0 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.0 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.0.1 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.11.7 wcwidth-0.2.5 zipp-3.1.0 2020-10-14 12:51:41.561 | + inc/python:pip_install:200 : result=0 2020-10-14 12:51:41.563 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:51:41.565 | + functions-common:time_stop:2310 : local name 2020-10-14 12:51:41.568 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:51:41.570 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:51:41.572 | + functions-common:time_stop:2313 : local total 2020-10-14 12:51:41.574 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:51:41.576 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:51:41.578 | + functions-common:time_stop:2317 : start_time=1602679881016 2020-10-14 12:51:41.580 | + functions-common:time_stop:2319 : [[ -z 1602679881016 ]] 2020-10-14 12:51:41.583 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:51:41.586 | + functions-common:time_stop:2322 : end_time=1602679901584 2020-10-14 12:51:41.588 | + functions-common:time_stop:2323 : elapsed_time=20568 2020-10-14 12:51:41.590 | + functions-common:time_stop:2324 : total=0 2020-10-14 12:51:41.593 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:51:41.595 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=20568 2020-10-14 12:51:41.597 | + inc/python:pip_install:203 : return 0 2020-10-14 12:51:41.600 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-10-14 12:51:41.603 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-10-14 12:51:41.605 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-14 12:51:41.608 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-10-14 12:51:41.610 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-10-14 12:51:41.612 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-14 12:51:41.616 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-10-14 12:51:41.617 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-14 12:51:41.621 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-10-14 12:51:41.623 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-10-14 12:51:41.625 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-10-14 12:51:41.628 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-10-14 12:51:41.630 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-10-14 12:51:41.648 | Using python 3.6 to install systemd-python 2020-10-14 12:51:41.650 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2020-10-14 12:51:43.425 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:51:43.445 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:51:43.447 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (234) 2020-10-14 12:51:43.995 | + inc/python:pip_install:200 : result=0 2020-10-14 12:51:43.998 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:51:44.000 | + functions-common:time_stop:2310 : local name 2020-10-14 12:51:44.002 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:51:44.004 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:51:44.007 | + functions-common:time_stop:2313 : local total 2020-10-14 12:51:44.009 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:51:44.011 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:51:44.013 | + functions-common:time_stop:2317 : start_time=1602679901643 2020-10-14 12:51:44.015 | + functions-common:time_stop:2319 : [[ -z 1602679901643 ]] 2020-10-14 12:51:44.018 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:51:44.022 | + functions-common:time_stop:2322 : end_time=1602679904019 2020-10-14 12:51:44.024 | + functions-common:time_stop:2323 : elapsed_time=2376 2020-10-14 12:51:44.026 | + functions-common:time_stop:2324 : total=20568 2020-10-14 12:51:44.028 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:51:44.030 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=22944 2020-10-14 12:51:44.032 | + inc/python:pip_install:203 : return 0 2020-10-14 12:51:44.035 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-10-14 12:51:44.079 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-10-14 12:51:44.145 | + ./stack.sh:main:774 : install_infra 2020-10-14 12:51:44.148 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-14 12:51:44.150 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-10-14 12:51:44.153 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-10-14 12:51:46.754 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-14 12:51:46.757 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-10-14 12:51:46.777 | + 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 2020-10-14 12:51:49.356 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:51:49.418 | Collecting pbr===5.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) 2020-10-14 12:51:49.532 | Downloading http://10.100.0.9:8080/root/pypi/+f/5ad/c0f9fc64319d8/pbr-5.5.0-py2.py3-none-any.whl (106kB) 2020-10-14 12:51:49.561 | Installing collected packages: pbr 2020-10-14 12:51:49.665 | Successfully installed pbr-5.5.0 2020-10-14 12:51:49.723 | + inc/python:pip_install:200 : result=0 2020-10-14 12:51:49.726 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:51:49.728 | + functions-common:time_stop:2310 : local name 2020-10-14 12:51:49.730 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:51:49.732 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:51:49.734 | + functions-common:time_stop:2313 : local total 2020-10-14 12:51:49.736 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:51:49.738 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:51:49.741 | + functions-common:time_stop:2317 : start_time=1602679906770 2020-10-14 12:51:49.743 | + functions-common:time_stop:2319 : [[ -z 1602679906770 ]] 2020-10-14 12:51:49.746 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:51:49.749 | + functions-common:time_stop:2322 : end_time=1602679909746 2020-10-14 12:51:49.751 | + functions-common:time_stop:2323 : elapsed_time=2976 2020-10-14 12:51:49.753 | + functions-common:time_stop:2324 : total=22944 2020-10-14 12:51:49.756 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:51:49.758 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=25920 2020-10-14 12:51:49.760 | + inc/python:pip_install:203 : return 0 2020-10-14 12:51:49.762 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-14 12:51:49.765 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-10-14 12:51:49.784 | + 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 2020-10-14 12:51:52.356 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:51:52.411 | Processing /opt/stack/requirements 2020-10-14 12:51:53.777 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) 2020-10-14 12:51:53.844 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-10-14 12:51:53.881 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2020-10-14 12:51:53.965 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-10-14 12:51:54.588 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2020-10-14 12:51:54.693 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2020-10-14 12:51:54.731 | Collecting packaging===20.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2020-10-14 12:51:54.772 | Downloading http://10.100.0.9:8080/root/pypi/+f/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl 2020-10-14 12:51:54.793 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) 2020-10-14 12:51:54.837 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-10-14 12:51:54.893 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) 2020-10-14 12:51:54.923 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-10-14 12:51:54.942 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2020-10-14 12:51:55.046 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-10-14 12:51:55.064 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2020-10-14 12:51:55.097 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-10-14 12:51:55.111 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4087) 2020-10-14 12:51:55.128 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-10-14 12:51:55.155 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4087) 2020-10-14 12:51:55.175 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-10-14 12:51:55.202 | Requirement already satisfied: pbr===5.5.0 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) 2020-10-14 12:51:55.208 | Collecting certifi===2020.6.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 39)) 2020-10-14 12:51:55.257 | Downloading http://10.100.0.9:8080/root/pypi/+f/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156kB) 2020-10-14 12:51:55.297 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-10-14 12:51:55.321 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-10-14 12:51:55.351 | Collecting urllib3===1.25.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2020-10-14 12:51:55.407 | Downloading http://10.100.0.9:8080/root/pypi/+f/e79/83572181f5e15/urllib3-1.25.10-py2.py3-none-any.whl (127kB) 2020-10-14 12:51:55.454 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2020-10-14 12:51:55.471 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-10-14 12:51:55.485 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2020-10-14 12:51:55.506 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-10-14 12:51:55.522 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) 2020-10-14 12:51:55.542 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-10-14 12:51:55.555 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2020-10-14 12:51:55.583 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-10-14 12:51:55.613 | Collecting cliff===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2020-10-14 12:51:55.678 | Downloading http://10.100.0.9:8080/root/pypi/+f/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76kB) 2020-10-14 12:51:55.718 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) 2020-10-14 12:51:55.734 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-10-14 12:51:55.749 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 193)) 2020-10-14 12:51:55.776 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-10-14 12:51:55.789 | Collecting stevedore===3.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2020-10-14 12:51:55.854 | Downloading http://10.100.0.9:8080/root/pypi/+f/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42kB) 2020-10-14 12:51:55.883 | Collecting cmd2===1.3.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2020-10-14 12:51:55.999 | Downloading http://10.100.0.9:8080/root/pypi/+f/a0a/8705dfd7443cc/cmd2-1.3.8-py3-none-any.whl (130kB) 2020-10-14 12:51:56.080 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) 2020-10-14 12:51:56.106 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-10-14 12:51:56.119 | Collecting importlib-metadata===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2020-10-14 12:51:56.167 | Downloading http://10.100.0.9:8080/root/pypi/+f/dc1/5b2969b4ce363/importlib_metadata-1.7.0-py2.py3-none-any.whl 2020-10-14 12:51:56.202 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2020-10-14 12:51:56.229 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-10-14 12:51:56.249 | Collecting pyperclip===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2020-10-14 12:51:56.281 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl 2020-10-14 12:51:56.294 | Collecting colorama===0.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) 2020-10-14 12:51:56.344 | Downloading http://10.100.0.9:8080/root/pypi/+f/7d7/3d2a99753107a/colorama-0.4.3-py2.py3-none-any.whl 2020-10-14 12:51:56.358 | Requirement already satisfied: setuptools>=34.4 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 416)) 2020-10-14 12:51:56.363 | Collecting attrs===20.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) 2020-10-14 12:51:56.394 | Downloading http://10.100.0.9:8080/root/pypi/+f/286/7b7b9f8326499/attrs-20.1.0-py2.py3-none-any.whl (49kB) 2020-10-14 12:51:56.446 | Collecting zipp===3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2020-10-14 12:51:56.482 | Downloading http://10.100.0.9:8080/root/pypi/+f/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl 2020-10-14 12:51:56.502 | Building wheels for collected packages: PyYAML 2020-10-14 12:51:56.502 | Running setup.py bdist_wheel for PyYAML: started 2020-10-14 12:51:56.787 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-10-14 12:51:56.787 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-za8k46jq/PyYAML/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/tmpkhxgz1fopip-wheel- --python-tag cp36: 2020-10-14 12:51:56.787 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-10-14 12:51:56.787 | or: -c --help [cmd1 cmd2 ...] 2020-10-14 12:51:56.787 | or: -c --help-commands 2020-10-14 12:51:56.788 | or: -c cmd --help 2020-10-14 12:51:56.788 | 2020-10-14 12:51:56.788 | error: invalid command 'bdist_wheel' 2020-10-14 12:51:56.788 | 2020-10-14 12:51:56.788 | ---------------------------------------- 2020-10-14 12:51:56.788 | Failed building wheel for PyYAML 2020-10-14 12:51:56.788 | Running setup.py clean for PyYAML 2020-10-14 12:51:57.075 | Failed to build PyYAML 2020-10-14 12:51:57.076 | Installing collected packages: chardet, certifi, attrs, six, extras, linecache2, traceback2, python-mimeparse, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, zipp, importlib-metadata, stevedore, pyperclip, colorama, cmd2, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2020-10-14 12:51:58.036 | Running setup.py install for PyYAML: started 2020-10-14 12:52:07.644 | Running setup.py install for PyYAML: finished with status 'done' 2020-10-14 12:52:08.409 | Running setup.py install for openstack-requirements: started 2020-10-14 12:52:10.704 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-10-14 12:52:11.262 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.1.0 beagle-0.3.0 certifi-2020.6.20 chardet-3.0.4 cliff-3.4.0 cmd2-1.3.8 colorama-0.4.3 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-1.7.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4087 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.0 python-mimeparse-1.6.0 requests-2.23.0 six-1.15.0 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.10 wcwidth-0.2.5 zipp-3.1.0 2020-10-14 12:52:11.386 | + inc/python:pip_install:200 : result=0 2020-10-14 12:52:11.388 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:52:11.390 | + functions-common:time_stop:2310 : local name 2020-10-14 12:52:11.392 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:52:11.394 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:52:11.396 | + functions-common:time_stop:2313 : local total 2020-10-14 12:52:11.398 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:52:11.400 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:52:11.403 | + functions-common:time_stop:2317 : start_time=1602679909778 2020-10-14 12:52:11.405 | + functions-common:time_stop:2319 : [[ -z 1602679909778 ]] 2020-10-14 12:52:11.407 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:52:11.410 | + functions-common:time_stop:2322 : end_time=1602679931408 2020-10-14 12:52:11.412 | + functions-common:time_stop:2323 : elapsed_time=21630 2020-10-14 12:52:11.414 | + functions-common:time_stop:2324 : total=25920 2020-10-14 12:52:11.416 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:52:11.419 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=47550 2020-10-14 12:52:11.421 | + inc/python:pip_install:203 : return 0 2020-10-14 12:52:11.423 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-10-14 12:52:11.426 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-10-14 12:52:11.428 | + inc/python:use_library_from_git:250 : local name=pbr 2020-10-14 12:52:11.431 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:52:11.433 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:52:11.435 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2020-10-14 12:52:11.438 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:52:11.440 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-10-14 12:52:11.458 | Using python 3.6 to install pbr 2020-10-14 12:52:11.460 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-10-14 12:52:13.225 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:52:13.244 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:52:13.358 | Requirement already up-to-date: pbr===5.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2020-10-14 12:52:13.909 | + inc/python:pip_install:200 : result=0 2020-10-14 12:52:13.912 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:52:13.914 | + functions-common:time_stop:2310 : local name 2020-10-14 12:52:13.916 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:52:13.918 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:52:13.920 | + functions-common:time_stop:2313 : local total 2020-10-14 12:52:13.922 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:52:13.924 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:52:13.927 | + functions-common:time_stop:2317 : start_time=1602679931454 2020-10-14 12:52:13.929 | + functions-common:time_stop:2319 : [[ -z 1602679931454 ]] 2020-10-14 12:52:13.932 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:52:13.935 | + functions-common:time_stop:2322 : end_time=1602679933933 2020-10-14 12:52:13.937 | + functions-common:time_stop:2323 : elapsed_time=2479 2020-10-14 12:52:13.939 | + functions-common:time_stop:2324 : total=47550 2020-10-14 12:52:13.941 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:52:13.943 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=50029 2020-10-14 12:52:13.945 | + inc/python:pip_install:203 : return 0 2020-10-14 12:52:13.948 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-10-14 12:52:16.558 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-10-14 12:52:18.222 | Collecting bindep 2020-10-14 12:52:18.283 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-10-14 12:52:18.306 | Collecting pbr>=2.0.0 (from bindep) 2020-10-14 12:52:18.390 | Downloading http://10.100.0.9:8080/root/pypi/+f/5ad/c0f9fc64319d8/pbr-5.5.0-py2.py3-none-any.whl (106kB) 2020-10-14 12:52:18.421 | Collecting Parsley (from bindep) 2020-10-14 12:52:18.437 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-10-14 12:52:18.463 | Collecting distro (from bindep) 2020-10-14 12:52:18.487 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-10-14 12:52:18.495 | Installing collected packages: pbr, Parsley, distro, bindep 2020-10-14 12:52:18.821 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.0 2020-10-14 12:52:18.885 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-10-14 12:52:18.888 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-10-14 12:52:18.891 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-10-14 12:52:18.907 | + ./stack.sh:main:783 : pkgs= 2020-10-14 12:52:18.909 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-10-14 12:52:18.911 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-10-14 12:52:18.914 | + functions-common:run_phase:1738 : local mode=stack 2020-10-14 12:52:18.916 | + functions-common:run_phase:1739 : local phase=pre-install 2020-10-14 12:52:18.918 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-10-14 12:52:18.920 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-10-14 12:52:18.922 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-10-14 12:52:18.925 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-10-14 12:52:18.927 | + functions-common:run_phase:1748 : local extra 2020-10-14 12:52:18.930 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-10-14 12:52:18.935 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-10-14 12:52:18.937 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-10-14 12:52:18.939 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-10-14 12:52:18.941 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-10-14 12:52:18.944 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-10-14 12:52:18.958 | ++ functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:52:18.961 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-10-14 12:52:18.963 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-10-14 12:52:18.965 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-10-14 12:52:18.967 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-10-14 12:52:18.969 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-10-14 12:52:18.971 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-10-14 12:52:18.973 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-10-14 12:52:18.975 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-10-14 12:52:18.977 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-10-14 12:52:18.980 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-10-14 12:52:18.982 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-10-14 12:52:18.984 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-10-14 12:52:18.986 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-10-14 12:52:18.988 | + functions-common:run_phase:1759 : [[ stack == \s\o\u\r\c\e ]] 2020-10-14 12:52:18.991 | + functions-common:run_phase:1762 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-10-14 12:52:18.993 | + functions-common:run_phase:1765 : run_plugins stack pre-install 2020-10-14 12:52:18.995 | + functions-common:run_plugins:1724 : local mode=stack 2020-10-14 12:52:18.997 | + functions-common:run_plugins:1725 : local phase=pre-install 2020-10-14 12:52:18.999 | + functions-common:run_plugins:1727 : local plugins= 2020-10-14 12:52:19.001 | + functions-common:run_plugins:1728 : local plugin 2020-10-14 12:52:19.004 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-10-14 12:52:19.007 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2020-10-14 12:52:19.009 | + functions:set_systemd_override:826 : local value=2048 2020-10-14 12:52:19.012 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2020-10-14 12:52:19.014 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-10-14 12:52:19.058 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-10-14 12:52:19.058 | Set systemd system override for DefaultLimitNOFILE=2048 2020-10-14 12:52:19.060 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2020-10-14 12:52:19.242 | + ./stack.sh:main:796 : install_rpc_backend 2020-10-14 12:52:19.244 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-10-14 12:52:19.259 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:52:19.261 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-10-14 12:52:19.264 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:52:19.266 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:52:19.268 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:52:19.270 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:52:19.273 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:52:19.275 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:52:19.277 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:52:19.279 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:52:19.281 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:52:19.284 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:52:19.286 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:52:19.288 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:52:19.291 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-10-14 12:52:19.293 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:52:19.295 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:52:19.297 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:52:19.299 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-10-14 12:52:19.318 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2020-10-14 12:52:19.438 | Reading package lists... 2020-10-14 12:52:19.681 | Building dependency tree... 2020-10-14 12:52:19.682 | Reading state information... 2020-10-14 12:52:19.886 | The following packages were automatically installed and are no longer required: 2020-10-14 12:52:19.887 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:52:19.887 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:52:19.887 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:52:19.887 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:52:19.887 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:52:19.887 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:52:19.887 | python3-zope.interface 2020-10-14 12:52:19.887 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:52:19.887 | The following additional packages will be installed: 2020-10-14 12:52:19.887 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-10-14 12:52:19.887 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-10-14 12:52:19.887 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-10-14 12:52:19.887 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-10-14 12:52:19.888 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-10-14 12:52:19.889 | Suggested packages: 2020-10-14 12:52:19.889 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-10-14 12:52:19.889 | odbc-postgresql tdsodbc unixodbc-bin 2020-10-14 12:52:19.932 | The following NEW packages will be installed: 2020-10-14 12:52:19.933 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-10-14 12:52:19.933 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-10-14 12:52:19.933 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-10-14 12:52:19.933 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-10-14 12:52:19.933 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-10-14 12:52:19.933 | rabbitmq-server 2020-10-14 12:52:20.195 | 0 upgraded, 26 newly installed, 0 to remove and 149 not upgraded. 2020-10-14 12:52:20.195 | Need to get 24.5 MB of archives. 2020-10-14 12:52:20.195 | After this operation, 40.4 MB of additional disk space will be used. 2020-10-14 12:52:20.195 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2020-10-14 12:52:51.083 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-10-14 12:52:53.463 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-10-14 12:52:57.632 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2020-10-14 12:52:58.955 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2020-10-14 12:52:59.705 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2020-10-14 12:53:01.899 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2020-10-14 12:53:05.871 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2020-10-14 12:53:11.794 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2020-10-14 12:53:26.660 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2020-10-14 12:53:27.537 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2020-10-14 12:53:33.063 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2020-10-14 12:53:39.686 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2020-10-14 12:53:42.139 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2020-10-14 12:53:43.220 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2020-10-14 12:53:43.702 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2020-10-14 12:53:44.043 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2020-10-14 12:53:45.321 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-10-14 12:53:46.262 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2020-10-14 12:53:46.612 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2020-10-14 12:53:59.658 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2020-10-14 12:54:00.452 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2020-10-14 12:54:01.889 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2020-10-14 12:54:06.050 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2020-10-14 12:54:07.803 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2020-10-14 12:54:07.892 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.3 [4,652 kB] 2020-10-14 12:54:32.601 | Fetched 24.5 MB in 2min 12s (185 kB/s) 2020-10-14 12:54:32.636 | Selecting previously unselected package erlang-base. 2020-10-14 12:54:32.674 | (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 ... 74728 files and directories currently installed.) 2020-10-14 12:54:32.677 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:32.679 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:33.748 | Selecting previously unselected package erlang-asn1. 2020-10-14 12:54:33.755 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:33.758 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:33.900 | Selecting previously unselected package erlang-mnesia. 2020-10-14 12:54:33.907 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:33.910 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.054 | Selecting previously unselected package erlang-runtime-tools. 2020-10-14 12:54:34.062 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.065 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.146 | Selecting previously unselected package erlang-crypto. 2020-10-14 12:54:34.154 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.157 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.228 | Selecting previously unselected package erlang-public-key. 2020-10-14 12:54:34.236 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.238 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.368 | Selecting previously unselected package erlang-ssl. 2020-10-14 12:54:34.376 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.379 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.541 | Selecting previously unselected package erlang-inets. 2020-10-14 12:54:34.549 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.551 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:34.703 | Selecting previously unselected package erlang-corba. 2020-10-14 12:54:34.711 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:34.714 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.106 | Selecting previously unselected package erlang-syntax-tools. 2020-10-14 12:54:35.114 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.116 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.220 | Selecting previously unselected package erlang-diameter. 2020-10-14 12:54:35.228 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.230 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.371 | Selecting previously unselected package erlang-xmerl. 2020-10-14 12:54:35.379 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.381 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.565 | Selecting previously unselected package erlang-edoc. 2020-10-14 12:54:35.573 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.576 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.668 | Selecting previously unselected package erlang-eldap. 2020-10-14 12:54:35.675 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.678 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.754 | Selecting previously unselected package erlang-erl-docgen. 2020-10-14 12:54:35.763 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.765 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.842 | Selecting previously unselected package erlang-eunit. 2020-10-14 12:54:35.850 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.852 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:35.925 | Selecting previously unselected package erlang-ic. 2020-10-14 12:54:35.934 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:35.936 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.122 | Selecting previously unselected package libodbc1:amd64. 2020-10-14 12:54:36.130 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-10-14 12:54:36.143 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-10-14 12:54:36.228 | Selecting previously unselected package erlang-odbc. 2020-10-14 12:54:36.236 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.239 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.301 | Selecting previously unselected package erlang-snmp. 2020-10-14 12:54:36.310 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.312 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.589 | Selecting previously unselected package erlang-os-mon. 2020-10-14 12:54:36.597 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.600 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.666 | Selecting previously unselected package erlang-parsetools. 2020-10-14 12:54:36.674 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.677 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.752 | Selecting previously unselected package erlang-ssh. 2020-10-14 12:54:36.761 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.763 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:36.887 | Selecting previously unselected package erlang-tools. 2020-10-14 12:54:36.894 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-10-14 12:54:36.897 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:37.019 | Selecting previously unselected package erlang-nox. 2020-10-14 12:54:37.027 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-10-14 12:54:37.030 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:37.123 | Selecting previously unselected package rabbitmq-server. 2020-10-14 12:54:37.131 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.3_all.deb ... 2020-10-14 12:54:37.133 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.3) ... 2020-10-14 12:54:37.713 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-10-14 12:54:37.742 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.559 | Searching for services which depend on erlang and should be started...none found. 2020-10-14 12:54:38.562 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:54:38.584 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.613 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.641 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.669 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.697 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.724 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:38.752 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-14 12:54:38.780 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:54:38.953 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:54:39.596 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.624 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.652 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.679 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.707 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.735 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.763 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.791 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.818 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.846 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.873 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.901 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.928 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.956 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:39.984 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:40.013 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:40.041 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-10-14 12:54:40.069 | Setting up rabbitmq-server (3.6.10-1ubuntu0.3) ... 2020-10-14 12:54:40.205 | Adding group `rabbitmq' (GID 121) ... 2020-10-14 12:54:40.238 | Done. 2020-10-14 12:54:40.312 | Adding system user `rabbitmq' (UID 115) ... 2020-10-14 12:54:40.312 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-10-14 12:54:40.389 | Not creating home directory `/var/lib/rabbitmq'. 2020-10-14 12:54:40.634 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-10-14 12:54:45.895 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:54:46.064 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:54:47.940 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:54:47.943 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:54:47.945 | + functions-common:time_stop:2310 : local name 2020-10-14 12:54:47.948 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:54:47.950 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:54:47.952 | + functions-common:time_stop:2313 : local total 2020-10-14 12:54:47.954 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:54:47.956 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:54:47.958 | + functions-common:time_stop:2317 : start_time=1602679939315 2020-10-14 12:54:47.960 | + functions-common:time_stop:2319 : [[ -z 1602679939315 ]] 2020-10-14 12:54:47.963 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:54:47.967 | + functions-common:time_stop:2322 : end_time=1602680087964 2020-10-14 12:54:47.969 | + functions-common:time_stop:2323 : elapsed_time=148649 2020-10-14 12:54:47.971 | + functions-common:time_stop:2324 : total=140190 2020-10-14 12:54:47.973 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:54:47.975 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=288839 2020-10-14 12:54:47.978 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:54:47.980 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-10-14 12:54:47.983 | + functions-common:is_suse:464 : is_opensuse 2020-10-14 12:54:47.985 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-14 12:54:47.987 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-14 12:54:47.989 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-14 12:54:47.992 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-14 12:54:47.995 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-14 12:54:47.997 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-10-14 12:54:47.999 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-14 12:54:48.001 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-14 12:54:48.003 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-14 12:54:48.006 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-14 12:54:48.008 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-14 12:54:48.010 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-14 12:54:48.012 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:54:48.015 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-14 12:54:48.017 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-10-14 12:54:48.019 | + functions-common:is_suse:464 : is_opensuse 2020-10-14 12:54:48.021 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-14 12:54:48.023 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-14 12:54:48.026 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-14 12:54:48.028 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-14 12:54:48.030 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-14 12:54:48.032 | + ./stack.sh:main:797 : restart_rpc_backend 2020-10-14 12:54:48.035 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-10-14 12:54:48.050 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:54:48.052 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-10-14 12:54:48.054 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-14 12:54:48.056 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-10-14 12:54:48.059 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-10-14 12:54:48.061 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-10-14 12:54:48.065 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-10-14 12:54:48.067 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-10-14 12:54:48.069 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-10-14 12:54:48.072 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-10-14 12:54:48.074 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-10-14 12:54:48.076 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-10-14 12:54:48.079 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-10-14 12:54:49.119 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-10-14 12:54:49.119 | guest [administrator]' 2020-10-14 12:54:49.122 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-10-14 12:54:49.122 | guest [administrator]' 2020-10-14 12:54:49.123 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-10-14 12:54:49.128 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-10-14 12:54:49.130 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-10-14 12:54:49.133 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-10-14 12:54:50.166 | Creating user "stackrabbit" 2020-10-14 12:54:50.199 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-10-14 12:54:51.212 | Setting permissions for user "stackrabbit" in vhost "/" 2020-10-14 12:54:51.236 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-10-14 12:54:51.238 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-10-14 12:54:52.260 | Changing password for user "stackrabbit" 2020-10-14 12:54:52.285 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-10-14 12:54:52.287 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-10-14 12:54:52.290 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-10-14 12:54:53.338 | Deleting user "guest" 2020-10-14 12:54:53.362 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-10-14 12:54:53.379 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:54:53.381 | + ./stack.sh:main:800 : install_database 2020-10-14 12:54:53.384 | + lib/database:install_database:116 : install_database_mysql 2020-10-14 12:54:53.386 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-10-14 12:54:53.388 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:54:53.391 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:54:53.393 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-10-14 12:54:53.592 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-10-14 12:54:53.594 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-10-14 12:54:53.598 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-10-14 12:54:53.601 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:54:53.603 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:54:53.605 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-10-14 12:54:53.608 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-10-14 12:54:53.610 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-10-14 12:54:53.614 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-10-14 12:54:53.617 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-10-14 12:54:53.619 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:54:53.622 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-10-14 12:54:53.624 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-14 12:54:53.626 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-14 12:54:53.629 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-14 12:54:53.631 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-14 12:54:53.634 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-14 12:54:53.636 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-14 12:54:53.638 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:54:53.641 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-14 12:54:53.643 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-10-14 12:54:53.645 | + functions-common:is_suse:464 : is_opensuse 2020-10-14 12:54:53.647 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-14 12:54:53.650 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-14 12:54:53.652 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-14 12:54:53.655 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-14 12:54:53.657 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-14 12:54:53.659 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-10-14 12:54:53.662 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:54:53.664 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:54:53.666 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-10-14 12:54:53.668 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:54:53.671 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:54:53.673 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:54:53.675 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:54:53.677 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:54:53.680 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:54:53.682 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:54:53.684 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:54:53.687 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:54:53.689 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:54:53.691 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:54:53.693 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:54:53.696 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-10-14 12:54:53.698 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:54:53.700 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:54:53.703 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:54:53.705 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-10-14 12:54:53.723 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2020-10-14 12:54:53.843 | Reading package lists... 2020-10-14 12:54:54.090 | Building dependency tree... 2020-10-14 12:54:54.091 | Reading state information... 2020-10-14 12:54:54.301 | The following packages were automatically installed and are no longer required: 2020-10-14 12:54:54.301 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:54:54.301 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:54:54.301 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:54:54.301 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:54:54.301 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:54:54.301 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:54:54.301 | python3-zope.interface 2020-10-14 12:54:54.302 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:54:54.302 | The following additional packages will be installed: 2020-10-14 12:54:54.302 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-10-14 12:54:54.302 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-10-14 12:54:54.302 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-10-14 12:54:54.302 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-10-14 12:54:54.302 | mysql-server-5.7 mysql-server-core-5.7 2020-10-14 12:54:54.303 | Suggested packages: 2020-10-14 12:54:54.304 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-10-14 12:54:54.356 | The following NEW packages will be installed: 2020-10-14 12:54:54.356 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-10-14 12:54:54.356 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-10-14 12:54:54.356 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-10-14 12:54:54.356 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-10-14 12:54:54.357 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-10-14 12:54:54.631 | 0 upgraded, 18 newly installed, 0 to remove and 149 not upgraded. 2020-10-14 12:54:54.631 | Need to get 19.7 MB of archives. 2020-10-14 12:54:54.631 | After this operation, 156 MB of additional disk space will be used. 2020-10-14 12:54:54.631 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.31-0ubuntu0.18.04.1 [6,653 kB] 2020-10-14 12:54:56.446 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.31-0ubuntu0.18.04.1 [1,948 kB] 2020-10-14 12:54:56.862 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.31-0ubuntu0.18.04.1 [7,452 kB] 2020-10-14 12:54:57.757 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2020-10-14 12:54:57.759 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.31-0ubuntu0.18.04.1 [2,931 kB] 2020-10-14 12:54:58.352 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-10-14 12:54:58.352 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-10-14 12:54:58.357 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-10-14 12:54:58.362 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-10-14 12:54:58.373 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-10-14 12:54:58.374 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2020-10-14 12:54:58.375 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-10-14 12:54:58.375 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-10-14 12:54:58.377 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-10-14 12:54:58.607 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-10-14 12:54:58.788 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-10-14 12:54:58.791 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-10-14 12:54:58.803 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.31-0ubuntu0.18.04.1 [9,948 B] 2020-10-14 12:54:59.298 | Preconfiguring packages ... 2020-10-14 12:54:59.405 | Fetched 19.7 MB in 4s (4,438 kB/s) 2020-10-14 12:54:59.437 | Selecting previously unselected package mysql-client-core-5.7. 2020-10-14 12:54:59.479 | (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 ... 76729 files and directories currently installed.) 2020-10-14 12:54:59.483 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:54:59.485 | Unpacking mysql-client-core-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:00.511 | Selecting previously unselected package mysql-client-5.7. 2020-10-14 12:55:00.519 | Preparing to unpack .../01-mysql-client-5.7_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:55:00.521 | Unpacking mysql-client-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:00.988 | Selecting previously unselected package mysql-server-core-5.7. 2020-10-14 12:55:00.996 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:55:00.998 | Unpacking mysql-server-core-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:02.220 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-10-14 12:55:02.229 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-10-14 12:55:02.240 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-10-14 12:55:02.366 | Selecting previously unselected package mysql-server-5.7. 2020-10-14 12:55:02.374 | Preparing to unpack .../04-mysql-server-5.7_5.7.31-0ubuntu0.18.04.1_amd64.deb ... 2020-10-14 12:55:02.853 | Unpacking mysql-server-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:03.474 | Selecting previously unselected package libhtml-tagset-perl. 2020-10-14 12:55:03.482 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-10-14 12:55:03.484 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-10-14 12:55:03.543 | Selecting previously unselected package liburi-perl. 2020-10-14 12:55:03.550 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-10-14 12:55:03.552 | Unpacking liburi-perl (1.73-1) ... 2020-10-14 12:55:03.621 | Selecting previously unselected package libhtml-parser-perl. 2020-10-14 12:55:03.629 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-10-14 12:55:03.631 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-10-14 12:55:03.696 | Selecting previously unselected package libcgi-pm-perl. 2020-10-14 12:55:03.704 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-10-14 12:55:03.706 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-10-14 12:55:03.783 | Selecting previously unselected package libfcgi-perl. 2020-10-14 12:55:03.791 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-10-14 12:55:03.793 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-10-14 12:55:03.851 | Selecting previously unselected package libcgi-fast-perl. 2020-10-14 12:55:03.859 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-10-14 12:55:03.861 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-10-14 12:55:03.918 | Selecting previously unselected package libencode-locale-perl. 2020-10-14 12:55:03.926 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-10-14 12:55:03.928 | Unpacking libencode-locale-perl (1.05-1) ... 2020-10-14 12:55:03.986 | Selecting previously unselected package libhtml-template-perl. 2020-10-14 12:55:03.993 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-10-14 12:55:03.995 | Unpacking libhtml-template-perl (2.97-1) ... 2020-10-14 12:55:04.056 | Selecting previously unselected package libhttp-date-perl. 2020-10-14 12:55:04.064 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-10-14 12:55:04.066 | Unpacking libhttp-date-perl (6.02-1) ... 2020-10-14 12:55:04.123 | Selecting previously unselected package libio-html-perl. 2020-10-14 12:55:04.131 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-10-14 12:55:04.134 | Unpacking libio-html-perl (1.001-1) ... 2020-10-14 12:55:04.191 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-10-14 12:55:04.199 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-10-14 12:55:04.201 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-10-14 12:55:04.259 | Selecting previously unselected package libhttp-message-perl. 2020-10-14 12:55:04.267 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-10-14 12:55:04.269 | Unpacking libhttp-message-perl (6.14-1) ... 2020-10-14 12:55:04.332 | Selecting previously unselected package mysql-server. 2020-10-14 12:55:04.339 | Preparing to unpack .../17-mysql-server_5.7.31-0ubuntu0.18.04.1_all.deb ... 2020-10-14 12:55:04.341 | Unpacking mysql-server (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:04.420 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-10-14 12:55:04.441 | Setting up libhttp-date-perl (6.02-1) ... 2020-10-14 12:55:04.468 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-10-14 12:55:04.496 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:04.518 | Setting up libencode-locale-perl (1.05-1) ... 2020-10-14 12:55:04.546 | Setting up mysql-server-core-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:04.574 | Setting up libio-html-perl (1.001-1) ... 2020-10-14 12:55:04.601 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-10-14 12:55:04.628 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-14 12:55:04.657 | Setting up liburi-perl (1.73-1) ... 2020-10-14 12:55:04.685 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:55:04.863 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-10-14 12:55:04.891 | Setting up libcgi-pm-perl (4.38-1) ... 2020-10-14 12:55:04.918 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:55:06.644 | Setting up libhttp-message-perl (6.14-1) ... 2020-10-14 12:55:06.672 | Setting up mysql-client-core-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:06.700 | Setting up libfcgi-perl (0.78-2build1) ... 2020-10-14 12:55:06.728 | Setting up libhtml-template-perl (2.97-1) ... 2020-10-14 12:55:06.756 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-10-14 12:55:06.784 | Setting up mysql-client-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:06.811 | Setting up mysql-server-5.7 (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:07.401 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-10-14 12:55:07.427 | Renaming removed key_buffer and myisam-recover options (if present) 2020-10-14 12:55:17.743 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-10-14 12:55:18.733 | Setting up mysql-server (5.7.31-0ubuntu0.18.04.1) ... 2020-10-14 12:55:18.746 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:55:18.941 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:20.814 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:55:20.816 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:55:20.819 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:20.821 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:20.823 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:20.825 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:20.827 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:20.829 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:55:20.831 | + functions-common:time_stop:2317 : start_time=1602680093721 2020-10-14 12:55:20.833 | + functions-common:time_stop:2319 : [[ -z 1602680093721 ]] 2020-10-14 12:55:20.836 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:20.839 | + functions-common:time_stop:2322 : end_time=1602680120837 2020-10-14 12:55:20.841 | + functions-common:time_stop:2323 : elapsed_time=27116 2020-10-14 12:55:20.843 | + functions-common:time_stop:2324 : total=288839 2020-10-14 12:55:20.846 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:20.848 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=315955 2020-10-14 12:55:20.850 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:55:20.853 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-10-14 12:55:20.855 | + ./stack.sh:main:803 : install_database_python 2020-10-14 12:55:20.857 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-10-14 12:55:20.859 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-10-14 12:55:20.862 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-10-14 12:55:20.864 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-14 12:55:20.867 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-10-14 12:55:20.870 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-10-14 12:55:20.872 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-14 12:55:20.876 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-10-14 12:55:20.876 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-14 12:55:20.880 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-10-14 12:55:20.882 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-10-14 12:55:20.885 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-10-14 12:55:20.887 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-10-14 12:55:20.890 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-10-14 12:55:20.908 | Using python 3.6 to install PyMySQL 2020-10-14 12:55:20.911 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2020-10-14 12:55:22.695 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:55:22.715 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:55:22.824 | Collecting PyMySQL===0.10.0 2020-10-14 12:55:22.831 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ade/f15ceccf1ff54/PyMySQL-0.10.0-py2.py3-none-any.whl (47 kB) 2020-10-14 12:55:23.288 | Installing collected packages: PyMySQL 2020-10-14 12:55:23.369 | Successfully installed PyMySQL-0.10.0 2020-10-14 12:55:23.503 | + inc/python:pip_install:200 : result=0 2020-10-14 12:55:23.506 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:55:23.509 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:23.511 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:23.513 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:23.515 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:23.517 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:23.519 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:55:23.522 | + functions-common:time_stop:2317 : start_time=1602680120904 2020-10-14 12:55:23.524 | + functions-common:time_stop:2319 : [[ -z 1602680120904 ]] 2020-10-14 12:55:23.527 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:23.530 | + functions-common:time_stop:2322 : end_time=1602680123527 2020-10-14 12:55:23.532 | + functions-common:time_stop:2323 : elapsed_time=2623 2020-10-14 12:55:23.534 | + functions-common:time_stop:2324 : total=50029 2020-10-14 12:55:23.536 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:23.539 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=52652 2020-10-14 12:55:23.541 | + inc/python:pip_install:203 : return 0 2020-10-14 12:55:23.544 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-10-14 12:55:23.546 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-10-14 12:55:23.548 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-10-14 12:55:23.550 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-10-14 12:55:23.567 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:55:23.569 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-10-14 12:55:23.572 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-10-14 12:55:23.575 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-10-14 12:55:23.576 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-10-14 12:55:23.580 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-10-14 12:55:23.582 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-10-14 12:55:23.585 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2020-10-14 12:55:23.587 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-10-14 12:55:23.589 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-10-14 12:55:23.592 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:455 : is_service_enabled q-l3 2020-10-14 12:55:23.606 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:55:23.609 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:456 : install_package radvd 2020-10-14 12:55:23.611 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:55:23.614 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:55:23.616 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:55:23.619 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:55:23.621 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:55:23.623 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:55:23.625 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:23.628 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:23.630 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:55:23.632 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:55:23.635 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:55:23.637 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:55:23.639 | + functions-common:install_package:1345 : real_install_package radvd 2020-10-14 12:55:23.642 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:55:23.644 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:23.646 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:23.648 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-10-14 12:55:23.666 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2020-10-14 12:55:23.785 | Reading package lists... 2020-10-14 12:55:24.027 | Building dependency tree... 2020-10-14 12:55:24.028 | Reading state information... 2020-10-14 12:55:24.229 | The following packages were automatically installed and are no longer required: 2020-10-14 12:55:24.230 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-10-14 12:55:24.230 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-10-14 12:55:24.230 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-10-14 12:55:24.230 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:55:24.230 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:55:24.230 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:55:24.230 | python3-zope.interface 2020-10-14 12:55:24.230 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:55:24.273 | The following NEW packages will be installed: 2020-10-14 12:55:24.273 | radvd 2020-10-14 12:55:24.769 | 0 upgraded, 1 newly installed, 0 to remove and 149 not upgraded. 2020-10-14 12:55:24.769 | Need to get 59.0 kB of archives. 2020-10-14 12:55:24.769 | After this operation, 164 kB of additional disk space will be used. 2020-10-14 12:55:24.769 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-10-14 12:55:25.595 | Fetched 59.0 kB in 1s (76.4 kB/s) 2020-10-14 12:55:25.653 | Selecting previously unselected package radvd. 2020-10-14 12:55:25.693 | (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 ... 77186 files and directories currently installed.) 2020-10-14 12:55:25.698 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-10-14 12:55:25.700 | Unpacking radvd (1:2.16-3) ... 2020-10-14 12:55:25.805 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:25.821 | Setting up radvd (1:2.16-3) ... 2020-10-14 12:55:26.572 | Job for radvd.service failed because the control process exited with error code. 2020-10-14 12:55:26.572 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-10-14 12:55:26.573 | invoke-rc.d: initscript radvd, action "start" failed. 2020-10-14 12:55:26.583 | ● radvd.service - Router advertisement daemon for IPv6 2020-10-14 12:55:26.583 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-10-14 12:55:26.583 | Active: failed (Result: exit-code) since Wed 2020-10-14 12:55:26 UTC; 12ms ago 2020-10-14 12:55:26.583 | Docs: man:radvd(8) 2020-10-14 12:55:26.583 | Process: 42015 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-10-14 12:55:26.583 | 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi radvd[42015]: can't open /etc/radvd.conf: No such file or directory 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi radvd[42015]: Insecure file permissions, but continuing anyway 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi radvd[42015]: exiting, failed to read config file 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-10-14 12:55:26.583 | Oct 14 12:55:26 dv-cinder-733622-9-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-10-14 12:55:26.588 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:55:26.770 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:55:27.004 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:28.868 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:55:28.870 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:55:28.872 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:28.874 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:28.876 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:28.879 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:28.881 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:28.883 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:55:28.885 | + functions-common:time_stop:2317 : start_time=1602680123663 2020-10-14 12:55:28.887 | + functions-common:time_stop:2319 : [[ -z 1602680123663 ]] 2020-10-14 12:55:28.890 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:28.893 | + functions-common:time_stop:2322 : end_time=1602680128891 2020-10-14 12:55:28.895 | + functions-common:time_stop:2323 : elapsed_time=5228 2020-10-14 12:55:28.898 | + functions-common:time_stop:2324 : total=315955 2020-10-14 12:55:28.900 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:28.902 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=321183 2020-10-14 12:55:28.905 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:55:28.907 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:459 : is_service_enabled q-agt q-dhcp q-l3 2020-10-14 12:55:28.923 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:55:28.925 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:460 : neutron_plugin_install_agent_packages 2020-10-14 12:55:28.928 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-10-14 12:55:28.931 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-10-14 12:55:28.949 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-10-14 12:55:28.951 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:55:28.953 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:55:28.956 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:55:28.958 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:55:28.960 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:55:28.963 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:55:28.965 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:28.967 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:28.970 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:55:28.972 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:55:28.974 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:55:28.976 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:55:28.979 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-10-14 12:55:28.981 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:55:28.983 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:28.985 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:28.988 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-10-14 12:55:29.004 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2020-10-14 12:55:29.123 | Reading package lists... 2020-10-14 12:55:29.366 | Building dependency tree... 2020-10-14 12:55:29.367 | Reading state information... 2020-10-14 12:55:29.569 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-10-14 12:55:29.569 | fakeroot set to manually installed. 2020-10-14 12:55:29.569 | make is already the newest version (4.1-9.1ubuntu1). 2020-10-14 12:55:29.569 | The following packages were automatically installed and are no longer required: 2020-10-14 12:55:29.570 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-14 12:55:29.570 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-14 12:55:29.570 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-10-14 12:55:29.570 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:55:29.570 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:55:29.570 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:55:29.570 | python3-zope.interface 2020-10-14 12:55:29.570 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:55:29.571 | The following additional packages will be installed: 2020-10-14 12:55:29.571 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-10-14 12:55:29.572 | Suggested packages: 2020-10-14 12:55:29.572 | openvswitch-doc python-sortedcontainers-doc 2020-10-14 12:55:29.625 | The following NEW packages will be installed: 2020-10-14 12:55:29.625 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-10-14 12:55:29.626 | The following packages will be upgraded: 2020-10-14 12:55:29.626 | openvswitch-common openvswitch-switch 2020-10-14 12:55:29.828 | 2 upgraded, 3 newly installed, 0 to remove and 147 not upgraded. 2020-10-14 12:55:29.828 | Need to get 3,053 kB of archives. 2020-10-14 12:55:29.828 | After this operation, 2,934 kB of additional disk space will be used. 2020-10-14 12:55:29.828 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.0-0ubuntu1~cloud0 [107 kB] 2020-10-14 12:55:29.901 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-10-14 12:55:30.137 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.0-0ubuntu1~cloud0 [959 kB] 2020-10-14 12:55:30.576 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-10-14 12:55:30.818 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.0-0ubuntu1~cloud0 [1,693 kB] 2020-10-14 12:55:32.028 | Fetched 3,053 kB in 2s (1,659 kB/s) 2020-10-14 12:55:32.093 | Selecting previously unselected package libunbound2:amd64. 2020-10-14 12:55:32.134 | (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 ... 77199 files and directories currently installed.) 2020-10-14 12:55:32.138 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-10-14 12:55:32.150 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-10-14 12:55:32.259 | Selecting previously unselected package python3-sortedcontainers. 2020-10-14 12:55:32.267 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-10-14 12:55:32.269 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-10-14 12:55:32.343 | Selecting previously unselected package python3-openvswitch. 2020-10-14 12:55:32.351 | Preparing to unpack .../python3-openvswitch_2.12.0-0ubuntu1~cloud0_all.deb ... 2020-10-14 12:55:32.354 | Unpacking python3-openvswitch (2.12.0-0ubuntu1~cloud0) ... 2020-10-14 12:55:32.431 | Preparing to unpack .../openvswitch-common_2.12.0-0ubuntu1~cloud0_amd64.deb ... 2020-10-14 12:55:32.452 | Unpacking openvswitch-common (2.12.0-0ubuntu1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-10-14 12:55:32.702 | Preparing to unpack .../openvswitch-switch_2.12.0-0ubuntu1~cloud0_amd64.deb ... 2020-10-14 12:55:32.723 | Unpacking openvswitch-switch (2.12.0-0ubuntu1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-10-14 12:55:34.098 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-10-14 12:55:34.119 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:34.141 | Setting up openvswitch-common (2.12.0-0ubuntu1~cloud0) ... 2020-10-14 12:55:34.169 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-10-14 12:55:34.447 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-14 12:55:34.476 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:55:34.630 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:55:35.405 | Setting up python3-openvswitch (2.12.0-0ubuntu1~cloud0) ... 2020-10-14 12:55:35.767 | Setting up openvswitch-switch (2.12.0-0ubuntu1~cloud0) ... 2020-10-14 12:55:35.816 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-10-14 12:55:38.728 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:55:38.730 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:55:38.732 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:38.734 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:38.736 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:38.738 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:38.740 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:38.743 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:55:38.745 | + functions-common:time_stop:2317 : start_time=1602680129002 2020-10-14 12:55:38.747 | + functions-common:time_stop:2319 : [[ -z 1602680129002 ]] 2020-10-14 12:55:38.749 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:38.752 | + functions-common:time_stop:2322 : end_time=1602680138750 2020-10-14 12:55:38.754 | + functions-common:time_stop:2323 : elapsed_time=9748 2020-10-14 12:55:38.756 | + functions-common:time_stop:2324 : total=321183 2020-10-14 12:55:38.759 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:38.761 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=330931 2020-10-14 12:55:38.763 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:55:38.766 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-10-14 12:55:38.768 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:38.770 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:38.773 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-10-14 12:55:38.776 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-10-14 12:55:38.779 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-10-14 12:55:38.782 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-10-14 12:55:38.784 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-10-14 12:55:38.787 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-10-14 12:55:38.788 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-10-14 12:55:38.792 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-10-14 12:55:38.794 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-10-14 12:55:38.796 | + functions:vercmp:652 : local v1=4.15 2020-10-14 12:55:38.799 | + functions:vercmp:653 : local 'op=<' 2020-10-14 12:55:38.801 | + functions:vercmp:654 : local v2=3.13 2020-10-14 12:55:38.803 | + functions:vercmp:655 : local result 2020-10-14 12:55:38.807 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-10-14 12:55:38.807 | ++ functions:vercmp:659 : head -1 2020-10-14 12:55:38.808 | ++ functions:vercmp:659 : sort -V 2020-10-14 12:55:38.812 | + functions:vercmp:659 : result=3.13 2020-10-14 12:55:38.814 | + functions:vercmp:661 : case $op in 2020-10-14 12:55:38.816 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-10-14 12:55:38.819 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-10-14 12:55:38.822 | + functions:vercmp:672 : return 2020-10-14 12:55:38.824 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-10-14 12:55:38.826 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-10-14 12:55:38.829 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart openvswitch-switch 2020-10-14 12:55:39.266 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-10-14 12:55:39.282 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:55:39.284 | + ./stack.sh:main:811 : install_etcd3 2020-10-14 12:55:39.286 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-10-14 12:55:39.287 | Installing etcd 2020-10-14 12:55:39.289 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-10-14 12:55:39.299 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-10-14 12:55:39.312 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-10-14 12:55:39.314 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-10-14 12:55:39.325 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-10-14 12:55:39.328 | ++ 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 2020-10-14 12:55:39.331 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:39.334 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:39.338 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:39.341 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2020-10-14 12:55:39.343 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-10-14 12:55:39.346 | ++ functions:get_extra_file:67 : 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 2020-10-14 12:55:39.371 | --2020-10-14 12:55:39-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:39.424 | Resolving github.com (github.com)... 140.82.121.4 2020-10-14 12:55:39.469 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2020-10-14 12:55:39.725 | HTTP request sent, awaiting response... 302 Found 2020-10-14 12:55:39.739 | Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201014%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201014T125410Z&X-Amz-Expires=300&X-Amz-Signature=665c75ab6ee24a121de0f2dbc540ee931cd575ff45802a780aae6b5b1c282ba9&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] 2020-10-14 12:55:39.739 | --2020-10-14 12:55:39-- https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201014%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201014T125410Z&X-Amz-Expires=300&X-Amz-Signature=665c75ab6ee24a121de0f2dbc540ee931cd575ff45802a780aae6b5b1c282ba9&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 2020-10-14 12:55:39.839 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.249.76 2020-10-14 12:55:39.998 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.249.76|:443... connected. 2020-10-14 12:55:40.491 | HTTP request sent, awaiting response... 200 OK 2020-10-14 12:55:40.491 | Length: 11350736 (11M) [application/octet-stream] 2020-10-14 12:55:40.491 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-10-14 12:55:41.291 | 2020-10-14 12:55:42.886 | 0K ........ .. 100% 4.52M=2.4s 2020-10-14 12:55:42.886 | 2020-10-14 12:55:42.887 | 2020-10-14 12:55:42 (4.52 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-10-14 12:55:42.887 | 2020-10-14 12:55:42.890 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-10-14 12:55:42.893 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:42.895 | ++ functions:get_extra_file:73 : return 2020-10-14 12:55:42.898 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-10-14 12:55:42.901 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-10-14 12:55:42.903 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-10-14 12:55:42.905 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-10-14 12:55:43.029 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-10-14 12:55:43.032 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2020-10-14 12:55:43.036 | etcd-v3.3.12-linux-amd64/ 2020-10-14 12:55:43.036 | etcd-v3.3.12-linux-amd64/README.md 2020-10-14 12:55:43.036 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-10-14 12:55:43.036 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-10-14 12:55:43.036 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-10-14 12:55:43.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-10-14 12:55:43.038 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-10-14 12:55:43.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-10-14 12:55:43.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-10-14 12:55:43.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-10-14 12:55:43.042 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-10-14 12:55:43.043 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-10-14 12:55:43.044 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-10-14 12:55:43.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-10-14 12:55:43.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-10-14 12:55:43.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-10-14 12:55:43.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-10-14 12:55:43.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-10-14 12:55:43.048 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-10-14 12:55:43.049 | etcd-v3.3.12-linux-amd64/etcdctl 2020-10-14 12:55:43.259 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-10-14 12:55:43.259 | etcd-v3.3.12-linux-amd64/etcd 2020-10-14 12:55:43.519 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-10-14 12:55:43.555 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-10-14 12:55:43.587 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-10-14 12:55:43.590 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-10-14 12:55:43.607 | + functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:55:43.610 | + ./stack.sh:main:830 : install_dstat 2020-10-14 12:55:43.612 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-10-14 12:55:43.628 | + functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:55:43.634 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-10-14 12:55:43.639 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-14 12:55:43.641 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-10-14 12:55:43.643 | + ./stack.sh:main:839 : install_libs 2020-10-14 12:55:43.646 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-10-14 12:55:43.648 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-10-14 12:55:43.651 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-10-14 12:55:43.653 | + inc/python:use_library_from_git:250 : local name=automaton 2020-10-14 12:55:43.655 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.657 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.660 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2020-10-14 12:55:43.662 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.665 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-10-14 12:55:43.668 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-10-14 12:55:43.670 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-10-14 12:55:43.673 | + inc/python:use_library_from_git:250 : local name=castellan 2020-10-14 12:55:43.675 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.678 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.681 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2020-10-14 12:55:43.683 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.685 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-10-14 12:55:43.688 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-10-14 12:55:43.690 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-10-14 12:55:43.692 | + inc/python:use_library_from_git:250 : local name=cliff 2020-10-14 12:55:43.694 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.697 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.699 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2020-10-14 12:55:43.701 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.704 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-10-14 12:55:43.706 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-10-14 12:55:43.708 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-10-14 12:55:43.711 | + inc/python:use_library_from_git:250 : local name=cursive 2020-10-14 12:55:43.713 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.716 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.718 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2020-10-14 12:55:43.720 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.723 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-10-14 12:55:43.725 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-10-14 12:55:43.730 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-10-14 12:55:43.732 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-10-14 12:55:43.734 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.736 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.739 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2020-10-14 12:55:43.742 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.744 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-10-14 12:55:43.747 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-10-14 12:55:43.749 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-10-14 12:55:43.752 | + inc/python:use_library_from_git:250 : local name=futurist 2020-10-14 12:55:43.754 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.758 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.761 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2020-10-14 12:55:43.763 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.766 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-10-14 12:55:43.768 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-10-14 12:55:43.770 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-10-14 12:55:43.774 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-10-14 12:55:43.776 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.779 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.781 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2020-10-14 12:55:43.783 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.786 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-10-14 12:55:43.789 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-10-14 12:55:43.791 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-10-14 12:55:43.794 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-10-14 12:55:43.797 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.799 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.802 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2020-10-14 12:55:43.805 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.807 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-10-14 12:55:43.810 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-10-14 12:55:43.813 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-10-14 12:55:43.816 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-10-14 12:55:43.818 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.821 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.824 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2020-10-14 12:55:43.826 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.829 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-10-14 12:55:43.832 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-10-14 12:55:43.834 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-10-14 12:55:43.837 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-10-14 12:55:43.839 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.841 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.844 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2020-10-14 12:55:43.846 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.848 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-10-14 12:55:43.852 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-10-14 12:55:43.854 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-10-14 12:55:43.856 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-10-14 12:55:43.859 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.862 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.864 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2020-10-14 12:55:43.867 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.870 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-10-14 12:55:43.872 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-10-14 12:55:43.874 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-10-14 12:55:43.877 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-10-14 12:55:43.879 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.881 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.884 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2020-10-14 12:55:43.886 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.890 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-10-14 12:55:43.893 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-10-14 12:55:43.895 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-10-14 12:55:43.898 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-10-14 12:55:43.901 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.903 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.907 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2020-10-14 12:55:43.909 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.911 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-10-14 12:55:43.915 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-10-14 12:55:43.918 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-10-14 12:55:43.920 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-10-14 12:55:43.924 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.926 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.928 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2020-10-14 12:55:43.931 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.934 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-10-14 12:55:43.936 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-10-14 12:55:43.939 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-10-14 12:55:43.943 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-10-14 12:55:43.946 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.949 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.952 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2020-10-14 12:55:43.954 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.956 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-10-14 12:55:43.959 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-10-14 12:55:43.962 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-10-14 12:55:43.965 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-10-14 12:55:43.967 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.970 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.973 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2020-10-14 12:55:43.976 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:43.979 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-10-14 12:55:43.982 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-10-14 12:55:43.984 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-10-14 12:55:43.987 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-10-14 12:55:43.989 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:43.992 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:43.995 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2020-10-14 12:55:43.997 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.000 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-10-14 12:55:44.002 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-10-14 12:55:44.004 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-10-14 12:55:44.008 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-10-14 12:55:44.010 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.012 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.015 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2020-10-14 12:55:44.017 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.020 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-10-14 12:55:44.022 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-10-14 12:55:44.025 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-10-14 12:55:44.027 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-10-14 12:55:44.029 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.032 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.034 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2020-10-14 12:55:44.036 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.039 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-10-14 12:55:44.041 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-10-14 12:55:44.044 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-10-14 12:55:44.046 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-10-14 12:55:44.048 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.051 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.053 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2020-10-14 12:55:44.056 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.058 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-10-14 12:55:44.061 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-10-14 12:55:44.063 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-10-14 12:55:44.065 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-10-14 12:55:44.068 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.071 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.073 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2020-10-14 12:55:44.076 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.078 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-10-14 12:55:44.082 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-10-14 12:55:44.084 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-10-14 12:55:44.087 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-10-14 12:55:44.090 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.092 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.095 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2020-10-14 12:55:44.097 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.099 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-10-14 12:55:44.102 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-10-14 12:55:44.104 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-10-14 12:55:44.107 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-10-14 12:55:44.109 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.112 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.114 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2020-10-14 12:55:44.117 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.119 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-10-14 12:55:44.122 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-10-14 12:55:44.124 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-10-14 12:55:44.127 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-10-14 12:55:44.129 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.131 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.135 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2020-10-14 12:55:44.137 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.141 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-10-14 12:55:44.144 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-10-14 12:55:44.147 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-10-14 12:55:44.150 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-10-14 12:55:44.153 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.156 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.158 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2020-10-14 12:55:44.161 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.163 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-10-14 12:55:44.166 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-10-14 12:55:44.168 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-10-14 12:55:44.171 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-10-14 12:55:44.173 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.176 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.178 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2020-10-14 12:55:44.181 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.184 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-10-14 12:55:44.186 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-10-14 12:55:44.189 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-10-14 12:55:44.191 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-10-14 12:55:44.193 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.196 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.199 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2020-10-14 12:55:44.201 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.204 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-10-14 12:55:44.206 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-10-14 12:55:44.208 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-10-14 12:55:44.212 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-10-14 12:55:44.214 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.217 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.220 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2020-10-14 12:55:44.222 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.225 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-10-14 12:55:44.228 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-10-14 12:55:44.230 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-10-14 12:55:44.233 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-10-14 12:55:44.235 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.237 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.240 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2020-10-14 12:55:44.242 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.244 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-10-14 12:55:44.247 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-10-14 12:55:44.249 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-10-14 12:55:44.251 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-10-14 12:55:44.254 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.256 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.259 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2020-10-14 12:55:44.262 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.265 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-10-14 12:55:44.267 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-10-14 12:55:44.269 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-10-14 12:55:44.272 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-10-14 12:55:44.275 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.277 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.279 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2020-10-14 12:55:44.282 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.284 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-10-14 12:55:44.286 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-10-14 12:55:44.289 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-10-14 12:55:44.291 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-10-14 12:55:44.293 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.296 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.298 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2020-10-14 12:55:44.300 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.303 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-10-14 12:55:44.305 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-10-14 12:55:44.308 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-10-14 12:55:44.310 | + inc/python:use_library_from_git:250 : local name=tooz 2020-10-14 12:55:44.312 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.315 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.317 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2020-10-14 12:55:44.320 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.323 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-10-14 12:55:44.325 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-10-14 12:55:44.327 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-10-14 12:55:44.330 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-10-14 12:55:44.332 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.334 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.337 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2020-10-14 12:55:44.340 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.342 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-10-14 12:55:44.345 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-10-14 12:55:44.347 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-10-14 12:55:44.349 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-10-14 12:55:44.352 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.354 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.357 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2020-10-14 12:55:44.359 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.361 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-10-14 12:55:44.364 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-10-14 12:55:44.366 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-10-14 12:55:44.369 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-10-14 12:55:44.371 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:55:44.374 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:55:44.377 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2020-10-14 12:55:44.379 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:55:44.382 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-10-14 12:55:44.402 | Using python 3.6 to install etcd3 2020-10-14 12:55:44.404 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2020-10-14 12:55:46.194 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:55:46.214 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:55:46.297 | Collecting etcd3===0.12.0 2020-10-14 12:55:46.305 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-10-14 12:55:48.726 | Collecting grpcio===1.31.0 2020-10-14 12:55:48.744 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf3/9977282a79dc1/grpcio-1.31.0-cp36-cp36m-manylinux2014_x86_64.whl (3.4 MB) 2020-10-14 12:55:49.249 | Collecting protobuf===3.13.0 2020-10-14 12:55:49.260 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5db/9d3e12b6ede5e/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2020-10-14 12:55:49.330 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-10-14 12:55:49.776 | Collecting tenacity===6.2.0 2020-10-14 12:55:49.783 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/d3dcd46381abe/tenacity-6.2.0-py2.py3-none-any.whl (24 kB) 2020-10-14 12:55:49.835 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from protobuf===3.13.0->-c /opt/stack/requirements/upper-constraints.txt (line 353)) (49.6.0) 2020-10-14 12:55:49.881 | Building wheels for collected packages: etcd3 2020-10-14 12:55:49.882 | Building wheel for etcd3 (setup.py): started 2020-10-14 12:55:50.554 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-10-14 12:55:50.555 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=b01a499ed393470861605cd218aabbc88ba723b995c13ca7f83c04e68e5c896d 2020-10-14 12:55:50.555 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-10-14 12:55:50.556 | Successfully built etcd3 2020-10-14 12:55:50.974 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-10-14 12:55:51.980 | Successfully installed etcd3-0.12.0 grpcio-1.31.0 protobuf-3.13.0 tenacity-6.2.0 2020-10-14 12:55:52.128 | + inc/python:pip_install:200 : result=0 2020-10-14 12:55:52.130 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:55:52.133 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:52.135 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:52.137 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:52.140 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:52.142 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:52.144 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:55:52.146 | + functions-common:time_stop:2317 : start_time=1602680144397 2020-10-14 12:55:52.148 | + functions-common:time_stop:2319 : [[ -z 1602680144397 ]] 2020-10-14 12:55:52.151 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:52.154 | + functions-common:time_stop:2322 : end_time=1602680152151 2020-10-14 12:55:52.156 | + functions-common:time_stop:2323 : elapsed_time=7754 2020-10-14 12:55:52.158 | + functions-common:time_stop:2324 : total=52652 2020-10-14 12:55:52.160 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:52.162 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=60406 2020-10-14 12:55:52.164 | + inc/python:pip_install:203 : return 0 2020-10-14 12:55:52.167 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-10-14 12:55:52.186 | Using python 3.6 to install etcd3gw 2020-10-14 12:55:52.188 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2020-10-14 12:55:54.005 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:55:54.024 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:55:54.114 | Collecting etcd3gw===0.2.5 2020-10-14 12:55:54.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2020-10-14 12:55:54.641 | Collecting futurist===2.3.0 2020-10-14 12:55:54.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-10-14 12:55:54.713 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-10-14 12:55:54.777 | Collecting urllib3===1.25.10 2020-10-14 12:55:54.783 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e79/83572181f5e15/urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 2020-10-14 12:55:54.813 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2020-10-14 12:55:54.935 | Collecting requests===2.23.0 2020-10-14 12:55:54.943 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2020-10-14 12:55:54.969 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-10-14 12:55:55.020 | Collecting certifi===2020.6.20 2020-10-14 12:55:55.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 2020-10-14 12:55:55.062 | Collecting idna===2.10 2020-10-14 12:55:55.068 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-10-14 12:55:55.548 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-10-14 12:55:55.548 | Attempting uninstall: certifi 2020-10-14 12:55:55.550 | Found existing installation: certifi 2018.1.18 2020-10-14 12:55:55.563 | Uninstalling certifi-2018.1.18: 2020-10-14 12:55:55.596 | Successfully uninstalled certifi-2018.1.18 2020-10-14 12:55:55.612 | Attempting uninstall: urllib3 2020-10-14 12:55:55.612 | Found existing installation: urllib3 1.22 2020-10-14 12:55:55.622 | Uninstalling urllib3-1.22: 2020-10-14 12:55:55.654 | Successfully uninstalled urllib3-1.22 2020-10-14 12:55:55.760 | Attempting uninstall: idna 2020-10-14 12:55:55.761 | Found existing installation: idna 2.6 2020-10-14 12:55:55.770 | Uninstalling idna-2.6: 2020-10-14 12:55:55.799 | Successfully uninstalled idna-2.6 2020-10-14 12:55:55.910 | Attempting uninstall: requests 2020-10-14 12:55:55.911 | Found existing installation: requests 2.18.4 2020-10-14 12:55:55.916 | Uninstalling requests-2.18.4: 2020-10-14 12:55:55.947 | Successfully uninstalled requests-2.18.4 2020-10-14 12:55:56.095 | Successfully installed certifi-2020.6.20 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.23.0 urllib3-1.25.10 2020-10-14 12:55:56.231 | + inc/python:pip_install:200 : result=0 2020-10-14 12:55:56.234 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:55:56.236 | + functions-common:time_stop:2310 : local name 2020-10-14 12:55:56.238 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:55:56.240 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:55:56.243 | + functions-common:time_stop:2313 : local total 2020-10-14 12:55:56.245 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:55:56.247 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:55:56.250 | + functions-common:time_stop:2317 : start_time=1602680152181 2020-10-14 12:55:56.252 | + functions-common:time_stop:2319 : [[ -z 1602680152181 ]] 2020-10-14 12:55:56.254 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:55:56.258 | + functions-common:time_stop:2322 : end_time=1602680156255 2020-10-14 12:55:56.260 | + functions-common:time_stop:2323 : elapsed_time=4074 2020-10-14 12:55:56.262 | + functions-common:time_stop:2324 : total=60406 2020-10-14 12:55:56.265 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:55:56.267 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=64480 2020-10-14 12:55:56.269 | + inc/python:pip_install:203 : return 0 2020-10-14 12:55:56.271 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-10-14 12:55:56.274 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-10-14 12:55:56.276 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-10-14 12:55:56.278 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-14 12:55:56.281 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-14 12:55:56.283 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-14 12:55:56.285 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-14 12:55:56.288 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-14 12:55:56.291 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-14 12:55:56.293 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-14 12:55:56.295 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-14 12:55:56.298 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-10-14 12:55:56.300 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-10-14 12:55:56.302 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:56.304 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:56.308 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-10-14 12:55:56.310 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-10-14 12:55:56.312 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-10-14 12:55:56.314 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-10-14 12:55:56.317 | + functions-common:install_package:1344 : update_package_repo 2020-10-14 12:55:56.319 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-14 12:55:56.321 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-14 12:55:56.324 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-14 12:55:56.326 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-14 12:55:56.328 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-14 12:55:56.330 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:56.333 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:56.335 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-14 12:55:56.338 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-14 12:55:56.340 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-14 12:55:56.342 | + functions-common:apt_get_update:1071 : return 2020-10-14 12:55:56.345 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-10-14 12:55:56.347 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-14 12:55:56.349 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:55:56.352 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:55:56.355 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-10-14 12:55:56.373 | + functions-common:apt_get:1111 : 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 uwsgi-plugin-python 2020-10-14 12:55:56.494 | Reading package lists... 2020-10-14 12:55:56.737 | Building dependency tree... 2020-10-14 12:55:56.738 | Reading state information... 2020-10-14 12:55:56.945 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-10-14 12:55:56.945 | The following packages were automatically installed and are no longer required: 2020-10-14 12:55:56.946 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-14 12:55:56.946 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-14 12:55:56.946 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-10-14 12:55:56.946 | python3-pam python3-problem-report python3-pyasn1 2020-10-14 12:55:56.946 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-14 12:55:56.946 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-14 12:55:56.946 | python3-zope.interface 2020-10-14 12:55:56.946 | Use 'sudo apt autoremove' to remove them. 2020-10-14 12:55:56.948 | Suggested packages: 2020-10-14 12:55:56.948 | python-uwsgidecorators python3-uwsgidecorators 2020-10-14 12:55:56.997 | The following NEW packages will be installed: 2020-10-14 12:55:56.997 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-10-14 12:55:57.265 | 0 upgraded, 3 newly installed, 0 to remove and 147 not upgraded. 2020-10-14 12:55:57.265 | Need to get 163 kB of archives. 2020-10-14 12:55:57.265 | After this operation, 634 kB of additional disk space will be used. 2020-10-14 12:55:57.266 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2020-10-14 12:55:57.516 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2020-10-14 12:55:57.699 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2020-10-14 12:55:58.371 | Fetched 163 kB in 1s (198 kB/s) 2020-10-14 12:55:58.430 | Selecting previously unselected package uwsgi. 2020-10-14 12:55:58.470 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77267 files and directories currently installed.) 2020-10-14 12:55:58.474 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-10-14 12:55:58.476 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:58.569 | Selecting previously unselected package uwsgi-plugin-python. 2020-10-14 12:55:58.577 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-10-14 12:55:58.579 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:58.668 | Selecting previously unselected package uwsgi-plugin-python3. 2020-10-14 12:55:58.676 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-10-14 12:55:58.678 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:58.761 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:58.806 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:55:58.828 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:59.344 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-10-14 12:55:59.397 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-10-14 12:55:59.582 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-14 12:56:00.179 | Processing triggers for ureadahead (0.100.0-21) ... 2020-10-14 12:56:02.056 | + functions-common:apt_get:1115 : result=0 2020-10-14 12:56:02.058 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-14 12:56:02.060 | + functions-common:time_stop:2310 : local name 2020-10-14 12:56:02.063 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:56:02.065 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:56:02.067 | + functions-common:time_stop:2313 : local total 2020-10-14 12:56:02.069 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:56:02.071 | + functions-common:time_stop:2316 : name=apt-get 2020-10-14 12:56:02.074 | + functions-common:time_stop:2317 : start_time=1602680156370 2020-10-14 12:56:02.076 | + functions-common:time_stop:2319 : [[ -z 1602680156370 ]] 2020-10-14 12:56:02.079 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:56:02.082 | + functions-common:time_stop:2322 : end_time=1602680162080 2020-10-14 12:56:02.084 | + functions-common:time_stop:2323 : elapsed_time=5710 2020-10-14 12:56:02.086 | + functions-common:time_stop:2324 : total=330931 2020-10-14 12:56:02.088 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:56:02.091 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=336641 2020-10-14 12:56:02.093 | + functions-common:apt_get:1119 : return 0 2020-10-14 12:56:02.096 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2020-10-14 12:56:02.098 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-14 12:56:02.100 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-14 12:56:02.103 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2020-10-14 12:56:02.160 | Enabling module proxy. 2020-10-14 12:56:02.165 | To activate the new configuration, you need to run: 2020-10-14 12:56:02.165 | systemctl restart apache2 2020-10-14 12:56:02.169 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2020-10-14 12:56:02.226 | Considering dependency proxy for proxy_uwsgi: 2020-10-14 12:56:02.226 | Module proxy already enabled 2020-10-14 12:56:02.226 | Enabling module proxy_uwsgi. 2020-10-14 12:56:02.231 | To activate the new configuration, you need to run: 2020-10-14 12:56:02.231 | systemctl restart apache2 2020-10-14 12:56:02.235 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2020-10-14 12:56:02.237 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-10-14 12:56:02.239 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-10-14 12:56:02.242 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-10-14 12:56:02.391 | + ./stack.sh:main:845 : install_keystoneauth 2020-10-14 12:56:02.393 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2020-10-14 12:56:02.396 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2020-10-14 12:56:02.398 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.400 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.403 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2020-10-14 12:56:02.406 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.408 | + ./stack.sh:main:846 : install_keystoneclient 2020-10-14 12:56:02.411 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2020-10-14 12:56:02.413 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2020-10-14 12:56:02.415 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.418 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.420 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2020-10-14 12:56:02.422 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.425 | + ./stack.sh:main:847 : install_glanceclient 2020-10-14 12:56:02.427 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2020-10-14 12:56:02.429 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2020-10-14 12:56:02.431 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.434 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.437 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2020-10-14 12:56:02.439 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.441 | + ./stack.sh:main:848 : install_cinderclient 2020-10-14 12:56:02.443 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2020-10-14 12:56:02.446 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2020-10-14 12:56:02.449 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.451 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.453 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2020-10-14 12:56:02.455 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.458 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2020-10-14 12:56:02.460 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2020-10-14 12:56:02.462 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.465 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.467 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2020-10-14 12:56:02.470 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.472 | + ./stack.sh:main:849 : install_novaclient 2020-10-14 12:56:02.474 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2020-10-14 12:56:02.476 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2020-10-14 12:56:02.479 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.481 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.483 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2020-10-14 12:56:02.486 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.488 | + ./stack.sh:main:850 : is_service_enabled swift glance horizon 2020-10-14 12:56:02.504 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:56:02.506 | + ./stack.sh:main:851 : install_swiftclient 2020-10-14 12:56:02.509 | + lib/swift:install_swiftclient:751 : use_library_from_git python-swiftclient 2020-10-14 12:56:02.512 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2020-10-14 12:56:02.514 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.516 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.518 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2020-10-14 12:56:02.521 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.523 | + ./stack.sh:main:853 : is_service_enabled neutron nova horizon 2020-10-14 12:56:02.538 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:56:02.541 | + ./stack.sh:main:854 : install_neutronclient 2020-10-14 12:56:02.543 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2020-10-14 12:56:02.546 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2020-10-14 12:56:02.548 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.550 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.553 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2020-10-14 12:56:02.555 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.558 | + ./stack.sh:main:858 : install_keystonemiddleware 2020-10-14 12:56:02.560 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2020-10-14 12:56:02.562 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2020-10-14 12:56:02.565 | + inc/python:use_library_from_git:251 : local enabled=1 2020-10-14 12:56:02.567 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-10-14 12:56:02.570 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2020-10-14 12:56:02.572 | + inc/python:use_library_from_git:253 : return 1 2020-10-14 12:56:02.575 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2020-10-14 12:56:02.577 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2020-10-14 12:56:02.579 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-14 12:56:02.582 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2020-10-14 12:56:02.585 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2020-10-14 12:56:02.587 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-14 12:56:02.591 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-14 12:56:02.591 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2020-10-14 12:56:02.595 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2020-10-14 12:56:02.598 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2020-10-14 12:56:02.600 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2020-10-14 12:56:02.603 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2020-10-14 12:56:02.606 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2020-10-14 12:56:02.624 | Using python 3.6 to install keystonemiddleware 2020-10-14 12:56:02.626 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2020-10-14 12:56:04.514 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:56:04.534 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:56:05.100 | Collecting keystonemiddleware===9.1.0 2020-10-14 12:56:05.107 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/949745b3c8d99/keystonemiddleware-9.1.0-py3-none-any.whl (113 kB) 2020-10-14 12:56:05.748 | Collecting oslo.cache===2.6.1 2020-10-14 12:56:05.754 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2020-10-14 12:56:06.007 | Collecting oslo.config===8.3.2 2020-10-14 12:56:06.013 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/490/bc3dc05ad69f7/oslo.config-8.3.2-py3-none-any.whl (119 kB) 2020-10-14 12:56:06.494 | Collecting dogpile.cache===1.0.2 2020-10-14 12:56:06.501 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/64f/da39d25b46486/dogpile.cache-1.0.2.tar.gz (351 kB) 2020-10-14 12:56:07.242 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (3.2.2) 2020-10-14 12:56:07.252 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-10-14 12:56:07.316 | Collecting rfc3986===1.4.0 2020-10-14 12:56:07.323 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2020-10-14 12:56:07.921 | Collecting keystoneauth1===4.2.1 2020-10-14 12:56:07.928 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0bc/f362c314ea2c4/keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 2020-10-14 12:56:08.574 | Collecting python-keystoneclient===4.1.1 2020-10-14 12:56:08.582 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b63/0e10dd5cc7b17/python_keystoneclient-4.1.1-py3-none-any.whl (390 kB) 2020-10-14 12:56:09.096 | Collecting decorator===4.4.2 2020-10-14 12:56:09.103 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2020-10-14 12:56:09.309 | Collecting oslo.utils===4.6.0 2020-10-14 12:56:09.316 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/12f/5b6fecd77422a/oslo.utils-4.6.0-py3-none-any.whl (96 kB) 2020-10-14 12:56:09.724 | Collecting pytz===2020.1 2020-10-14 12:56:09.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a49/4d53b6d39c3c6/pytz-2020.1-py2.py3-none-any.whl (510 kB) 2020-10-14 12:56:10.282 | Collecting WebOb===1.8.6 2020-10-14 12:56:10.290 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2020-10-14 12:56:10.503 | Collecting oslo.log===4.4.0 2020-10-14 12:56:10.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2020-10-14 12:56:11.040 | Collecting pycadf===3.1.1 2020-10-14 12:56:11.049 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2020-10-14 12:56:11.125 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (2.23.0) 2020-10-14 12:56:11.263 | Collecting oslo.serialization===4.0.1 2020-10-14 12:56:11.270 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2020-10-14 12:56:11.420 | Collecting oslo.context===3.1.1 2020-10-14 12:56:11.426 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2020-10-14 12:56:11.471 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2020-10-14 12:56:11.581 | Collecting oslo.i18n===5.0.1 2020-10-14 12:56:11.588 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2020-10-14 12:56:11.725 | Collecting debtcollector===2.2.0 2020-10-14 12:56:11.731 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2020-10-14 12:56:11.777 | Requirement already satisfied: importlib-metadata===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) (1.7.0) 2020-10-14 12:56:11.798 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) (5.3.1) 2020-10-14 12:56:11.800 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.8.0) 2020-10-14 12:56:12.191 | Collecting os-service-types===1.7.0 2020-10-14 12:56:12.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2020-10-14 12:56:12.305 | Collecting iso8601===0.1.12 2020-10-14 12:56:12.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl (12 kB) 2020-10-14 12:56:12.352 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.4.7) 2020-10-14 12:56:12.435 | Collecting netifaces===0.10.9 2020-10-14 12:56:12.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2020-10-14 12:56:12.526 | Collecting packaging===20.4 2020-10-14 12:56:12.532 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2020-10-14 12:56:12.961 | Collecting pyinotify===0.9.6 2020-10-14 12:56:12.967 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2020-10-14 12:56:13.621 | Collecting python-dateutil===2.8.1 2020-10-14 12:56:13.628 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2020-10-14 12:56:13.679 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 39)) (2020.6.20) 2020-10-14 12:56:13.680 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (2.10) 2020-10-14 12:56:13.684 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-10-14 12:56:13.686 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (1.25.10) 2020-10-14 12:56:13.844 | Collecting msgpack===1.0.0 2020-10-14 12:56:13.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/3bc3190f3d9d9/msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (274 kB) 2020-10-14 12:56:13.967 | Collecting wrapt===1.12.1 2020-10-14 12:56:13.974 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2020-10-14 12:56:14.541 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.0) 2020-10-14 12:56:14.552 | Requirement already satisfied: importlib-resources===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.0.0) 2020-10-14 12:56:14.574 | Building wheels for collected packages: pyinotify, dogpile.cache, wrapt 2020-10-14 12:56:14.575 | Building wheel for pyinotify (setup.py): started 2020-10-14 12:56:15.177 | Building wheel for pyinotify (setup.py): finished with status 'done' 2020-10-14 12:56:15.178 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=2b5690987d049d8dfd05fd3986db54876155e57f0e033a153fd608ee2c76322d 2020-10-14 12:56:15.178 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2020-10-14 12:56:15.180 | Building wheel for dogpile.cache (setup.py): started 2020-10-14 12:56:15.853 | Building wheel for dogpile.cache (setup.py): finished with status 'done' 2020-10-14 12:56:15.854 | Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=b1e36584fda701442f6567a99ddd51b817d3001ee2282b8bf84ac72642b036f2 2020-10-14 12:56:15.854 | Stored in directory: /root/.cache/pip/wheels/33/a8/b5/b927bbfb7bd35be20dfa7ddf2a0b44306e9106fe204b5016d1 2020-10-14 12:56:15.857 | Building wheel for wrapt (setup.py): started 2020-10-14 12:56:17.357 | Building wheel for wrapt (setup.py): finished with status 'done' 2020-10-14 12:56:17.358 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67504 sha256=98614f60315e60420c52cdad03443acd5c32aeffe9907188d371c2151dea6004 2020-10-14 12:56:17.359 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2020-10-14 12:56:17.359 | Successfully built pyinotify dogpile.cache wrapt 2020-10-14 12:56:18.035 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, pytz, netifaces, packaging, iso8601, oslo.utils, msgpack, oslo.serialization, rfc3986, oslo.config, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, decorator, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware 2020-10-14 12:56:18.508 | Attempting uninstall: netifaces 2020-10-14 12:56:18.509 | Found existing installation: netifaces 0.10.4 2020-10-14 12:56:18.516 | Uninstalling netifaces-0.10.4: 2020-10-14 12:56:18.545 | Successfully uninstalled netifaces-0.10.4 2020-10-14 12:56:20.281 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.0.2 iso8601-0.1.12 keystoneauth1-4.2.1 keystonemiddleware-9.1.0 msgpack-1.0.0 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.3.2 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.0.1 oslo.utils-4.6.0 packaging-20.4 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.1.1 pytz-2020.1 rfc3986-1.4.0 wrapt-1.12.1 2020-10-14 12:56:20.458 | + inc/python:pip_install:200 : result=0 2020-10-14 12:56:20.460 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:56:20.462 | + functions-common:time_stop:2310 : local name 2020-10-14 12:56:20.465 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:56:20.467 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:56:20.470 | + functions-common:time_stop:2313 : local total 2020-10-14 12:56:20.472 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:56:20.474 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:56:20.476 | + functions-common:time_stop:2317 : start_time=1602680162619 2020-10-14 12:56:20.478 | + functions-common:time_stop:2319 : [[ -z 1602680162619 ]] 2020-10-14 12:56:20.482 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:56:20.485 | + functions-common:time_stop:2322 : end_time=1602680180483 2020-10-14 12:56:20.487 | + functions-common:time_stop:2323 : elapsed_time=17864 2020-10-14 12:56:20.489 | + functions-common:time_stop:2324 : total=64480 2020-10-14 12:56:20.491 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:56:20.494 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=82344 2020-10-14 12:56:20.496 | + inc/python:pip_install:203 : return 0 2020-10-14 12:56:20.498 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2020-10-14 12:56:20.501 | + inc/python:pip_install_gr:76 : local name=python-memcached 2020-10-14 12:56:20.503 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-14 12:56:20.506 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2020-10-14 12:56:20.508 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2020-10-14 12:56:20.511 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-14 12:56:20.514 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2020-10-14 12:56:20.515 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-14 12:56:20.519 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2020-10-14 12:56:20.521 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2020-10-14 12:56:20.523 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2020-10-14 12:56:20.526 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2020-10-14 12:56:20.529 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2020-10-14 12:56:20.548 | Using python 3.6 to install python-memcached 2020-10-14 12:56:20.550 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2020-10-14 12:56:22.394 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:56:22.413 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:56:22.500 | Collecting python-memcached===1.59 2020-10-14 12:56:22.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2020-10-14 12:56:22.558 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-10-14 12:56:23.274 | Installing collected packages: python-memcached 2020-10-14 12:56:23.334 | Successfully installed python-memcached-1.59 2020-10-14 12:56:23.488 | + inc/python:pip_install:200 : result=0 2020-10-14 12:56:23.490 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-14 12:56:23.492 | + functions-common:time_stop:2310 : local name 2020-10-14 12:56:23.494 | + functions-common:time_stop:2311 : local end_time 2020-10-14 12:56:23.498 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-14 12:56:23.500 | + functions-common:time_stop:2313 : local total 2020-10-14 12:56:23.502 | + functions-common:time_stop:2314 : local start_time 2020-10-14 12:56:23.504 | + functions-common:time_stop:2316 : name=pip_install 2020-10-14 12:56:23.506 | + functions-common:time_stop:2317 : start_time=1602680180543 2020-10-14 12:56:23.509 | + functions-common:time_stop:2319 : [[ -z 1602680180543 ]] 2020-10-14 12:56:23.512 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-14 12:56:23.515 | + functions-common:time_stop:2322 : end_time=1602680183513 2020-10-14 12:56:23.517 | + functions-common:time_stop:2323 : elapsed_time=2970 2020-10-14 12:56:23.520 | + functions-common:time_stop:2324 : total=82344 2020-10-14 12:56:23.522 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-14 12:56:23.524 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=85314 2020-10-14 12:56:23.526 | + inc/python:pip_install:203 : return 0 2020-10-14 12:56:23.529 | + ./stack.sh:main:860 : is_service_enabled keystone 2020-10-14 12:56:23.544 | + functions-common:is_service_enabled:1966 : return 0 2020-10-14 12:56:23.546 | + ./stack.sh:main:861 : '[' 10.222.0.32 == 10.222.0.32 ']' 2020-10-14 12:56:23.549 | + ./stack.sh:main:862 : stack_install_service keystone 2020-10-14 12:56:23.551 | + lib/stack:stack_install_service:20 : local service=keystone 2020-10-14 12:56:23.553 | + lib/stack:stack_install_service:21 : type install_keystone 2020-10-14 12:56:23.556 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-10-14 12:56:23.559 | + lib/stack:stack_install_service:32 : install_keystone 2020-10-14 12:56:23.561 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2020-10-14 12:56:23.576 | + functions-common:is_service_enabled:1966 : return 1 2020-10-14 12:56:23.578 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2020-10-14 12:56:23.580 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2020-10-14 12:56:23.582 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2020-10-14 12:56:23.585 | + functions-common:git_clone:527 : local git_ref=master 2020-10-14 12:56:23.587 | + functions-common:git_clone:528 : local orig_dir 2020-10-14 12:56:23.589 | ++ functions-common:git_clone:529 : pwd 2020-10-14 12:56:23.592 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-10-14 12:56:23.594 | + functions-common:git_clone:530 : local git_clone_flags= 2020-10-14 12:56:23.596 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-10-14 12:56:23.611 | + functions-common:git_clone:532 : RECLONE=False 2020-10-14 12:56:23.613 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-10-14 12:56:23.615 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-10-14 12:56:23.617 | + functions-common:git_clone:546 : echo master 2020-10-14 12:56:23.619 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-10-14 12:56:23.623 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2020-10-14 12:56:23.625 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-10-14 12:56:23.627 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2020-10-14 12:56:23.630 | + functions-common:git_clone:595 : git show --oneline 2020-10-14 12:56:23.630 | + functions-common:git_clone:595 : head -1 2020-10-14 12:56:23.632 | 5b0c2e010 Imported Translations from Zanata 2020-10-14 12:56:23.635 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-10-14 12:56:23.637 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2020-10-14 12:56:23.640 | + inc/python:setup_develop:338 : local bindep 2020-10-14 12:56:23.642 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2020-10-14 12:56:23.644 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2020-10-14 12:56:23.646 | + inc/python:setup_develop:344 : local extras= 2020-10-14 12:56:23.649 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2020-10-14 12:56:23.651 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-10-14 12:56:23.653 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2020-10-14 12:56:23.656 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2020-10-14 12:56:23.658 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-10-14 12:56:23.660 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-10-14 12:56:23.663 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2020-10-14 12:56:23.665 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-10-14 12:56:23.668 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2020-10-14 12:56:23.671 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-10-14 12:56:23.673 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-10-14 12:56:23.676 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2020-10-14 12:56:23.681 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2020-10-14 12:56:23.683 | + 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' 2020-10-14 12:56:24.364 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2020-10-14 12:56:24.367 | + inc/python:setup_package:417 : local bindep=0 2020-10-14 12:56:24.369 | + inc/python:setup_package:418 : local bindep_flag= 2020-10-14 12:56:24.371 | + inc/python:setup_package:419 : local bindep_profiles= 2020-10-14 12:56:24.373 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2020-10-14 12:56:24.376 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2020-10-14 12:56:24.378 | + inc/python:setup_package:426 : local flags=-e 2020-10-14 12:56:24.380 | + inc/python:setup_package:427 : local extras= 2020-10-14 12:56:24.382 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-10-14 12:56:24.385 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-10-14 12:56:24.387 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-10-14 12:56:24.389 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-10-14 12:56:24.391 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-10-14 12:56:24.393 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2020-10-14 12:56:24.410 | Using python 3.6 to install /opt/stack/keystone 2020-10-14 12:56:24.412 | + 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.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2020-10-14 12:56:26.267 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-14 12:56:26.268 | 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. 2020-10-14 12:56:26.274 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2020-10-14 12:56:26.289 | Obtaining file:///opt/stack/keystone 2020-10-14 12:56:27.821 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-10-14 12:56:29.453 | Collecting Flask===1.1.2 2020-10-14 12:56:29.461 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2020-10-14 12:56:29.614 | Collecting Flask-RESTful===0.3.8 2020-10-14 12:56:29.624 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2020-10-14 12:56:30.093 | Collecting Jinja2===2.11.2 2020-10-14 12:56:30.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2020-10-14 12:56:30.574 | Collecting MarkupSafe===1.1.1 2020-10-14 12:56:30.580 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2020-10-14 12:56:30.642 | Collecting PyJWT===1.7.1 2020-10-14 12:56:30.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2020-10-14 12:56:30.903 | Collecting SQLAlchemy===1.3.19 2020-10-14 12:56:30.912 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b59/5e71c51657f9e/SQLAlchemy-1.3.19-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2020-10-14 12:56:31.014 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-10-14 12:56:31.137 | Collecting Werkzeug===1.0.1 2020-10-14 12:56:31.145 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2020-10-14 12:56:31.298 | Collecting aniso8601===8.0.0 2020-10-14 12:56:31.305 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2020-10-14 12:56:31.560 | Collecting bcrypt===3.2.0 2020-10-14 12:56:31.569 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2020-10-14 12:56:32.222 | Collecting cffi===1.14.2 2020-10-14 12:56:32.230 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/658/67d63f0fd1b50/cffi-1.14.2-cp36-cp36m-manylinux1_x86_64.whl (400 kB) 2020-10-14 12:56:32.369 | Collecting click===7.1.2 2020-10-14 12:56:32.378 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2020-10-14 12:56:33.074 | Collecting cryptography===3.1 2020-10-14 12:56:33.090 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/321/761d55fb7cb25/cryptography-3.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) 2020-10-14 12:56:33.194 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-10-14 12:56:33.264 | Collecting itsdangerous===1.1.0 2020-10-14 12:56:33.270 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2020-10-14 12:56:33.366 | Collecting jsonschema===3.2.0 2020-10-14 12:56:33.373 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2020-10-14 12:56:33.409 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.1.0) 2020-10-14 12:56:33.471 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-10-14 12:56:33.510 | Collecting oauthlib===3.1.0 2020-10-14 12:56:33.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2020-10-14 12:56:33.534 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.6.1) 2020-10-14 12:56:33.574 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.3.2) 2020-10-14 12:56:33.592 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.1.1) 2020-10-14 12:56:33.774 | Collecting oslo.db===8.4.0 2020-10-14 12:56:33.842 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2020-10-14 12:56:33.944 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (5.0.1) 2020-10-14 12:56:33.950 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0)