2021-01-12 04:08:17.997 | + ./stack.sh:main:457 : exec 2021-01-12 04:08:17.997 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-01-12-040817' 2021-01-12 04:08:17.997 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-01-12-040817.summary.2021-01-12-040817 2021-01-12 04:08:17.997 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-12 04:08:17.997 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-01-12-040817 2021-01-12 04:08:17.997 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-12-040817 /opt/stack/logs/stack.sh.log 2021-01-12 04:08:17.997 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-12-040817.summary.2021-01-12-040817 /opt/stack/logs/stack.sh.log.summary 2021-01-12 04:08:17.998 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:620 : local real_path 2021-01-12 04:08:17.998 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2021-01-12 04:08:17.998 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2021-01-12 04:08:17.998 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2021-01-12 04:08:17.998 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2021-01-12 04:08:17.998 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2021-01-12 04:08:17.998 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-12 04:08:18.000 | + ./stack.sh:main:489 : trap exit_trap EXIT 2021-01-12 04:08:18.003 | + ./stack.sh:main:530 : trap err_trap ERR 2021-01-12 04:08:18.005 | + ./stack.sh:main:543 : set -o errexit 2021-01-12 04:08:18.007 | + ./stack.sh:main:546 : uname -a 2021-01-12 04:08:18.008 | Linux dv-cinder-562053-16-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 2021-01-12 04:08:18.010 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-01-12 04:08:18.011 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2021-01-12 04:08:18.014 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2021-01-12 04:08:18.039 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2021-01-12 04:08:18.053 | + ./stack.sh:main:560 : fetch_plugins 2021-01-12 04:08:18.055 | + functions-common:fetch_plugins:1652 : local plugins= 2021-01-12 04:08:18.057 | + functions-common:fetch_plugins:1653 : local plugin 2021-01-12 04:08:18.058 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2021-01-12 04:08:18.060 | + functions-common:fetch_plugins:1657 : return 2021-01-12 04:08:18.062 | + ./stack.sh:main:564 : run_phase override_defaults 2021-01-12 04:08:18.064 | + functions-common:run_phase:1734 : local mode=override_defaults 2021-01-12 04:08:18.066 | + functions-common:run_phase:1735 : local phase= 2021-01-12 04:08:18.068 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-12 04:08:18.070 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-12 04:08:18.072 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-12 04:08:18.073 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-12 04:08:18.075 | + functions-common:run_phase:1744 : local extra 2021-01-12 04:08:18.077 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-12 04:08:18.080 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-12 04:08:18.082 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-12 04:08:18.084 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-12 04:08:18.086 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-01-12 04:08:18.088 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-12 04:08:18.100 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:18.102 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-12 04:08:18.103 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-12 04:08:18.105 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-12 04:08:18.107 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-12 04:08:18.109 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-12 04:08:18.110 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-12 04:08:18.112 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-01-12 04:08:18.114 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-01-12 04:08:18.116 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-12 04:08:18.118 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-12 04:08:18.119 | + functions-common:run_phase:1759 : plugin_override_defaults 2021-01-12 04:08:18.121 | + functions-common:plugin_override_defaults:1693 : local plugins= 2021-01-12 04:08:18.123 | + functions-common:plugin_override_defaults:1694 : local plugin 2021-01-12 04:08:18.125 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2021-01-12 04:08:18.126 | + functions-common:plugin_override_defaults:1698 : return 2021-01-12 04:08:18.129 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2021-01-12 04:08:18.145 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2021-01-12 04:08:18.147 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-01-12 04:08:18.159 | ++ functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:08:18.162 | +++ lib/tls:source:43 : hostname -f 2021-01-12 04:08:18.165 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-01-12 04:08:18.167 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-01-12 04:08:18.169 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-01-12 04:08:18.170 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-01-12 04:08:18.172 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-01-12 04:08:18.174 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-01-12 04:08:18.176 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-01-12 04:08:18.178 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-01-12 04:08:18.179 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-01-12 04:08:18.181 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-01-12 04:08:18.186 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2021-01-12 04:08:18.197 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2021-01-12 04:08:18.213 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2021-01-12 04:08:18.224 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2021-01-12 04:08:18.235 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2021-01-12 04:08:18.259 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2021-01-12 04:08:18.294 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2021-01-12 04:08:18.364 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2021-01-12 04:08:18.383 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2021-01-12 04:08:18.413 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2021-01-12 04:08:18.459 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2021-01-12 04:08:18.568 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2021-01-12 04:08:18.580 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2021-01-12 04:08:18.592 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2021-01-12 04:08:18.604 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2021-01-12 04:08:18.693 | + ./stack.sh:main:593 : run_phase source 2021-01-12 04:08:18.695 | + functions-common:run_phase:1734 : local mode=source 2021-01-12 04:08:18.697 | + functions-common:run_phase:1735 : local phase= 2021-01-12 04:08:18.699 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-12 04:08:18.701 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-12 04:08:18.704 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-12 04:08:18.706 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-12 04:08:18.708 | + functions-common:run_phase:1744 : local extra 2021-01-12 04:08:18.711 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-12 04:08:18.714 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-12 04:08:18.716 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-12 04:08:18.718 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-12 04:08:18.720 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-01-12 04:08:18.723 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-12 04:08:18.736 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:18.738 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-01-12 04:08:18.740 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-01-12 04:08:18.774 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-01-12 04:08:18.776 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-01-12 04:08:18.778 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2021-01-12 04:08:18.780 | + functions-common:run_phase:1756 : load_plugin_settings 2021-01-12 04:08:18.782 | + functions-common:load_plugin_settings:1670 : local plugins= 2021-01-12 04:08:18.785 | + functions-common:load_plugin_settings:1671 : local plugin 2021-01-12 04:08:18.787 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2021-01-12 04:08:18.789 | + functions-common:load_plugin_settings:1675 : return 2021-01-12 04:08:18.791 | + functions-common:run_phase:1757 : verify_disabled_services 2021-01-12 04:08:18.793 | + functions-common:verify_disabled_services:2017 : local service 2021-01-12 04:08:18.795 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.798 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-01-12 04:08:18.801 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.803 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-01-12 04:08:18.805 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.807 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-01-12 04:08:18.809 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.812 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-01-12 04:08:18.814 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.816 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-01-12 04:08:18.818 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.821 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-01-12 04:08:18.823 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.825 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-01-12 04:08:18.827 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.830 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-01-12 04:08:18.832 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.834 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-01-12 04:08:18.837 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.839 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-01-12 04:08:18.841 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.843 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-01-12 04:08:18.846 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.849 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-01-12 04:08:18.851 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.853 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-01-12 04:08:18.855 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.858 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-01-12 04:08:18.860 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.863 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-01-12 04:08:18.865 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.867 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-01-12 04:08:18.870 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.872 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-01-12 04:08:18.874 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.876 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-01-12 04:08:18.879 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.881 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-01-12 04:08:18.883 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.885 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-01-12 04:08:18.887 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.890 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-01-12 04:08:18.892 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.894 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-01-12 04:08:18.896 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.899 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-01-12 04:08:18.901 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.903 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-01-12 04:08:18.905 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.907 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-01-12 04:08:18.910 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.912 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-01-12 04:08:18.914 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.917 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-01-12 04:08:18.919 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.921 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-01-12 04:08:18.923 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.927 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-01-12 04:08:18.929 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.931 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-01-12 04:08:18.933 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.935 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-01-12 04:08:18.938 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.940 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-01-12 04:08:18.942 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.944 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-01-12 04:08:18.947 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.949 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-01-12 04:08:18.951 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.953 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-01-12 04:08:18.956 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.958 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-01-12 04:08:18.960 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.963 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-01-12 04:08:18.965 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.967 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-01-12 04:08:18.969 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.972 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-01-12 04:08:18.975 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-12 04:08:18.977 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-01-12 04:08:18.979 | + ./stack.sh:main:664 : initialize_database_backends 2021-01-12 04:08:18.982 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-12 04:08:18.984 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-01-12 04:08:18.998 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:19.000 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-01-12 04:08:19.002 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-12 04:08:19.004 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-01-12 04:08:19.018 | + functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:08:19.021 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-01-12 04:08:19.023 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-01-12 04:08:19.025 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-01-12 04:08:19.027 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-01-12 04:08:19.029 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-01-12 04:08:19.031 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-01-12 04:08:19.034 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-01-12 04:08:19.037 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-01-12 04:08:19.039 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-01-12 04:08:19.042 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-01-12 04:08:19.044 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-12 04:08:19.046 | + lib/database:initialize_database_backends:104 : return 0 2021-01-12 04:08:19.049 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2021-01-12 04:08:19.049 | Using mysql database backend 2021-01-12 04:08:19.052 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-01-12 04:08:19.066 | + ./stack.sh:main:680 : is_service_enabled rabbit 2021-01-12 04:08:19.081 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:19.083 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-01-12 04:08:19.099 | + ./stack.sh:main:688 : is_service_enabled keystone 2021-01-12 04:08:19.113 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:19.116 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-01-12 04:08:19.130 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-01-12 04:08:19.146 | + ./stack.sh:main:703 : is_service_enabled ldap 2021-01-12 04:08:19.161 | + functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:08:19.163 | + ./stack.sh:main:712 : is_service_enabled nova 2021-01-12 04:08:19.178 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:19.180 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-01-12 04:08:19.183 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2021-01-12 04:08:19.197 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:08:19.200 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-01-12 04:08:19.216 | + ./stack.sh:main:728 : [[ -z '' ]] 2021-01-12 04:08:19.218 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2021-01-12 04:08:19.220 | + ./stack.sh:main:734 : save_stackenv 734 2021-01-12 04:08:19.223 | + functions-common:save_stackenv:60 : local tag=734 2021-01-12 04:08:19.226 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-01-12 04:08:19.230 | + functions-common:save_stackenv:62 : time_stamp=2021-01-12-040819 2021-01-12 04:08:19.232 | + functions-common:save_stackenv:63 : echo '# 2021-01-12-040819 734' 2021-01-12 04:08:19.234 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.237 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-12 04:08:19.239 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.242 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-01-12 04:08:19.244 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.246 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-01-12 04:08:19.248 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.251 | + 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 2021-01-12 04:08:19.253 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.256 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.21 2021-01-12 04:08:19.258 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.260 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.21/identity 2021-01-12 04:08:19.263 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.265 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-01-12-040817 2021-01-12 04:08:19.267 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.270 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-01-12 04:08:19.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.275 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.21 2021-01-12 04:08:19.277 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.280 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-01-12 04:08:19.282 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.285 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-01-12 04:08:19.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.290 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-01-12 04:08:19.292 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-12 04:08:19.295 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-01-12 04:08:19.297 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-01-12 04:08:19.299 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2021-01-12 04:08:19.301 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2021-01-12 04:08:19.304 | + functions-common:git_clone:527 : local git_ref=master 2021-01-12 04:08:19.306 | + functions-common:git_clone:528 : local orig_dir 2021-01-12 04:08:19.308 | ++ functions-common:git_clone:529 : pwd 2021-01-12 04:08:19.311 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-12 04:08:19.313 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-12 04:08:19.315 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-12 04:08:19.329 | + functions-common:git_clone:532 : RECLONE=False 2021-01-12 04:08:19.332 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-12 04:08:19.334 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-12 04:08:19.337 | + functions-common:git_clone:546 : echo master 2021-01-12 04:08:19.337 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-12 04:08:19.341 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2021-01-12 04:08:19.343 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-12 04:08:19.346 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2021-01-12 04:08:19.349 | + functions-common:git_clone:595 : git show --oneline 2021-01-12 04:08:19.349 | + functions-common:git_clone:595 : head -1 2021-01-12 04:08:19.352 | b767e3e1 Updated from generate-constraints 2021-01-12 04:08:19.354 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-12 04:08:19.356 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2021-01-12 04:08:19.359 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-12 04:08:19.361 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2021-01-12 04:08:19.363 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-01-12 04:08:19.366 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-01-12 04:08:19.368 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-01-12 04:08:19.371 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-01-12 04:08:19.373 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-01-12 04:08:19.375 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-01-12 04:08:19.378 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-01-12 04:08:19.381 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-01-12 04:08:19.385 | ++ tools/install_prereqs.sh:source:47 : NOW=1610424499 2021-01-12 04:08:19.388 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-01-12 04:08:19.391 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-01-12 04:08:19.395 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-01-12 04:08:19.397 | ++ tools/install_prereqs.sh:source:49 : DELTA=1610424499 2021-01-12 04:08:19.400 | ++ tools/install_prereqs.sh:source:50 : [[ 1610424499 -lt 7200 ]] 2021-01-12 04:08:19.402 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-01-12 04:08:19.404 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2021-01-12 04:08:19.407 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-01-12 04:08:19.409 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2021-01-12 04:08:19.412 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-01-12 04:08:19.414 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2021-01-12 04:08:19.416 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-01-12 04:08:19.419 | +++ 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 2021-01-12 04:08:19.466 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-01-12 04:08:19.466 | apache2-dev 2021-01-12 04:08:19.466 | bc 2021-01-12 04:08:19.466 | bsdmainutils 2021-01-12 04:08:19.466 | curl 2021-01-12 04:08:19.467 | g++ 2021-01-12 04:08:19.467 | gcc 2021-01-12 04:08:19.467 | gettext 2021-01-12 04:08:19.467 | git 2021-01-12 04:08:19.467 | graphviz 2021-01-12 04:08:19.467 | iputils-ping 2021-01-12 04:08:19.467 | libapache2-mod-proxy-uwsgi 2021-01-12 04:08:19.467 | libffi-dev 2021-01-12 04:08:19.467 | libjpeg-dev 2021-01-12 04:08:19.467 | libmysqlclient-dev 2021-01-12 04:08:19.467 | libpcre3-dev 2021-01-12 04:08:19.467 | libpq-dev 2021-01-12 04:08:19.467 | libssl-dev 2021-01-12 04:08:19.467 | libsystemd-dev 2021-01-12 04:08:19.467 | libxml2-dev 2021-01-12 04:08:19.467 | libxslt1-dev 2021-01-12 04:08:19.467 | libyaml-dev 2021-01-12 04:08:19.467 | lsof 2021-01-12 04:08:19.467 | openssh-server 2021-01-12 04:08:19.467 | openssl 2021-01-12 04:08:19.467 | pkg-config 2021-01-12 04:08:19.467 | psmisc 2021-01-12 04:08:19.467 | python3-dev 2021-01-12 04:08:19.467 | python3-pip 2021-01-12 04:08:19.467 | python3-systemd 2021-01-12 04:08:19.467 | python3-venv 2021-01-12 04:08:19.467 | tar 2021-01-12 04:08:19.467 | tcpdump 2021-01-12 04:08:19.467 | unzip 2021-01-12 04:08:19.467 | uuid-runtime 2021-01-12 04:08:19.467 | wget 2021-01-12 04:08:19.467 | wget 2021-01-12 04:08:19.467 | zlib1g-dev 2021-01-12 04:08:19.467 | libkrb5-dev 2021-01-12 04:08:19.467 | libldap2-dev 2021-01-12 04:08:19.467 | libsasl2-dev 2021-01-12 04:08:19.468 | memcached 2021-01-12 04:08:19.468 | python3-mysqldb 2021-01-12 04:08:19.468 | sqlite3 2021-01-12 04:08:19.468 | conntrack 2021-01-12 04:08:19.468 | curl 2021-01-12 04:08:19.468 | dnsmasq-base 2021-01-12 04:08:19.468 | dnsmasq-utils 2021-01-12 04:08:19.468 | ebtables 2021-01-12 04:08:19.468 | gawk 2021-01-12 04:08:19.468 | genisoimage 2021-01-12 04:08:19.468 | iptables 2021-01-12 04:08:19.468 | iputils-arping 2021-01-12 04:08:19.468 | kpartx 2021-01-12 04:08:19.468 | libjs-jquery-tablesorter 2021-01-12 04:08:19.468 | libmysqlclient-dev 2021-01-12 04:08:19.468 | parted 2021-01-12 04:08:19.468 | pm-utils 2021-01-12 04:08:19.468 | python3-mysqldb 2021-01-12 04:08:19.468 | socat 2021-01-12 04:08:19.468 | sqlite3 2021-01-12 04:08:19.468 | sudo 2021-01-12 04:08:19.468 | vlan 2021-01-12 04:08:19.468 | lsscsi 2021-01-12 04:08:19.468 | open-iscsi 2021-01-12 04:08:19.468 | lvm2 2021-01-12 04:08:19.468 | qemu-utils 2021-01-12 04:08:19.468 | thin-provisioning-tools 2021-01-12 04:08:19.468 | acl 2021-01-12 04:08:19.468 | dnsmasq-base 2021-01-12 04:08:19.468 | dnsmasq-utils 2021-01-12 04:08:19.468 | ebtables 2021-01-12 04:08:19.468 | haproxy 2021-01-12 04:08:19.468 | iptables 2021-01-12 04:08:19.468 | iputils-arping 2021-01-12 04:08:19.468 | iputils-ping 2021-01-12 04:08:19.468 | libmysqlclient-dev 2021-01-12 04:08:19.468 | postgresql-server-dev-all 2021-01-12 04:08:19.469 | python3-mysqldb 2021-01-12 04:08:19.469 | sqlite3 2021-01-12 04:08:19.469 | sudo 2021-01-12 04:08:19.469 | vlan 2021-01-12 04:08:19.469 | ipset 2021-01-12 04:08:19.469 | conntrack 2021-01-12 04:08:19.469 | conntrackd 2021-01-12 04:08:19.469 | keepalived 2021-01-12 04:08:19.469 | dstat 2021-01-12 04:08:19.469 | lvm2 2021-01-12 04:08:19.469 | qemu-utils 2021-01-12 04:08:19.469 | thin-provisioning-tools 2021-01-12 04:08:19.469 | curl 2021-01-12 04:08:19.469 | liberasurecode-dev 2021-01-12 04:08:19.469 | make 2021-01-12 04:08:19.469 | memcached 2021-01-12 04:08:19.469 | sqlite3 2021-01-12 04:08:19.469 | xfsprogs' 2021-01-12 04:08:19.472 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-01-12 04:08:19.489 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-01-12 04:08:19.489 | apache2-dev 2021-01-12 04:08:19.489 | bc 2021-01-12 04:08:19.489 | bsdmainutils 2021-01-12 04:08:19.489 | curl 2021-01-12 04:08:19.489 | g++ 2021-01-12 04:08:19.489 | gcc 2021-01-12 04:08:19.489 | gettext 2021-01-12 04:08:19.489 | git 2021-01-12 04:08:19.489 | graphviz 2021-01-12 04:08:19.489 | iputils-ping 2021-01-12 04:08:19.489 | libapache2-mod-proxy-uwsgi 2021-01-12 04:08:19.489 | libffi-dev 2021-01-12 04:08:19.489 | libjpeg-dev 2021-01-12 04:08:19.489 | libmysqlclient-dev 2021-01-12 04:08:19.489 | libpcre3-dev 2021-01-12 04:08:19.489 | libpq-dev 2021-01-12 04:08:19.489 | libssl-dev 2021-01-12 04:08:19.489 | libsystemd-dev 2021-01-12 04:08:19.489 | libxml2-dev 2021-01-12 04:08:19.489 | libxslt1-dev 2021-01-12 04:08:19.489 | libyaml-dev 2021-01-12 04:08:19.489 | lsof 2021-01-12 04:08:19.489 | openssh-server 2021-01-12 04:08:19.490 | openssl 2021-01-12 04:08:19.490 | pkg-config 2021-01-12 04:08:19.490 | psmisc 2021-01-12 04:08:19.490 | python3-dev 2021-01-12 04:08:19.490 | python3-pip 2021-01-12 04:08:19.490 | python3-systemd 2021-01-12 04:08:19.490 | python3-venv 2021-01-12 04:08:19.490 | tar 2021-01-12 04:08:19.490 | tcpdump 2021-01-12 04:08:19.490 | unzip 2021-01-12 04:08:19.490 | uuid-runtime 2021-01-12 04:08:19.490 | wget 2021-01-12 04:08:19.490 | wget 2021-01-12 04:08:19.490 | zlib1g-dev 2021-01-12 04:08:19.490 | libkrb5-dev 2021-01-12 04:08:19.490 | libldap2-dev 2021-01-12 04:08:19.490 | libsasl2-dev 2021-01-12 04:08:19.490 | memcached 2021-01-12 04:08:19.490 | python3-mysqldb 2021-01-12 04:08:19.490 | sqlite3 2021-01-12 04:08:19.490 | conntrack 2021-01-12 04:08:19.490 | curl 2021-01-12 04:08:19.490 | dnsmasq-base 2021-01-12 04:08:19.490 | dnsmasq-utils 2021-01-12 04:08:19.490 | ebtables 2021-01-12 04:08:19.490 | gawk 2021-01-12 04:08:19.490 | genisoimage 2021-01-12 04:08:19.490 | iptables 2021-01-12 04:08:19.490 | iputils-arping 2021-01-12 04:08:19.490 | kpartx 2021-01-12 04:08:19.490 | libjs-jquery-tablesorter 2021-01-12 04:08:19.490 | libmysqlclient-dev 2021-01-12 04:08:19.490 | parted 2021-01-12 04:08:19.490 | pm-utils 2021-01-12 04:08:19.490 | python3-mysqldb 2021-01-12 04:08:19.490 | socat 2021-01-12 04:08:19.490 | sqlite3 2021-01-12 04:08:19.491 | sudo 2021-01-12 04:08:19.491 | vlan 2021-01-12 04:08:19.491 | lsscsi 2021-01-12 04:08:19.491 | open-iscsi 2021-01-12 04:08:19.491 | lvm2 2021-01-12 04:08:19.491 | qemu-utils 2021-01-12 04:08:19.491 | thin-provisioning-tools 2021-01-12 04:08:19.491 | acl 2021-01-12 04:08:19.491 | dnsmasq-base 2021-01-12 04:08:19.491 | dnsmasq-utils 2021-01-12 04:08:19.491 | ebtables 2021-01-12 04:08:19.491 | haproxy 2021-01-12 04:08:19.491 | iptables 2021-01-12 04:08:19.491 | iputils-arping 2021-01-12 04:08:19.491 | iputils-ping 2021-01-12 04:08:19.491 | libmysqlclient-dev 2021-01-12 04:08:19.491 | postgresql-server-dev-all 2021-01-12 04:08:19.491 | python3-mysqldb 2021-01-12 04:08:19.491 | sqlite3 2021-01-12 04:08:19.491 | sudo 2021-01-12 04:08:19.491 | vlan 2021-01-12 04:08:19.491 | ipset 2021-01-12 04:08:19.491 | conntrack 2021-01-12 04:08:19.491 | conntrackd 2021-01-12 04:08:19.491 | keepalived 2021-01-12 04:08:19.491 | dstat 2021-01-12 04:08:19.491 | lvm2 2021-01-12 04:08:19.491 | qemu-utils 2021-01-12 04:08:19.491 | thin-provisioning-tools 2021-01-12 04:08:19.491 | curl 2021-01-12 04:08:19.491 | liberasurecode-dev 2021-01-12 04:08:19.491 | make 2021-01-12 04:08:19.491 | memcached 2021-01-12 04:08:19.491 | sqlite3 2021-01-12 04:08:19.491 | xfsprogs ' 2021-01-12 04:08:19.491 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-01-12 04:08:19.493 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:08:19.496 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:08:19.499 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-01-12 04:08:19.499 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-12 04:08:19.503 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-12 04:08:19.506 | ++ functions-common:install_package:1344 : update_package_repo 2021-01-12 04:08:19.508 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:08:19.510 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2021-01-12 04:08:19.512 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:08:19.514 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:08:19.516 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:08:19.519 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:08:19.521 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:08:19.524 | ++ functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:08:19.526 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-12 04:08:19.528 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-12 04:08:19.530 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-12 04:08:19.533 | +++ functions-common:apt_get_update:1078 : id -u 2021-01-12 04:08:19.537 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-12 04:08:19.539 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-12 04:08:19.541 | ++ functions-common:time_start:2292 : local name=apt-get-update 2021-01-12 04:08:19.543 | ++ functions-common:time_start:2293 : local start_time= 2021-01-12 04:08:19.545 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2021-01-12 04:08:19.548 | +++ functions-common:time_start:2297 : date +%s%3N 2021-01-12 04:08:19.552 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1610424499549 2021-01-12 04:08:19.554 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-12 04:08:19.556 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-12 04:08:19.558 | ++ 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' 2021-01-12 04:08:19.799 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-12 04:08:19.799 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-12 04:08:19.856 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-12 04:08:19.920 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-12 04:08:22.133 | Reading package lists... 2021-01-12 04:08:22.191 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-12 04:08:22.193 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-12 04:08:22.196 | ++ functions-common:time_stop:2306 : local name 2021-01-12 04:08:22.198 | ++ functions-common:time_stop:2307 : local end_time 2021-01-12 04:08:22.200 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:08:22.202 | ++ functions-common:time_stop:2309 : local total 2021-01-12 04:08:22.204 | ++ functions-common:time_stop:2310 : local start_time 2021-01-12 04:08:22.207 | ++ functions-common:time_stop:2312 : name=apt-get-update 2021-01-12 04:08:22.209 | ++ functions-common:time_stop:2313 : start_time=1610424499549 2021-01-12 04:08:22.211 | ++ functions-common:time_stop:2315 : [[ -z 1610424499549 ]] 2021-01-12 04:08:22.214 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:08:22.218 | ++ functions-common:time_stop:2318 : end_time=1610424502215 2021-01-12 04:08:22.220 | ++ functions-common:time_stop:2319 : elapsed_time=2666 2021-01-12 04:08:22.222 | ++ functions-common:time_stop:2320 : total=0 2021-01-12 04:08:22.224 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:08:22.227 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2666 2021-01-12 04:08:22.229 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-12 04:08:22.231 | ++ functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:08:22.234 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:08:22.236 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:08:22.239 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-12 04:08:22.262 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-12 04:08:22.380 | Reading package lists... 2021-01-12 04:08:22.623 | Building dependency tree... 2021-01-12 04:08:22.624 | Reading state information... 2021-01-12 04:08:22.864 | acl is already the newest version (2.2.52-3build1). 2021-01-12 04:08:22.864 | acl set to manually installed. 2021-01-12 04:08:22.864 | bc is already the newest version (1.07.1-2). 2021-01-12 04:08:22.865 | bc set to manually installed. 2021-01-12 04:08:22.865 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-01-12 04:08:22.865 | bsdmainutils set to manually installed. 2021-01-12 04:08:22.865 | dnsmasq-base is already the newest version (2.79-1). 2021-01-12 04:08:22.865 | dnsmasq-base set to manually installed. 2021-01-12 04:08:22.865 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-01-12 04:08:22.865 | gawk set to manually installed. 2021-01-12 04:08:22.865 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-01-12 04:08:22.865 | iptables set to manually installed. 2021-01-12 04:08:22.865 | libpcre3-dev is already the newest version (2:8.39-9). 2021-01-12 04:08:22.865 | lsof is already the newest version (4.89+dfsg-0.1). 2021-01-12 04:08:22.865 | lsof set to manually installed. 2021-01-12 04:08:22.865 | python3-systemd is already the newest version (234-1build1). 2021-01-12 04:08:22.865 | python3-systemd set to manually installed. 2021-01-12 04:08:22.865 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-01-12 04:08:22.865 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-01-12 04:08:22.865 | ebtables set to manually installed. 2021-01-12 04:08:22.865 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-01-12 04:08:22.865 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-01-12 04:08:22.865 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-01-12 04:08:22.865 | parted is already the newest version (3.2-20ubuntu0.2). 2021-01-12 04:08:22.865 | parted set to manually installed. 2021-01-12 04:08:22.865 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-01-12 04:08:22.865 | psmisc set to manually installed. 2021-01-12 04:08:22.865 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-01-12 04:08:22.865 | tar is already the newest version (1.29b-2ubuntu0.1). 2021-01-12 04:08:22.865 | tar set to manually installed. 2021-01-12 04:08:22.865 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-01-12 04:08:22.865 | wget set to manually installed. 2021-01-12 04:08:22.865 | The following packages were automatically installed and are no longer required: 2021-01-12 04:08:22.866 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:08:22.866 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:08:22.866 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-01-12 04:08:22.866 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-01-12 04:08:22.866 | python3-twisted-bin python3-zope.interface 2021-01-12 04:08:22.866 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:08:22.866 | The following additional packages will be installed: 2021-01-12 04:08:22.866 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-01-12 04:08:22.866 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-01-12 04:08:22.866 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-01-12 04:08:22.866 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-01-12 04:08:22.866 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-01-12 04:08:22.866 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-01-12 04:08:22.866 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-01-12 04:08:22.866 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-12 04:08:22.866 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-12 04:08:22.866 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-01-12 04:08:22.866 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-01-12 04:08:22.866 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-01-12 04:08:22.866 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-01-12 04:08:22.866 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-12 04:08:22.866 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-12 04:08:22.866 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-01-12 04:08:22.866 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-12 04:08:22.866 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-01-12 04:08:22.866 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-01-12 04:08:22.866 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-01-12 04:08:22.866 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-01-12 04:08:22.866 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-12 04:08:22.866 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-01-12 04:08:22.866 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-01-12 04:08:22.867 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-01-12 04:08:22.867 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-01-12 04:08:22.867 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-01-12 04:08:22.867 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-01-12 04:08:22.867 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-01-12 04:08:22.867 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-01-12 04:08:22.867 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-01-12 04:08:22.867 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-01-12 04:08:22.867 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-01-12 04:08:22.867 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-01-12 04:08:22.867 | uuid-dev uwsgi-core vbetool x11-common 2021-01-12 04:08:22.868 | Suggested packages: 2021-01-12 04:08:22.868 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-01-12 04:08:22.868 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-01-12 04:08:22.868 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-01-12 04:08:22.868 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-01-12 04:08:22.868 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-01-12 04:08:22.868 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-01-12 04:08:22.868 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-01-12 04:08:22.868 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-01-12 04:08:22.868 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-01-12 04:08:22.868 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-01-12 04:08:22.868 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-01-12 04:08:22.868 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-01-12 04:08:22.868 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-01-12 04:08:22.868 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-01-12 04:08:22.868 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-01-12 04:08:22.868 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-01-12 04:08:22.868 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-01-12 04:08:22.868 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-01-12 04:08:22.868 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2021-01-12 04:08:22.868 | uwsgi-extra uwsgi-dev 2021-01-12 04:08:23.114 | The following NEW packages will be installed: 2021-01-12 04:08:23.114 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-01-12 04:08:23.114 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-01-12 04:08:23.114 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-01-12 04:08:23.114 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-01-12 04:08:23.114 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-01-12 04:08:23.114 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-01-12 04:08:23.114 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-01-12 04:08:23.114 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-01-12 04:08:23.114 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-01-12 04:08:23.114 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-12 04:08:23.114 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-12 04:08:23.114 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-01-12 04:08:23.115 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-01-12 04:08:23.115 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-01-12 04:08:23.115 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-01-12 04:08:23.115 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-12 04:08:23.115 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-12 04:08:23.115 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-01-12 04:08:23.115 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-12 04:08:23.115 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-01-12 04:08:23.115 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-01-12 04:08:23.115 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-01-12 04:08:23.115 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-01-12 04:08:23.115 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-12 04:08:23.115 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-01-12 04:08:23.115 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-01-12 04:08:23.115 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-01-12 04:08:23.115 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-01-12 04:08:23.115 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-01-12 04:08:23.115 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-01-12 04:08:23.115 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-01-12 04:08:23.115 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-01-12 04:08:23.115 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-01-12 04:08:23.115 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-01-12 04:08:23.115 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-01-12 04:08:23.115 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-01-12 04:08:23.115 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-01-12 04:08:23.115 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-01-12 04:08:23.115 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-01-12 04:08:23.115 | The following packages will be upgraded: 2021-01-12 04:08:23.116 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2021-01-12 04:08:23.116 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-01-12 04:08:23.116 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-01-12 04:08:23.116 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-01-12 04:08:23.116 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2021-01-12 04:08:23.581 | 30 upgraded, 202 newly installed, 0 to remove and 146 not upgraded. 2021-01-12 04:08:23.581 | Need to get 84.3 MB of archives. 2021-01-12 04:08:23.581 | After this operation, 263 MB of additional disk space will be used. 2021-01-12 04:08:23.581 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2021-01-12 04:08:24.096 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2021-01-12 04:08:24.174 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2021-01-12 04:08:24.790 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2021-01-12 04:08:24.814 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-01-12 04:08:24.816 | 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] 2021-01-12 04:08:24.819 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-01-12 04:08:24.827 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1,301 kB] 2021-01-12 04:08:24.937 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-01-12 04:08:24.944 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-01-12 04:08:24.988 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-01-12 04:08:24.988 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-01-12 04:08:24.989 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-01-12 04:08:25.117 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 2021-01-12 04:08:25.118 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 2021-01-12 04:08:25.132 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-01-12 04:08:25.132 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-01-12 04:08:25.141 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-01-12 04:08:26.626 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-01-12 04:08:26.647 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-01-12 04:08:26.680 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-01-12 04:08:26.682 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-01-12 04:08:26.688 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-01-12 04:08:26.745 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-01-12 04:08:26.946 | 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] 2021-01-12 04:08:27.042 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-01-12 04:08:27.043 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-01-12 04:08:27.061 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-01-12 04:08:27.072 | 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] 2021-01-12 04:08:27.225 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-01-12 04:08:27.415 | 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] 2021-01-12 04:08:27.418 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-01-12 04:08:27.419 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-01-12 04:08:27.420 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-01-12 04:08:27.421 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-01-12 04:08:27.431 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-01-12 04:08:27.431 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-01-12 04:08:27.432 | 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] 2021-01-12 04:08:27.590 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 2021-01-12 04:08:27.695 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2021-01-12 04:08:27.877 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-01-12 04:08:27.882 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-01-12 04:08:27.891 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-01-12 04:08:27.892 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-01-12 04:08:27.896 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-01-12 04:08:28.014 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-01-12 04:08:28.015 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-01-12 04:08:28.016 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-01-12 04:08:28.017 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-01-12 04:08:28.122 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.8 [261 kB] 2021-01-12 04:08:28.132 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-01-12 04:08:28.244 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-01-12 04:08:28.245 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-01-12 04:08:28.250 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-01-12 04:08:28.258 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-01-12 04:08:28.372 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-01-12 04:08:28.525 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-01-12 04:08:28.530 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-01-12 04:08:28.530 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-01-12 04:08:28.533 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-01-12 04:08:28.534 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-01-12 04:08:28.535 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-01-12 04:08:28.536 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-01-12 04:08:28.542 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-01-12 04:08:28.613 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-01-12 04:08:28.754 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-01-12 04:08:28.756 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-01-12 04:08:29.074 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-01-12 04:08:29.075 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-01-12 04:08:29.080 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-01-12 04:08:29.153 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-01-12 04:08:29.159 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-01-12 04:08:29.654 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-01-12 04:08:31.151 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-01-12 04:08:31.151 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-01-12 04:08:31.152 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-01-12 04:08:31.153 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-01-12 04:08:31.153 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-01-12 04:08:31.156 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2021-01-12 04:08:31.173 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2021-01-12 04:08:31.199 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-01-12 04:08:31.201 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2021-01-12 04:08:31.280 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-01-12 04:08:31.285 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-01-12 04:08:31.409 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-01-12 04:08:31.414 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-01-12 04:08:31.442 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-01-12 04:08:31.450 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-01-12 04:08:31.471 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-01-12 04:08:31.472 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2021-01-12 04:08:31.983 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-01-12 04:08:31.984 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-01-12 04:08:31.985 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-01-12 04:08:31.986 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-01-12 04:08:31.986 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-01-12 04:08:31.987 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2021-01-12 04:08:31.992 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-01-12 04:08:31.997 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-01-12 04:08:31.998 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-01-12 04:08:32.132 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-01-12 04:08:32.144 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-01-12 04:08:32.420 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-01-12 04:08:32.676 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-01-12 04:08:32.685 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-01-12 04:08:32.740 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-01-12 04:08:33.262 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-01-12 04:08:33.273 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-01-12 04:08:33.307 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-01-12 04:08:33.312 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-01-12 04:08:33.316 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-01-12 04:08:33.347 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-01-12 04:08:33.353 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-01-12 04:08:33.357 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-01-12 04:08:33.361 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-01-12 04:08:33.444 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-01-12 04:08:33.520 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-01-12 04:08:33.535 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-01-12 04:08:33.549 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-01-12 04:08:33.553 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-01-12 04:08:33.567 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-01-12 04:08:33.619 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-01-12 04:08:33.623 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-01-12 04:08:33.636 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-01-12 04:08:33.648 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-01-12 04:08:33.662 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-01-12 04:08:33.776 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-01-12 04:08:33.779 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-01-12 04:08:33.780 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-01-12 04:08:33.781 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-01-12 04:08:33.784 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-01-12 04:08:33.803 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-01-12 04:08:33.882 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-01-12 04:08:33.902 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-01-12 04:08:33.909 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-01-12 04:08:33.913 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-01-12 04:08:34.038 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-01-12 04:08:34.042 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-01-12 04:08:34.045 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-01-12 04:08:34.055 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-01-12 04:08:34.056 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-01-12 04:08:34.060 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-01-12 04:08:34.060 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-01-12 04:08:34.061 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-01-12 04:08:34.166 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-01-12 04:08:34.169 | Get:145 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] 2021-01-12 04:08:34.295 | Get:146 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] 2021-01-12 04:08:34.304 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-01-12 04:08:34.308 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-01-12 04:08:34.323 | Get:149 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] 2021-01-12 04:08:34.444 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-01-12 04:08:34.445 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-01-12 04:08:34.448 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-01-12 04:08:34.449 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-01-12 04:08:34.450 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-01-12 04:08:34.452 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-01-12 04:08:34.578 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-01-12 04:08:34.581 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-01-12 04:08:35.717 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-01-12 04:08:35.746 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-01-12 04:08:35.753 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-01-12 04:08:35.754 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-01-12 04:08:35.905 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-01-12 04:08:35.906 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-01-12 04:08:35.906 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-01-12 04:08:35.910 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-01-12 04:08:35.910 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-01-12 04:08:35.914 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-01-12 04:08:35.975 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-01-12 04:08:35.976 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-01-12 04:08:35.978 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-01-12 04:08:36.104 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-01-12 04:08:36.105 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2021-01-12 04:08:36.163 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.7 [1,566 kB] 2021-01-12 04:08:36.299 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2021-01-12 04:08:36.383 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-01-12 04:08:36.402 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-01-12 04:08:36.415 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-01-12 04:08:36.758 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-01-12 04:08:36.790 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2021-01-12 04:08:36.794 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2021-01-12 04:08:36.801 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.5 [2,723 kB] 2021-01-12 04:08:37.240 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.5 [923 kB] 2021-01-12 04:08:37.338 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-01-12 04:08:37.346 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-01-12 04:08:37.347 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-01-12 04:08:37.368 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2021-01-12 04:08:37.394 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-01-12 04:08:37.396 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-01-12 04:08:37.429 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-01-12 04:08:37.529 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-01-12 04:08:37.570 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-01-12 04:08:37.763 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-01-12 04:08:37.764 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-01-12 04:08:37.793 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-01-12 04:08:37.797 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-01-12 04:08:37.798 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-01-12 04:08:37.800 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-01-12 04:08:37.800 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-01-12 04:08:37.806 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2021-01-12 04:08:37.972 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-01-12 04:08:38.102 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2021-01-12 04:08:38.282 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-01-12 04:08:38.571 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-01-12 04:08:38.702 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-01-12 04:08:38.830 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-01-12 04:08:38.840 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-01-12 04:08:38.965 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2021-01-12 04:08:39.105 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-01-12 04:08:39.259 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2021-01-12 04:08:39.262 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-01-12 04:08:39.262 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-01-12 04:08:39.276 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2021-01-12 04:08:39.286 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.34 [40.2 kB] 2021-01-12 04:08:39.301 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.34 [871 kB] 2021-01-12 04:08:39.472 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-01-12 04:08:39.492 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-01-12 04:08:39.567 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-01-12 04:08:39.598 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-01-12 04:08:39.612 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-01-12 04:08:39.657 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-01-12 04:08:39.658 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-01-12 04:08:39.661 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-01-12 04:08:39.664 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-01-12 04:08:39.667 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-01-12 04:08:39.756 | Get:225 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] 2021-01-12 04:08:39.757 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-01-12 04:08:39.760 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-01-12 04:08:39.761 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-01-12 04:08:39.885 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-01-12 04:08:39.886 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-01-12 04:08:39.890 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-01-12 04:08:39.919 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-01-12 04:08:41.573 | Preconfiguring packages ... 2021-01-12 04:08:41.694 | Fetched 84.3 MB in 17s (5,021 kB/s) 2021-01-12 04:08:41.762 | (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.) 2021-01-12 04:08:41.764 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-12 04:08:41.795 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-12 04:08:41.914 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-12 04:08:41.936 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-12 04:08:42.081 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-12 04:08:42.220 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-12 04:08:42.923 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2021-01-12 04:08:42.944 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-12 04:08:43.048 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2021-01-12 04:08:43.169 | (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.) 2021-01-12 04:08:43.172 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-12 04:08:43.193 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-12 04:08:43.280 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-12 04:08:43.412 | (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.) 2021-01-12 04:08:43.415 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-12 04:08:43.438 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-12 04:08:43.716 | Selecting previously unselected package libapr1:amd64. 2021-01-12 04:08:43.722 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-01-12 04:08:43.725 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-01-12 04:08:43.853 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-12 04:08:43.881 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-12 04:08:44.155 | Selecting previously unselected package libaprutil1:amd64. 2021-01-12 04:08:44.162 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-01-12 04:08:44.164 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-01-12 04:08:44.262 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-12 04:08:44.283 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-01-12 04:08:44.420 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-01-12 04:08:44.426 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-01-12 04:08:44.429 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-12 04:08:44.491 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-12 04:08:44.512 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-12 04:08:44.615 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-12 04:08:44.637 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-12 04:08:44.729 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2021-01-12 04:08:44.750 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-12 04:08:44.860 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-12 04:08:44.881 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-12 04:08:44.974 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-01-12 04:08:44.981 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-01-12 04:08:44.984 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-12 04:08:45.058 | Selecting previously unselected package liblua5.2-0:amd64. 2021-01-12 04:08:45.064 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-01-12 04:08:45.068 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-12 04:08:45.162 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-12 04:08:45.186 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-01-12 04:08:46.496 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-12 04:08:46.518 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-01-12 04:08:46.682 | Selecting previously unselected package apache2-bin. 2021-01-12 04:08:46.689 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-12 04:08:46.691 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-12 04:08:46.903 | Selecting previously unselected package apache2-utils. 2021-01-12 04:08:46.909 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-12 04:08:46.912 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-12 04:08:46.978 | Selecting previously unselected package apache2-data. 2021-01-12 04:08:46.985 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-01-12 04:08:46.987 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-12 04:08:47.169 | Selecting previously unselected package apache2. 2021-01-12 04:08:47.175 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-12 04:08:47.193 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-01-12 04:08:47.303 | Selecting previously unselected package fonts-dejavu-core. 2021-01-12 04:08:47.311 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-01-12 04:08:47.313 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-01-12 04:08:47.529 | Selecting previously unselected package fonts-liberation. 2021-01-12 04:08:47.535 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-01-12 04:08:47.538 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-12 04:08:47.727 | Selecting previously unselected package fontconfig-config. 2021-01-12 04:08:47.734 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-01-12 04:08:47.736 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-12 04:08:47.830 | Selecting previously unselected package libfontconfig1:amd64. 2021-01-12 04:08:47.837 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-01-12 04:08:47.840 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-12 04:08:47.936 | Selecting previously unselected package fontconfig. 2021-01-12 04:08:47.942 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-01-12 04:08:47.945 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-01-12 04:08:48.041 | Selecting previously unselected package liblua5.3-0:amd64. 2021-01-12 04:08:48.048 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:08:48.050 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-12 04:08:48.161 | Selecting previously unselected package haproxy. 2021-01-12 04:08:48.167 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-01-12 04:08:48.176 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-01-12 04:08:48.394 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-01-12 04:08:48.400 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-12 04:08:48.403 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-12 04:08:48.515 | Selecting previously unselected package x11-common. 2021-01-12 04:08:48.522 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-01-12 04:08:48.547 | dpkg-query: no packages found matching nux-tools 2021-01-12 04:08:48.557 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-01-12 04:08:48.647 | Selecting previously unselected package libice6:amd64. 2021-01-12 04:08:48.654 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-01-12 04:08:48.656 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-01-12 04:08:48.742 | Selecting previously unselected package libsm6:amd64. 2021-01-12 04:08:48.748 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-01-12 04:08:48.751 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-01-12 04:08:48.874 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-01-12 04:08:49.348 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-01-12 04:08:49.816 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-01-12 04:08:49.823 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-01-12 04:08:49.825 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-12 04:08:49.913 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-12 04:08:49.935 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-01-12 04:08:50.026 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-01-12 04:08:50.177 | (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.) 2021-01-12 04:08:50.180 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-12 04:08:50.201 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2021-01-12 04:08:50.476 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-12 04:08:50.497 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-12 04:08:50.702 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2021-01-12 04:08:50.740 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2021-01-12 04:08:50.911 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:08:50.933 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-12 04:08:51.056 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:08:51.078 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-12 04:08:51.224 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:08:51.246 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-12 04:08:51.345 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:08:51.366 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-12 04:08:51.472 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:08:51.493 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-01-12 04:08:51.617 | Selecting previously unselected package uuid-dev:amd64. 2021-01-12 04:08:51.624 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-12 04:08:51.626 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-12 04:08:51.710 | Selecting previously unselected package libsctp1:amd64. 2021-01-12 04:08:51.717 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-01-12 04:08:51.719 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-12 04:08:51.776 | Selecting previously unselected package libsctp-dev:amd64. 2021-01-12 04:08:51.783 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-01-12 04:08:51.785 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-12 04:08:51.846 | Selecting previously unselected package libapr1-dev. 2021-01-12 04:08:51.852 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-01-12 04:08:51.855 | Unpacking libapr1-dev (1.6.3-2) ... 2021-01-12 04:08:52.129 | Selecting previously unselected package libldap2-dev:amd64. 2021-01-12 04:08:52.136 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-12 04:08:52.139 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-12 04:08:52.281 | Selecting previously unselected package libaprutil1-dev. 2021-01-12 04:08:52.288 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-01-12 04:08:52.290 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-01-12 04:08:52.559 | Selecting previously unselected package autotools-dev. 2021-01-12 04:08:52.566 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-01-12 04:08:52.568 | Unpacking autotools-dev (20180224.1) ... 2021-01-12 04:08:52.626 | Selecting previously unselected package m4. 2021-01-12 04:08:52.632 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-01-12 04:08:52.635 | Unpacking m4 (1.4.18-1) ... 2021-01-12 04:08:52.742 | Selecting previously unselected package autoconf. 2021-01-12 04:08:52.750 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-01-12 04:08:52.752 | Unpacking autoconf (2.69-11) ... 2021-01-12 04:08:52.874 | Selecting previously unselected package automake. 2021-01-12 04:08:52.881 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-01-12 04:08:52.885 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-01-12 04:08:53.028 | Selecting previously unselected package autopoint. 2021-01-12 04:08:53.035 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-01-12 04:08:53.037 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-12 04:08:53.111 | Selecting previously unselected package libtool. 2021-01-12 04:08:53.117 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-01-12 04:08:53.128 | Unpacking libtool (2.4.6-2) ... 2021-01-12 04:08:53.219 | Selecting previously unselected package dh-autoreconf. 2021-01-12 04:08:53.225 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-01-12 04:08:53.228 | Unpacking dh-autoreconf (17) ... 2021-01-12 04:08:53.285 | Selecting previously unselected package libarchive-zip-perl. 2021-01-12 04:08:53.292 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-01-12 04:08:53.295 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-12 04:08:53.359 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-01-12 04:08:53.365 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-01-12 04:08:53.376 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-12 04:08:53.435 | Selecting previously unselected package libtimedate-perl. 2021-01-12 04:08:53.441 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-01-12 04:08:53.443 | Unpacking libtimedate-perl (2.3000-2) ... 2021-01-12 04:08:53.521 | Selecting previously unselected package dh-strip-nondeterminism. 2021-01-12 04:08:53.528 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-01-12 04:08:53.530 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-12 04:08:53.595 | Selecting previously unselected package libdpkg-perl. 2021-01-12 04:08:53.601 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-01-12 04:08:53.604 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-12 04:08:53.701 | Selecting previously unselected package make. 2021-01-12 04:08:53.707 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-01-12 04:08:53.709 | Unpacking make (4.1-9.1ubuntu1) ... 2021-01-12 04:08:53.791 | Selecting previously unselected package dpkg-dev. 2021-01-12 04:08:53.798 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-01-12 04:08:53.800 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-12 04:08:54.007 | Selecting previously unselected package libcroco3:amd64. 2021-01-12 04:08:54.015 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-01-12 04:08:54.017 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-01-12 04:08:54.099 | Selecting previously unselected package gettext. 2021-01-12 04:08:54.106 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-01-12 04:08:54.108 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-12 04:08:54.376 | Selecting previously unselected package intltool-debian. 2021-01-12 04:08:54.383 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-01-12 04:08:54.385 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-01-12 04:08:54.458 | Selecting previously unselected package po-debconf. 2021-01-12 04:08:54.465 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-01-12 04:08:54.468 | Unpacking po-debconf (1.0.20) ... 2021-01-12 04:08:54.554 | Selecting previously unselected package debhelper. 2021-01-12 04:08:54.560 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-01-12 04:08:54.563 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-01-12 04:08:54.803 | Selecting previously unselected package apache2-dev. 2021-01-12 04:08:54.810 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-12 04:08:54.812 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-12 04:08:54.905 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-01-12 04:08:54.912 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-12 04:08:54.914 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-12 04:08:55.361 | Selecting previously unselected package g++-7. 2021-01-12 04:08:55.368 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-12 04:08:55.370 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-12 04:08:56.736 | Selecting previously unselected package g++. 2021-01-12 04:08:56.743 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-01-12 04:08:56.754 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-12 04:08:56.810 | Selecting previously unselected package build-essential. 2021-01-12 04:08:56.817 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-01-12 04:08:56.819 | Unpacking build-essential (12.4ubuntu1) ... 2021-01-12 04:08:56.876 | Selecting previously unselected package conntrack. 2021-01-12 04:08:56.883 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-12 04:08:56.885 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-12 04:08:56.969 | Selecting previously unselected package libnetfilter-queue1. 2021-01-12 04:08:56.976 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-01-12 04:08:56.978 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-01-12 04:08:57.071 | Selecting previously unselected package conntrackd. 2021-01-12 04:08:57.078 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-12 04:08:57.081 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-12 04:08:57.184 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-12 04:08:57.205 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-12 04:08:57.329 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-12 04:08:57.350 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-12 04:08:57.475 | Selecting previously unselected package dctrl-tools. 2021-01-12 04:08:57.483 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-01-12 04:08:57.500 | Unpacking dctrl-tools (2.24-2build1) ... 2021-01-12 04:08:57.561 | Selecting previously unselected package dnsmasq-utils. 2021-01-12 04:08:57.568 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2021-01-12 04:08:57.571 | Unpacking dnsmasq-utils (2.79-1) ... 2021-01-12 04:08:57.662 | Selecting previously unselected package dstat. 2021-01-12 04:08:57.668 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2021-01-12 04:08:57.671 | Unpacking dstat (0.7.3-1) ... 2021-01-12 04:08:57.776 | Selecting previously unselected package libfakeroot:amd64. 2021-01-12 04:08:57.783 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-12 04:08:57.793 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-12 04:08:57.885 | Selecting previously unselected package fakeroot. 2021-01-12 04:08:57.892 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-12 04:08:57.894 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-01-12 04:08:57.964 | Selecting previously unselected package genisoimage. 2021-01-12 04:08:57.970 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-01-12 04:08:57.973 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-12 04:08:58.096 | Selecting previously unselected package libgraphite2-3:amd64. 2021-01-12 04:08:58.103 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-01-12 04:08:58.105 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-12 04:08:58.194 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-01-12 04:08:58.202 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-01-12 04:08:58.204 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:08:58.290 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-01-12 04:08:58.297 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-12 04:08:58.299 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:08:58.405 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2021-01-12 04:08:58.479 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2021-01-12 04:08:59.360 | Selecting previously unselected package libann0. 2021-01-12 04:08:59.367 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2021-01-12 04:08:59.370 | Unpacking libann0 (1.1.2+doc-6) ... 2021-01-12 04:08:59.444 | Selecting previously unselected package libcdt5. 2021-01-12 04:08:59.451 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2021-01-12 04:08:59.453 | Unpacking libcdt5 (2.40.1-2) ... 2021-01-12 04:08:59.527 | Selecting previously unselected package libcgraph6. 2021-01-12 04:08:59.534 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2021-01-12 04:08:59.537 | Unpacking libcgraph6 (2.40.1-2) ... 2021-01-12 04:08:59.595 | Selecting previously unselected package libjpeg8:amd64. 2021-01-12 04:08:59.601 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-01-12 04:08:59.604 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-12 04:08:59.686 | Selecting previously unselected package libjbig0:amd64. 2021-01-12 04:08:59.693 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2021-01-12 04:08:59.695 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-01-12 04:08:59.777 | Selecting previously unselected package libtiff5:amd64. 2021-01-12 04:08:59.784 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2021-01-12 04:08:59.786 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-12 04:08:59.887 | Selecting previously unselected package libwebp6:amd64. 2021-01-12 04:08:59.894 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2021-01-12 04:08:59.896 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-01-12 04:08:59.991 | Selecting previously unselected package libxpm4:amd64. 2021-01-12 04:08:59.999 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-01-12 04:09:00.001 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-01-12 04:09:00.083 | Selecting previously unselected package libgd3:amd64. 2021-01-12 04:09:00.090 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-01-12 04:09:00.093 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-12 04:09:00.189 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-01-12 04:09:00.196 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-01-12 04:09:00.198 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-12 04:09:00.297 | Selecting previously unselected package libpixman-1-0:amd64. 2021-01-12 04:09:00.304 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-01-12 04:09:00.306 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-12 04:09:00.418 | Selecting previously unselected package libxcb-render0:amd64. 2021-01-12 04:09:00.426 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-12 04:09:00.428 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-12 04:09:00.511 | Selecting previously unselected package libxcb-shm0:amd64. 2021-01-12 04:09:00.518 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-12 04:09:00.520 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-12 04:09:00.594 | Selecting previously unselected package libxrender1:amd64. 2021-01-12 04:09:00.601 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-01-12 04:09:00.604 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-01-12 04:09:00.688 | Selecting previously unselected package libcairo2:amd64. 2021-01-12 04:09:00.694 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-01-12 04:09:00.697 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-12 04:09:00.839 | Selecting previously unselected package libltdl7:amd64. 2021-01-12 04:09:00.847 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2021-01-12 04:09:00.849 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-01-12 04:09:00.908 | Selecting previously unselected package libthai-data. 2021-01-12 04:09:00.915 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2021-01-12 04:09:00.917 | Unpacking libthai-data (0.1.27-2) ... 2021-01-12 04:09:01.018 | Selecting previously unselected package libdatrie1:amd64. 2021-01-12 04:09:01.025 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2021-01-12 04:09:01.028 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-01-12 04:09:01.110 | Selecting previously unselected package libthai0:amd64. 2021-01-12 04:09:01.117 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2021-01-12 04:09:01.119 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-01-12 04:09:01.203 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-01-12 04:09:01.210 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-12 04:09:01.229 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:09:01.328 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-01-12 04:09:01.335 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-12 04:09:01.338 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:09:01.420 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-01-12 04:09:01.426 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-12 04:09:01.429 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:09:01.503 | Selecting previously unselected package libpathplan4. 2021-01-12 04:09:01.510 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2021-01-12 04:09:01.512 | Unpacking libpathplan4 (2.40.1-2) ... 2021-01-12 04:09:01.603 | Selecting previously unselected package libgvc6. 2021-01-12 04:09:01.611 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2021-01-12 04:09:01.613 | Unpacking libgvc6 (2.40.1-2) ... 2021-01-12 04:09:01.771 | Selecting previously unselected package libgvpr2. 2021-01-12 04:09:01.778 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2021-01-12 04:09:01.780 | Unpacking libgvpr2 (2.40.1-2) ... 2021-01-12 04:09:01.874 | Selecting previously unselected package liblab-gamut1. 2021-01-12 04:09:01.881 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-01-12 04:09:01.883 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-01-12 04:09:02.089 | Selecting previously unselected package libxt6:amd64. 2021-01-12 04:09:02.097 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-01-12 04:09:02.099 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-01-12 04:09:02.191 | Selecting previously unselected package libxmu6:amd64. 2021-01-12 04:09:02.198 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-01-12 04:09:02.200 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-01-12 04:09:02.284 | Selecting previously unselected package libxaw7:amd64. 2021-01-12 04:09:02.291 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-01-12 04:09:02.293 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-01-12 04:09:02.388 | Selecting previously unselected package graphviz. 2021-01-12 04:09:02.395 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2021-01-12 04:09:02.397 | Unpacking graphviz (2.40.1-2) ... 2021-01-12 04:09:02.590 | Selecting previously unselected package libnl-3-200:amd64. 2021-01-12 04:09:02.598 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-12 04:09:02.601 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:09:02.688 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-01-12 04:09:02.695 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-12 04:09:02.697 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:09:02.807 | Selecting previously unselected package libibverbs1:amd64. 2021-01-12 04:09:02.814 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-01-12 04:09:02.816 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-12 04:09:02.909 | Selecting previously unselected package ibverbs-providers:amd64. 2021-01-12 04:09:02.915 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-01-12 04:09:02.918 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-12 04:09:02.993 | Selecting previously unselected package icu-devtools. 2021-01-12 04:09:03.001 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-01-12 04:09:03.003 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-01-12 04:09:03.090 | Selecting previously unselected package iputils-arping. 2021-01-12 04:09:03.097 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-01-12 04:09:03.099 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-01-12 04:09:03.199 | Selecting previously unselected package javascript-common. 2021-01-12 04:09:03.206 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2021-01-12 04:09:03.220 | Unpacking javascript-common (11) ... 2021-01-12 04:09:03.300 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-01-12 04:09:03.307 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-12 04:09:03.309 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:09:03.408 | Selecting previously unselected package libsensors4:amd64. 2021-01-12 04:09:03.415 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-01-12 04:09:03.506 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-01-12 04:09:03.579 | Selecting previously unselected package libsnmp-base. 2021-01-12 04:09:03.587 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-01-12 04:09:03.589 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-12 04:09:03.698 | Selecting previously unselected package libsnmp30:amd64. 2021-01-12 04:09:03.705 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-01-12 04:09:03.707 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-12 04:09:03.931 | Selecting previously unselected package keepalived. 2021-01-12 04:09:03.938 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-01-12 04:09:03.940 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-12 04:09:04.060 | Selecting previously unselected package libgssrpc4:amd64. 2021-01-12 04:09:04.067 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:04.069 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:04.147 | Selecting previously unselected package libkdb5-9:amd64. 2021-01-12 04:09:04.154 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:04.157 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:04.240 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-01-12 04:09:04.247 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:04.249 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:04.334 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-01-12 04:09:04.341 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:04.343 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:04.401 | Selecting previously unselected package comerr-dev:amd64. 2021-01-12 04:09:04.409 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-12 04:09:04.411 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-12 04:09:04.469 | Selecting previously unselected package krb5-multidev:amd64. 2021-01-12 04:09:04.476 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:04.478 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:04.575 | Selecting previously unselected package libaio1:amd64. 2021-01-12 04:09:04.582 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-01-12 04:09:04.585 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-12 04:09:04.642 | Selecting previously unselected package libalgorithm-diff-perl. 2021-01-12 04:09:04.649 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-01-12 04:09:04.651 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-01-12 04:09:04.710 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-01-12 04:09:04.717 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-01-12 04:09:04.719 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-12 04:09:04.776 | Selecting previously unselected package libalgorithm-merge-perl. 2021-01-12 04:09:04.783 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-01-12 04:09:04.785 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-01-12 04:09:04.842 | Selecting previously unselected package libarchive-cpio-perl. 2021-01-12 04:09:04.848 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2021-01-12 04:09:04.851 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-01-12 04:09:04.908 | Selecting previously unselected package libfile-fcntllock-perl. 2021-01-12 04:09:04.915 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-01-12 04:09:04.917 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-01-12 04:09:04.974 | Selecting previously unselected package libglib2.0-bin. 2021-01-12 04:09:04.981 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-12 04:09:04.983 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:09:05.064 | Selecting previously unselected package libglib2.0-dev-bin. 2021-01-12 04:09:05.071 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-12 04:09:05.073 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:09:05.167 | Selecting previously unselected package pkg-config. 2021-01-12 04:09:05.174 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-01-12 04:09:05.176 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-01-12 04:09:05.235 | Selecting previously unselected package zlib1g-dev:amd64. 2021-01-12 04:09:05.242 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-01-12 04:09:05.244 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-12 04:09:05.330 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-01-12 04:09:05.338 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-12 04:09:05.340 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:09:05.673 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-01-12 04:09:05.680 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-01-12 04:09:05.682 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-12 04:09:05.740 | Selecting previously unselected package libgts-bin. 2021-01-12 04:09:05.747 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-01-12 04:09:05.749 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-01-12 04:09:05.836 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-01-12 04:09:05.843 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-12 04:09:05.846 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:09:05.930 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-01-12 04:09:05.936 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-12 04:09:05.939 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:09:06.014 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-01-12 04:09:06.022 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-01-12 04:09:06.024 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-12 04:09:06.099 | Selecting previously unselected package libiculx60:amd64. 2021-01-12 04:09:06.106 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-12 04:09:06.108 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-12 04:09:06.165 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-01-12 04:09:06.172 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-01-12 04:09:06.175 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-12 04:09:06.233 | Selecting previously unselected package libicu-dev. 2021-01-12 04:09:06.240 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-01-12 04:09:06.242 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-01-12 04:09:07.662 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-01-12 04:09:07.669 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-01-12 04:09:07.672 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:09:07.800 | Selecting previously unselected package libiscsi7:amd64. 2021-01-12 04:09:07.807 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-01-12 04:09:07.810 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-12 04:09:07.896 | Selecting previously unselected package libjansson4:amd64. 2021-01-12 04:09:07.903 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2021-01-12 04:09:07.905 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-01-12 04:09:07.963 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-01-12 04:09:07.970 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-12 04:09:07.972 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-12 04:09:08.058 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-01-12 04:09:08.066 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-01-12 04:09:08.068 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-12 04:09:08.126 | Selecting previously unselected package libjpeg-dev:amd64. 2021-01-12 04:09:08.133 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-01-12 04:09:08.136 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-12 04:09:08.193 | Selecting previously unselected package libjs-jquery. 2021-01-12 04:09:08.200 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2021-01-12 04:09:08.202 | Unpacking libjs-jquery (3.2.1-1) ... 2021-01-12 04:09:08.277 | Selecting previously unselected package libjs-jquery-metadata. 2021-01-12 04:09:08.284 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2021-01-12 04:09:08.286 | Unpacking libjs-jquery-metadata (12-1) ... 2021-01-12 04:09:08.343 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-01-12 04:09:08.350 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-01-12 04:09:08.352 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-12 04:09:08.449 | Selecting previously unselected package libltdl-dev:amd64. 2021-01-12 04:09:08.456 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2021-01-12 04:09:08.458 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-01-12 04:09:08.538 | Selecting previously unselected package libsys-hostname-long-perl. 2021-01-12 04:09:08.545 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-01-12 04:09:08.548 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-01-12 04:09:08.613 | Selecting previously unselected package libmail-sendmail-perl. 2021-01-12 04:09:08.620 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2021-01-12 04:09:08.623 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-01-12 04:09:08.707 | Selecting previously unselected package libmatheval1:amd64. 2021-01-12 04:09:08.714 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-01-12 04:09:08.716 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-12 04:09:08.817 | Selecting previously unselected package mysql-common. 2021-01-12 04:09:08.824 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2021-01-12 04:09:08.840 | Unpacking mysql-common (5.8+1.0.4) ... 2021-01-12 04:09:08.930 | Selecting previously unselected package libmysqlclient20:amd64. 2021-01-12 04:09:08.937 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:08.939 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:09:09.110 | Selecting previously unselected package libssl-dev:amd64. 2021-01-12 04:09:09.117 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-12 04:09:09.120 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-12 04:09:09.405 | Selecting previously unselected package libmysqlclient-dev. 2021-01-12 04:09:09.414 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:09.416 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:09:09.672 | Selecting previously unselected package libnorm1:amd64. 2021-01-12 04:09:09.679 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-01-12 04:09:09.681 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-12 04:09:09.785 | Selecting previously unselected package libnspr4:amd64. 2021-01-12 04:09:09.792 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-01-12 04:09:09.811 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-12 04:09:09.900 | Selecting previously unselected package libnss3:amd64. 2021-01-12 04:09:09.907 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-01-12 04:09:09.909 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-12 04:09:10.161 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-01-12 04:09:10.168 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-01-12 04:09:10.179 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-12 04:09:10.282 | Selecting previously unselected package libpq5:amd64. 2021-01-12 04:09:10.289 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:10.292 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:09:10.362 | Selecting previously unselected package libpq-dev. 2021-01-12 04:09:10.369 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:10.380 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:09:10.516 | Selecting previously unselected package librados2. 2021-01-12 04:09:10.524 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-12 04:09:10.526 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-12 04:09:11.017 | Selecting previously unselected package librbd1. 2021-01-12 04:09:11.024 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-12 04:09:11.027 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-12 04:09:11.218 | Selecting previously unselected package libsasl2-dev. 2021-01-12 04:09:11.225 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-12 04:09:11.227 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-12 04:09:11.351 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-12 04:09:11.380 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-12 04:09:11.507 | Selecting previously unselected package libsodium23:amd64. 2021-01-12 04:09:11.514 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2021-01-12 04:09:11.517 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-01-12 04:09:11.598 | Selecting previously unselected package libsystemd-dev:amd64. 2021-01-12 04:09:11.605 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2021-01-12 04:09:11.607 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-12 04:09:11.748 | Selecting previously unselected package libx86-1:amd64. 2021-01-12 04:09:11.755 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-01-12 04:09:11.758 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-12 04:09:11.824 | Selecting previously unselected package libxml2-dev:amd64. 2021-01-12 04:09:11.831 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-12 04:09:11.833 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-12 04:09:12.048 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-12 04:09:12.077 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-01-12 04:09:12.176 | Selecting previously unselected package libxslt1-dev:amd64. 2021-01-12 04:09:12.183 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-12 04:09:12.186 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-12 04:09:12.340 | Selecting previously unselected package libzmq5:amd64. 2021-01-12 04:09:12.348 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-01-12 04:09:12.358 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-12 04:09:12.455 | Selecting previously unselected package lsscsi. 2021-01-12 04:09:12.463 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2021-01-12 04:09:12.473 | Unpacking lsscsi (0.28-0.1) ... 2021-01-12 04:09:12.582 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-01-12 04:09:12.616 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-01-12 04:09:13.502 | Selecting previously unselected package memcached. 2021-01-12 04:09:13.509 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-01-12 04:09:13.511 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-01-12 04:09:13.591 | Selecting previously unselected package pm-utils. 2021-01-12 04:09:13.599 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2021-01-12 04:09:13.602 | Unpacking pm-utils (1.4.1-17) ... 2021-01-12 04:09:13.724 | Selecting previously unselected package postgresql-client-common. 2021-01-12 04:09:13.732 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-01-12 04:09:13.734 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-01-12 04:09:13.827 | Selecting previously unselected package ssl-cert. 2021-01-12 04:09:13.835 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2021-01-12 04:09:13.837 | Unpacking ssl-cert (1.0.39) ... 2021-01-12 04:09:13.979 | Selecting previously unselected package postgresql-common. 2021-01-12 04:09:13.986 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2021-01-12 04:09:14.030 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-01-12 04:09:14.040 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-01-12 04:09:14.135 | Selecting previously unselected package postgresql-server-dev-10. 2021-01-12 04:09:14.142 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:14.145 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:09:14.449 | Selecting previously unselected package postgresql-server-dev-all. 2021-01-12 04:09:14.458 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-01-12 04:09:14.460 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-12 04:09:14.543 | Selecting previously unselected package python-pip-whl. 2021-01-12 04:09:14.551 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-12 04:09:14.553 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-12 04:09:14.818 | Selecting previously unselected package python3-crypto. 2021-01-12 04:09:14.826 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-01-12 04:09:14.828 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-01-12 04:09:14.967 | Selecting previously unselected package python3-secretstorage. 2021-01-12 04:09:14.975 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2021-01-12 04:09:14.977 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-01-12 04:09:15.060 | Selecting previously unselected package python3-keyring. 2021-01-12 04:09:15.068 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2021-01-12 04:09:15.078 | Unpacking python3-keyring (10.6.0-1) ... 2021-01-12 04:09:15.158 | Selecting previously unselected package python3-keyrings.alt. 2021-01-12 04:09:15.165 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2021-01-12 04:09:15.167 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-01-12 04:09:15.252 | Selecting previously unselected package python3-mysqldb. 2021-01-12 04:09:15.260 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-01-12 04:09:15.271 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-01-12 04:09:15.349 | Selecting previously unselected package python3-pip. 2021-01-12 04:09:15.357 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-12 04:09:15.367 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-12 04:09:15.457 | Selecting previously unselected package python3-setuptools. 2021-01-12 04:09:15.464 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2021-01-12 04:09:15.467 | Unpacking python3-setuptools (39.0.1-2) ... 2021-01-12 04:09:15.585 | Selecting previously unselected package python3.6-venv. 2021-01-12 04:09:15.593 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2021-01-12 04:09:15.595 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-12 04:09:15.655 | Selecting previously unselected package python3-venv. 2021-01-12 04:09:15.662 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-01-12 04:09:15.665 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-01-12 04:09:15.741 | Selecting previously unselected package python3-wheel. 2021-01-12 04:09:15.749 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2021-01-12 04:09:15.751 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-01-12 04:09:15.830 | Selecting previously unselected package python3-xdg. 2021-01-12 04:09:15.838 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2021-01-12 04:09:15.840 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2021-01-12 04:09:15.916 | Selecting previously unselected package qemu-block-extra:amd64. 2021-01-12 04:09:15.923 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-12 04:09:15.925 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-12 04:09:15.991 | Selecting previously unselected package qemu-utils. 2021-01-12 04:09:15.998 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-12 04:09:16.001 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-12 04:09:16.205 | Selecting previously unselected package sharutils. 2021-01-12 04:09:16.213 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-01-12 04:09:16.215 | Unpacking sharutils (1:4.15.2-3) ... 2021-01-12 04:09:16.300 | Selecting previously unselected package sqlite3. 2021-01-12 04:09:16.308 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-12 04:09:16.310 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-12 04:09:16.474 | Selecting previously unselected package thin-provisioning-tools. 2021-01-12 04:09:16.481 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-01-12 04:09:16.492 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-12 04:09:16.628 | Selecting previously unselected package unzip. 2021-01-12 04:09:16.636 | Preparing to unpack .../180-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-01-12 04:09:16.638 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-01-12 04:09:16.744 | Selecting previously unselected package uwsgi-core. 2021-01-12 04:09:16.751 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-12 04:09:16.753 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:09:16.931 | Selecting previously unselected package vbetool. 2021-01-12 04:09:16.938 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2021-01-12 04:09:16.941 | Unpacking vbetool (1.1-4) ... 2021-01-12 04:09:17.034 | Selecting previously unselected package libipset3:amd64. 2021-01-12 04:09:17.041 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2021-01-12 04:09:17.043 | Unpacking libipset3:amd64 (6.34-1) ... 2021-01-12 04:09:17.114 | Selecting previously unselected package ipset. 2021-01-12 04:09:17.122 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2021-01-12 04:09:17.133 | Unpacking ipset (6.34-1) ... 2021-01-12 04:09:17.225 | Selecting previously unselected package ipvsadm. 2021-01-12 04:09:17.232 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:09:17.235 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-12 04:09:17.312 | Selecting previously unselected package kpartx. 2021-01-12 04:09:17.320 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-01-12 04:09:17.322 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-01-12 04:09:17.407 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-01-12 04:09:17.415 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-12 04:09:17.417 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:09:17.501 | Selecting previously unselected package liberasurecode1:amd64. 2021-01-12 04:09:17.509 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2021-01-12 04:09:17.511 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-01-12 04:09:17.573 | Selecting previously unselected package liberasurecode-dev. 2021-01-12 04:09:17.581 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-01-12 04:09:17.583 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-01-12 04:09:17.641 | Selecting previously unselected package libffi-dev:amd64. 2021-01-12 04:09:17.649 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2021-01-12 04:09:17.651 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-01-12 04:09:17.739 | Selecting previously unselected package libkrb5-dev:amd64. 2021-01-12 04:09:17.747 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-12 04:09:17.749 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:17.810 | Selecting previously unselected package libyaml-dev:amd64. 2021-01-12 04:09:17.818 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-01-12 04:09:17.820 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-12 04:09:17.883 | Selecting previously unselected package socat. 2021-01-12 04:09:17.891 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-01-12 04:09:17.893 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-01-12 04:09:18.003 | Selecting previously unselected package vlan. 2021-01-12 04:09:18.011 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-01-12 04:09:18.013 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-01-12 04:09:18.124 | Setting up libjs-jquery (3.2.1-1) ... 2021-01-12 04:09:18.153 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-12 04:09:18.189 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-01-12 04:09:18.210 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-12 04:09:18.240 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-12 04:09:18.431 | Setting up libpathplan4 (2.40.1-2) ... 2021-01-12 04:09:18.459 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-12 04:09:18.495 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-01-12 04:09:18.516 | Setting up make (4.1-9.1ubuntu1) ... 2021-01-12 04:09:18.544 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-01-12 04:09:18.580 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-12 04:09:18.600 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-01-12 04:09:18.674 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-12 04:09:18.701 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-12 04:09:18.729 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-01-12 04:09:18.765 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-12 04:09:18.792 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:09:18.814 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2021-01-12 04:09:18.883 | Setting up libtimedate-perl (2.3000-2) ... 2021-01-12 04:09:18.919 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-01-12 04:09:18.946 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-12 04:09:18.991 | Setting up fonts-dejavu-core (2.37-1) ... 2021-01-12 04:09:19.141 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-01-12 04:09:19.570 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-01-12 04:09:19.803 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-12 04:09:19.840 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-01-12 04:09:20.216 | update-initramfs: deferring update (trigger activated) 2021-01-12 04:09:22.303 | Setting up lsscsi (0.28-0.1) ... 2021-01-12 04:09:22.346 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:09:22.375 | No schema files found: doing nothing. 2021-01-12 04:09:22.381 | Setting up mysql-common (5.8+1.0.4) ... 2021-01-12 04:09:22.448 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-12 04:09:22.459 | Setting up sharutils (1:4.15.2-3) ... 2021-01-12 04:09:22.487 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-12 04:09:22.522 | Setting up python3-xdg (0.25-4ubuntu1) ... 2021-01-12 04:09:22.805 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-12 04:09:22.833 | Setting up libjansson4:amd64 (2.11-1) ... 2021-01-12 04:09:22.869 | Setting up python3-keyrings.alt (3.0-1) ... 2021-01-12 04:09:23.134 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-01-12 04:09:23.168 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-12 04:09:23.273 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-12 04:09:23.300 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-01-12 04:09:23.328 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-12 04:09:23.364 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-12 04:09:23.391 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-12 04:09:23.419 | Setting up dctrl-tools (2.24-2build1) ... 2021-01-12 04:09:23.455 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-12 04:09:23.482 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-01-12 04:09:23.510 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-01-12 04:09:23.538 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-12 04:09:23.565 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-12 04:09:23.593 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-12 04:09:23.670 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-12 04:09:33.550 | Setting up pm-utils (1.4.1-17) ... 2021-01-12 04:09:33.588 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-01-12 04:09:33.622 | Setting up python3-wheel (0.30.0-0.2) ... 2021-01-12 04:09:33.911 | Setting up m4 (1.4.18-1) ... 2021-01-12 04:09:33.939 | Setting up libipset3:amd64 (6.34-1) ... 2021-01-12 04:09:33.966 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-12 04:09:33.994 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-12 04:09:34.021 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:09:34.049 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-01-12 04:09:34.123 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-01-12 04:09:35.958 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-12 04:09:35.986 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-12 04:09:36.014 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-01-12 04:09:36.866 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-12 04:09:36.893 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-01-12 04:09:36.921 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-12 04:09:36.949 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-12 04:09:36.976 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-12 04:09:37.004 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-01-12 04:09:37.031 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-01-12 04:09:37.059 | Setting up dnsmasq-utils (2.79-1) ... 2021-01-12 04:09:37.087 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-01-12 04:09:37.114 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-12 04:09:37.158 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-12 04:09:37.204 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-12 04:09:37.231 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-01-12 04:09:37.259 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-12 04:09:37.293 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-12 04:09:37.331 | Setting up autotools-dev (20180224.1) ... 2021-01-12 04:09:37.358 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-12 04:09:37.387 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-01-12 04:09:37.415 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-01-12 04:09:37.461 | Setting up dstat (0.7.3-1) ... 2021-01-12 04:09:37.662 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-12 04:09:37.905 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-01-12 04:09:37.933 | Setting up ipset (6.34-1) ... 2021-01-12 04:09:37.961 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-12 04:09:37.998 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-12 04:09:38.025 | Setting up systemd (237-3ubuntu10.43) ... 2021-01-12 04:09:38.042 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-01-12 04:09:39.192 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-01-12 04:09:39.193 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-01-12 04:09:39.194 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-01-12 04:09:39.195 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-01-12 04:09:39.273 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-01-12 04:09:39.300 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-12 04:09:39.337 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-12 04:09:39.705 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-01-12 04:09:39.732 | Setting up libann0 (1.1.2+doc-6) ... 2021-01-12 04:09:39.760 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-01-12 04:09:39.788 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-12 04:09:39.815 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-01-12 04:09:39.843 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-01-12 04:09:39.871 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-01-12 04:09:39.917 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:10:01.134 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-12 04:10:01.139 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:10:01.167 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-01-12 04:10:01.194 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-12 04:10:01.222 | Setting up libthai-data (0.1.27-2) ... 2021-01-12 04:10:01.249 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-01-12 04:10:01.277 | Setting up javascript-common (11) ... 2021-01-12 04:10:01.342 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-01-12 04:10:01.357 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-12 04:10:01.395 | Setting up python3-setuptools (39.0.1-2) ... 2021-01-12 04:10:01.831 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-12 04:10:01.874 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:10:01.920 | Setting up libjs-jquery-metadata (12-1) ... 2021-01-12 04:10:01.948 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-01-12 04:10:02.335 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-01-12 04:10:02.682 | Setting up python3-secretstorage (2.3.1-2) ... 2021-01-12 04:10:02.943 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-01-12 04:10:02.971 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-12 04:10:02.999 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:10:03.026 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-12 04:10:03.054 | Setting up vbetool (1.1-4) ... 2021-01-12 04:10:03.082 | Setting up libcdt5 (2.40.1-2) ... 2021-01-12 04:10:03.110 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2021-01-12 04:10:03.167 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-12 04:10:03.194 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-12 04:10:03.222 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-12 04:10:03.454 | Setting up libcgraph6 (2.40.1-2) ... 2021-01-12 04:10:03.479 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-12 04:10:03.507 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-01-12 04:10:03.535 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-12 04:10:03.562 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-12 04:10:03.590 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-12 04:10:03.617 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-12 04:10:03.645 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-01-12 04:10:03.673 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-12 04:10:03.707 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-12 04:10:03.736 | Setting up libtool (2.4.6-2) ... 2021-01-12 04:10:03.763 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-12 04:10:03.791 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-12 04:10:03.818 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-12 04:10:03.846 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-12 04:10:03.873 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:03.901 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-01-12 04:10:04.482 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-01-12 04:10:05.024 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-12 04:10:05.410 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-12 04:10:05.438 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-12 04:10:05.466 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-12 04:10:05.806 | Setting up libapr1-dev (1.6.3-2) ... 2021-01-12 04:10:05.833 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-01-12 04:10:05.861 | Setting up python3-keyring (10.6.0-1) ... 2021-01-12 04:10:06.139 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:10:06.424 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-12 04:10:06.451 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-12 04:10:06.478 | Setting up libgvpr2 (2.40.1-2) ... 2021-01-12 04:10:06.505 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-12 04:10:06.532 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-01-12 04:10:07.100 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-01-12 04:10:07.663 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-01-12 04:10:07.690 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-12 04:10:07.717 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-12 04:10:07.744 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-01-12 04:10:07.772 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-01-12 04:10:07.803 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-12 04:10:07.851 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:10:07.880 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-12 04:10:07.907 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:10:07.935 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-12 04:10:07.962 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-12 04:10:07.990 | Setting up ssl-cert (1.0.39) ... 2021-01-12 04:10:08.575 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-01-12 04:10:08.852 | Setting up autoconf (2.69-11) ... 2021-01-12 04:10:08.889 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-01-12 04:10:08.916 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-01-12 04:10:08.938 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-01-12 04:10:08.961 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-01-12 04:10:09.161 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-12 04:10:09.587 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-12 04:10:09.614 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-01-12 04:10:09.642 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-01-12 04:10:09.670 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-01-12 04:10:09.768 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-12 04:10:09.795 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-12 04:10:09.823 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:10:09.850 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-12 04:10:09.877 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-12 04:10:10.164 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-01-12 04:10:10.692 | Setting up postgresql-common (190ubuntu0.1) ... 2021-01-12 04:10:11.274 | Adding user postgres to group ssl-cert 2021-01-12 04:10:11.437 | 2021-01-12 04:10:11.437 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-01-12 04:10:11.630 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-01-12 04:10:11.630 | Removing obsolete dictionary files: 2021-01-12 04:10:11.862 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-01-12 04:10:12.445 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-01-12 04:10:12.460 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-01-12 04:10:12.482 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:10:12.519 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-01-12 04:10:12.546 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-12 04:10:12.619 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-01-12 04:10:12.630 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:12.657 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-01-12 04:10:12.685 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:10:12.712 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:10:12.748 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-12 04:10:13.036 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-01-12 04:10:13.615 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-12 04:10:13.744 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-12 04:10:13.772 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-01-12 04:10:13.806 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:10:13.833 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-01-12 04:10:15.360 | Enabling module mpm_event. 2021-01-12 04:10:15.422 | Enabling module authz_core. 2021-01-12 04:10:15.426 | Enabling module authz_host. 2021-01-12 04:10:15.483 | Enabling module authn_core. 2021-01-12 04:10:15.488 | Enabling module auth_basic. 2021-01-12 04:10:15.543 | Enabling module access_compat. 2021-01-12 04:10:15.599 | Enabling module authn_file. 2021-01-12 04:10:15.655 | Enabling module authz_user. 2021-01-12 04:10:15.712 | Enabling module alias. 2021-01-12 04:10:15.767 | Enabling module dir. 2021-01-12 04:10:15.822 | Enabling module autoindex. 2021-01-12 04:10:15.878 | Enabling module env. 2021-01-12 04:10:15.934 | Enabling module mime. 2021-01-12 04:10:15.989 | Enabling module negotiation. 2021-01-12 04:10:16.045 | Enabling module setenvif. 2021-01-12 04:10:16.101 | Enabling module filter. 2021-01-12 04:10:16.157 | Enabling module deflate. 2021-01-12 04:10:16.213 | Enabling module status. 2021-01-12 04:10:16.268 | Enabling module reqtimeout. 2021-01-12 04:10:16.325 | Enabling conf charset. 2021-01-12 04:10:16.380 | Enabling conf localized-error-pages. 2021-01-12 04:10:16.435 | Enabling conf other-vhosts-access-log. 2021-01-12 04:10:16.492 | Enabling conf security. 2021-01-12 04:10:16.548 | Enabling conf serve-cgi-bin. 2021-01-12 04:10:16.605 | Enabling site 000-default. 2021-01-12 04:10:16.653 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-01-12 04:10:16.705 | Enabling conf javascript-common. 2021-01-12 04:10:16.943 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-01-12 04:10:17.337 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-01-12 04:10:18.634 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:10:18.661 | Setting up po-debconf (1.0.20) ... 2021-01-12 04:10:18.689 | Setting up build-essential (12.4ubuntu1) ... 2021-01-12 04:10:18.716 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-12 04:10:18.744 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-12 04:10:18.772 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-12 04:10:18.800 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-12 04:10:18.828 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:18.856 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:10:18.884 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-12 04:10:19.051 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-12 04:10:19.080 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-01-12 04:10:19.108 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-01-12 04:10:21.276 | Regenerating fonts cache... done. 2021-01-12 04:10:21.279 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-12 04:10:21.307 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.334 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:10:21.363 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2021-01-12 04:10:21.391 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-12 04:10:21.427 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-12 04:10:21.456 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.509 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-12 04:10:21.530 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-12 04:10:21.558 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-01-12 04:10:21.587 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-12 04:10:21.622 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:10:21.650 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.686 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.714 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-01-12 04:10:21.758 | Setting up curl (7.58.0-2ubuntu3.12) ... 2021-01-12 04:10:21.787 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:10:21.822 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.858 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-12 04:10:21.894 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-12 04:10:21.922 | Setting up libgvc6 (2.40.1-2) ... 2021-01-12 04:10:21.959 | Setting up graphviz (2.40.1-2) ... 2021-01-12 04:10:22.013 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-01-12 04:10:22.040 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-12 04:10:22.070 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-12 04:10:22.106 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-12 04:10:22.135 | Setting up debhelper (11.1.6ubuntu2) ... 2021-01-12 04:10:22.163 | Setting up dh-autoreconf (17) ... 2021-01-12 04:10:22.199 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-12 04:10:22.227 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-12 04:10:22.263 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-12 04:10:22.293 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-12 04:10:22.353 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-12 04:10:31.058 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-12 04:10:31.080 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:10:31.260 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:10:31.282 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-12 04:10:31.491 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-12 04:10:31.509 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-12 04:10:33.478 | ++ functions-common:apt_get:1115 : result=0 2021-01-12 04:10:33.480 | ++ functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:10:33.482 | ++ functions-common:time_stop:2306 : local name 2021-01-12 04:10:33.484 | ++ functions-common:time_stop:2307 : local end_time 2021-01-12 04:10:33.486 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:10:33.488 | ++ functions-common:time_stop:2309 : local total 2021-01-12 04:10:33.490 | ++ functions-common:time_stop:2310 : local start_time 2021-01-12 04:10:33.493 | ++ functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:10:33.495 | ++ functions-common:time_stop:2313 : start_time=1610424502259 2021-01-12 04:10:33.497 | ++ functions-common:time_stop:2315 : [[ -z 1610424502259 ]] 2021-01-12 04:10:33.499 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:10:33.503 | ++ functions-common:time_stop:2318 : end_time=1610424633500 2021-01-12 04:10:33.505 | ++ functions-common:time_stop:2319 : elapsed_time=131241 2021-01-12 04:10:33.508 | ++ functions-common:time_stop:2320 : total=664 2021-01-12 04:10:33.510 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:10:33.512 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=131905 2021-01-12 04:10:33.514 | ++ functions-common:apt_get:1119 : return 0 2021-01-12 04:10:33.517 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-01-12 04:10:33.519 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-01-12 04:10:33.521 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-01-12 04:10:33.525 | ++ tools/install_prereqs.sh:source:89 : date 2021-01-12 04:10:33.529 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2021-01-12 04:10:33.532 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2021-01-12 04:10:33.534 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2021-01-12 04:10:34.927 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-01-12 04:10:34.929 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-01-12 04:10:34.932 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-01-12 04:10:34.934 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-01-12 04:10:34.936 | + tools/install_pip.sh:main:43 : GetDistro 2021-01-12 04:10:34.938 | + functions-common:GetDistro:373 : GetOSVersion 2021-01-12 04:10:34.940 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-01-12 04:10:34.942 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-01-12 04:10:34.944 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-01-12 04:10:34.947 | + functions-common:_ensure_lsb_release:328 : return 2021-01-12 04:10:34.949 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-01-12 04:10:35.020 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-01-12 04:10:35.022 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-01-12 04:10:35.095 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-01-12 04:10:35.097 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-01-12 04:10:35.169 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-01-12 04:10:35.170 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-01-12 04:10:35.172 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-01-12 04:10:35.174 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-01-12 04:10:35.176 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-01-12 04:10:35.178 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-01-12 04:10:35.180 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-01-12 04:10:35.182 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-01-12 04:10:35.184 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-01-12 04:10:35.186 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-01-12 04:10:35.188 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-01-12 04:10:35.188 | Distro: bionic 2021-01-12 04:10:35.190 | + tools/install_pip.sh:main:127 : get_versions 2021-01-12 04:10:35.192 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-12 04:10:35.196 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-12 04:10:35.198 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-12 04:10:35.200 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-12 04:10:35.200 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-12 04:10:35.534 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-01-12 04:10:35.536 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-01-12 04:10:35.536 | pip: 20.2.2 2021-01-12 04:10:35.538 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-12 04:10:35.846 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-12 04:10:35.869 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-01-12 04:10:35.871 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-01-12 04:10:35.873 | + tools/install_pip.sh:main:143 : is_fedora 2021-01-12 04:10:35.875 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-12 04:10:35.876 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-12 04:10:35.878 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-12 04:10:35.880 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-12 04:10:35.881 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-12 04:10:35.883 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-12 04:10:35.885 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-12 04:10:35.886 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:10:35.888 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-12 04:10:35.890 | + tools/install_pip.sh:main:143 : is_suse 2021-01-12 04:10:35.892 | + functions-common:is_suse:464 : is_opensuse 2021-01-12 04:10:35.893 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-12 04:10:35.895 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-12 04:10:35.897 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-12 04:10:35.899 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-12 04:10:35.901 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-12 04:10:35.903 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-01-12 04:10:35.905 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2021-01-12 04:10:35.906 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-01-12 04:10:35.908 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-01-12 04:10:35.910 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2021-01-12 04:10:35.932 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-01-12 04:10:35.933 | + functions-common:uninstall_package:1373 : is_ubuntu 2021-01-12 04:10:35.935 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:10:35.937 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:10:35.939 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2021-01-12 04:10:35.953 | + 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 2021-01-12 04:10:36.071 | Reading package lists... 2021-01-12 04:10:36.312 | Building dependency tree... 2021-01-12 04:10:36.313 | Reading state information... 2021-01-12 04:10:36.519 | The following packages were automatically installed and are no longer required: 2021-01-12 04:10:36.520 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:10:36.520 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:10:36.520 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:10:36.520 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:10:36.520 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:10:36.520 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:10:36.520 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:10:36.559 | The following packages will be REMOVED: 2021-01-12 04:10:36.559 | python3-pip* 2021-01-12 04:10:36.985 | 0 upgraded, 0 newly installed, 1 to remove and 146 not upgraded. 2021-01-12 04:10:36.985 | After this operation, 601 kB disk space will be freed. 2021-01-12 04:10:37.046 | (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.) 2021-01-12 04:10:37.050 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-12 04:10:37.281 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:10:39.832 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:10:39.833 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:10:39.835 | + functions-common:time_stop:2306 : local name 2021-01-12 04:10:39.837 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:10:39.839 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:10:39.840 | + functions-common:time_stop:2309 : local total 2021-01-12 04:10:39.842 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:10:39.844 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:10:39.845 | + functions-common:time_stop:2313 : start_time=1610424635951 2021-01-12 04:10:39.847 | + functions-common:time_stop:2315 : [[ -z 1610424635951 ]] 2021-01-12 04:10:39.849 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:10:39.852 | + functions-common:time_stop:2318 : end_time=1610424639850 2021-01-12 04:10:39.854 | + functions-common:time_stop:2319 : elapsed_time=3899 2021-01-12 04:10:39.856 | + functions-common:time_stop:2320 : total=0 2021-01-12 04:10:39.857 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:10:39.859 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3899 2021-01-12 04:10:39.861 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:10:39.862 | + tools/install_pip.sh:main:149 : install_get_pip 2021-01-12 04:10:39.864 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-12 04:10:39.866 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-12 04:10:39.868 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-01-12 04:10:39.870 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-12 04:10:39.872 | + 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 2021-01-12 04:10:39.882 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-01-12 04:10:39.882 | Dload Upload Total Spent Left Speed 2021-01-12 04:10:40.524 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 1842k 30 555k 0 0 1392k 0 0:00:01 --:--:-- 0:00:01 1389k 100 1842k 100 1842k 0 0 2874k 0 --:--:-- --:--:-- --:--:-- 2870k 2021-01-12 04:10:40.528 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-01-12 04:10:40.532 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-01-12 04:10:43.138 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:10:43.329 | Collecting pip<20.3 2021-01-12 04:10:43.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-01-12 04:10:43.695 | Installing collected packages: pip 2021-01-12 04:10:43.695 | Attempting uninstall: pip 2021-01-12 04:10:43.696 | Found existing installation: pip 20.2.2 2021-01-12 04:10:43.937 | Uninstalling pip-20.2.2: 2021-01-12 04:10:43.951 | Successfully uninstalled pip-20.2.2 2021-01-12 04:10:45.223 | Successfully installed pip-20.2.4 2021-01-12 04:10:45.352 | + tools/install_pip.sh:main:151 : set -x 2021-01-12 04:10:45.353 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-01-12 04:10:45.356 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-01-12 04:10:45.358 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-12 04:10:45.361 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-01-12 04:10:45.362 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-01-12 04:10:45.364 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-12 04:10:45.367 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-01-12 04:10:45.367 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-12 04:10:45.371 | ++ 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 ' 2021-01-12 04:10:45.372 | ++ 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 == '' ]] 2021-01-12 04:10:45.374 | ++ 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' 2021-01-12 04:10:45.376 | + 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' 2021-01-12 04:10:45.378 | + 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' 2021-01-12 04:10:45.393 | 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 2021-01-12 04:10:45.395 | + 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' 2021-01-12 04:10:47.181 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:10:47.185 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:10:47.846 | Collecting setuptools===51.1.2 2021-01-12 04:10:47.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67d/8af2fc9f33e48/setuptools-51.1.2-py3-none-any.whl (784 kB) 2021-01-12 04:10:48.255 | Installing collected packages: setuptools 2021-01-12 04:10:48.255 | Attempting uninstall: setuptools 2021-01-12 04:10:48.256 | Found existing installation: setuptools 49.6.0 2021-01-12 04:10:48.346 | Uninstalling setuptools-49.6.0: 2021-01-12 04:10:48.376 | Successfully uninstalled setuptools-49.6.0 2021-01-12 04:10:48.898 | Successfully installed setuptools-51.1.2 2021-01-12 04:10:48.954 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:10:48.954 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:10:49.036 | + inc/python:pip_install:200 : result=0 2021-01-12 04:10:49.038 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:10:49.040 | + functions-common:time_stop:2306 : local name 2021-01-12 04:10:49.041 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:10:49.043 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:10:49.045 | + functions-common:time_stop:2309 : local total 2021-01-12 04:10:49.046 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:10:49.048 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:10:49.050 | + functions-common:time_stop:2313 : start_time=1610424645389 2021-01-12 04:10:49.052 | + functions-common:time_stop:2315 : [[ -z 1610424645389 ]] 2021-01-12 04:10:49.054 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:10:49.057 | + functions-common:time_stop:2318 : end_time=1610424649055 2021-01-12 04:10:49.059 | + functions-common:time_stop:2319 : elapsed_time=3666 2021-01-12 04:10:49.061 | + functions-common:time_stop:2320 : total=0 2021-01-12 04:10:49.062 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:10:49.064 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3666 2021-01-12 04:10:49.066 | + inc/python:pip_install:203 : return 0 2021-01-12 04:10:49.068 | + tools/install_pip.sh:main:157 : get_versions 2021-01-12 04:10:49.070 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-12 04:10:49.074 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-12 04:10:49.076 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-12 04:10:49.079 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-12 04:10:49.079 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-12 04:10:49.411 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-01-12 04:10:49.412 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-01-12 04:10:49.412 | pip: 20.2.4 2021-01-12 04:10:49.414 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-12 04:10:49.723 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-12 04:10:49.748 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-01-12 04:10:49.750 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-01-12 04:10:49.754 | + ./stack.sh:main:759 : fixup_all 2021-01-12 04:10:49.756 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-01-12 04:10:49.758 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-01-12 04:10:49.760 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-12 04:10:49.766 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-12 04:10:49.766 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-01-12 04:10:49.766 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-01-12 04:10:49.771 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-01-12 04:10:49.773 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-01-12 04:10:49.775 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-01-12 04:10:49.782 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-01-12 04:10:49.785 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-01-12 04:10:49.788 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-01-12 04:10:49.790 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-01-12 04:10:49.792 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:10:49.794 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:10:49.797 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:10:49.799 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:10:49.801 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:10:49.803 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:10:49.804 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:10:49.806 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:10:49.810 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:10:49.812 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:10:49.814 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:10:49.816 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:10:49.818 | + functions-common:install_package:1345 : real_install_package software-properties-common 2021-01-12 04:10:49.820 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:10:49.822 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:10:49.824 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:10:49.826 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2021-01-12 04:10:49.844 | + 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 2021-01-12 04:10:49.961 | Reading package lists... 2021-01-12 04:10:50.206 | Building dependency tree... 2021-01-12 04:10:50.207 | Reading state information... 2021-01-12 04:10:50.415 | The following packages were automatically installed and are no longer required: 2021-01-12 04:10:50.416 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:10:50.416 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:10:50.416 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:10:50.416 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:10:50.416 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:10:50.416 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:10:50.416 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:10:50.418 | The following additional packages will be installed: 2021-01-12 04:10:50.418 | python3-software-properties 2021-01-12 04:10:50.466 | The following packages will be upgraded: 2021-01-12 04:10:50.466 | python3-software-properties software-properties-common 2021-01-12 04:10:50.776 | 2 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2021-01-12 04:10:50.776 | Need to get 33.9 kB of archives. 2021-01-12 04:10:50.776 | After this operation, 0 B of additional disk space will be used. 2021-01-12 04:10:50.776 | 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] 2021-01-12 04:10:50.833 | 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] 2021-01-12 04:10:51.396 | Fetched 33.9 kB in 0s (87.6 kB/s) 2021-01-12 04:10:51.476 | (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.) 2021-01-12 04:10:51.480 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-01-12 04:10:51.629 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-12 04:10:51.763 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-01-12 04:10:51.909 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-12 04:10:51.993 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:10:52.487 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-01-12 04:10:52.757 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-12 04:10:52.776 | Setting up software-properties-common (0.96.24.32.14) ... 2021-01-12 04:10:54.870 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:10:54.872 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:10:54.874 | + functions-common:time_stop:2306 : local name 2021-01-12 04:10:54.876 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:10:54.878 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:10:54.880 | + functions-common:time_stop:2309 : local total 2021-01-12 04:10:54.882 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:10:54.884 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:10:54.887 | + functions-common:time_stop:2313 : start_time=1610424649841 2021-01-12 04:10:54.889 | + functions-common:time_stop:2315 : [[ -z 1610424649841 ]] 2021-01-12 04:10:54.891 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:10:54.894 | + functions-common:time_stop:2318 : end_time=1610424654892 2021-01-12 04:10:54.896 | + functions-common:time_stop:2319 : elapsed_time=5051 2021-01-12 04:10:54.898 | + functions-common:time_stop:2320 : total=131905 2021-01-12 04:10:54.900 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:10:54.903 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=136956 2021-01-12 04:10:54.905 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:10:54.907 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-01-12 04:10:55.696 | 'universe' distribution component is already enabled for all sources. 2021-01-12 04:10:55.722 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-01-12 04:10:55.724 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-01-12 04:10:58.274 | Reading package lists... 2021-01-12 04:10:58.569 | Building dependency tree... 2021-01-12 04:10:58.570 | Reading state information... 2021-01-12 04:10:58.781 | The following packages were automatically installed and are no longer required: 2021-01-12 04:10:58.781 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:10:58.781 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:10:58.781 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:10:58.781 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:10:58.781 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:10:58.781 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:10:58.781 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:10:58.828 | The following NEW packages will be installed: 2021-01-12 04:10:58.828 | ubuntu-cloud-keyring 2021-01-12 04:10:59.103 | 0 upgraded, 1 newly installed, 0 to remove and 144 not upgraded. 2021-01-12 04:10:59.103 | Need to get 6,008 B of archives. 2021-01-12 04:10:59.103 | After this operation, 22.5 kB of additional disk space will be used. 2021-01-12 04:10:59.103 | 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] 2021-01-12 04:10:59.632 | Fetched 6,008 B in 0s (23.0 kB/s) 2021-01-12 04:10:59.679 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-01-12 04:10:59.717 | (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.) 2021-01-12 04:10:59.720 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2021-01-12 04:10:59.723 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-12 04:10:59.809 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-12 04:11:01.913 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-01-12 04:11:01.993 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-12 04:11:02.031 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-12 04:11:02.093 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2021-01-12 04:11:02.159 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-12 04:11:02.298 | Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-12 04:11:05.874 | Fetched 197 kB in 1s (259 kB/s) 2021-01-12 04:11:07.573 | Reading package lists... 2021-01-12 04:11:07.633 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-01-12 04:11:07.636 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-01-12 04:11:07.638 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-12 04:11:07.640 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-12 04:11:07.642 | + functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-12 04:11:07.645 | ++ functions-common:apt_get_update:1078 : id -u 2021-01-12 04:11:07.649 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-12 04:11:07.651 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-12 04:11:07.653 | + functions-common:time_start:2292 : local name=apt-get-update 2021-01-12 04:11:07.655 | + functions-common:time_start:2293 : local start_time= 2021-01-12 04:11:07.657 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-01-12 04:11:07.660 | ++ functions-common:time_start:2297 : date +%s%3N 2021-01-12 04:11:07.663 | + functions-common:time_start:2297 : _TIME_START[$name]=1610424667661 2021-01-12 04:11:07.665 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-12 04:11:07.668 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-12 04:11:07.670 | + 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' 2021-01-12 04:11:07.909 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-01-12 04:11:08.040 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-12 04:11:08.041 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-12 04:11:08.169 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-12 04:11:08.298 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-12 04:11:10.367 | Reading package lists... 2021-01-12 04:11:10.428 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-12 04:11:10.430 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-12 04:11:10.432 | + functions-common:time_stop:2306 : local name 2021-01-12 04:11:10.435 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:11:10.437 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:11:10.439 | + functions-common:time_stop:2309 : local total 2021-01-12 04:11:10.441 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:11:10.443 | + functions-common:time_stop:2312 : name=apt-get-update 2021-01-12 04:11:10.445 | + functions-common:time_stop:2313 : start_time=1610424667661 2021-01-12 04:11:10.447 | + functions-common:time_stop:2315 : [[ -z 1610424667661 ]] 2021-01-12 04:11:10.450 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:11:10.454 | + functions-common:time_stop:2318 : end_time=1610424670451 2021-01-12 04:11:10.456 | + functions-common:time_stop:2319 : elapsed_time=2790 2021-01-12 04:11:10.458 | + functions-common:time_stop:2320 : total=2666 2021-01-12 04:11:10.460 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:11:10.462 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5456 2021-01-12 04:11:10.465 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-01-12 04:11:10.475 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-01-12 04:11:10.485 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-01-12 04:11:10.495 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-01-12 04:11:10.498 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-01-12 04:11:10.500 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-12 04:11:10.502 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-12 04:11:10.504 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-12 04:11:10.506 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-12 04:11:10.508 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-12 04:11:10.511 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-12 04:11:10.513 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-12 04:11:10.515 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:11:10.517 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-12 04:11:10.519 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-01-12 04:11:10.521 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-01-12 04:11:10.523 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-01-12 04:11:10.526 | + functions-common:is_suse:464 : is_opensuse 2021-01-12 04:11:10.528 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-12 04:11:10.530 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-12 04:11:10.532 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-12 04:11:10.535 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-12 04:11:10.537 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-12 04:11:10.539 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-01-12 04:11:10.541 | + ./stack.sh:main:762 : pip_install -U os-testr 2021-01-12 04:11:10.559 | Using python 3.6 to install os-testr 2021-01-12 04:11:10.562 | + 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 2021-01-12 04:11:12.342 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:11:12.346 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:11:12.446 | Collecting os-testr===2.0.0 2021-01-12 04:11:12.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-01-12 04:11:12.553 | Collecting stestr===3.1.0 2021-01-12 04:11:12.559 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-01-12 04:11:12.698 | Collecting python-subunit===1.4.0 2021-01-12 04:11:12.704 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-01-12 04:11:12.826 | Collecting testtools===2.4.0 2021-01-12 04:11:12.833 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-01-12 04:11:13.009 | Collecting pbr===5.5.1 2021-01-12 04:11:13.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2021-01-12 04:11:13.153 | Collecting cliff===3.5.0 2021-01-12 04:11:13.159 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2021-01-12 04:11:13.269 | Collecting fixtures===3.0.0 2021-01-12 04:11:13.276 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-01-12 04:11:13.385 | Collecting future===0.18.2 2021-01-12 04:11:13.392 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-01-12 04:11:14.289 | Collecting voluptuous===0.12.1 2021-01-12 04:11:14.297 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ac/e33fcf9e6b1f5/voluptuous-0.12.1-py3-none-any.whl (29 kB) 2021-01-12 04:11:14.462 | Collecting PyYAML===5.3.1 2021-01-12 04:11:14.469 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-01-12 04:11:15.285 | Collecting extras===1.0.0 2021-01-12 04:11:15.293 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-01-12 04:11:15.373 | Collecting python-mimeparse===1.6.0 2021-01-12 04:11:15.379 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-01-12 04:11:15.459 | Collecting traceback2===1.4.0 2021-01-12 04:11:15.465 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-01-12 04:11:15.555 | Collecting unittest2===1.1.0 2021-01-12 04:11:15.562 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-01-12 04:11:15.637 | Collecting six===1.15.0 2021-01-12 04:11:15.644 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-01-12 04:11:15.702 | Collecting prettytable===0.7.2 2021-01-12 04:11:15.709 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-01-12 04:11:15.890 | Collecting pyparsing===2.4.7 2021-01-12 04:11:15.897 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-01-12 04:11:16.036 | Collecting stevedore===3.3.0 2021-01-12 04:11:16.042 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-01-12 04:11:16.246 | Collecting cmd2===1.4.0 2021-01-12 04:11:16.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2021-01-12 04:11:16.390 | Collecting linecache2===1.0.0 2021-01-12 04:11:16.396 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-01-12 04:11:16.485 | Collecting argparse 2021-01-12 04:11:16.492 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-01-12 04:11:16.586 | Collecting importlib-metadata===3.3.0 2021-01-12 04:11:16.593 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf7/92d480abbd5ed/importlib_metadata-3.3.0-py3-none-any.whl (10 kB) 2021-01-12 04:11:16.696 | Collecting pyperclip===1.8.1 2021-01-12 04:11:16.703 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2021-01-12 04:11:16.789 | Collecting colorama===0.4.4 2021-01-12 04:11:16.796 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-01-12 04:11:16.857 | Collecting wcwidth===0.2.5 2021-01-12 04:11:16.863 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-01-12 04:11:16.932 | Collecting attrs===20.3.0 2021-01-12 04:11:16.939 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2021-01-12 04:11:16.987 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-01-12 04:11:16.990 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2021-01-12 04:11:17.045 | Building wheels for collected packages: PyYAML, future 2021-01-12 04:11:17.046 | Building wheel for PyYAML (setup.py): started 2021-01-12 04:11:27.018 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-01-12 04:11:27.022 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403667 sha256=dd1ec27aac8283475cb766a417050256d6fc4857d71cb575b361ecbe70cddbb9 2021-01-12 04:11:27.022 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2021-01-12 04:11:27.024 | Building wheel for future (setup.py): started 2021-01-12 04:11:27.979 | Building wheel for future (setup.py): finished with status 'done' 2021-01-12 04:11:27.983 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=031d71957c784595c91066949a0a0bc7287153604e9924ffa4740927b3477c5e 2021-01-12 04:11:27.983 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-01-12 04:11:27.984 | Successfully built PyYAML future 2021-01-12 04:11:28.505 | Installing collected packages: voluptuous, pbr, attrs, six, extras, python-mimeparse, linecache2, traceback2, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, importlib-metadata, stevedore, pyperclip, colorama, cmd2, cliff, future, stestr, os-testr 2021-01-12 04:11:28.640 | Attempting uninstall: attrs 2021-01-12 04:11:28.641 | Found existing installation: attrs 17.4.0 2021-01-12 04:11:28.653 | Uninstalling attrs-17.4.0: 2021-01-12 04:11:28.708 | Successfully uninstalled attrs-17.4.0 2021-01-12 04:11:28.764 | Attempting uninstall: six 2021-01-12 04:11:28.764 | Found existing installation: six 1.11.0 2021-01-12 04:11:28.766 | Uninstalling six-1.11.0: 2021-01-12 04:11:28.797 | Successfully uninstalled six-1.11.0 2021-01-12 04:11:29.648 | Attempting uninstall: importlib-metadata 2021-01-12 04:11:29.649 | Found existing installation: importlib-metadata 3.4.0 2021-01-12 04:11:29.652 | Uninstalling importlib-metadata-3.4.0: 2021-01-12 04:11:29.653 | Successfully uninstalled importlib-metadata-3.4.0 2021-01-12 04:11:29.738 | Attempting uninstall: colorama 2021-01-12 04:11:29.739 | Found existing installation: colorama 0.3.7 2021-01-12 04:11:29.742 | Uninstalling colorama-0.3.7: 2021-01-12 04:11:29.772 | Successfully uninstalled colorama-0.3.7 2021-01-12 04:11:30.635 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 importlib-metadata-3.3.0 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.1 wcwidth-0.2.5 2021-01-12 04:11:30.701 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:11:30.701 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:11:30.847 | + inc/python:pip_install:200 : result=0 2021-01-12 04:11:30.849 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:11:30.851 | + functions-common:time_stop:2306 : local name 2021-01-12 04:11:30.854 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:11:30.856 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:11:30.858 | + functions-common:time_stop:2309 : local total 2021-01-12 04:11:30.860 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:11:30.862 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:11:30.864 | + functions-common:time_stop:2313 : start_time=1610424670554 2021-01-12 04:11:30.866 | + functions-common:time_stop:2315 : [[ -z 1610424670554 ]] 2021-01-12 04:11:30.869 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:11:30.872 | + functions-common:time_stop:2318 : end_time=1610424690870 2021-01-12 04:11:30.874 | + functions-common:time_stop:2319 : elapsed_time=20316 2021-01-12 04:11:30.877 | + functions-common:time_stop:2320 : total=0 2021-01-12 04:11:30.879 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:11:30.881 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=20316 2021-01-12 04:11:30.883 | + inc/python:pip_install:203 : return 0 2021-01-12 04:11:30.886 | + ./stack.sh:main:766 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-01-12 04:11:30.931 | + ./stack.sh:main:767 : sudo systemctl restart systemd-journald 2021-01-12 04:11:30.999 | + ./stack.sh:main:773 : install_infra 2021-01-12 04:11:31.001 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-12 04:11:31.004 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-01-12 04:11:31.005 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-01-12 04:11:33.604 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-12 04:11:33.606 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-01-12 04:11:33.626 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-01-12 04:11:35.462 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:11:36.258 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-01-12 04:11:36.371 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-12 04:11:36.399 | Installing collected packages: pbr 2021-01-12 04:11:36.503 | Successfully installed pbr-5.5.1 2021-01-12 04:11:36.560 | + inc/python:pip_install:200 : result=0 2021-01-12 04:11:36.562 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:11:36.565 | + functions-common:time_stop:2306 : local name 2021-01-12 04:11:36.567 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:11:36.569 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:11:36.571 | + functions-common:time_stop:2309 : local total 2021-01-12 04:11:36.574 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:11:36.576 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:11:36.578 | + functions-common:time_stop:2313 : start_time=1610424693619 2021-01-12 04:11:36.580 | + functions-common:time_stop:2315 : [[ -z 1610424693619 ]] 2021-01-12 04:11:36.583 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:11:36.586 | + functions-common:time_stop:2318 : end_time=1610424696583 2021-01-12 04:11:36.588 | + functions-common:time_stop:2319 : elapsed_time=2964 2021-01-12 04:11:36.590 | + functions-common:time_stop:2320 : total=20316 2021-01-12 04:11:36.592 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:11:36.594 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23280 2021-01-12 04:11:36.596 | + inc/python:pip_install:203 : return 0 2021-01-12 04:11:36.598 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-12 04:11:36.601 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-01-12 04:11:36.621 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-01-12 04:11:38.486 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:11:39.300 | Processing /opt/stack/requirements 2021-01-12 04:11:40.678 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-01-12 04:11:40.745 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-01-12 04:11:40.780 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2021-01-12 04:11:40.863 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-01-12 04:11:41.486 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2021-01-12 04:11:41.593 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-01-12 04:11:41.631 | Collecting packaging===20.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2021-01-12 04:11:41.676 | Downloading http://10.100.0.9:8080/root/pypi/+f/24e/0da08660a8748/packaging-20.8-py2.py3-none-any.whl 2021-01-12 04:11:41.697 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2021-01-12 04:11:41.741 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-01-12 04:11:41.798 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2021-01-12 04:11:41.829 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-01-12 04:11:41.849 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-01-12 04:11:41.952 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-01-12 04:11:41.970 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-01-12 04:11:42.003 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-01-12 04:11:42.017 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4238) 2021-01-12 04:11:42.032 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-12 04:11:42.059 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4238) 2021-01-12 04:11:42.079 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-01-12 04:11:42.106 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-01-12 04:11:42.111 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-01-12 04:11:42.156 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-01-12 04:11:42.190 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2021-01-12 04:11:42.249 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2021-01-12 04:11:42.298 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-01-12 04:11:42.349 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-01-12 04:11:42.369 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-01-12 04:11:42.385 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-01-12 04:11:42.399 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-01-12 04:11:42.420 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-01-12 04:11:42.436 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2021-01-12 04:11:42.458 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-01-12 04:11:42.471 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-12 04:11:42.499 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-01-12 04:11:42.529 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2021-01-12 04:11:42.594 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2021-01-12 04:11:42.633 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2021-01-12 04:11:42.650 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-01-12 04:11:42.664 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-12 04:11:42.692 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-01-12 04:11:42.706 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) 2021-01-12 04:11:42.772 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-01-12 04:11:42.803 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2021-01-12 04:11:42.917 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2021-01-12 04:11:43.000 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-01-12 04:11:43.026 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-01-12 04:11:43.040 | Collecting importlib-metadata===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2021-01-12 04:11:43.096 | Downloading http://10.100.0.9:8080/root/pypi/+f/bf7/92d480abbd5ed/importlib_metadata-3.3.0-py3-none-any.whl 2021-01-12 04:11:43.148 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-01-12 04:11:43.182 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2021-01-12 04:11:43.195 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-01-12 04:11:43.228 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-01-12 04:11:43.291 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) 2021-01-12 04:11:43.342 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-01-12 04:11:43.358 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2021-01-12 04:11:43.385 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-01-12 04:11:43.405 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-01-12 04:11:43.445 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2021-01-12 04:11:43.483 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) 2021-01-12 04:11:43.510 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-01-12 04:11:43.523 | Building wheels for collected packages: PyYAML 2021-01-12 04:11:43.523 | Running setup.py bdist_wheel for PyYAML: started 2021-01-12 04:11:43.809 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-01-12 04:11:43.809 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lpwg6r6l/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/tmpvp_jho3cpip-wheel- --python-tag cp36: 2021-01-12 04:11:43.809 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-01-12 04:11:43.809 | or: -c --help [cmd1 cmd2 ...] 2021-01-12 04:11:43.809 | or: -c --help-commands 2021-01-12 04:11:43.809 | or: -c cmd --help 2021-01-12 04:11:43.809 | 2021-01-12 04:11:43.809 | error: invalid command 'bdist_wheel' 2021-01-12 04:11:43.809 | 2021-01-12 04:11:43.809 | ---------------------------------------- 2021-01-12 04:11:43.809 | Failed building wheel for PyYAML 2021-01-12 04:11:43.810 | Running setup.py clean for PyYAML 2021-01-12 04:11:44.101 | Failed to build PyYAML 2021-01-12 04:11:44.102 | Installing collected packages: chardet, certifi, attrs, extras, linecache2, traceback2, six, python-mimeparse, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, zipp, typing-extensions, importlib-metadata, stevedore, pyperclip, colorama, cmd2, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2021-01-12 04:11:45.117 | Running setup.py install for PyYAML: started 2021-01-12 04:11:54.713 | Running setup.py install for PyYAML: finished with status 'done' 2021-01-12 04:11:55.480 | Running setup.py install for openstack-requirements: started 2021-01-12 04:11:57.778 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-01-12 04:11:58.376 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.3.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4238 packaging-20.8 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.2 wcwidth-0.2.5 zipp-3.4.0 2021-01-12 04:11:58.504 | + inc/python:pip_install:200 : result=0 2021-01-12 04:11:58.506 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:11:58.509 | + functions-common:time_stop:2306 : local name 2021-01-12 04:11:58.511 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:11:58.513 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:11:58.515 | + functions-common:time_stop:2309 : local total 2021-01-12 04:11:58.517 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:11:58.519 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:11:58.521 | + functions-common:time_stop:2313 : start_time=1610424696614 2021-01-12 04:11:58.523 | + functions-common:time_stop:2315 : [[ -z 1610424696614 ]] 2021-01-12 04:11:58.526 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:11:58.529 | + functions-common:time_stop:2318 : end_time=1610424718527 2021-01-12 04:11:58.531 | + functions-common:time_stop:2319 : elapsed_time=21913 2021-01-12 04:11:58.533 | + functions-common:time_stop:2320 : total=23280 2021-01-12 04:11:58.535 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:11:58.537 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=45193 2021-01-12 04:11:58.540 | + inc/python:pip_install:203 : return 0 2021-01-12 04:11:58.542 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-01-12 04:11:58.545 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-01-12 04:11:58.548 | + inc/python:use_library_from_git:250 : local name=pbr 2021-01-12 04:11:58.550 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:11:58.552 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:11:58.555 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-01-12 04:11:58.558 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:11:58.560 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-01-12 04:11:58.577 | Using python 3.6 to install pbr 2021-01-12 04:11:58.580 | + 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 2021-01-12 04:12:00.407 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:12:00.411 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:12:00.542 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-12 04:12:01.088 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:12:01.088 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:12:01.161 | + inc/python:pip_install:200 : result=0 2021-01-12 04:12:01.164 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:12:01.166 | + functions-common:time_stop:2306 : local name 2021-01-12 04:12:01.168 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:12:01.170 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:12:01.172 | + functions-common:time_stop:2309 : local total 2021-01-12 04:12:01.174 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:12:01.176 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:12:01.178 | + functions-common:time_stop:2313 : start_time=1610424718573 2021-01-12 04:12:01.180 | + functions-common:time_stop:2315 : [[ -z 1610424718573 ]] 2021-01-12 04:12:01.183 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:12:01.186 | + functions-common:time_stop:2318 : end_time=1610424721184 2021-01-12 04:12:01.188 | + functions-common:time_stop:2319 : elapsed_time=2611 2021-01-12 04:12:01.191 | + functions-common:time_stop:2320 : total=45193 2021-01-12 04:12:01.193 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:12:01.195 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=47804 2021-01-12 04:12:01.198 | + inc/python:pip_install:203 : return 0 2021-01-12 04:12:01.200 | + ./stack.sh:main:776 : python3 -m venv /opt/stack/bindep-venv 2021-01-12 04:12:03.774 | + ./stack.sh:main:778 : /opt/stack/bindep-venv/bin/pip install bindep 2021-01-12 04:12:05.432 | Collecting bindep 2021-01-12 04:12:05.497 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2021-01-12 04:12:05.520 | Collecting pbr>=2.0.0 (from bindep) 2021-01-12 04:12:05.604 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-12 04:12:05.635 | Collecting Parsley (from bindep) 2021-01-12 04:12:05.651 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-12 04:12:05.676 | Collecting distro (from bindep) 2021-01-12 04:12:05.700 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-01-12 04:12:05.709 | Installing collected packages: pbr, Parsley, distro, bindep 2021-01-12 04:12:06.049 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2021-01-12 04:12:06.114 | + ./stack.sh:main:779 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-12 04:12:06.117 | + ./stack.sh:main:779 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-12 04:12:06.120 | ++ ./stack.sh:main:782 : _get_plugin_bindep_packages 2021-01-12 04:12:06.136 | + ./stack.sh:main:782 : pkgs= 2021-01-12 04:12:06.139 | + ./stack.sh:main:783 : [[ -n '' ]] 2021-01-12 04:12:06.141 | + ./stack.sh:main:790 : run_phase stack pre-install 2021-01-12 04:12:06.143 | + functions-common:run_phase:1734 : local mode=stack 2021-01-12 04:12:06.145 | + functions-common:run_phase:1735 : local phase=pre-install 2021-01-12 04:12:06.147 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-12 04:12:06.150 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-12 04:12:06.152 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-12 04:12:06.154 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-12 04:12:06.156 | + functions-common:run_phase:1744 : local extra 2021-01-12 04:12:06.159 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-12 04:12:06.162 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-12 04:12:06.164 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-12 04:12:06.166 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-12 04:12:06.168 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-01-12 04:12:06.171 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-12 04:12:06.184 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:12:06.186 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-01-12 04:12:06.188 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-01-12 04:12:06.190 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-01-12 04:12:06.193 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-01-12 04:12:06.195 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-01-12 04:12:06.197 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-01-12 04:12:06.199 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-01-12 04:12:06.201 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-01-12 04:12:06.204 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-01-12 04:12:06.206 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-01-12 04:12:06.208 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-01-12 04:12:06.210 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-01-12 04:12:06.212 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-01-12 04:12:06.214 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-01-12 04:12:06.216 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-12 04:12:06.218 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2021-01-12 04:12:06.220 | + functions-common:run_plugins:1720 : local mode=stack 2021-01-12 04:12:06.222 | + functions-common:run_plugins:1721 : local phase=pre-install 2021-01-12 04:12:06.224 | + functions-common:run_plugins:1723 : local plugins= 2021-01-12 04:12:06.226 | + functions-common:run_plugins:1724 : local plugin 2021-01-12 04:12:06.229 | + ./stack.sh:main:793 : set_systemd_override DefaultLimitNOFILE 2048 2021-01-12 04:12:06.231 | + functions:set_systemd_override:844 : local key=DefaultLimitNOFILE 2021-01-12 04:12:06.234 | + functions:set_systemd_override:845 : local value=2048 2021-01-12 04:12:06.236 | + functions:set_systemd_override:847 : local sysconf=/etc/systemd/system.conf 2021-01-12 04:12:06.238 | + functions:set_systemd_override:848 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-01-12 04:12:06.282 | + functions:set_systemd_override:849 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-01-12 04:12:06.282 | Set systemd system override for DefaultLimitNOFILE=2048 2021-01-12 04:12:06.284 | + functions:set_systemd_override:851 : sudo systemctl daemon-reload 2021-01-12 04:12:06.471 | + ./stack.sh:main:795 : install_rpc_backend 2021-01-12 04:12:06.474 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-01-12 04:12:06.489 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:12:06.492 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-01-12 04:12:06.495 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:12:06.497 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:12:06.500 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:12:06.502 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:12:06.504 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:12:06.506 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:12:06.508 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:06.511 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:06.513 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:12:06.515 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:12:06.517 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:12:06.519 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:12:06.522 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2021-01-12 04:12:06.524 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:12:06.526 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:06.528 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:06.531 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2021-01-12 04:12:06.549 | + 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 2021-01-12 04:12:06.671 | Reading package lists... 2021-01-12 04:12:06.917 | Building dependency tree... 2021-01-12 04:12:06.918 | Reading state information... 2021-01-12 04:12:07.128 | The following packages were automatically installed and are no longer required: 2021-01-12 04:12:07.129 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:12:07.129 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:12:07.129 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:12:07.129 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:12:07.129 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:12:07.129 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:12:07.129 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:12:07.129 | The following additional packages will be installed: 2021-01-12 04:12:07.129 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-12 04:12:07.129 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-12 04:12:07.129 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-12 04:12:07.129 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-12 04:12:07.130 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-12 04:12:07.131 | Suggested packages: 2021-01-12 04:12:07.131 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-01-12 04:12:07.131 | odbc-postgresql tdsodbc unixodbc-bin 2021-01-12 04:12:07.176 | The following NEW packages will be installed: 2021-01-12 04:12:07.176 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-12 04:12:07.176 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-12 04:12:07.176 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-12 04:12:07.176 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-12 04:12:07.176 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-12 04:12:07.177 | rabbitmq-server 2021-01-12 04:12:07.455 | 0 upgraded, 26 newly installed, 0 to remove and 166 not upgraded. 2021-01-12 04:12:07.455 | Need to get 24.5 MB of archives. 2021-01-12 04:12:07.455 | After this operation, 40.4 MB of additional disk space will be used. 2021-01-12 04:12:07.455 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-01-12 04:12:09.105 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-12 04:12:09.168 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-12 04:12:09.450 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-01-12 04:12:09.455 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-01-12 04:12:09.457 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-01-12 04:12:09.470 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-01-12 04:12:09.502 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-01-12 04:12:09.560 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-01-12 04:12:10.038 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-01-12 04:12:10.047 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-01-12 04:12:10.075 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-01-12 04:12:10.164 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-01-12 04:12:10.179 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-01-12 04:12:10.187 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-01-12 04:12:10.196 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-01-12 04:12:10.205 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-01-12 04:12:10.373 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-01-12 04:12:10.746 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-01-12 04:12:10.747 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-01-12 04:12:10.851 | 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] 2021-01-12 04:12:10.853 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-01-12 04:12:10.857 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-01-12 04:12:10.868 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-01-12 04:12:10.983 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-01-12 04:12:10.984 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-01-12 04:12:12.271 | Fetched 24.5 MB in 5s (5,401 kB/s) 2021-01-12 04:12:12.312 | Selecting previously unselected package erlang-base. 2021-01-12 04:12:12.350 | (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.) 2021-01-12 04:12:12.353 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:12.356 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:13.416 | Selecting previously unselected package erlang-asn1. 2021-01-12 04:12:13.424 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:13.426 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:13.566 | Selecting previously unselected package erlang-mnesia. 2021-01-12 04:12:13.573 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:13.576 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:13.716 | Selecting previously unselected package erlang-runtime-tools. 2021-01-12 04:12:13.723 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:13.725 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:13.806 | Selecting previously unselected package erlang-crypto. 2021-01-12 04:12:13.815 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:13.817 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:13.885 | Selecting previously unselected package erlang-public-key. 2021-01-12 04:12:13.892 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:13.894 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.022 | Selecting previously unselected package erlang-ssl. 2021-01-12 04:12:14.030 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:14.032 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.190 | Selecting previously unselected package erlang-inets. 2021-01-12 04:12:14.197 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:14.200 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.350 | Selecting previously unselected package erlang-corba. 2021-01-12 04:12:14.358 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:14.360 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.743 | Selecting previously unselected package erlang-syntax-tools. 2021-01-12 04:12:14.751 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:14.753 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.851 | Selecting previously unselected package erlang-diameter. 2021-01-12 04:12:14.858 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:14.860 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:14.999 | Selecting previously unselected package erlang-xmerl. 2021-01-12 04:12:15.006 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.008 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.189 | Selecting previously unselected package erlang-edoc. 2021-01-12 04:12:15.196 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.198 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.290 | Selecting previously unselected package erlang-eldap. 2021-01-12 04:12:15.298 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.300 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.367 | Selecting previously unselected package erlang-erl-docgen. 2021-01-12 04:12:15.375 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.377 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.451 | Selecting previously unselected package erlang-eunit. 2021-01-12 04:12:15.459 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.461 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.532 | Selecting previously unselected package erlang-ic. 2021-01-12 04:12:15.539 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.541 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.726 | Selecting previously unselected package libodbc1:amd64. 2021-01-12 04:12:15.734 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-01-12 04:12:15.745 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-12 04:12:15.826 | Selecting previously unselected package erlang-odbc. 2021-01-12 04:12:15.834 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.836 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:15.895 | Selecting previously unselected package erlang-snmp. 2021-01-12 04:12:15.902 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:15.904 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.177 | Selecting previously unselected package erlang-os-mon. 2021-01-12 04:12:16.185 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:16.187 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.253 | Selecting previously unselected package erlang-parsetools. 2021-01-12 04:12:16.261 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:16.263 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.336 | Selecting previously unselected package erlang-ssh. 2021-01-12 04:12:16.344 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:16.346 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.466 | Selecting previously unselected package erlang-tools. 2021-01-12 04:12:16.473 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-12 04:12:16.475 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.596 | Selecting previously unselected package erlang-nox. 2021-01-12 04:12:16.604 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-01-12 04:12:16.606 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:16.696 | Selecting previously unselected package rabbitmq-server. 2021-01-12 04:12:16.705 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-01-12 04:12:16.707 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-12 04:12:17.253 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-12 04:12:17.273 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.080 | Searching for services which depend on erlang and should be started...none found. 2021-01-12 04:12:18.083 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:12:18.104 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.132 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.160 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.188 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.215 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.242 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:18.270 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-12 04:12:18.298 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:12:18.480 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:12:19.120 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.148 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.175 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.204 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.232 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.259 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.286 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.314 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.341 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.369 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.396 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.424 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.451 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.479 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.506 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.534 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.562 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-12 04:12:19.590 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-12 04:12:19.726 | Adding group `rabbitmq' (GID 121) ... 2021-01-12 04:12:19.759 | Done. 2021-01-12 04:12:19.834 | Adding system user `rabbitmq' (UID 115) ... 2021-01-12 04:12:19.834 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-01-12 04:12:19.910 | Not creating home directory `/var/lib/rabbitmq'. 2021-01-12 04:12:20.149 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-01-12 04:12:24.931 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:12:25.115 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:12:27.023 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:12:27.025 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:12:27.028 | + functions-common:time_stop:2306 : local name 2021-01-12 04:12:27.031 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:12:27.033 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:12:27.035 | + functions-common:time_stop:2309 : local total 2021-01-12 04:12:27.037 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:12:27.040 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:12:27.042 | + functions-common:time_stop:2313 : start_time=1610424726546 2021-01-12 04:12:27.044 | + functions-common:time_stop:2315 : [[ -z 1610424726546 ]] 2021-01-12 04:12:27.047 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:12:27.051 | + functions-common:time_stop:2318 : end_time=1610424747048 2021-01-12 04:12:27.053 | + functions-common:time_stop:2319 : elapsed_time=20502 2021-01-12 04:12:27.055 | + functions-common:time_stop:2320 : total=136956 2021-01-12 04:12:27.057 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:12:27.059 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=157458 2021-01-12 04:12:27.062 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:12:27.064 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-01-12 04:12:27.067 | + functions-common:is_suse:464 : is_opensuse 2021-01-12 04:12:27.069 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-12 04:12:27.071 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-12 04:12:27.073 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-12 04:12:27.076 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-12 04:12:27.078 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-12 04:12:27.080 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-01-12 04:12:27.083 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-12 04:12:27.085 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-12 04:12:27.087 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-12 04:12:27.089 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-12 04:12:27.092 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-12 04:12:27.095 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-12 04:12:27.097 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-12 04:12:27.099 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:12:27.101 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-12 04:12:27.103 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-01-12 04:12:27.106 | + functions-common:is_suse:464 : is_opensuse 2021-01-12 04:12:27.108 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-12 04:12:27.111 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-12 04:12:27.113 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-12 04:12:27.115 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-12 04:12:27.117 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-12 04:12:27.119 | + ./stack.sh:main:796 : restart_rpc_backend 2021-01-12 04:12:27.122 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-01-12 04:12:27.137 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:12:27.139 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-01-12 04:12:27.141 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-12 04:12:27.144 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2021-01-12 04:12:27.146 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-01-12 04:12:27.149 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-01-12 04:12:27.152 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-01-12 04:12:27.154 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-01-12 04:12:27.157 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-01-12 04:12:27.159 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-01-12 04:12:27.161 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-01-12 04:12:27.163 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-01-12 04:12:27.166 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-01-12 04:12:28.205 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-01-12 04:12:28.205 | guest [administrator]' 2021-01-12 04:12:28.209 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-01-12 04:12:28.209 | guest [administrator]' 2021-01-12 04:12:28.209 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-01-12 04:12:28.214 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-01-12 04:12:28.216 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-01-12 04:12:28.219 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-01-12 04:12:29.251 | Creating user "stackrabbit" 2021-01-12 04:12:29.275 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-01-12 04:12:30.309 | Setting permissions for user "stackrabbit" in vhost "/" 2021-01-12 04:12:30.333 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-01-12 04:12:30.335 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-01-12 04:12:31.341 | Changing password for user "stackrabbit" 2021-01-12 04:12:31.364 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-01-12 04:12:31.367 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-01-12 04:12:31.369 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-01-12 04:12:32.379 | Deleting user "guest" 2021-01-12 04:12:32.402 | + ./stack.sh:main:798 : is_service_enabled mysql postgresql 2021-01-12 04:12:32.418 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:12:32.421 | + ./stack.sh:main:799 : install_database 2021-01-12 04:12:32.423 | + lib/database:install_database:116 : install_database_mysql 2021-01-12 04:12:32.425 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-01-12 04:12:32.427 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:32.430 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:32.432 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-01-12 04:12:32.628 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-01-12 04:12:32.630 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-01-12 04:12:32.634 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-01-12 04:12:32.636 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:32.639 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:32.642 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-01-12 04:12:32.644 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-01-12 04:12:32.646 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-01-12 04:12:32.650 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-01-12 04:12:32.652 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-01-12 04:12:32.655 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:12:32.657 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-01-12 04:12:32.660 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-12 04:12:32.662 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-12 04:12:32.664 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-12 04:12:32.666 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-12 04:12:32.669 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-12 04:12:32.672 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-12 04:12:32.674 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-12 04:12:32.676 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:12:32.678 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-12 04:12:32.681 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-01-12 04:12:32.683 | + functions-common:is_suse:464 : is_opensuse 2021-01-12 04:12:32.685 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-12 04:12:32.688 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-12 04:12:32.690 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-12 04:12:32.693 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-12 04:12:32.695 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-12 04:12:32.697 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-01-12 04:12:32.699 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:32.702 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:32.704 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-01-12 04:12:32.706 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:12:32.709 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:12:32.711 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:12:32.713 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:12:32.715 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:12:32.717 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:12:32.720 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:32.722 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:32.724 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:12:32.726 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:12:32.729 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:12:32.731 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:12:32.734 | + functions-common:install_package:1345 : real_install_package mysql-server 2021-01-12 04:12:32.736 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:12:32.738 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:12:32.740 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:12:32.743 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2021-01-12 04:12:32.761 | + 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 2021-01-12 04:12:32.881 | Reading package lists... 2021-01-12 04:12:33.126 | Building dependency tree... 2021-01-12 04:12:33.127 | Reading state information... 2021-01-12 04:12:33.338 | The following packages were automatically installed and are no longer required: 2021-01-12 04:12:33.338 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:12:33.338 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:12:33.338 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:12:33.339 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:12:33.339 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:12:33.339 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:12:33.339 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:12:33.339 | The following additional packages will be installed: 2021-01-12 04:12:33.339 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-12 04:12:33.339 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-12 04:12:33.339 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-12 04:12:33.339 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-12 04:12:33.340 | mysql-server-5.7 mysql-server-core-5.7 2021-01-12 04:12:33.341 | Suggested packages: 2021-01-12 04:12:33.341 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-01-12 04:12:33.393 | The following NEW packages will be installed: 2021-01-12 04:12:33.393 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-12 04:12:33.393 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-12 04:12:33.393 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-12 04:12:33.393 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-12 04:12:33.394 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-01-12 04:12:33.669 | 0 upgraded, 18 newly installed, 0 to remove and 166 not upgraded. 2021-01-12 04:12:33.669 | Need to get 19.7 MB of archives. 2021-01-12 04:12:33.669 | After this operation, 156 MB of additional disk space will be used. 2021-01-12 04:12:33.669 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [6,660 kB] 2021-01-12 04:12:35.250 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [1,943 kB] 2021-01-12 04:12:35.611 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [7,455 kB] 2021-01-12 04:12:36.672 | 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] 2021-01-12 04:12:36.674 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [2,935 kB] 2021-01-12 04:12:37.093 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-01-12 04:12:37.093 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-01-12 04:12:37.095 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-01-12 04:12:37.097 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-01-12 04:12:37.145 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-01-12 04:12:37.146 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-01-12 04:12:37.147 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-01-12 04:12:37.147 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-01-12 04:12:37.149 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-01-12 04:12:37.222 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-01-12 04:12:37.350 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-01-12 04:12:37.352 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-01-12 04:12:37.358 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.32-0ubuntu0.18.04.1 [9,944 B] 2021-01-12 04:12:37.853 | Preconfiguring packages ... 2021-01-12 04:12:37.966 | Fetched 19.7 MB in 4s (4,982 kB/s) 2021-01-12 04:12:37.997 | Selecting previously unselected package mysql-client-core-5.7. 2021-01-12 04:12:38.037 | (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.) 2021-01-12 04:12:38.040 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:12:38.043 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:39.056 | Selecting previously unselected package mysql-client-5.7. 2021-01-12 04:12:39.064 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:12:39.066 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:39.524 | Selecting previously unselected package mysql-server-core-5.7. 2021-01-12 04:12:39.532 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:12:39.534 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:40.739 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-01-12 04:12:40.747 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-01-12 04:12:40.758 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-12 04:12:40.883 | Selecting previously unselected package mysql-server-5.7. 2021-01-12 04:12:40.891 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-12 04:12:41.368 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:41.993 | Selecting previously unselected package libhtml-tagset-perl. 2021-01-12 04:12:42.000 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-01-12 04:12:42.002 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-01-12 04:12:42.061 | Selecting previously unselected package liburi-perl. 2021-01-12 04:12:42.068 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-01-12 04:12:42.070 | Unpacking liburi-perl (1.73-1) ... 2021-01-12 04:12:42.138 | Selecting previously unselected package libhtml-parser-perl. 2021-01-12 04:12:42.146 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-01-12 04:12:42.148 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-01-12 04:12:42.213 | Selecting previously unselected package libcgi-pm-perl. 2021-01-12 04:12:42.221 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-01-12 04:12:42.223 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-01-12 04:12:42.300 | Selecting previously unselected package libfcgi-perl. 2021-01-12 04:12:42.308 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-01-12 04:12:42.311 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-01-12 04:12:42.369 | Selecting previously unselected package libcgi-fast-perl. 2021-01-12 04:12:42.377 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-01-12 04:12:42.379 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-01-12 04:12:42.436 | Selecting previously unselected package libencode-locale-perl. 2021-01-12 04:12:42.444 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-01-12 04:12:42.446 | Unpacking libencode-locale-perl (1.05-1) ... 2021-01-12 04:12:42.503 | Selecting previously unselected package libhtml-template-perl. 2021-01-12 04:12:42.511 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-01-12 04:12:42.513 | Unpacking libhtml-template-perl (2.97-1) ... 2021-01-12 04:12:42.573 | Selecting previously unselected package libhttp-date-perl. 2021-01-12 04:12:42.582 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-01-12 04:12:42.584 | Unpacking libhttp-date-perl (6.02-1) ... 2021-01-12 04:12:42.642 | Selecting previously unselected package libio-html-perl. 2021-01-12 04:12:42.649 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-01-12 04:12:42.651 | Unpacking libio-html-perl (1.001-1) ... 2021-01-12 04:12:42.708 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-01-12 04:12:42.716 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-01-12 04:12:42.718 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-01-12 04:12:42.775 | Selecting previously unselected package libhttp-message-perl. 2021-01-12 04:12:42.782 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-01-12 04:12:42.784 | Unpacking libhttp-message-perl (6.14-1) ... 2021-01-12 04:12:42.847 | Selecting previously unselected package mysql-server. 2021-01-12 04:12:42.854 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2021-01-12 04:12:42.856 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:42.935 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-01-12 04:12:42.956 | Setting up libhttp-date-perl (6.02-1) ... 2021-01-12 04:12:42.983 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-12 04:12:43.012 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:12:43.034 | Setting up libencode-locale-perl (1.05-1) ... 2021-01-12 04:12:43.061 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:43.089 | Setting up libio-html-perl (1.001-1) ... 2021-01-12 04:12:43.116 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-01-12 04:12:43.144 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-12 04:12:43.173 | Setting up liburi-perl (1.73-1) ... 2021-01-12 04:12:43.200 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:12:43.375 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-01-12 04:12:43.402 | Setting up libcgi-pm-perl (4.38-1) ... 2021-01-12 04:12:43.430 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:12:45.160 | Setting up libhttp-message-perl (6.14-1) ... 2021-01-12 04:12:45.187 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:45.215 | Setting up libfcgi-perl (0.78-2build1) ... 2021-01-12 04:12:45.242 | Setting up libhtml-template-perl (2.97-1) ... 2021-01-12 04:12:45.269 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-01-12 04:12:45.297 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:45.325 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:45.903 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-12 04:12:45.929 | Renaming removed key_buffer and myisam-recover options (if present) 2021-01-12 04:12:56.217 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-01-12 04:12:57.159 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-12 04:12:57.172 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:12:57.345 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:12:59.234 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:12:59.236 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:12:59.238 | + functions-common:time_stop:2306 : local name 2021-01-12 04:12:59.240 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:12:59.242 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:12:59.244 | + functions-common:time_stop:2309 : local total 2021-01-12 04:12:59.246 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:12:59.249 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:12:59.251 | + functions-common:time_stop:2313 : start_time=1610424752758 2021-01-12 04:12:59.253 | + functions-common:time_stop:2315 : [[ -z 1610424752758 ]] 2021-01-12 04:12:59.256 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:12:59.259 | + functions-common:time_stop:2318 : end_time=1610424779257 2021-01-12 04:12:59.261 | + functions-common:time_stop:2319 : elapsed_time=26499 2021-01-12 04:12:59.263 | + functions-common:time_stop:2320 : total=157458 2021-01-12 04:12:59.265 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:12:59.267 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=183957 2021-01-12 04:12:59.270 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:12:59.273 | + ./stack.sh:main:801 : '[' -n mysql ']' 2021-01-12 04:12:59.275 | + ./stack.sh:main:802 : install_database_python 2021-01-12 04:12:59.277 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-01-12 04:12:59.279 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-01-12 04:12:59.281 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-01-12 04:12:59.283 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-12 04:12:59.286 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-01-12 04:12:59.289 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-01-12 04:12:59.291 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-12 04:12:59.295 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-01-12 04:12:59.296 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-12 04:12:59.300 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-01-12 04:12:59.302 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-01-12 04:12:59.304 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-01-12 04:12:59.307 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-01-12 04:12:59.309 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-01-12 04:12:59.329 | Using python 3.6 to install PyMySQL 2021-01-12 04:12:59.331 | + 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 2021-01-12 04:13:01.112 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:01.117 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:01.242 | Collecting PyMySQL===1.0.1 2021-01-12 04:13:01.250 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e65/1185cc1785c7c/PyMySQL-1.0.1-py3-none-any.whl (43 kB) 2021-01-12 04:13:01.758 | Installing collected packages: PyMySQL 2021-01-12 04:13:01.832 | Successfully installed PyMySQL-1.0.1 2021-01-12 04:13:01.897 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:13:01.897 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:13:01.969 | + inc/python:pip_install:200 : result=0 2021-01-12 04:13:01.972 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:13:01.974 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:01.977 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:01.979 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:01.981 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:01.983 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:01.986 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:13:01.988 | + functions-common:time_stop:2313 : start_time=1610424779324 2021-01-12 04:13:01.990 | + functions-common:time_stop:2315 : [[ -z 1610424779324 ]] 2021-01-12 04:13:01.993 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:01.996 | + functions-common:time_stop:2318 : end_time=1610424781994 2021-01-12 04:13:01.999 | + functions-common:time_stop:2319 : elapsed_time=2670 2021-01-12 04:13:02.001 | + functions-common:time_stop:2320 : total=47804 2021-01-12 04:13:02.004 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:02.006 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=50474 2021-01-12 04:13:02.009 | + inc/python:pip_install:203 : return 0 2021-01-12 04:13:02.011 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-01-12 04:13:02.013 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-01-12 04:13:02.015 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-01-12 04:13:02.018 | + ./stack.sh:main:805 : is_service_enabled neutron 2021-01-12 04:13:02.033 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:02.036 | + ./stack.sh:main:806 : install_neutron_agent_packages 2021-01-12 04:13:02.038 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-01-12 04:13:02.041 | ++ 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 2021-01-12 04:13:02.041 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-01-12 04:13:02.046 | + 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 2021-01-12 04:13:02.048 | + 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 ]] 2021-01-12 04:13:02.051 | + 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- ]] 2021-01-12 04:13:02.053 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-01-12 04:13:02.055 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-01-12 04:13:02.057 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-01-12 04:13:02.072 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:02.075 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-01-12 04:13:02.077 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:13:02.080 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:13:02.083 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:13:02.085 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:13:02.087 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:13:02.090 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:13:02.092 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:02.094 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:02.096 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:13:02.099 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:13:02.101 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:13:02.103 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:13:02.105 | + functions-common:install_package:1345 : real_install_package radvd 2021-01-12 04:13:02.108 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:13:02.110 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:02.112 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:02.115 | + functions-common:real_install_package:1331 : apt_get install radvd 2021-01-12 04:13:02.132 | + 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 2021-01-12 04:13:02.251 | Reading package lists... 2021-01-12 04:13:02.506 | Building dependency tree... 2021-01-12 04:13:02.507 | Reading state information... 2021-01-12 04:13:02.713 | The following packages were automatically installed and are no longer required: 2021-01-12 04:13:02.714 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-12 04:13:02.714 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-12 04:13:02.714 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-12 04:13:02.714 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:13:02.714 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:13:02.714 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:13:02.714 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:13:02.757 | The following NEW packages will be installed: 2021-01-12 04:13:02.757 | radvd 2021-01-12 04:13:03.032 | 0 upgraded, 1 newly installed, 0 to remove and 166 not upgraded. 2021-01-12 04:13:03.032 | Need to get 59.0 kB of archives. 2021-01-12 04:13:03.032 | After this operation, 164 kB of additional disk space will be used. 2021-01-12 04:13:03.032 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-01-12 04:13:03.855 | Fetched 59.0 kB in 1s (108 kB/s) 2021-01-12 04:13:03.913 | Selecting previously unselected package radvd. 2021-01-12 04:13:03.954 | (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.) 2021-01-12 04:13:03.958 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-01-12 04:13:03.961 | Unpacking radvd (1:2.16-3) ... 2021-01-12 04:13:04.068 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:13:04.083 | Setting up radvd (1:2.16-3) ... 2021-01-12 04:13:04.823 | Job for radvd.service failed because the control process exited with error code. 2021-01-12 04:13:04.823 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-01-12 04:13:04.825 | invoke-rc.d: initscript radvd, action "start" failed. 2021-01-12 04:13:04.835 | ● radvd.service - Router advertisement daemon for IPv6 2021-01-12 04:13:04.835 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-01-12 04:13:04.835 | Active: failed (Result: exit-code) since Tue 2021-01-12 04:13:04 UTC; 13ms ago 2021-01-12 04:13:04.835 | Docs: man:radvd(8) 2021-01-12 04:13:04.835 | Process: 41829 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-01-12 04:13:04.835 | 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi radvd[41829]: can't open /etc/radvd.conf: No such file or directory 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi radvd[41829]: Insecure file permissions, but continuing anyway 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi radvd[41829]: exiting, failed to read config file 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-01-12 04:13:04.835 | Jan 12 04:13:04 dv-cinder-562053-16-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-01-12 04:13:04.839 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:13:05.011 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:13:05.236 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:13:07.127 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:13:07.130 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:13:07.132 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:07.135 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:07.137 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:07.139 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:07.141 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:07.143 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:13:07.145 | + functions-common:time_stop:2313 : start_time=1610424782130 2021-01-12 04:13:07.147 | + functions-common:time_stop:2315 : [[ -z 1610424782130 ]] 2021-01-12 04:13:07.150 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:07.153 | + functions-common:time_stop:2318 : end_time=1610424787151 2021-01-12 04:13:07.155 | + functions-common:time_stop:2319 : elapsed_time=5021 2021-01-12 04:13:07.157 | + functions-common:time_stop:2320 : total=183957 2021-01-12 04:13:07.159 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:07.161 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=188978 2021-01-12 04:13:07.163 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:13:07.166 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-01-12 04:13:07.181 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:07.183 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-01-12 04:13:07.186 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-01-12 04:13:07.188 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-01-12 04:13:07.208 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-01-12 04:13:07.210 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:13:07.212 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:13:07.214 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:13:07.217 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:13:07.219 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:13:07.221 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:13:07.224 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:07.226 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:07.228 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:13:07.230 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:13:07.232 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:13:07.234 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:13:07.237 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2021-01-12 04:13:07.239 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:13:07.241 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:07.244 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:07.246 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2021-01-12 04:13:07.262 | + 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 2021-01-12 04:13:07.382 | Reading package lists... 2021-01-12 04:13:07.629 | Building dependency tree... 2021-01-12 04:13:07.630 | Reading state information... 2021-01-12 04:13:07.838 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-01-12 04:13:07.838 | fakeroot set to manually installed. 2021-01-12 04:13:07.838 | make is already the newest version (4.1-9.1ubuntu1). 2021-01-12 04:13:07.838 | The following packages were automatically installed and are no longer required: 2021-01-12 04:13:07.838 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-12 04:13:07.838 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-12 04:13:07.839 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-12 04:13:07.839 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:13:07.839 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:13:07.839 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:13:07.839 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:13:07.839 | The following additional packages will be installed: 2021-01-12 04:13:07.839 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-01-12 04:13:07.841 | Suggested packages: 2021-01-12 04:13:07.841 | openvswitch-doc python-sortedcontainers-doc 2021-01-12 04:13:07.892 | The following NEW packages will be installed: 2021-01-12 04:13:07.893 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-01-12 04:13:07.894 | The following packages will be upgraded: 2021-01-12 04:13:07.894 | openvswitch-common openvswitch-switch 2021-01-12 04:13:08.031 | 2 upgraded, 3 newly installed, 0 to remove and 164 not upgraded. 2021-01-12 04:13:08.031 | Need to get 3,109 kB of archives. 2021-01-12 04:13:08.031 | After this operation, 3,368 kB of additional disk space will be used. 2021-01-12 04:13:08.031 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.1~cloud0 [108 kB] 2021-01-12 04:13:08.259 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,544 kB] 2021-01-12 04:13:08.291 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2021-01-12 04:13:08.501 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,164 kB] 2021-01-12 04:13:09.049 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-01-12 04:13:09.603 | Fetched 3,109 kB in 1s (2,722 kB/s) 2021-01-12 04:13:09.668 | Selecting previously unselected package libunbound2:amd64. 2021-01-12 04:13:09.709 | (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.) 2021-01-12 04:13:09.713 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2021-01-12 04:13:09.724 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-01-12 04:13:09.835 | Selecting previously unselected package python3-sortedcontainers. 2021-01-12 04:13:09.843 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-01-12 04:13:09.845 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-01-12 04:13:09.920 | Selecting previously unselected package python3-openvswitch. 2021-01-12 04:13:09.928 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.1~cloud0_all.deb ... 2021-01-12 04:13:09.930 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-12 04:13:10.040 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2021-01-12 04:13:10.060 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2021-01-12 04:13:11.351 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2021-01-12 04:13:11.372 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2021-01-12 04:13:11.631 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-01-12 04:13:11.652 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:13:11.674 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-12 04:13:11.702 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-01-12 04:13:11.977 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-12 04:13:12.006 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:13:12.179 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:13:12.996 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-12 04:13:13.353 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-12 04:13:13.402 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2021-01-12 04:13:16.366 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:13:16.368 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:13:16.371 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:16.373 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:16.375 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:16.377 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:16.380 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:16.382 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:13:16.384 | + functions-common:time_stop:2313 : start_time=1610424787260 2021-01-12 04:13:16.386 | + functions-common:time_stop:2315 : [[ -z 1610424787260 ]] 2021-01-12 04:13:16.388 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:16.391 | + functions-common:time_stop:2318 : end_time=1610424796389 2021-01-12 04:13:16.394 | + functions-common:time_stop:2319 : elapsed_time=9129 2021-01-12 04:13:16.396 | + functions-common:time_stop:2320 : total=188978 2021-01-12 04:13:16.398 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:16.400 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=198107 2021-01-12 04:13:16.402 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:13:16.405 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-01-12 04:13:16.407 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:16.409 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:16.412 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-01-12 04:13:16.414 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-01-12 04:13:16.417 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-01-12 04:13:16.420 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-01-12 04:13:16.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-01-12 04:13:16.426 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-01-12 04:13:16.427 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-01-12 04:13:16.431 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-01-12 04:13:16.433 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-01-12 04:13:16.435 | + functions:vercmp:652 : local v1=4.15 2021-01-12 04:13:16.437 | + functions:vercmp:653 : local 'op=<' 2021-01-12 04:13:16.439 | + functions:vercmp:654 : local v2=3.13 2021-01-12 04:13:16.442 | + functions:vercmp:655 : local result 2021-01-12 04:13:16.446 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2021-01-12 04:13:16.446 | ++ functions:vercmp:659 : sort -V 2021-01-12 04:13:16.447 | ++ functions:vercmp:659 : head -1 2021-01-12 04:13:16.451 | + functions:vercmp:659 : result=3.13 2021-01-12 04:13:16.453 | + functions:vercmp:661 : case $op in 2021-01-12 04:13:16.455 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2021-01-12 04:13:16.458 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2021-01-12 04:13:16.460 | + functions:vercmp:672 : return 2021-01-12 04:13:16.462 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-01-12 04:13:16.464 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-12 04:13:16.467 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2021-01-12 04:13:16.910 | + ./stack.sh:main:809 : is_service_enabled etcd3 2021-01-12 04:13:16.926 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:16.928 | + ./stack.sh:main:810 : install_etcd3 2021-01-12 04:13:16.930 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-01-12 04:13:16.931 | Installing etcd 2021-01-12 04:13:16.933 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-01-12 04:13:16.945 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-01-12 04:13:16.955 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-01-12 04:13:16.959 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-01-12 04:13:16.970 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-01-12 04:13:16.973 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-12 04:13:16.975 | ++ 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 2021-01-12 04:13:16.978 | +++ 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 2021-01-12 04:13:16.982 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-01-12 04:13:16.985 | ++ 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* ]] 2021-01-12 04:13:16.987 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-01-12 04:13:16.990 | ++ 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 2021-01-12 04:13:17.021 | --2021-01-12 04:13:17-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-12 04:13:17.025 | Resolving github.com (github.com)... 140.82.121.4 2021-01-12 04:13:17.069 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2021-01-12 04:13:17.209 | HTTP request sent, awaiting response... 302 Found 2021-01-12 04:13:17.223 | 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%2F20210112%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210112T041215Z&X-Amz-Expires=300&X-Amz-Signature=088f4268f8544e22a2a9b48b8b23dfe4d2cf7d7e27b4bfbd3e84c543fffc70e0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2021-01-12 04:13:17.223 | --2021-01-12 04:13:17-- 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%2F20210112%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210112T041215Z&X-Amz-Expires=300&X-Amz-Signature=088f4268f8544e22a2a9b48b8b23dfe4d2cf7d7e27b4bfbd3e84c543fffc70e0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2021-01-12 04:13:17.276 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.85.172 2021-01-12 04:13:17.440 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.85.172|:443... connected. 2021-01-12 04:13:17.988 | HTTP request sent, awaiting response... 200 OK 2021-01-12 04:13:17.988 | Length: 11350736 (11M) [application/octet-stream] 2021-01-12 04:13:17.988 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-01-12 04:13:18.817 | 2021-01-12 04:13:20.156 | 0K ........ .. 100% 4.99M=2.2s 2021-01-12 04:13:20.156 | 2021-01-12 04:13:20.156 | 2021-01-12 04:13:20 (4.99 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-01-12 04:13:20.156 | 2021-01-12 04:13:20.160 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-01-12 04:13:20.162 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-12 04:13:20.165 | ++ functions:get_extra_file:73 : return 2021-01-12 04:13:20.167 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-12 04:13:20.170 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-01-12 04:13:20.172 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-01-12 04:13:20.174 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-01-12 04:13:20.305 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-01-12 04:13:20.307 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-01-12 04:13:20.311 | etcd-v3.3.12-linux-amd64/ 2021-01-12 04:13:20.311 | etcd-v3.3.12-linux-amd64/README.md 2021-01-12 04:13:20.311 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-01-12 04:13:20.311 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-01-12 04:13:20.312 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-01-12 04:13:20.313 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-01-12 04:13:20.314 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-01-12 04:13:20.315 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-01-12 04:13:20.316 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-01-12 04:13:20.317 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-01-12 04:13:20.318 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-01-12 04:13:20.319 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-01-12 04:13:20.320 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-01-12 04:13:20.321 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-01-12 04:13:20.322 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-01-12 04:13:20.323 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-01-12 04:13:20.323 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-01-12 04:13:20.323 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-01-12 04:13:20.323 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-01-12 04:13:20.323 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-01-12 04:13:20.324 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-01-12 04:13:20.324 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-01-12 04:13:20.324 | etcd-v3.3.12-linux-amd64/etcdctl 2021-01-12 04:13:20.534 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-01-12 04:13:20.534 | etcd-v3.3.12-linux-amd64/etcd 2021-01-12 04:13:20.790 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-01-12 04:13:20.824 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-01-12 04:13:20.855 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-01-12 04:13:20.857 | + ./stack.sh:main:819 : is_service_enabled tls-proxy 2021-01-12 04:13:20.873 | + functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:13:20.876 | + ./stack.sh:main:829 : install_dstat 2021-01-12 04:13:20.878 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-01-12 04:13:20.892 | + functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:13:20.895 | + ./stack.sh:main:835 : echo_summary 'Installing OpenStack project source' 2021-01-12 04:13:20.897 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-12 04:13:20.899 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2021-01-12 04:13:20.902 | + ./stack.sh:main:838 : install_libs 2021-01-12 04:13:20.904 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-01-12 04:13:20.906 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-01-12 04:13:20.908 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-01-12 04:13:20.911 | + inc/python:use_library_from_git:250 : local name=automaton 2021-01-12 04:13:20.913 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:20.915 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:20.917 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2021-01-12 04:13:20.920 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:20.922 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-01-12 04:13:20.924 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-01-12 04:13:20.927 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-01-12 04:13:20.929 | + inc/python:use_library_from_git:250 : local name=castellan 2021-01-12 04:13:20.931 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:20.933 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:20.935 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2021-01-12 04:13:20.937 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:20.940 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-01-12 04:13:20.942 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-01-12 04:13:20.944 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-01-12 04:13:20.946 | + inc/python:use_library_from_git:250 : local name=cliff 2021-01-12 04:13:20.948 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:20.951 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:20.953 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2021-01-12 04:13:20.955 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:20.957 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-01-12 04:13:20.960 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-01-12 04:13:20.962 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-01-12 04:13:20.964 | + inc/python:use_library_from_git:250 : local name=cursive 2021-01-12 04:13:20.966 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:20.968 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:20.970 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2021-01-12 04:13:20.973 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:20.975 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-01-12 04:13:20.977 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-01-12 04:13:20.980 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-01-12 04:13:20.982 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-01-12 04:13:20.984 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:20.986 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:20.989 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2021-01-12 04:13:20.991 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:20.993 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-01-12 04:13:20.995 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-01-12 04:13:20.998 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-01-12 04:13:21.000 | + inc/python:use_library_from_git:250 : local name=futurist 2021-01-12 04:13:21.002 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.004 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.006 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2021-01-12 04:13:21.009 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.011 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-01-12 04:13:21.013 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-01-12 04:13:21.015 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-01-12 04:13:21.017 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-01-12 04:13:21.019 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.022 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.024 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2021-01-12 04:13:21.026 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.028 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-01-12 04:13:21.030 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-01-12 04:13:21.033 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-01-12 04:13:21.035 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-01-12 04:13:21.037 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.040 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.042 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2021-01-12 04:13:21.044 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.046 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-01-12 04:13:21.048 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-01-12 04:13:21.051 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-01-12 04:13:21.053 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-01-12 04:13:21.056 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.058 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.060 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2021-01-12 04:13:21.062 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.064 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-01-12 04:13:21.067 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-01-12 04:13:21.069 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-01-12 04:13:21.071 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-01-12 04:13:21.073 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.075 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.078 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2021-01-12 04:13:21.080 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.083 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-01-12 04:13:21.085 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-01-12 04:13:21.087 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-01-12 04:13:21.089 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-01-12 04:13:21.091 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.094 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.096 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2021-01-12 04:13:21.099 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.101 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-01-12 04:13:21.103 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-01-12 04:13:21.105 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-01-12 04:13:21.107 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-01-12 04:13:21.110 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.112 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.114 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2021-01-12 04:13:21.116 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.118 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-01-12 04:13:21.120 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-01-12 04:13:21.123 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-01-12 04:13:21.125 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-01-12 04:13:21.127 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.129 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.131 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2021-01-12 04:13:21.134 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.136 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-01-12 04:13:21.138 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-01-12 04:13:21.140 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-01-12 04:13:21.142 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-01-12 04:13:21.145 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.147 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.150 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2021-01-12 04:13:21.152 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.154 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-01-12 04:13:21.156 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-01-12 04:13:21.158 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-01-12 04:13:21.161 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-01-12 04:13:21.163 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.166 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.168 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2021-01-12 04:13:21.170 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.172 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-01-12 04:13:21.174 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-01-12 04:13:21.177 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-01-12 04:13:21.179 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-01-12 04:13:21.181 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.183 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.185 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2021-01-12 04:13:21.188 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.190 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-01-12 04:13:21.192 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-01-12 04:13:21.194 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-01-12 04:13:21.197 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-01-12 04:13:21.199 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.201 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.204 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2021-01-12 04:13:21.207 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.209 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-01-12 04:13:21.211 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-01-12 04:13:21.214 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-01-12 04:13:21.216 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-01-12 04:13:21.218 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.220 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.223 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2021-01-12 04:13:21.225 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.227 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-01-12 04:13:21.230 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-01-12 04:13:21.232 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-01-12 04:13:21.234 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-01-12 04:13:21.236 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.238 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.241 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2021-01-12 04:13:21.243 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.245 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-01-12 04:13:21.247 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-01-12 04:13:21.250 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-01-12 04:13:21.252 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-01-12 04:13:21.254 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.256 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.258 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2021-01-12 04:13:21.261 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.263 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-01-12 04:13:21.265 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-01-12 04:13:21.267 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-01-12 04:13:21.270 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-01-12 04:13:21.273 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.275 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.277 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2021-01-12 04:13:21.279 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.282 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-01-12 04:13:21.285 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-01-12 04:13:21.287 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-01-12 04:13:21.289 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-01-12 04:13:21.291 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.293 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.296 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2021-01-12 04:13:21.298 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.300 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-01-12 04:13:21.303 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-01-12 04:13:21.305 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-01-12 04:13:21.307 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-01-12 04:13:21.309 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.311 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.314 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2021-01-12 04:13:21.316 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.318 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-01-12 04:13:21.320 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-01-12 04:13:21.322 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-01-12 04:13:21.325 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-01-12 04:13:21.327 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.329 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.332 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2021-01-12 04:13:21.335 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.337 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-01-12 04:13:21.339 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-01-12 04:13:21.341 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-01-12 04:13:21.343 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-01-12 04:13:21.346 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.348 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.351 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2021-01-12 04:13:21.353 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.355 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-01-12 04:13:21.357 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-01-12 04:13:21.360 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-01-12 04:13:21.362 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-01-12 04:13:21.364 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.367 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.369 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2021-01-12 04:13:21.371 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.373 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-01-12 04:13:21.375 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-01-12 04:13:21.378 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-01-12 04:13:21.380 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-01-12 04:13:21.383 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.385 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.387 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2021-01-12 04:13:21.389 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.391 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-01-12 04:13:21.395 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-01-12 04:13:21.397 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-01-12 04:13:21.399 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-01-12 04:13:21.401 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.404 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.406 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2021-01-12 04:13:21.408 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.411 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-01-12 04:13:21.413 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-01-12 04:13:21.416 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-01-12 04:13:21.418 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-01-12 04:13:21.420 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.422 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.425 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2021-01-12 04:13:21.427 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.429 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-01-12 04:13:21.431 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-01-12 04:13:21.434 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-01-12 04:13:21.436 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-01-12 04:13:21.438 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.441 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.443 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2021-01-12 04:13:21.446 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.448 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-01-12 04:13:21.450 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-01-12 04:13:21.453 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-01-12 04:13:21.455 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-01-12 04:13:21.458 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.460 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.463 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2021-01-12 04:13:21.465 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.467 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-01-12 04:13:21.469 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-01-12 04:13:21.472 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-01-12 04:13:21.474 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-01-12 04:13:21.476 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.479 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.481 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2021-01-12 04:13:21.483 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.486 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-01-12 04:13:21.488 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-01-12 04:13:21.490 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-01-12 04:13:21.492 | + inc/python:use_library_from_git:250 : local name=tooz 2021-01-12 04:13:21.495 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.497 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.499 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2021-01-12 04:13:21.501 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.504 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-01-12 04:13:21.506 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-01-12 04:13:21.509 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-01-12 04:13:21.511 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-01-12 04:13:21.513 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.515 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.517 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2021-01-12 04:13:21.520 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.523 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-01-12 04:13:21.525 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-01-12 04:13:21.527 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-01-12 04:13:21.529 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-01-12 04:13:21.531 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.534 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.536 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2021-01-12 04:13:21.538 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.540 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-01-12 04:13:21.543 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-01-12 04:13:21.545 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-01-12 04:13:21.547 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-01-12 04:13:21.549 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:21.552 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:21.554 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2021-01-12 04:13:21.556 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:21.559 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-01-12 04:13:21.578 | Using python 3.6 to install etcd3 2021-01-12 04:13:21.580 | + 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 2021-01-12 04:13:23.372 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:23.377 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:23.476 | Collecting etcd3===0.12.0 2021-01-12 04:13:23.484 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-01-12 04:13:26.051 | Collecting grpcio===1.34.0 2021-01-12 04:13:26.064 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/72b/6a89aabf937d7/grpcio-1.34.0-cp36-cp36m-manylinux2014_x86_64.whl (4.0 MB) 2021-01-12 04:13:26.607 | Collecting protobuf===3.14.0 2021-01-12 04:13:26.614 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ecc/33531a213eee2/protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB) 2021-01-12 04:13:26.677 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-12 04:13:26.764 | Collecting tenacity===6.3.1 2021-01-12 04:13:26.771 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bae/d357d9f35ec64/tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2021-01-12 04:13:26.825 | Building wheels for collected packages: etcd3 2021-01-12 04:13:26.825 | Building wheel for etcd3 (setup.py): started 2021-01-12 04:13:27.490 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-01-12 04:13:27.491 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=07bce6bb0dea319372e0ef20e348c7a40c9801e4879f48338a4a053f2df8d7a4 2021-01-12 04:13:27.491 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-01-12 04:13:27.492 | Successfully built etcd3 2021-01-12 04:13:28.005 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2021-01-12 04:13:28.610 | Successfully installed etcd3-0.12.0 grpcio-1.34.0 protobuf-3.14.0 tenacity-6.3.1 2021-01-12 04:13:28.678 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:13:28.678 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:13:28.772 | + inc/python:pip_install:200 : result=0 2021-01-12 04:13:28.774 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:13:28.776 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:28.779 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:28.781 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:28.783 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:28.785 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:28.787 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:13:28.789 | + functions-common:time_stop:2313 : start_time=1610424801573 2021-01-12 04:13:28.791 | + functions-common:time_stop:2315 : [[ -z 1610424801573 ]] 2021-01-12 04:13:28.794 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:28.797 | + functions-common:time_stop:2318 : end_time=1610424808795 2021-01-12 04:13:28.800 | + functions-common:time_stop:2319 : elapsed_time=7222 2021-01-12 04:13:28.802 | + functions-common:time_stop:2320 : total=50474 2021-01-12 04:13:28.804 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:28.806 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=57696 2021-01-12 04:13:28.808 | + inc/python:pip_install:203 : return 0 2021-01-12 04:13:28.810 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-01-12 04:13:28.829 | Using python 3.6 to install etcd3gw 2021-01-12 04:13:28.832 | + 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 2021-01-12 04:13:30.664 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:30.668 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:30.772 | Collecting etcd3gw===0.2.5 2021-01-12 04:13:30.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-01-12 04:13:30.949 | Collecting futurist===2.3.0 2021-01-12 04:13:30.955 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2021-01-12 04:13:31.001 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-12 04:13:31.068 | Collecting urllib3===1.26.2 2021-01-12 04:13:31.074 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136 kB) 2021-01-12 04:13:31.224 | Collecting requests===2.25.1 2021-01-12 04:13:31.230 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2021-01-12 04:13:31.256 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-12 04:13:31.288 | Collecting idna===2.10 2021-01-12 04:13:31.296 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2021-01-12 04:13:31.356 | Collecting certifi===2020.12.5 2021-01-12 04:13:31.363 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147 kB) 2021-01-12 04:13:31.395 | Collecting chardet===4.0.0 2021-01-12 04:13:31.404 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2021-01-12 04:13:31.950 | Installing collected packages: chardet, certifi, urllib3, idna, requests, futurist, etcd3gw 2021-01-12 04:13:31.950 | Attempting uninstall: chardet 2021-01-12 04:13:31.951 | Found existing installation: chardet 3.0.4 2021-01-12 04:13:31.957 | Uninstalling chardet-3.0.4: 2021-01-12 04:13:31.989 | Successfully uninstalled chardet-3.0.4 2021-01-12 04:13:32.272 | Attempting uninstall: certifi 2021-01-12 04:13:32.273 | Found existing installation: certifi 2018.1.18 2021-01-12 04:13:32.280 | Uninstalling certifi-2018.1.18: 2021-01-12 04:13:32.312 | Successfully uninstalled certifi-2018.1.18 2021-01-12 04:13:32.327 | Attempting uninstall: urllib3 2021-01-12 04:13:32.328 | Found existing installation: urllib3 1.22 2021-01-12 04:13:32.337 | Uninstalling urllib3-1.22: 2021-01-12 04:13:32.367 | Successfully uninstalled urllib3-1.22 2021-01-12 04:13:32.480 | Attempting uninstall: idna 2021-01-12 04:13:32.481 | Found existing installation: idna 2.6 2021-01-12 04:13:32.493 | Uninstalling idna-2.6: 2021-01-12 04:13:32.522 | Successfully uninstalled idna-2.6 2021-01-12 04:13:32.633 | Attempting uninstall: requests 2021-01-12 04:13:32.634 | Found existing installation: requests 2.18.4 2021-01-12 04:13:32.639 | Uninstalling requests-2.18.4: 2021-01-12 04:13:32.668 | Successfully uninstalled requests-2.18.4 2021-01-12 04:13:32.821 | Successfully installed certifi-2020.12.5 chardet-4.0.0 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.25.1 urllib3-1.26.2 2021-01-12 04:13:32.886 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:13:32.887 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:13:32.964 | + inc/python:pip_install:200 : result=0 2021-01-12 04:13:32.966 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:13:32.968 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:32.971 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:32.973 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:32.975 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:32.977 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:32.979 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:13:32.981 | + functions-common:time_stop:2313 : start_time=1610424808824 2021-01-12 04:13:32.983 | + functions-common:time_stop:2315 : [[ -z 1610424808824 ]] 2021-01-12 04:13:32.986 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:32.989 | + functions-common:time_stop:2318 : end_time=1610424812987 2021-01-12 04:13:32.991 | + functions-common:time_stop:2319 : elapsed_time=4163 2021-01-12 04:13:32.994 | + functions-common:time_stop:2320 : total=57696 2021-01-12 04:13:32.996 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:32.998 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=61859 2021-01-12 04:13:33.000 | + inc/python:pip_install:203 : return 0 2021-01-12 04:13:33.003 | + ./stack.sh:main:841 : install_apache_uwsgi 2021-01-12 04:13:33.005 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-01-12 04:13:33.007 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-01-12 04:13:33.010 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-12 04:13:33.012 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-12 04:13:33.014 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-12 04:13:33.016 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-12 04:13:33.019 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-12 04:13:33.021 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-12 04:13:33.024 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-12 04:13:33.026 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-12 04:13:33.028 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-12 04:13:33.030 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-01-12 04:13:33.032 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-01-12 04:13:33.035 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:33.037 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:33.039 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-01-12 04:13:33.041 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2021-01-12 04:13:33.043 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2021-01-12 04:13:33.046 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-12 04:13:33.048 | + functions-common:install_package:1344 : update_package_repo 2021-01-12 04:13:33.050 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-12 04:13:33.052 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-12 04:13:33.055 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-12 04:13:33.057 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-12 04:13:33.059 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-12 04:13:33.061 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:33.063 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:33.066 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-12 04:13:33.069 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-12 04:13:33.071 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-12 04:13:33.073 | + functions-common:apt_get_update:1071 : return 2021-01-12 04:13:33.075 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-12 04:13:33.078 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-12 04:13:33.080 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:33.083 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:33.085 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-12 04:13:33.103 | + 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 2021-01-12 04:13:33.222 | Reading package lists... 2021-01-12 04:13:33.467 | Building dependency tree... 2021-01-12 04:13:33.468 | Reading state information... 2021-01-12 04:13:33.678 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-01-12 04:13:33.678 | The following packages were automatically installed and are no longer required: 2021-01-12 04:13:33.679 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-12 04:13:33.679 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-12 04:13:33.679 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-12 04:13:33.679 | python3-pam python3-problem-report python3-pyasn1 2021-01-12 04:13:33.679 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-12 04:13:33.679 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-12 04:13:33.679 | Use 'sudo apt autoremove' to remove them. 2021-01-12 04:13:33.681 | Suggested packages: 2021-01-12 04:13:33.681 | python-uwsgidecorators python3-uwsgidecorators 2021-01-12 04:13:33.728 | The following NEW packages will be installed: 2021-01-12 04:13:33.728 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-01-12 04:13:34.003 | 0 upgraded, 3 newly installed, 0 to remove and 164 not upgraded. 2021-01-12 04:13:34.003 | Need to get 163 kB of archives. 2021-01-12 04:13:34.003 | After this operation, 634 kB of additional disk space will be used. 2021-01-12 04:13:34.003 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2021-01-12 04:13:34.260 | 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] 2021-01-12 04:13:34.472 | 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] 2021-01-12 04:13:35.119 | Fetched 163 kB in 1s (194 kB/s) 2021-01-12 04:13:35.178 | Selecting previously unselected package uwsgi. 2021-01-12 04:13:35.216 | (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 ... 77268 files and directories currently installed.) 2021-01-12 04:13:35.220 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-12 04:13:35.223 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:35.325 | Selecting previously unselected package uwsgi-plugin-python. 2021-01-12 04:13:35.333 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-12 04:13:35.336 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:35.426 | Selecting previously unselected package uwsgi-plugin-python3. 2021-01-12 04:13:35.434 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-12 04:13:35.436 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:35.521 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:35.566 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:13:35.589 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:36.108 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-01-12 04:13:36.162 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-12 04:13:36.335 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-12 04:13:36.854 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-12 04:13:38.756 | + functions-common:apt_get:1115 : result=0 2021-01-12 04:13:38.758 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-12 04:13:38.760 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:38.763 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:38.765 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:38.767 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:38.770 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:38.772 | + functions-common:time_stop:2312 : name=apt-get 2021-01-12 04:13:38.774 | + functions-common:time_stop:2313 : start_time=1610424813100 2021-01-12 04:13:38.776 | + functions-common:time_stop:2315 : [[ -z 1610424813100 ]] 2021-01-12 04:13:38.779 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:38.782 | + functions-common:time_stop:2318 : end_time=1610424818779 2021-01-12 04:13:38.784 | + functions-common:time_stop:2319 : elapsed_time=5679 2021-01-12 04:13:38.786 | + functions-common:time_stop:2320 : total=198107 2021-01-12 04:13:38.788 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:38.790 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=203786 2021-01-12 04:13:38.793 | + functions-common:apt_get:1119 : return 0 2021-01-12 04:13:38.795 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2021-01-12 04:13:38.797 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-12 04:13:38.799 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-12 04:13:38.802 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2021-01-12 04:13:38.859 | Enabling module proxy. 2021-01-12 04:13:38.864 | To activate the new configuration, you need to run: 2021-01-12 04:13:38.864 | systemctl restart apache2 2021-01-12 04:13:38.868 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2021-01-12 04:13:38.925 | Considering dependency proxy for proxy_uwsgi: 2021-01-12 04:13:38.925 | Module proxy already enabled 2021-01-12 04:13:38.925 | Enabling module proxy_uwsgi. 2021-01-12 04:13:38.930 | To activate the new configuration, you need to run: 2021-01-12 04:13:38.930 | systemctl restart apache2 2021-01-12 04:13:38.934 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2021-01-12 04:13:38.936 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-12 04:13:38.938 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-12 04:13:38.941 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-12 04:13:39.079 | + ./stack.sh:main:844 : install_keystoneauth 2021-01-12 04:13:39.081 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-01-12 04:13:39.084 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-01-12 04:13:39.086 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.088 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.091 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2021-01-12 04:13:39.093 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.095 | + ./stack.sh:main:845 : install_keystoneclient 2021-01-12 04:13:39.098 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-01-12 04:13:39.100 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-01-12 04:13:39.102 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.105 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.107 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2021-01-12 04:13:39.109 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.113 | + ./stack.sh:main:846 : install_glanceclient 2021-01-12 04:13:39.115 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2021-01-12 04:13:39.117 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-01-12 04:13:39.120 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.122 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.124 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2021-01-12 04:13:39.127 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.129 | + ./stack.sh:main:847 : install_cinderclient 2021-01-12 04:13:39.131 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-brick-cinderclient-ext 2021-01-12 04:13:39.134 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-01-12 04:13:39.136 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.138 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.141 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2021-01-12 04:13:39.143 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.146 | + lib/cinder:install_cinderclient:441 : use_library_from_git python-cinderclient 2021-01-12 04:13:39.148 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-01-12 04:13:39.151 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.153 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.155 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2021-01-12 04:13:39.158 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.160 | + ./stack.sh:main:848 : install_novaclient 2021-01-12 04:13:39.162 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2021-01-12 04:13:39.165 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-01-12 04:13:39.167 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.169 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.171 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2021-01-12 04:13:39.174 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.177 | + ./stack.sh:main:849 : is_service_enabled swift glance horizon 2021-01-12 04:13:39.193 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:39.195 | + ./stack.sh:main:850 : install_swiftclient 2021-01-12 04:13:39.198 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-01-12 04:13:39.200 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-01-12 04:13:39.202 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.205 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.207 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2021-01-12 04:13:39.209 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.212 | + ./stack.sh:main:852 : is_service_enabled neutron nova horizon 2021-01-12 04:13:39.227 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:39.230 | + ./stack.sh:main:853 : install_neutronclient 2021-01-12 04:13:39.232 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-01-12 04:13:39.234 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-01-12 04:13:39.236 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.239 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.242 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2021-01-12 04:13:39.244 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.246 | + ./stack.sh:main:857 : install_keystonemiddleware 2021-01-12 04:13:39.249 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-01-12 04:13:39.251 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-01-12 04:13:39.254 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-12 04:13:39.256 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-12 04:13:39.259 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2021-01-12 04:13:39.261 | + inc/python:use_library_from_git:253 : return 1 2021-01-12 04:13:39.264 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-01-12 04:13:39.266 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-01-12 04:13:39.268 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-12 04:13:39.271 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-01-12 04:13:39.274 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-01-12 04:13:39.276 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-12 04:13:39.279 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-01-12 04:13:39.280 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-12 04:13:39.284 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-01-12 04:13:39.286 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-01-12 04:13:39.288 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-01-12 04:13:39.291 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-01-12 04:13:39.293 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-01-12 04:13:39.312 | Using python 3.6 to install keystonemiddleware 2021-01-12 04:13:39.314 | + 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 2021-01-12 04:13:41.133 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:41.137 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:41.299 | Collecting keystonemiddleware===9.2.0 2021-01-12 04:13:41.307 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/921/fa4f305c8070a/keystonemiddleware-9.2.0-py3-none-any.whl (119 kB) 2021-01-12 04:13:41.554 | Collecting oslo.cache===2.6.1 2021-01-12 04:13:41.561 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2021-01-12 04:13:41.814 | Collecting oslo.config===8.4.0 2021-01-12 04:13:41.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/2e94c2da67cde/oslo.config-8.4.0-py3-none-any.whl (127 kB) 2021-01-12 04:13:41.979 | Collecting dogpile.cache===1.1.1 2021-01-12 04:13:41.986 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/658/0a63ee595dd42/dogpile.cache-1.1.1-py3-none-any.whl (49 kB) 2021-01-12 04:13:42.031 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (3.3.0) 2021-01-12 04:13:42.040 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-12 04:13:42.104 | Collecting rfc3986===1.4.0 2021-01-12 04:13:42.110 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2021-01-12 04:13:42.277 | Collecting keystoneauth1===4.3.0 2021-01-12 04:13:42.285 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/38f606c098f83/keystoneauth1-4.3.0-py3-none-any.whl (314 kB) 2021-01-12 04:13:42.525 | Collecting python-keystoneclient===4.2.0 2021-01-12 04:13:42.532 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/570/2f387e2a3f364/python_keystoneclient-4.2.0-py3-none-any.whl (397 kB) 2021-01-12 04:13:42.690 | Collecting decorator===4.4.2 2021-01-12 04:13:42.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2021-01-12 04:13:42.907 | Collecting oslo.utils===4.7.0 2021-01-12 04:13:42.915 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2021-01-12 04:13:43.324 | Collecting pytz===2020.5 2021-01-12 04:13:43.332 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/169/62c5fb8db4a8f/pytz-2020.5-py2.py3-none-any.whl (510 kB) 2021-01-12 04:13:43.507 | Collecting oslo.i18n===5.0.1 2021-01-12 04:13:43.514 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2021-01-12 04:13:43.560 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-12 04:13:43.644 | Collecting pycadf===3.1.1 2021-01-12 04:13:43.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2021-01-12 04:13:43.830 | Collecting oslo.context===3.1.1 2021-01-12 04:13:43.837 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2021-01-12 04:13:43.983 | Collecting WebOb===1.8.6 2021-01-12 04:13:43.990 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2021-01-12 04:13:44.198 | Collecting oslo.log===4.4.0 2021-01-12 04:13:44.204 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2021-01-12 04:13:44.286 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (2.25.1) 2021-01-12 04:13:44.419 | Collecting oslo.serialization===4.0.1 2021-01-12 04:13:44.425 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2021-01-12 04:13:44.473 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (0.8.0) 2021-01-12 04:13:44.479 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (3.3.0) 2021-01-12 04:13:44.517 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (5.3.1) 2021-01-12 04:13:44.608 | Collecting debtcollector===2.2.0 2021-01-12 04:13:44.615 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2021-01-12 04:13:44.721 | Collecting iso8601===0.1.13 2021-01-12 04:13:44.728 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f0/2f01dd13320a7/iso8601-0.1.13-py3-none-any.whl (9.3 kB) 2021-01-12 04:13:44.822 | Collecting os-service-types===1.7.0 2021-01-12 04:13:44.829 | 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) 2021-01-12 04:13:44.871 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (2.4.7) 2021-01-12 04:13:44.954 | Collecting packaging===20.8 2021-01-12 04:13:44.961 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/24e/0da08660a8748/packaging-20.8-py2.py3-none-any.whl (39 kB) 2021-01-12 04:13:45.084 | Collecting netifaces===0.10.9 2021-01-12 04:13:45.091 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2021-01-12 04:13:45.144 | Collecting pyinotify===0.9.6 2021-01-12 04:13:45.150 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2021-01-12 04:13:45.786 | Collecting python-dateutil===2.8.1 2021-01-12 04:13:45.793 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2021-01-12 04:13:45.842 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.26.2) 2021-01-12 04:13:45.864 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.10) 2021-01-12 04:13:45.867 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5) 2021-01-12 04:13:45.869 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0) 2021-01-12 04:13:46.038 | Collecting msgpack===1.0.2 2021-01-12 04:13:46.043 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/26a/1759f1a88df5f/msgpack-1.0.2-cp36-cp36m-manylinux1_x86_64.whl (272 kB) 2021-01-12 04:13:46.131 | Collecting importlib-resources===4.1.1 2021-01-12 04:13:46.137 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a9/48d0c8c3f9344/importlib_resources-4.1.1-py3-none-any.whl (22 kB) 2021-01-12 04:13:46.167 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2021-01-12 04:13:46.194 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-01-12 04:13:46.262 | Collecting wrapt===1.12.1 2021-01-12 04:13:46.269 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2021-01-12 04:13:46.820 | Building wheels for collected packages: pyinotify, wrapt 2021-01-12 04:13:46.821 | Building wheel for pyinotify (setup.py): started 2021-01-12 04:13:47.403 | Building wheel for pyinotify (setup.py): finished with status 'done' 2021-01-12 04:13:47.404 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=bef415a3d19f875e99219d570ed1f81e6bfcc1b6177f5267ca3125e73e94846e 2021-01-12 04:13:47.404 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2021-01-12 04:13:47.406 | Building wheel for wrapt (setup.py): started 2021-01-12 04:13:48.903 | Building wheel for wrapt (setup.py): finished with status 'done' 2021-01-12 04:13:48.904 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67505 sha256=25e7e6628bfac8132979cd50a0153a7fac5187f9d2a53a027cdf192886fc6d06 2021-01-12 04:13:48.904 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2021-01-12 04:13:48.905 | Successfully built pyinotify wrapt 2021-01-12 04:13:49.685 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, rfc3986, oslo.config, pytz, msgpack, iso8601, packaging, netifaces, oslo.utils, oslo.serialization, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, decorator, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware, importlib-resources 2021-01-12 04:13:50.452 | Attempting uninstall: netifaces 2021-01-12 04:13:50.453 | Found existing installation: netifaces 0.10.4 2021-01-12 04:13:50.461 | Uninstalling netifaces-0.10.4: 2021-01-12 04:13:50.490 | Successfully uninstalled netifaces-0.10.4 2021-01-12 04:13:51.897 | Attempting uninstall: importlib-resources 2021-01-12 04:13:51.898 | Found existing installation: importlib-resources 5.0.0 2021-01-12 04:13:51.914 | Uninstalling importlib-resources-5.0.0: 2021-01-12 04:13:51.917 | Successfully uninstalled importlib-resources-5.0.0 2021-01-12 04:13:52.014 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.1.1 importlib-resources-4.1.1 iso8601-0.1.13 keystoneauth1-4.3.0 keystonemiddleware-9.2.0 msgpack-1.0.2 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.4.0 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.0.1 oslo.utils-4.7.0 packaging-20.8 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.2.0 pytz-2020.5 rfc3986-1.4.0 wrapt-1.12.1 2021-01-12 04:13:52.093 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:13:52.093 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:13:52.197 | + inc/python:pip_install:200 : result=0 2021-01-12 04:13:52.200 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:13:52.202 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:52.204 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:52.206 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:52.209 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:52.211 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:52.213 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:13:52.215 | + functions-common:time_stop:2313 : start_time=1610424819307 2021-01-12 04:13:52.217 | + functions-common:time_stop:2315 : [[ -z 1610424819307 ]] 2021-01-12 04:13:52.220 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:52.224 | + functions-common:time_stop:2318 : end_time=1610424832220 2021-01-12 04:13:52.226 | + functions-common:time_stop:2319 : elapsed_time=12913 2021-01-12 04:13:52.228 | + functions-common:time_stop:2320 : total=61859 2021-01-12 04:13:52.230 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:52.232 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=74772 2021-01-12 04:13:52.234 | + inc/python:pip_install:203 : return 0 2021-01-12 04:13:52.237 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-01-12 04:13:52.240 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-01-12 04:13:52.242 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-12 04:13:52.245 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-01-12 04:13:52.247 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-01-12 04:13:52.250 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-12 04:13:52.253 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-01-12 04:13:52.254 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-12 04:13:52.258 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-01-12 04:13:52.260 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-01-12 04:13:52.262 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-01-12 04:13:52.265 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-01-12 04:13:52.267 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-01-12 04:13:52.286 | Using python 3.6 to install python-memcached 2021-01-12 04:13:52.288 | + 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 2021-01-12 04:13:54.153 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:54.157 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:54.262 | Collecting python-memcached===1.59 2021-01-12 04:13:54.269 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-01-12 04:13:54.319 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-12 04:13:55.110 | Installing collected packages: python-memcached 2021-01-12 04:13:55.168 | Successfully installed python-memcached-1.59 2021-01-12 04:13:55.247 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-12 04:13:55.247 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-12 04:13:55.322 | + inc/python:pip_install:200 : result=0 2021-01-12 04:13:55.324 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-12 04:13:55.327 | + functions-common:time_stop:2306 : local name 2021-01-12 04:13:55.329 | + functions-common:time_stop:2307 : local end_time 2021-01-12 04:13:55.332 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-12 04:13:55.335 | + functions-common:time_stop:2309 : local total 2021-01-12 04:13:55.337 | + functions-common:time_stop:2310 : local start_time 2021-01-12 04:13:55.339 | + functions-common:time_stop:2312 : name=pip_install 2021-01-12 04:13:55.341 | + functions-common:time_stop:2313 : start_time=1610424832281 2021-01-12 04:13:55.343 | + functions-common:time_stop:2315 : [[ -z 1610424832281 ]] 2021-01-12 04:13:55.346 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-12 04:13:55.350 | + functions-common:time_stop:2318 : end_time=1610424835347 2021-01-12 04:13:55.352 | + functions-common:time_stop:2319 : elapsed_time=3066 2021-01-12 04:13:55.354 | + functions-common:time_stop:2320 : total=74772 2021-01-12 04:13:55.356 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-12 04:13:55.358 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=77838 2021-01-12 04:13:55.361 | + inc/python:pip_install:203 : return 0 2021-01-12 04:13:55.364 | + ./stack.sh:main:859 : is_service_enabled keystone 2021-01-12 04:13:55.379 | + functions-common:is_service_enabled:1962 : return 0 2021-01-12 04:13:55.381 | + ./stack.sh:main:860 : '[' 10.222.0.21 == 10.222.0.21 ']' 2021-01-12 04:13:55.383 | + ./stack.sh:main:861 : stack_install_service keystone 2021-01-12 04:13:55.386 | + lib/stack:stack_install_service:20 : local service=keystone 2021-01-12 04:13:55.388 | + lib/stack:stack_install_service:21 : type install_keystone 2021-01-12 04:13:55.390 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-12 04:13:55.393 | + lib/stack:stack_install_service:32 : install_keystone 2021-01-12 04:13:55.395 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-01-12 04:13:55.409 | + functions-common:is_service_enabled:1962 : return 1 2021-01-12 04:13:55.412 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-01-12 04:13:55.414 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2021-01-12 04:13:55.416 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2021-01-12 04:13:55.418 | + functions-common:git_clone:527 : local git_ref=master 2021-01-12 04:13:55.420 | + functions-common:git_clone:528 : local orig_dir 2021-01-12 04:13:55.423 | ++ functions-common:git_clone:529 : pwd 2021-01-12 04:13:55.426 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-12 04:13:55.428 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-12 04:13:55.430 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-12 04:13:55.444 | + functions-common:git_clone:532 : RECLONE=False 2021-01-12 04:13:55.447 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-12 04:13:55.449 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-12 04:13:55.451 | + functions-common:git_clone:546 : echo master 2021-01-12 04:13:55.451 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-12 04:13:55.456 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2021-01-12 04:13:55.458 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-12 04:13:55.460 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2021-01-12 04:13:55.462 | + functions-common:git_clone:595 : git show --oneline 2021-01-12 04:13:55.463 | + functions-common:git_clone:595 : head -1 2021-01-12 04:13:55.465 | 1c3131c6d Merge "Use app cred user ID in policy enforcement" 2021-01-12 04:13:55.467 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-12 04:13:55.470 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-01-12 04:13:55.473 | + inc/python:setup_develop:338 : local bindep 2021-01-12 04:13:55.475 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-12 04:13:55.478 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-01-12 04:13:55.480 | + inc/python:setup_develop:344 : local extras= 2021-01-12 04:13:55.482 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-01-12 04:13:55.485 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-12 04:13:55.488 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-12 04:13:55.490 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-01-12 04:13:55.492 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-12 04:13:55.494 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-12 04:13:55.497 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-01-12 04:13:55.500 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-12 04:13:55.502 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-01-12 04:13:55.505 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-12 04:13:55.507 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-12 04:13:55.510 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-01-12 04:13:55.514 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-01-12 04:13:55.517 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-01-12 04:13:56.199 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-01-12 04:13:56.201 | + inc/python:setup_package:417 : local bindep=0 2021-01-12 04:13:56.204 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-12 04:13:56.206 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-12 04:13:56.208 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-12 04:13:56.210 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-01-12 04:13:56.212 | + inc/python:setup_package:426 : local flags=-e 2021-01-12 04:13:56.214 | + inc/python:setup_package:427 : local extras= 2021-01-12 04:13:56.217 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-12 04:13:56.219 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-12 04:13:56.221 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-12 04:13:56.224 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-12 04:13:56.226 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-12 04:13:56.228 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-01-12 04:13:56.246 | Using python 3.6 to install /opt/stack/keystone 2021-01-12 04:13:56.248 | + 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 2021-01-12 04:13:58.112 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-12 04:13:58.113 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-12 04:13:58.130 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-12 04:13:58.135 | Obtaining file:///opt/stack/keystone 2021-01-12 04:13:59.664 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-12 04:14:01.318 | Collecting Flask===1.1.2 2021-01-12 04:14:01.471 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-01-12 04:14:01.637 | Collecting Flask-RESTful===0.3.8 2021-01-12 04:14:01.644 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-01-12 04:14:01.744 | Collecting Jinja2===2.11.2 2021-01-12 04:14:01.751 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2021-01-12 04:14:01.824 | Collecting MarkupSafe===1.1.1 2021-01-12 04:14:01.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2021-01-12 04:14:01.894 | Collecting PyJWT===2.0.0 2021-01-12 04:14:01.901 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c2/ff2eb27d7e342/PyJWT-2.0.0-py3-none-any.whl (15 kB) 2021-01-12 04:14:02.217 | Collecting SQLAlchemy===1.3.22 2021-01-12 04:14:02.225 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bde/677047305fe76/SQLAlchemy-1.3.22-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2021-01-12 04:14:02.331 | 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) 2021-01-12 04:14:02.453 | Collecting Werkzeug===1.0.1 2021-01-12 04:14:02.459 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-01-12 04:14:02.608 | Collecting aniso8601===8.1.0 2021-01-12 04:14:02.615 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/510/47d4fb51d7b8a/aniso8601-8.1.0-py2.py3-none-any.whl (44 kB) 2021-01-12 04:14:02.868 | Collecting bcrypt===3.2.0 2021-01-12 04:14:02.877 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2021-01-12 04:14:03.558 | Collecting cffi===1.14.4 2021-01-12 04:14:03.564 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/8c3ae1a0edfb7/cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl (401 kB) 2021-01-12 04:14:03.673 | Collecting click===7.1.2 2021-01-12 04:14:03.680 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-01-12 04:14:04.425 | Collecting cryptography===3.3.1 2021-01-12 04:14:04.447 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/69e/836c9e5ff4373/cryptography-3.3.1-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB) 2021-01-12 04:14:04.555 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2021-01-12 04:14:04.625 | Collecting itsdangerous===1.1.0 2021-01-12 04:14:04.633 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-01-12 04:14:04.729 | Collecting jsonschema===3.2.0 2021-01-12 04:14:04.736 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-01-12 04:14:04.771 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.2.0) 2021-01-12 04:14:04.831 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.2) 2021-01-12 04:14:04.871 | Collecting oauthlib===3.1.0 2021-01-12 04:14:04.878 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-01-12 04:14:04.896 | 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) 2021-01-12 04:14:04.936 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.4.0) 2021-01-12 04:14:04.984 | 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) 2021-01-12 04:14:05.170 | Collecting oslo.db===8.4.0 2021-01-12 04:14:05.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2021-01-12 04:14:05.283 | 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) 2021-01-12 04:14:05.290 | 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) 2021-01-12 04:14:05.598 | Collecting oslo.messaging===12.6.0 2021-01-12 04:14:05.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e17/200f2741a84c7/oslo.messaging-12.6.0-py3-none-any.whl (240 kB) 2021-01-12 04:14:05.872 | Collecting oslo.middleware===4.1.1 2021-01-12 04:14:05.879 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2021-01-12 04:14:06.117 | Collecting oslo.policy===3.6.0 2021-01-12 04:14:06.124 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c30/265ab0563689d/oslo.policy-3.6.0-py3-none-any.whl (83 kB) 2021-01-12 04:14:06.192 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.0.1) 2021-01-12 04:14:06.348 | Collecting oslo.service===2.4.0 2021-01-12 04:14:06.355 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/99fc3b445febf/oslo.service-2.4.0-py3-none-any.whl (73 kB) 2021-01-12 04:14:06.503 | Collecting oslo.upgradecheck===1.3.0 2021-01-12 04:14:06.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/62920db8b773e/oslo.upgradecheck-1.3.0-py3-none-any.whl (14 kB) 2021-01-12 04:14:06.570 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.7.0) 2021-01-12 04:14:06.695 | Collecting osprofiler===3.4.0 2021-01-12 04:14:06.700 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2021-01-12 04:14:06.805 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.8) 2021-01-12 04:14:06.887 | Collecting passlib===1.7.4 2021-01-12 04:14:06.909 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-01-12 04:14:06.991 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (5.5.1) 2021-01-12 04:14:06.994 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (0.7.2) 2021-01-12 04:14:06.996 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (3.1.1) 2021-01-12 04:14:07.074 | Collecting pycparser===2.20 2021-01-12 04:14:07.081 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2021-01-12 04:14:07.132 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (0.9.6) 2021-01-12 04:14:07.134 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.4.7) 2021-01-12 04:14:07.230 | Collecting pyrsistent===0.17.3 2021-01-12 04:14:07.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2021-01-12 04:14:07.933 | Collecting pysaml2===6.4.1 2021-01-12 04:14:07.940 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/583/da5a69888ceea/pysaml2-6.4.1-py2.py3-none-any.whl (338 kB) 2021-01-12 04:14:08.012 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (2.8.1) 2021-01-12 04:14:08.016 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (4.2.0) 2021-01-12 04:14:08.037 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.5) 2021-01-12 04:14:08.041 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.25.1) 2021-01-12 04:14:08.063 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2021-01-12 04:14:08.266 | Collecting scrypt===0.8.17 2021-01-12 04:14:08.272 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2021-01-12 04:14:08.342 | Requirement already satisfied: setuptools===51.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (51.1.2) 2021-01-12 04:14:08.388 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2021-01-12 04:14:08.468 | Collecting sqlalchemy-migrate===0.13.0 2021-01-12 04:14:08.474 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2021-01-12 04:14:08.610 | Collecting sqlparse===0.4.1 2021-01-12 04:14:08.616 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2021-01-12 04:14:08.734 | Collecting statsd===3.3.0 2021-01-12 04:14:08.740 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2021-01-12 04:14:08.787 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.3.0) 2021-01-12 04:14:08.858 | Collecting testresources===2.0.1 2021-01-12 04:14:08.864 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2021-01-12 04:14:08.974 | Collecting testscenarios===0.5.0 2021-01-12 04:14:08.982 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2021-01-12 04:14:09.034 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.4.0) 2021-01-12 04:14:09.053 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (1.4.0) 2021-01-12 04:14:09.056 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.1.0) 2021-01-12 04:14:09.063 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.26.2) 2021-01-12 04:14:09.148 | Collecting yappi===1.3.2 2021-01-12 04:14:09.154 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a51/d3e6e5563cc74/yappi-1.3.2.tar.gz (58 kB) 2021-01-12 04:14:09.819 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2021-01-12 04:14:09.822 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2021-01-12 04:14:09.863 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-12 04:14:09.944 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.3.0) 2021-01-12 04:14:10.011 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2021-01-12 04:14:10.014 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.8.0) 2021-01-12 04:14:10.020 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2021-01-12 04:14:10.132 | Collecting alembic===1.4.3 2021-01-12 04:14:10.137 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/2ed2aa796bd17/alembic-1.4.3-py2.py3-none-any.whl (159 kB) 2021-01-12 04:14:10.364 | Collecting kombu===5.0.2 2021-01-12 04:14:10.370 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2021-01-12 04:14:10.467 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2021-01-12 04:14:10.560 | Collecting cachetools===4.2.0 2021-01-12 04:14:10.566 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6b/07a6ded8c78bf/cachetools-4.2.0-py3-none-any.whl (12 kB) 2021-01-12 04:14:10.719 | Collecting amqp===5.0.2 2021-01-12 04:14:10.726 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5b9/062d5c0812335/amqp-5.0.2-py3-none-any.whl (46 kB) 2021-01-12 04:14:10.899 | Collecting Paste===3.5.0 2021-01-12 04:14:10.905 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2021-01-12 04:14:11.183 | Collecting oslo.concurrency===4.3.1 2021-01-12 04:14:11.191 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/367/2179805822f15/oslo.concurrency-4.3.1-py3-none-any.whl (42 kB) 2021-01-12 04:14:11.339 | Collecting eventlet===0.30.0 2021-01-12 04:14:11.347 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b33/f31ae8d87eb28/eventlet-0.30.0-py2.py3-none-any.whl (224 kB) 2021-01-12 04:14:11.667 | Collecting greenlet===0.4.17 2021-01-12 04:14:11.673 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bee/111161420f341/greenlet-0.4.17-cp36-cp36m-manylinux1_x86_64.whl (44 kB) 2021-01-12 04:14:11.793 | Collecting PasteDeploy===2.1.1 2021-01-12 04:14:11.800 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2021-01-12 04:14:11.934 | Collecting Routes===2.5.1 2021-01-12 04:14:11.940 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2021-01-12 04:14:11.998 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2021-01-12 04:14:12.010 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2021-01-12 04:14:12.012 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2021-01-12 04:14:12.076 | Collecting defusedxml===0.6.0 2021-01-12 04:14:12.083 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-01-12 04:14:12.181 | Collecting pyOpenSSL===20.0.1 2021-01-12 04:14:12.187 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/818/ae18e06922c06/pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB) 2021-01-12 04:14:12.207 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-12 04:14:12.210 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-12 04:14:12.212 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2021-01-12 04:14:12.274 | Collecting Tempita===0.5.2 2021-01-12 04:14:12.280 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2021-01-12 04:14:12.329 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2021-01-12 04:14:12.331 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (1.6.0) 2021-01-12 04:14:12.333 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (1.0.0) 2021-01-12 04:14:12.335 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.4.0) 2021-01-12 04:14:12.337 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (3.7.4.3) 2021-01-12 04:14:12.341 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (3.4.0) 2021-01-12 04:14:12.367 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (1.7.0) 2021-01-12 04:14:12.371 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.1.1) 2021-01-12 04:14:12.400 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.12.1) 2021-01-12 04:14:12.488 | Collecting Mako===1.1.3 2021-01-12 04:14:12.495 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/29a258e4ff074/Mako-1.1.3-py2.py3-none-any.whl (75 kB) 2021-01-12 04:14:12.611 | Collecting python-editor===1.0.4 2021-01-12 04:14:12.617 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2021-01-12 04:14:12.769 | Collecting vine===5.0.0 2021-01-12 04:14:12.776 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2021-01-12 04:14:12.922 | Collecting fasteners===0.14.1 2021-01-12 04:14:12.930 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2021-01-12 04:14:13.043 | Collecting dnspython===1.16.0 2021-01-12 04:14:13.049 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB)