2020-12-24 09:35:08.697 | + ./stack.sh:main:457 : exec 2020-12-24 09:35:08.697 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-12-24-093508' 2020-12-24 09:35:08.697 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-12-24-093508.summary.2020-12-24-093508 2020-12-24 09:35:08.697 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-24 09:35:08.697 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-12-24-093508 2020-12-24 09:35:08.697 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-24-093508 /opt/stack/logs/stack.sh.log 2020-12-24 09:35:08.697 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-24-093508.summary.2020-12-24-093508 /opt/stack/logs/stack.sh.log.summary 2020-12-24 09:35:08.697 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:620 : local real_path 2020-12-24 09:35:08.697 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-12-24 09:35:08.697 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-12-24 09:35:08.697 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-12-24 09:35:08.697 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-12-24 09:35:08.697 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-12-24 09:35:08.697 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-24 09:35:08.697 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-12-24 09:35:08.698 | + ./stack.sh:main:530 : trap err_trap ERR 2020-12-24 09:35:08.699 | + ./stack.sh:main:543 : set -o errexit 2020-12-24 09:35:08.701 | + ./stack.sh:main:546 : uname -a 2020-12-24 09:35:08.702 | Linux dv-cinder-768458-1-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-12-24 09:35:08.704 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-12-24 09:35:08.706 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-12-24 09:35:08.709 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-12-24 09:35:08.735 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-12-24 09:35:08.750 | + ./stack.sh:main:560 : fetch_plugins 2020-12-24 09:35:08.752 | + functions-common:fetch_plugins:1652 : local plugins= 2020-12-24 09:35:08.754 | + functions-common:fetch_plugins:1653 : local plugin 2020-12-24 09:35:08.756 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2020-12-24 09:35:08.758 | + functions-common:fetch_plugins:1657 : return 2020-12-24 09:35:08.760 | + ./stack.sh:main:564 : run_phase override_defaults 2020-12-24 09:35:08.762 | + functions-common:run_phase:1734 : local mode=override_defaults 2020-12-24 09:35:08.763 | + functions-common:run_phase:1735 : local phase= 2020-12-24 09:35:08.765 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-24 09:35:08.767 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-24 09:35:08.769 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-24 09:35:08.770 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-24 09:35:08.772 | + functions-common:run_phase:1744 : local extra 2020-12-24 09:35:08.774 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-24 09:35:08.777 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-24 09:35:08.779 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-24 09:35:08.780 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-24 09:35:08.782 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-12-24 09:35:08.784 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-24 09:35:08.796 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:08.798 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-24 09:35:08.800 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-24 09:35:08.801 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-24 09:35:08.803 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-24 09:35:08.805 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-24 09:35:08.807 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-24 09:35:08.809 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-12-24 09:35:08.811 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-12-24 09:35:08.813 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-24 09:35:08.814 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-12-24 09:35:08.816 | + functions-common:run_phase:1759 : plugin_override_defaults 2020-12-24 09:35:08.818 | + functions-common:plugin_override_defaults:1693 : local plugins= 2020-12-24 09:35:08.820 | + functions-common:plugin_override_defaults:1694 : local plugin 2020-12-24 09:35:08.822 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2020-12-24 09:35:08.824 | + functions-common:plugin_override_defaults:1698 : return 2020-12-24 09:35:08.826 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-12-24 09:35:08.843 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-12-24 09:35:08.845 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-12-24 09:35:08.858 | ++ functions-common:is_service_enabled:1962 : return 1 2020-12-24 09:35:08.861 | +++ lib/tls:source:43 : hostname -f 2020-12-24 09:35:08.864 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-12-24 09:35:08.866 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-12-24 09:35:08.868 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-12-24 09:35:08.869 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-12-24 09:35:08.871 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-12-24 09:35:08.873 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-12-24 09:35:08.875 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-12-24 09:35:08.877 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-12-24 09:35:08.879 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-12-24 09:35:08.880 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-12-24 09:35:08.885 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-12-24 09:35:08.896 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-12-24 09:35:08.912 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-12-24 09:35:08.923 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-12-24 09:35:08.935 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-12-24 09:35:08.959 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-12-24 09:35:08.995 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-12-24 09:35:09.063 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-12-24 09:35:09.082 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-12-24 09:35:09.112 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-12-24 09:35:09.158 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-12-24 09:35:09.267 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-12-24 09:35:09.280 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-12-24 09:35:09.293 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-12-24 09:35:09.304 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-12-24 09:35:09.393 | + ./stack.sh:main:593 : run_phase source 2020-12-24 09:35:09.395 | + functions-common:run_phase:1734 : local mode=source 2020-12-24 09:35:09.397 | + functions-common:run_phase:1735 : local phase= 2020-12-24 09:35:09.399 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-24 09:35:09.401 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-24 09:35:09.403 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-24 09:35:09.406 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-24 09:35:09.408 | + functions-common:run_phase:1744 : local extra 2020-12-24 09:35:09.410 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-24 09:35:09.413 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-24 09:35:09.416 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-24 09:35:09.418 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-24 09:35:09.420 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-12-24 09:35:09.423 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-24 09:35:09.436 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.438 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-12-24 09:35:09.440 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-12-24 09:35:09.474 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-12-24 09:35:09.476 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-12-24 09:35:09.479 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2020-12-24 09:35:09.481 | + functions-common:run_phase:1756 : load_plugin_settings 2020-12-24 09:35:09.484 | + functions-common:load_plugin_settings:1670 : local plugins= 2020-12-24 09:35:09.486 | + functions-common:load_plugin_settings:1671 : local plugin 2020-12-24 09:35:09.488 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2020-12-24 09:35:09.490 | + functions-common:load_plugin_settings:1675 : return 2020-12-24 09:35:09.492 | + functions-common:run_phase:1757 : verify_disabled_services 2020-12-24 09:35:09.495 | + functions-common:verify_disabled_services:2017 : local service 2020-12-24 09:35:09.497 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.499 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-12-24 09:35:09.502 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.504 | + 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, ]] 2020-12-24 09:35:09.506 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.508 | + 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, ]] 2020-12-24 09:35:09.511 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.513 | + 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, ]] 2020-12-24 09:35:09.515 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.517 | + 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, ]] 2020-12-24 09:35:09.520 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.522 | + 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, ]] 2020-12-24 09:35:09.524 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.527 | + 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, ]] 2020-12-24 09:35:09.529 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.531 | + 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, ]] 2020-12-24 09:35:09.533 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.535 | + 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, ]] 2020-12-24 09:35:09.538 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.540 | + 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, ]] 2020-12-24 09:35:09.543 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.545 | + 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, ]] 2020-12-24 09:35:09.547 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.549 | + 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, ]] 2020-12-24 09:35:09.552 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.554 | + 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, ]] 2020-12-24 09:35:09.557 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.559 | + 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, ]] 2020-12-24 09:35:09.561 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.563 | + 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, ]] 2020-12-24 09:35:09.566 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.568 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-12-24 09:35:09.570 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.573 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-12-24 09:35:09.575 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.577 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-12-24 09:35:09.579 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.582 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-12-24 09:35:09.584 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.586 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-12-24 09:35:09.589 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.591 | + 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, ]] 2020-12-24 09:35:09.593 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.595 | + 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, ]] 2020-12-24 09:35:09.598 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.600 | + 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, ]] 2020-12-24 09:35:09.602 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.604 | + 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, ]] 2020-12-24 09:35:09.607 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.609 | + 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, ]] 2020-12-24 09:35:09.611 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.613 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-12-24 09:35:09.616 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.618 | + 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, ]] 2020-12-24 09:35:09.621 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.623 | + 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, ]] 2020-12-24 09:35:09.625 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.627 | + 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, ]] 2020-12-24 09:35:09.630 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.632 | + 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, ]] 2020-12-24 09:35:09.634 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.636 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-12-24 09:35:09.639 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.641 | + 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, ]] 2020-12-24 09:35:09.643 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.645 | + 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, ]] 2020-12-24 09:35:09.648 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.650 | + 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, ]] 2020-12-24 09:35:09.652 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.655 | + 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, ]] 2020-12-24 09:35:09.657 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.659 | + 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, ]] 2020-12-24 09:35:09.661 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.664 | + 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, ]] 2020-12-24 09:35:09.666 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.669 | + 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, ]] 2020-12-24 09:35:09.671 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.673 | + 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, ]] 2020-12-24 09:35:09.675 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-24 09:35:09.677 | + 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, ]] 2020-12-24 09:35:09.680 | + ./stack.sh:main:664 : initialize_database_backends 2020-12-24 09:35:09.682 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-24 09:35:09.685 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-12-24 09:35:09.698 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.701 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-12-24 09:35:09.703 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-24 09:35:09.705 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-12-24 09:35:09.719 | + functions-common:is_service_enabled:1962 : return 1 2020-12-24 09:35:09.721 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-12-24 09:35:09.724 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-12-24 09:35:09.726 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-12-24 09:35:09.729 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-12-24 09:35:09.731 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-12-24 09:35:09.733 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-12-24 09:35:09.735 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-12-24 09:35:09.738 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-12-24 09:35:09.740 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-24 09:35:09.743 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-12-24 09:35:09.746 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-24 09:35:09.748 | + lib/database:initialize_database_backends:104 : return 0 2020-12-24 09:35:09.751 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-12-24 09:35:09.751 | Using mysql database backend 2020-12-24 09:35:09.753 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-12-24 09:35:09.769 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-12-24 09:35:09.785 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.787 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-12-24 09:35:09.802 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-12-24 09:35:09.817 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.820 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-12-24 09:35:09.834 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-12-24 09:35:09.849 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-12-24 09:35:09.865 | + functions-common:is_service_enabled:1962 : return 1 2020-12-24 09:35:09.867 | + ./stack.sh:main:712 : is_service_enabled nova 2020-12-24 09:35:09.882 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.885 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-12-24 09:35:09.887 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-12-24 09:35:09.902 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:35:09.905 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-12-24 09:35:09.920 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-12-24 09:35:09.923 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-12-24 09:35:09.925 | + ./stack.sh:main:734 : save_stackenv 734 2020-12-24 09:35:09.927 | + functions-common:save_stackenv:60 : local tag=734 2020-12-24 09:35:09.930 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-12-24 09:35:09.934 | + functions-common:save_stackenv:62 : time_stamp=2020-12-24-093509 2020-12-24 09:35:09.936 | + functions-common:save_stackenv:63 : echo '# 2020-12-24-093509 734' 2020-12-24 09:35:09.939 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.941 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-24 09:35:09.943 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.946 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-12-24 09:35:09.949 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.951 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-12-24 09:35:09.953 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.956 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-12-24 09:35:09.958 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.960 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.45 2020-12-24 09:35:09.963 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.965 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.45/identity 2020-12-24 09:35:09.967 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.969 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-12-24-093508 2020-12-24 09:35:09.972 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.974 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-12-24 09:35:09.976 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.979 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.45 2020-12-24 09:35:09.982 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.984 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-12-24 09:35:09.986 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.989 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-12-24 09:35:09.991 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.994 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-12-24 09:35:09.996 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-24 09:35:09.998 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-12-24 09:35:10.001 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-12-24 09:35:10.003 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-12-24 09:35:10.005 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-12-24 09:35:10.007 | + functions-common:git_clone:527 : local git_ref=master 2020-12-24 09:35:10.009 | + functions-common:git_clone:528 : local orig_dir 2020-12-24 09:35:10.012 | ++ functions-common:git_clone:529 : pwd 2020-12-24 09:35:10.014 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-24 09:35:10.017 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-24 09:35:10.019 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-24 09:35:10.034 | + functions-common:git_clone:532 : RECLONE=False 2020-12-24 09:35:10.036 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-24 09:35:10.038 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-24 09:35:10.041 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-24 09:35:10.042 | + functions-common:git_clone:546 : echo master 2020-12-24 09:35:10.046 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-12-24 09:35:10.048 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-24 09:35:10.050 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-12-24 09:35:10.053 | + functions-common:git_clone:595 : head -1 2020-12-24 09:35:10.053 | + functions-common:git_clone:595 : git show --oneline 2020-12-24 09:35:10.058 | 4bb5643a update constraint for tempest to new release 26.0.0 2020-12-24 09:35:10.062 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-24 09:35:10.064 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-12-24 09:35:10.066 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-24 09:35:10.069 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-12-24 09:35:10.071 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-12-24 09:35:10.074 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-12-24 09:35:10.076 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-12-24 09:35:10.079 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-12-24 09:35:10.081 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-12-24 09:35:10.083 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-12-24 09:35:10.086 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-12-24 09:35:10.089 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-12-24 09:35:10.093 | ++ tools/install_prereqs.sh:source:47 : NOW=1608802510 2020-12-24 09:35:10.096 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-12-24 09:35:10.100 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-12-24 09:35:10.103 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-12-24 09:35:10.105 | ++ tools/install_prereqs.sh:source:49 : DELTA=1608802510 2020-12-24 09:35:10.108 | ++ tools/install_prereqs.sh:source:50 : [[ 1608802510 -lt 7200 ]] 2020-12-24 09:35:10.110 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-12-24 09:35:10.112 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2020-12-24 09:35:10.115 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-12-24 09:35:10.117 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2020-12-24 09:35:10.119 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-12-24 09:35:10.122 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2020-12-24 09:35:10.124 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-12-24 09:35:10.127 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-12-24 09:35:10.174 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-12-24 09:35:10.174 | apache2-dev 2020-12-24 09:35:10.174 | bc 2020-12-24 09:35:10.174 | bsdmainutils 2020-12-24 09:35:10.174 | curl 2020-12-24 09:35:10.174 | g++ 2020-12-24 09:35:10.174 | gcc 2020-12-24 09:35:10.174 | gettext 2020-12-24 09:35:10.174 | git 2020-12-24 09:35:10.174 | graphviz 2020-12-24 09:35:10.174 | iputils-ping 2020-12-24 09:35:10.174 | libapache2-mod-proxy-uwsgi 2020-12-24 09:35:10.174 | libffi-dev 2020-12-24 09:35:10.174 | libjpeg-dev 2020-12-24 09:35:10.174 | libmysqlclient-dev 2020-12-24 09:35:10.174 | libpcre3-dev 2020-12-24 09:35:10.174 | libpq-dev 2020-12-24 09:35:10.174 | libssl-dev 2020-12-24 09:35:10.174 | libsystemd-dev 2020-12-24 09:35:10.174 | libxml2-dev 2020-12-24 09:35:10.174 | libxslt1-dev 2020-12-24 09:35:10.174 | libyaml-dev 2020-12-24 09:35:10.174 | lsof 2020-12-24 09:35:10.174 | openssh-server 2020-12-24 09:35:10.174 | openssl 2020-12-24 09:35:10.174 | pkg-config 2020-12-24 09:35:10.174 | psmisc 2020-12-24 09:35:10.174 | python3-dev 2020-12-24 09:35:10.175 | python3-pip 2020-12-24 09:35:10.175 | python3-venv 2020-12-24 09:35:10.175 | tar 2020-12-24 09:35:10.175 | tcpdump 2020-12-24 09:35:10.175 | unzip 2020-12-24 09:35:10.175 | uuid-runtime 2020-12-24 09:35:10.175 | wget 2020-12-24 09:35:10.175 | wget 2020-12-24 09:35:10.175 | zlib1g-dev 2020-12-24 09:35:10.175 | libkrb5-dev 2020-12-24 09:35:10.175 | libldap2-dev 2020-12-24 09:35:10.175 | libsasl2-dev 2020-12-24 09:35:10.175 | memcached 2020-12-24 09:35:10.175 | python3-mysqldb 2020-12-24 09:35:10.175 | sqlite3 2020-12-24 09:35:10.175 | conntrack 2020-12-24 09:35:10.175 | curl 2020-12-24 09:35:10.175 | dnsmasq-base 2020-12-24 09:35:10.175 | dnsmasq-utils 2020-12-24 09:35:10.175 | ebtables 2020-12-24 09:35:10.175 | gawk 2020-12-24 09:35:10.175 | genisoimage 2020-12-24 09:35:10.175 | iptables 2020-12-24 09:35:10.175 | iputils-arping 2020-12-24 09:35:10.175 | kpartx 2020-12-24 09:35:10.175 | libjs-jquery-tablesorter 2020-12-24 09:35:10.175 | libmysqlclient-dev 2020-12-24 09:35:10.175 | parted 2020-12-24 09:35:10.175 | pm-utils 2020-12-24 09:35:10.175 | python3-mysqldb 2020-12-24 09:35:10.175 | socat 2020-12-24 09:35:10.175 | sqlite3 2020-12-24 09:35:10.175 | sudo 2020-12-24 09:35:10.175 | vlan 2020-12-24 09:35:10.175 | lsscsi 2020-12-24 09:35:10.175 | open-iscsi 2020-12-24 09:35:10.175 | lvm2 2020-12-24 09:35:10.176 | qemu-utils 2020-12-24 09:35:10.176 | thin-provisioning-tools 2020-12-24 09:35:10.176 | acl 2020-12-24 09:35:10.176 | dnsmasq-base 2020-12-24 09:35:10.176 | dnsmasq-utils 2020-12-24 09:35:10.176 | ebtables 2020-12-24 09:35:10.176 | haproxy 2020-12-24 09:35:10.176 | iptables 2020-12-24 09:35:10.176 | iputils-arping 2020-12-24 09:35:10.176 | iputils-ping 2020-12-24 09:35:10.176 | libmysqlclient-dev 2020-12-24 09:35:10.176 | postgresql-server-dev-all 2020-12-24 09:35:10.176 | python3-mysqldb 2020-12-24 09:35:10.176 | sqlite3 2020-12-24 09:35:10.176 | sudo 2020-12-24 09:35:10.176 | vlan 2020-12-24 09:35:10.176 | ipset 2020-12-24 09:35:10.176 | conntrack 2020-12-24 09:35:10.176 | conntrackd 2020-12-24 09:35:10.176 | keepalived 2020-12-24 09:35:10.176 | dstat 2020-12-24 09:35:10.176 | lvm2 2020-12-24 09:35:10.176 | qemu-utils 2020-12-24 09:35:10.176 | thin-provisioning-tools 2020-12-24 09:35:10.176 | curl 2020-12-24 09:35:10.176 | liberasurecode-dev 2020-12-24 09:35:10.176 | make 2020-12-24 09:35:10.176 | memcached 2020-12-24 09:35:10.176 | sqlite3 2020-12-24 09:35:10.176 | xfsprogs' 2020-12-24 09:35:10.177 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-12-24 09:35:10.193 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-12-24 09:35:10.193 | apache2-dev 2020-12-24 09:35:10.193 | bc 2020-12-24 09:35:10.193 | bsdmainutils 2020-12-24 09:35:10.193 | curl 2020-12-24 09:35:10.193 | g++ 2020-12-24 09:35:10.193 | gcc 2020-12-24 09:35:10.193 | gettext 2020-12-24 09:35:10.193 | git 2020-12-24 09:35:10.193 | graphviz 2020-12-24 09:35:10.193 | iputils-ping 2020-12-24 09:35:10.194 | libapache2-mod-proxy-uwsgi 2020-12-24 09:35:10.194 | libffi-dev 2020-12-24 09:35:10.194 | libjpeg-dev 2020-12-24 09:35:10.194 | libmysqlclient-dev 2020-12-24 09:35:10.194 | libpcre3-dev 2020-12-24 09:35:10.194 | libpq-dev 2020-12-24 09:35:10.194 | libssl-dev 2020-12-24 09:35:10.194 | libsystemd-dev 2020-12-24 09:35:10.194 | libxml2-dev 2020-12-24 09:35:10.194 | libxslt1-dev 2020-12-24 09:35:10.194 | libyaml-dev 2020-12-24 09:35:10.194 | lsof 2020-12-24 09:35:10.194 | openssh-server 2020-12-24 09:35:10.194 | openssl 2020-12-24 09:35:10.194 | pkg-config 2020-12-24 09:35:10.194 | psmisc 2020-12-24 09:35:10.194 | python3-dev 2020-12-24 09:35:10.194 | python3-pip 2020-12-24 09:35:10.194 | python3-venv 2020-12-24 09:35:10.194 | tar 2020-12-24 09:35:10.194 | tcpdump 2020-12-24 09:35:10.194 | unzip 2020-12-24 09:35:10.194 | uuid-runtime 2020-12-24 09:35:10.194 | wget 2020-12-24 09:35:10.194 | wget 2020-12-24 09:35:10.194 | zlib1g-dev 2020-12-24 09:35:10.194 | libkrb5-dev 2020-12-24 09:35:10.194 | libldap2-dev 2020-12-24 09:35:10.194 | libsasl2-dev 2020-12-24 09:35:10.195 | memcached 2020-12-24 09:35:10.195 | python3-mysqldb 2020-12-24 09:35:10.195 | sqlite3 2020-12-24 09:35:10.195 | conntrack 2020-12-24 09:35:10.195 | curl 2020-12-24 09:35:10.195 | dnsmasq-base 2020-12-24 09:35:10.195 | dnsmasq-utils 2020-12-24 09:35:10.195 | ebtables 2020-12-24 09:35:10.195 | gawk 2020-12-24 09:35:10.195 | genisoimage 2020-12-24 09:35:10.195 | iptables 2020-12-24 09:35:10.195 | iputils-arping 2020-12-24 09:35:10.195 | kpartx 2020-12-24 09:35:10.195 | libjs-jquery-tablesorter 2020-12-24 09:35:10.195 | libmysqlclient-dev 2020-12-24 09:35:10.195 | parted 2020-12-24 09:35:10.195 | pm-utils 2020-12-24 09:35:10.195 | python3-mysqldb 2020-12-24 09:35:10.195 | socat 2020-12-24 09:35:10.195 | sqlite3 2020-12-24 09:35:10.195 | sudo 2020-12-24 09:35:10.195 | vlan 2020-12-24 09:35:10.195 | lsscsi 2020-12-24 09:35:10.195 | open-iscsi 2020-12-24 09:35:10.195 | lvm2 2020-12-24 09:35:10.195 | qemu-utils 2020-12-24 09:35:10.195 | thin-provisioning-tools 2020-12-24 09:35:10.195 | acl 2020-12-24 09:35:10.195 | dnsmasq-base 2020-12-24 09:35:10.195 | dnsmasq-utils 2020-12-24 09:35:10.195 | ebtables 2020-12-24 09:35:10.195 | haproxy 2020-12-24 09:35:10.195 | iptables 2020-12-24 09:35:10.195 | iputils-arping 2020-12-24 09:35:10.195 | iputils-ping 2020-12-24 09:35:10.195 | libmysqlclient-dev 2020-12-24 09:35:10.196 | postgresql-server-dev-all 2020-12-24 09:35:10.196 | python3-mysqldb 2020-12-24 09:35:10.196 | sqlite3 2020-12-24 09:35:10.196 | sudo 2020-12-24 09:35:10.196 | vlan 2020-12-24 09:35:10.196 | ipset 2020-12-24 09:35:10.196 | conntrack 2020-12-24 09:35:10.196 | conntrackd 2020-12-24 09:35:10.196 | keepalived 2020-12-24 09:35:10.196 | dstat 2020-12-24 09:35:10.196 | lvm2 2020-12-24 09:35:10.196 | qemu-utils 2020-12-24 09:35:10.196 | thin-provisioning-tools 2020-12-24 09:35:10.196 | curl 2020-12-24 09:35:10.196 | liberasurecode-dev 2020-12-24 09:35:10.196 | make 2020-12-24 09:35:10.196 | memcached 2020-12-24 09:35:10.196 | sqlite3 2020-12-24 09:35:10.196 | xfsprogs ' 2020-12-24 09:35:10.199 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-12-24 09:35:10.201 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:35:10.203 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:35:10.206 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-12-24 09:35:10.207 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-24 09:35:10.210 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-24 09:35:10.213 | ++ functions-common:install_package:1344 : update_package_repo 2020-12-24 09:35:10.216 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:35:10.218 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-12-24 09:35:10.220 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:35:10.222 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:35:10.224 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:35:10.226 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:35:10.229 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:35:10.231 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:35:10.233 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-24 09:35:10.235 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-24 09:35:10.237 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-24 09:35:10.240 | +++ functions-common:apt_get_update:1078 : id -u 2020-12-24 09:35:10.244 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-24 09:35:10.246 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-24 09:35:10.248 | ++ functions-common:time_start:2292 : local name=apt-get-update 2020-12-24 09:35:10.250 | ++ functions-common:time_start:2293 : local start_time= 2020-12-24 09:35:10.252 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2020-12-24 09:35:10.255 | +++ functions-common:time_start:2297 : date +%s%3N 2020-12-24 09:35:10.258 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1608802510256 2020-12-24 09:35:10.262 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-24 09:35:10.264 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-24 09:35:10.267 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-12-24 09:35:10.644 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-24 09:35:10.644 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-24 09:35:10.763 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-24 09:35:10.892 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-24 09:35:12.955 | Reading package lists... 2020-12-24 09:35:13.014 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-24 09:35:13.016 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-24 09:35:13.018 | ++ functions-common:time_stop:2306 : local name 2020-12-24 09:35:13.020 | ++ functions-common:time_stop:2307 : local end_time 2020-12-24 09:35:13.022 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:35:13.024 | ++ functions-common:time_stop:2309 : local total 2020-12-24 09:35:13.027 | ++ functions-common:time_stop:2310 : local start_time 2020-12-24 09:35:13.029 | ++ functions-common:time_stop:2312 : name=apt-get-update 2020-12-24 09:35:13.031 | ++ functions-common:time_stop:2313 : start_time=1608802510256 2020-12-24 09:35:13.033 | ++ functions-common:time_stop:2315 : [[ -z 1608802510256 ]] 2020-12-24 09:35:13.036 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:35:13.039 | ++ functions-common:time_stop:2318 : end_time=1608802513037 2020-12-24 09:35:13.042 | ++ functions-common:time_stop:2319 : elapsed_time=2781 2020-12-24 09:35:13.044 | ++ functions-common:time_stop:2320 : total=0 2020-12-24 09:35:13.046 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:35:13.048 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2781 2020-12-24 09:35:13.051 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-24 09:35:13.053 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:35:13.056 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:35:13.059 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:35:13.061 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-24 09:35:13.084 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-24 09:35:13.203 | Reading package lists... 2020-12-24 09:35:13.443 | Building dependency tree... 2020-12-24 09:35:13.444 | Reading state information... 2020-12-24 09:35:13.680 | acl is already the newest version (2.2.52-3build1). 2020-12-24 09:35:13.680 | acl set to manually installed. 2020-12-24 09:35:13.680 | bc is already the newest version (1.07.1-2). 2020-12-24 09:35:13.680 | bc set to manually installed. 2020-12-24 09:35:13.680 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-12-24 09:35:13.680 | bsdmainutils set to manually installed. 2020-12-24 09:35:13.680 | dnsmasq-base is already the newest version (2.79-1). 2020-12-24 09:35:13.680 | dnsmasq-base set to manually installed. 2020-12-24 09:35:13.680 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-12-24 09:35:13.680 | gawk set to manually installed. 2020-12-24 09:35:13.680 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-12-24 09:35:13.680 | iptables set to manually installed. 2020-12-24 09:35:13.680 | libpcre3-dev is already the newest version (2:8.39-9). 2020-12-24 09:35:13.680 | lsof is already the newest version (4.89+dfsg-0.1). 2020-12-24 09:35:13.680 | lsof set to manually installed. 2020-12-24 09:35:13.680 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-12-24 09:35:13.680 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-12-24 09:35:13.680 | ebtables set to manually installed. 2020-12-24 09:35:13.681 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-12-24 09:35:13.681 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-12-24 09:35:13.681 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-12-24 09:35:13.681 | parted is already the newest version (3.2-20ubuntu0.2). 2020-12-24 09:35:13.681 | parted set to manually installed. 2020-12-24 09:35:13.681 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-12-24 09:35:13.681 | psmisc set to manually installed. 2020-12-24 09:35:13.681 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-12-24 09:35:13.681 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-12-24 09:35:13.681 | tar set to manually installed. 2020-12-24 09:35:13.681 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-12-24 09:35:13.681 | wget set to manually installed. 2020-12-24 09:35:13.681 | The following packages were automatically installed and are no longer required: 2020-12-24 09:35:13.681 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:35:13.681 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:35:13.681 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-12-24 09:35:13.681 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-12-24 09:35:13.681 | python3-twisted-bin python3-zope.interface 2020-12-24 09:35:13.681 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:35:13.681 | The following additional packages will be installed: 2020-12-24 09:35:13.681 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-12-24 09:35:13.681 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-12-24 09:35:13.681 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-12-24 09:35:13.681 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-12-24 09:35:13.681 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-12-24 09:35:13.682 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-12-24 09:35:13.682 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-12-24 09:35:13.682 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-24 09:35:13.682 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-24 09:35:13.682 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-12-24 09:35:13.682 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-12-24 09:35:13.682 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-12-24 09:35:13.682 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2020-12-24 09:35:13.682 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-24 09:35:13.682 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-24 09:35:13.682 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2020-12-24 09:35:13.682 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-24 09:35:13.682 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2020-12-24 09:35:13.682 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2020-12-24 09:35:13.682 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2020-12-24 09:35:13.682 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-12-24 09:35:13.682 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-24 09:35:13.682 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-12-24 09:35:13.682 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-12-24 09:35:13.682 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-12-24 09:35:13.682 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-12-24 09:35:13.682 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-12-24 09:35:13.682 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-12-24 09:35:13.682 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-12-24 09:35:13.682 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-12-24 09:35:13.682 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-12-24 09:35:13.682 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-12-24 09:35:13.682 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-12-24 09:35:13.682 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-12-24 09:35:13.682 | uuid-dev uwsgi-core vbetool x11-common 2020-12-24 09:35:13.683 | Suggested packages: 2020-12-24 09:35:13.683 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-12-24 09:35:13.683 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-12-24 09:35:13.683 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-12-24 09:35:13.683 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-12-24 09:35:13.683 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-12-24 09:35:13.683 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-12-24 09:35:13.684 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-12-24 09:35:13.684 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-12-24 09:35:13.684 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-12-24 09:35:13.684 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-12-24 09:35:13.684 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-12-24 09:35:13.684 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-12-24 09:35:13.684 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-12-24 09:35:13.684 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-12-24 09:35:13.684 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-12-24 09:35:13.684 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-12-24 09:35:13.684 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-12-24 09:35:13.684 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-12-24 09:35:13.684 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-12-24 09:35:13.684 | uwsgi-extra uwsgi-dev 2020-12-24 09:35:13.937 | The following NEW packages will be installed: 2020-12-24 09:35:13.938 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-12-24 09:35:13.938 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-12-24 09:35:13.938 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-12-24 09:35:13.938 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-12-24 09:35:13.938 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-12-24 09:35:13.938 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-12-24 09:35:13.938 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-12-24 09:35:13.938 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-12-24 09:35:13.938 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-12-24 09:35:13.938 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-24 09:35:13.938 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-24 09:35:13.938 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-12-24 09:35:13.938 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-12-24 09:35:13.938 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-12-24 09:35:13.938 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-12-24 09:35:13.938 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-24 09:35:13.938 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-24 09:35:13.938 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-12-24 09:35:13.938 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-24 09:35:13.938 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-12-24 09:35:13.938 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-12-24 09:35:13.938 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-12-24 09:35:13.938 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-12-24 09:35:13.938 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-24 09:35:13.938 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-12-24 09:35:13.938 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-12-24 09:35:13.938 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-12-24 09:35:13.938 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-12-24 09:35:13.939 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-12-24 09:35:13.939 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-12-24 09:35:13.939 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-12-24 09:35:13.939 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-12-24 09:35:13.939 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-12-24 09:35:13.939 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-12-24 09:35:13.939 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-12-24 09:35:13.939 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-12-24 09:35:13.939 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-12-24 09:35:13.939 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-12-24 09:35:13.939 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-12-24 09:35:13.939 | The following packages will be upgraded: 2020-12-24 09:35:13.939 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2020-12-24 09:35:13.939 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2020-12-24 09:35:13.939 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-12-24 09:35:13.939 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-12-24 09:35:13.940 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-12-24 09:35:14.119 | 30 upgraded, 202 newly installed, 0 to remove and 144 not upgraded. 2020-12-24 09:35:14.119 | Need to get 84.3 MB of archives. 2020-12-24 09:35:14.119 | After this operation, 263 MB of additional disk space will be used. 2020-12-24 09:35:14.119 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2020-12-24 09:35:14.385 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2020-12-24 09:35:14.419 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2020-12-24 09:35:15.047 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2020-12-24 09:35:15.064 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2020-12-24 09:35:15.068 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2020-12-24 09:35:15.072 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-12-24 09:35:15.089 | 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] 2020-12-24 09:35:15.336 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-12-24 09:35:15.348 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2020-12-24 09:35:15.443 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2020-12-24 09:35:15.444 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 2020-12-24 09:35:15.446 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 2020-12-24 09:35:15.452 | 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] 2020-12-24 09:35:15.453 | 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] 2020-12-24 09:35:15.472 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-12-24 09:35:15.473 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2020-12-24 09:35:15.541 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-12-24 09:35:16.608 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2020-12-24 09:35:16.893 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2020-12-24 09:35:16.928 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2020-12-24 09:35:16.931 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2020-12-24 09:35:16.936 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2020-12-24 09:35:16.939 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-12-24 09:35:17.153 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2020-12-24 09:35:17.183 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-12-24 09:35:17.189 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-12-24 09:35:17.206 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-12-24 09:35:17.233 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2020-12-24 09:35:17.440 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2020-12-24 09:35:17.603 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2020-12-24 09:35:17.618 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2020-12-24 09:35:17.620 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-12-24 09:35:17.622 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-12-24 09:35:17.623 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2020-12-24 09:35:17.633 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-12-24 09:35:17.633 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2020-12-24 09:35:17.634 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2020-12-24 09:35:17.725 | 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] 2020-12-24 09:35:17.768 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2020-12-24 09:35:17.782 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2020-12-24 09:35:17.789 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2020-12-24 09:35:17.956 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2020-12-24 09:35:17.962 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2020-12-24 09:35:17.974 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2020-12-24 09:35:17.986 | 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] 2020-12-24 09:35:17.988 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-12-24 09:35:17.988 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2020-12-24 09:35:18.029 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-12-24 09:35:18.109 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.8 [261 kB] 2020-12-24 09:35:18.155 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-12-24 09:35:18.221 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-12-24 09:35:18.222 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-12-24 09:35:18.227 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-12-24 09:35:18.314 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-12-24 09:35:18.396 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2020-12-24 09:35:18.409 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-12-24 09:35:18.452 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-12-24 09:35:18.452 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2020-12-24 09:35:18.455 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2020-12-24 09:35:18.456 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-12-24 09:35:18.457 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2020-12-24 09:35:18.458 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2020-12-24 09:35:18.465 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-12-24 09:35:18.520 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2020-12-24 09:35:18.690 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-12-24 09:35:18.693 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2020-12-24 09:35:18.795 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2020-12-24 09:35:18.799 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-12-24 09:35:18.831 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-12-24 09:35:19.063 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2020-12-24 09:35:19.069 | 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] 2020-12-24 09:35:19.308 | 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] 2020-12-24 09:35:20.895 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2020-12-24 09:35:20.896 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-12-24 09:35:20.896 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2020-12-24 09:35:20.897 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-12-24 09:35:20.957 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-12-24 09:35:20.969 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2020-12-24 09:35:20.992 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2020-12-24 09:35:21.005 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-12-24 09:35:21.030 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-12-24 09:35:21.032 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-12-24 09:35:21.091 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-12-24 09:35:21.092 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-12-24 09:35:21.103 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-12-24 09:35:21.163 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-12-24 09:35:21.175 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-12-24 09:35:21.324 | 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] 2020-12-24 09:35:21.325 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2020-12-24 09:35:21.838 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-12-24 09:35:21.841 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-12-24 09:35:21.844 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-12-24 09:35:21.851 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-12-24 09:35:21.852 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-12-24 09:35:21.856 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-12-24 09:35:21.881 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-12-24 09:35:21.913 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-12-24 09:35:21.919 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-12-24 09:35:22.004 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2020-12-24 09:35:22.028 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-12-24 09:35:22.179 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2020-12-24 09:35:22.293 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2020-12-24 09:35:22.297 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-12-24 09:35:22.322 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-12-24 09:35:22.557 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-12-24 09:35:22.562 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-12-24 09:35:22.577 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-12-24 09:35:22.579 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-12-24 09:35:22.581 | 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] 2020-12-24 09:35:22.597 | 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] 2020-12-24 09:35:22.603 | 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] 2020-12-24 09:35:22.605 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-12-24 09:35:22.609 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-12-24 09:35:22.684 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-12-24 09:35:22.703 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-12-24 09:35:22.719 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-12-24 09:35:22.732 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-12-24 09:35:22.736 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-12-24 09:35:22.751 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-12-24 09:35:22.802 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2020-12-24 09:35:22.807 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2020-12-24 09:35:22.819 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-12-24 09:35:22.823 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-12-24 09:35:22.836 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-12-24 09:35:22.880 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-12-24 09:35:22.883 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-12-24 09:35:22.883 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2020-12-24 09:35:22.884 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-12-24 09:35:22.887 | 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] 2020-12-24 09:35:22.906 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2020-12-24 09:35:22.989 | 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] 2020-12-24 09:35:23.064 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2020-12-24 09:35:23.066 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2020-12-24 09:35:23.067 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2020-12-24 09:35:23.069 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2020-12-24 09:35:23.071 | 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] 2020-12-24 09:35:23.073 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2020-12-24 09:35:23.083 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2020-12-24 09:35:23.084 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2020-12-24 09:35:23.088 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2020-12-24 09:35:23.123 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-12-24 09:35:23.146 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-12-24 09:35:23.147 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-12-24 09:35:23.150 | 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] 2020-12-24 09:35:23.156 | 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] 2020-12-24 09:35:23.164 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-12-24 09:35:23.168 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2020-12-24 09:35:23.183 | 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] 2020-12-24 09:35:23.348 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-12-24 09:35:23.349 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2020-12-24 09:35:23.350 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-12-24 09:35:23.351 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-12-24 09:35:23.352 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2020-12-24 09:35:23.353 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-12-24 09:35:23.354 | 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] 2020-12-24 09:35:23.355 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2020-12-24 09:35:24.751 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-12-24 09:35:24.760 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-12-24 09:35:24.762 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-12-24 09:35:24.763 | 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] 2020-12-24 09:35:24.823 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-12-24 09:35:24.824 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-12-24 09:35:24.824 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-12-24 09:35:24.828 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-12-24 09:35:24.829 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2020-12-24 09:35:24.833 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-12-24 09:35:24.869 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2020-12-24 09:35:24.870 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-12-24 09:35:24.872 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-12-24 09:35:24.926 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2020-12-24 09:35:24.927 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2020-12-24 09:35:25.034 | 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] 2020-12-24 09:35:25.474 | 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] 2020-12-24 09:35:25.652 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-12-24 09:35:25.658 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-12-24 09:35:25.660 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2020-12-24 09:35:25.699 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2020-12-24 09:35:25.703 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2020-12-24 09:35:25.707 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2020-12-24 09:35:25.725 | 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] 2020-12-24 09:35:26.288 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.5 [923 kB] 2020-12-24 09:35:26.458 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [256 kB] 2020-12-24 09:35:26.467 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB] 2020-12-24 09:35:26.468 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-12-24 09:35:26.472 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2020-12-24 09:35:26.479 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2020-12-24 09:35:26.481 | 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] 2020-12-24 09:35:26.580 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2020-12-24 09:35:26.663 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2020-12-24 09:35:26.735 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-12-24 09:35:26.766 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-12-24 09:35:26.768 | 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] 2020-12-24 09:35:26.983 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-12-24 09:35:26.987 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-12-24 09:35:26.988 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-12-24 09:35:26.990 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-12-24 09:35:26.991 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-12-24 09:35:26.996 | 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] 2020-12-24 09:35:27.161 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2020-12-24 09:35:27.162 | 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] 2020-12-24 09:35:27.377 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-12-24 09:35:27.501 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-12-24 09:35:27.559 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-12-24 09:35:27.595 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-12-24 09:35:27.625 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-12-24 09:35:27.679 | 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] 2020-12-24 09:35:27.740 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-12-24 09:35:27.801 | 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] 2020-12-24 09:35:27.802 | 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] 2020-12-24 09:35:27.802 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2020-12-24 09:35:27.809 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-12-24 09:35:27.814 | 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] 2020-12-24 09:35:27.820 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.34 [871 kB] 2020-12-24 09:35:27.904 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-12-24 09:35:27.917 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-12-24 09:35:28.090 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-12-24 09:35:28.098 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2020-12-24 09:35:28.103 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2020-12-24 09:35:28.119 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-12-24 09:35:28.120 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-12-24 09:35:28.121 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-12-24 09:35:28.122 | 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] 2020-12-24 09:35:28.124 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-12-24 09:35:28.124 | 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] 2020-12-24 09:35:28.152 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-12-24 09:35:28.210 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-12-24 09:35:28.211 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-12-24 09:35:28.224 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2020-12-24 09:35:28.225 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-12-24 09:35:28.230 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-12-24 09:35:28.260 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-12-24 09:35:29.907 | Preconfiguring packages ... 2020-12-24 09:35:30.031 | Fetched 84.3 MB in 14s (5,893 kB/s) 2020-12-24 09:35:30.105 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-24 09:35:30.107 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-24 09:35:30.145 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-24 09:35:30.290 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-24 09:35:30.318 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-24 09:35:30.475 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-24 09:35:30.630 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-24 09:35:31.371 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2020-12-24 09:35:31.399 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-24 09:35:31.503 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2020-12-24 09:35:31.627 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-24 09:35:31.630 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-24 09:35:31.659 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-24 09:35:31.747 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-24 09:35:31.882 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-24 09:35:31.884 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-24 09:35:31.912 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-24 09:35:32.194 | Selecting previously unselected package libapr1:amd64. 2020-12-24 09:35:32.200 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-12-24 09:35:32.203 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-12-24 09:35:32.329 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-24 09:35:32.353 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-24 09:35:32.628 | Selecting previously unselected package libaprutil1:amd64. 2020-12-24 09:35:32.635 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-12-24 09:35:32.638 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-12-24 09:35:32.736 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-24 09:35:32.767 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-12-24 09:35:32.906 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-12-24 09:35:32.913 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-12-24 09:35:32.916 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-24 09:35:32.980 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-24 09:35:33.002 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-24 09:35:33.109 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-24 09:35:33.136 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-24 09:35:33.228 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2020-12-24 09:35:33.249 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-24 09:35:33.368 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-24 09:35:33.390 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-24 09:35:33.482 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-12-24 09:35:33.488 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-12-24 09:35:33.491 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-24 09:35:33.566 | Selecting previously unselected package liblua5.2-0:amd64. 2020-12-24 09:35:33.572 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-12-24 09:35:33.575 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-24 09:35:33.668 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-24 09:35:33.696 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-12-24 09:35:35.021 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-24 09:35:35.047 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-12-24 09:35:35.213 | Selecting previously unselected package apache2-bin. 2020-12-24 09:35:35.219 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-24 09:35:35.222 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-24 09:35:35.436 | Selecting previously unselected package apache2-utils. 2020-12-24 09:35:35.443 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-24 09:35:35.448 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-24 09:35:35.515 | Selecting previously unselected package apache2-data. 2020-12-24 09:35:35.521 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-12-24 09:35:35.525 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-24 09:35:35.709 | Selecting previously unselected package apache2. 2020-12-24 09:35:35.716 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-24 09:35:35.734 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-12-24 09:35:35.845 | Selecting previously unselected package fonts-dejavu-core. 2020-12-24 09:35:35.852 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-12-24 09:35:35.854 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-12-24 09:35:36.062 | Selecting previously unselected package fonts-liberation. 2020-12-24 09:35:36.070 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-12-24 09:35:36.073 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-24 09:35:36.266 | Selecting previously unselected package fontconfig-config. 2020-12-24 09:35:36.272 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-12-24 09:35:36.275 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-24 09:35:36.365 | Selecting previously unselected package libfontconfig1:amd64. 2020-12-24 09:35:36.373 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-12-24 09:35:36.375 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-24 09:35:36.473 | Selecting previously unselected package fontconfig. 2020-12-24 09:35:36.480 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-12-24 09:35:36.482 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-12-24 09:35:36.576 | Selecting previously unselected package liblua5.3-0:amd64. 2020-12-24 09:35:36.583 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:36.586 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-24 09:35:36.699 | Selecting previously unselected package haproxy. 2020-12-24 09:35:36.706 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-12-24 09:35:36.716 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-12-24 09:35:36.933 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-12-24 09:35:36.940 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-24 09:35:36.942 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-24 09:35:37.054 | Selecting previously unselected package x11-common. 2020-12-24 09:35:37.061 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-12-24 09:35:37.085 | dpkg-query: no packages found matching nux-tools 2020-12-24 09:35:37.096 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-12-24 09:35:37.182 | Selecting previously unselected package libice6:amd64. 2020-12-24 09:35:37.188 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-12-24 09:35:37.190 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-12-24 09:35:37.275 | Selecting previously unselected package libsm6:amd64. 2020-12-24 09:35:37.282 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-12-24 09:35:37.284 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-12-24 09:35:37.408 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-12-24 09:35:37.885 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-12-24 09:35:38.331 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-12-24 09:35:38.338 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-12-24 09:35:38.341 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-24 09:35:38.430 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-24 09:35:38.453 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-12-24 09:35:38.550 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-12-24 09:35:38.700 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65643 files and directories currently installed.) 2020-12-24 09:35:38.703 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-24 09:35:38.726 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-12-24 09:35:39.009 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-24 09:35:39.031 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-24 09:35:39.241 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2020-12-24 09:35:39.272 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2020-12-24 09:35:39.454 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:39.477 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-24 09:35:39.616 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:39.638 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-24 09:35:39.784 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:39.808 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-24 09:35:39.906 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:39.935 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-24 09:35:40.043 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:40.064 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-12-24 09:35:40.188 | Selecting previously unselected package uuid-dev:amd64. 2020-12-24 09:35:40.195 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-24 09:35:40.198 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-24 09:35:40.281 | Selecting previously unselected package libsctp1:amd64. 2020-12-24 09:35:40.287 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-12-24 09:35:40.290 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-24 09:35:40.346 | Selecting previously unselected package libsctp-dev:amd64. 2020-12-24 09:35:40.353 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-12-24 09:35:40.356 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-24 09:35:40.417 | Selecting previously unselected package libapr1-dev. 2020-12-24 09:35:40.423 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2020-12-24 09:35:40.425 | Unpacking libapr1-dev (1.6.3-2) ... 2020-12-24 09:35:40.698 | Selecting previously unselected package libldap2-dev:amd64. 2020-12-24 09:35:40.705 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-24 09:35:40.708 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-24 09:35:40.842 | Selecting previously unselected package libaprutil1-dev. 2020-12-24 09:35:40.849 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-12-24 09:35:40.851 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-12-24 09:35:41.115 | Selecting previously unselected package autotools-dev. 2020-12-24 09:35:41.122 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2020-12-24 09:35:41.124 | Unpacking autotools-dev (20180224.1) ... 2020-12-24 09:35:41.188 | Selecting previously unselected package m4. 2020-12-24 09:35:41.194 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2020-12-24 09:35:41.197 | Unpacking m4 (1.4.18-1) ... 2020-12-24 09:35:41.312 | Selecting previously unselected package autoconf. 2020-12-24 09:35:41.319 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2020-12-24 09:35:41.322 | Unpacking autoconf (2.69-11) ... 2020-12-24 09:35:41.453 | Selecting previously unselected package automake. 2020-12-24 09:35:41.459 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-12-24 09:35:41.464 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-12-24 09:35:41.594 | Selecting previously unselected package autopoint. 2020-12-24 09:35:41.601 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-12-24 09:35:41.611 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-24 09:35:41.684 | Selecting previously unselected package libtool. 2020-12-24 09:35:41.691 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2020-12-24 09:35:41.694 | Unpacking libtool (2.4.6-2) ... 2020-12-24 09:35:41.782 | Selecting previously unselected package dh-autoreconf. 2020-12-24 09:35:41.788 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2020-12-24 09:35:41.791 | Unpacking dh-autoreconf (17) ... 2020-12-24 09:35:41.848 | Selecting previously unselected package libarchive-zip-perl. 2020-12-24 09:35:41.855 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-12-24 09:35:41.857 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-24 09:35:41.921 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-12-24 09:35:41.928 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-12-24 09:35:41.939 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-24 09:35:41.996 | Selecting previously unselected package libtimedate-perl. 2020-12-24 09:35:42.003 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2020-12-24 09:35:42.005 | Unpacking libtimedate-perl (2.3000-2) ... 2020-12-24 09:35:42.082 | Selecting previously unselected package dh-strip-nondeterminism. 2020-12-24 09:35:42.089 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-12-24 09:35:42.091 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-24 09:35:42.148 | Selecting previously unselected package libdpkg-perl. 2020-12-24 09:35:42.156 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-12-24 09:35:42.158 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-24 09:35:42.249 | Selecting previously unselected package make. 2020-12-24 09:35:42.255 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2020-12-24 09:35:42.258 | Unpacking make (4.1-9.1ubuntu1) ... 2020-12-24 09:35:42.349 | Selecting previously unselected package dpkg-dev. 2020-12-24 09:35:42.356 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-12-24 09:35:42.358 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-24 09:35:42.549 | Selecting previously unselected package libcroco3:amd64. 2020-12-24 09:35:42.556 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2020-12-24 09:35:42.558 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-12-24 09:35:42.635 | Selecting previously unselected package gettext. 2020-12-24 09:35:42.642 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-12-24 09:35:42.652 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-24 09:35:42.921 | Selecting previously unselected package intltool-debian. 2020-12-24 09:35:42.927 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-12-24 09:35:42.938 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-12-24 09:35:42.996 | Selecting previously unselected package po-debconf. 2020-12-24 09:35:43.002 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2020-12-24 09:35:43.005 | Unpacking po-debconf (1.0.20) ... 2020-12-24 09:35:43.088 | Selecting previously unselected package debhelper. 2020-12-24 09:35:43.095 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2020-12-24 09:35:43.097 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-12-24 09:35:43.327 | Selecting previously unselected package apache2-dev. 2020-12-24 09:35:43.334 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-24 09:35:43.345 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-24 09:35:43.428 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-12-24 09:35:43.436 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-24 09:35:43.438 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-24 09:35:43.901 | Selecting previously unselected package g++-7. 2020-12-24 09:35:43.909 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-24 09:35:43.911 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-24 09:35:45.286 | Selecting previously unselected package g++. 2020-12-24 09:35:45.294 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-12-24 09:35:45.296 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-24 09:35:45.362 | Selecting previously unselected package build-essential. 2020-12-24 09:35:45.369 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2020-12-24 09:35:45.371 | Unpacking build-essential (12.4ubuntu1) ... 2020-12-24 09:35:45.428 | Selecting previously unselected package conntrack. 2020-12-24 09:35:45.434 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-24 09:35:45.437 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-24 09:35:45.523 | Selecting previously unselected package libnetfilter-queue1. 2020-12-24 09:35:45.530 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-12-24 09:35:45.533 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-12-24 09:35:45.632 | Selecting previously unselected package conntrackd. 2020-12-24 09:35:45.639 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-24 09:35:45.642 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-24 09:35:45.733 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2020-12-24 09:35:45.754 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2020-12-24 09:35:45.893 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2020-12-24 09:35:45.922 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2020-12-24 09:35:46.040 | Selecting previously unselected package dctrl-tools. 2020-12-24 09:35:46.047 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2020-12-24 09:35:46.057 | Unpacking dctrl-tools (2.24-2build1) ... 2020-12-24 09:35:46.119 | Selecting previously unselected package dnsmasq-utils. 2020-12-24 09:35:46.126 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2020-12-24 09:35:46.128 | Unpacking dnsmasq-utils (2.79-1) ... 2020-12-24 09:35:46.211 | Selecting previously unselected package dstat. 2020-12-24 09:35:46.219 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2020-12-24 09:35:46.221 | Unpacking dstat (0.7.3-1) ... 2020-12-24 09:35:46.336 | Selecting previously unselected package libfakeroot:amd64. 2020-12-24 09:35:46.343 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-24 09:35:46.345 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-24 09:35:46.444 | Selecting previously unselected package fakeroot. 2020-12-24 09:35:46.451 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-24 09:35:46.453 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-12-24 09:35:46.517 | Selecting previously unselected package genisoimage. 2020-12-24 09:35:46.523 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-12-24 09:35:46.526 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-24 09:35:46.663 | Selecting previously unselected package libgraphite2-3:amd64. 2020-12-24 09:35:46.671 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-12-24 09:35:46.681 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-24 09:35:46.765 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-12-24 09:35:46.772 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-12-24 09:35:46.782 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:35:46.877 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-12-24 09:35:46.883 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-24 09:35:46.886 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:35:47.002 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-12-24 09:35:47.081 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-12-24 09:35:47.988 | Selecting previously unselected package libann0. 2020-12-24 09:35:47.996 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2020-12-24 09:35:47.999 | Unpacking libann0 (1.1.2+doc-6) ... 2020-12-24 09:35:48.081 | Selecting previously unselected package libcdt5. 2020-12-24 09:35:48.088 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2020-12-24 09:35:48.098 | Unpacking libcdt5 (2.40.1-2) ... 2020-12-24 09:35:48.182 | Selecting previously unselected package libcgraph6. 2020-12-24 09:35:48.189 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2020-12-24 09:35:48.191 | Unpacking libcgraph6 (2.40.1-2) ... 2020-12-24 09:35:48.251 | Selecting previously unselected package libjpeg8:amd64. 2020-12-24 09:35:48.258 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-12-24 09:35:48.260 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-24 09:35:48.352 | Selecting previously unselected package libjbig0:amd64. 2020-12-24 09:35:48.359 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2020-12-24 09:35:48.361 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-12-24 09:35:48.453 | Selecting previously unselected package libtiff5:amd64. 2020-12-24 09:35:48.460 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-12-24 09:35:48.462 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-24 09:35:48.565 | Selecting previously unselected package libwebp6:amd64. 2020-12-24 09:35:48.572 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2020-12-24 09:35:48.574 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-12-24 09:35:48.680 | Selecting previously unselected package libxpm4:amd64. 2020-12-24 09:35:48.688 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-12-24 09:35:48.690 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-12-24 09:35:48.782 | Selecting previously unselected package libgd3:amd64. 2020-12-24 09:35:48.789 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-12-24 09:35:48.791 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-24 09:35:48.897 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-12-24 09:35:48.904 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-12-24 09:35:48.915 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-24 09:35:49.023 | Selecting previously unselected package libpixman-1-0:amd64. 2020-12-24 09:35:49.031 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-12-24 09:35:49.034 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-24 09:35:49.149 | Selecting previously unselected package libxcb-render0:amd64. 2020-12-24 09:35:49.157 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-24 09:35:49.167 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-24 09:35:49.272 | Selecting previously unselected package libxcb-shm0:amd64. 2020-12-24 09:35:49.279 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-24 09:35:49.282 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-24 09:35:49.364 | Selecting previously unselected package libxrender1:amd64. 2020-12-24 09:35:49.371 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-12-24 09:35:49.373 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-12-24 09:35:49.465 | Selecting previously unselected package libcairo2:amd64. 2020-12-24 09:35:49.473 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-12-24 09:35:49.475 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-24 09:35:49.618 | Selecting previously unselected package libltdl7:amd64. 2020-12-24 09:35:49.625 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2020-12-24 09:35:49.628 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-12-24 09:35:49.694 | Selecting previously unselected package libthai-data. 2020-12-24 09:35:49.701 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2020-12-24 09:35:49.703 | Unpacking libthai-data (0.1.27-2) ... 2020-12-24 09:35:49.822 | Selecting previously unselected package libdatrie1:amd64. 2020-12-24 09:35:49.829 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2020-12-24 09:35:49.832 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-12-24 09:35:49.923 | Selecting previously unselected package libthai0:amd64. 2020-12-24 09:35:49.930 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2020-12-24 09:35:49.932 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-12-24 09:35:50.028 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-12-24 09:35:50.035 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-24 09:35:50.066 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:35:50.168 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-12-24 09:35:50.175 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-24 09:35:50.178 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:35:50.262 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-12-24 09:35:50.269 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-24 09:35:50.272 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:35:50.356 | Selecting previously unselected package libpathplan4. 2020-12-24 09:35:50.363 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2020-12-24 09:35:50.365 | Unpacking libpathplan4 (2.40.1-2) ... 2020-12-24 09:35:50.456 | Selecting previously unselected package libgvc6. 2020-12-24 09:35:50.463 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2020-12-24 09:35:50.466 | Unpacking libgvc6 (2.40.1-2) ... 2020-12-24 09:35:50.625 | Selecting previously unselected package libgvpr2. 2020-12-24 09:35:50.632 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2020-12-24 09:35:50.635 | Unpacking libgvpr2 (2.40.1-2) ... 2020-12-24 09:35:50.733 | Selecting previously unselected package liblab-gamut1. 2020-12-24 09:35:50.740 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-12-24 09:35:50.743 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-12-24 09:35:50.950 | Selecting previously unselected package libxt6:amd64. 2020-12-24 09:35:50.957 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-12-24 09:35:50.960 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-12-24 09:35:51.063 | Selecting previously unselected package libxmu6:amd64. 2020-12-24 09:35:51.070 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-12-24 09:35:51.073 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-12-24 09:35:51.160 | Selecting previously unselected package libxaw7:amd64. 2020-12-24 09:35:51.167 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-12-24 09:35:51.170 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-12-24 09:35:51.275 | Selecting previously unselected package graphviz. 2020-12-24 09:35:51.283 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2020-12-24 09:35:51.293 | Unpacking graphviz (2.40.1-2) ... 2020-12-24 09:35:51.493 | Selecting previously unselected package libnl-3-200:amd64. 2020-12-24 09:35:51.501 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-24 09:35:51.503 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:35:51.598 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-12-24 09:35:51.605 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-24 09:35:51.609 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:35:51.719 | Selecting previously unselected package libibverbs1:amd64. 2020-12-24 09:35:51.726 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-12-24 09:35:51.730 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-24 09:35:51.827 | Selecting previously unselected package ibverbs-providers:amd64. 2020-12-24 09:35:51.835 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-12-24 09:35:51.846 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-24 09:35:51.920 | Selecting previously unselected package icu-devtools. 2020-12-24 09:35:51.928 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-12-24 09:35:51.930 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-12-24 09:35:52.030 | Selecting previously unselected package iputils-arping. 2020-12-24 09:35:52.037 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-12-24 09:35:52.039 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-12-24 09:35:52.147 | Selecting previously unselected package javascript-common. 2020-12-24 09:35:52.154 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2020-12-24 09:35:52.170 | Unpacking javascript-common (11) ... 2020-12-24 09:35:52.263 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-12-24 09:35:52.270 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-24 09:35:52.273 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:35:52.376 | Selecting previously unselected package libsensors4:amd64. 2020-12-24 09:35:52.383 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-12-24 09:35:52.474 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-12-24 09:35:52.562 | Selecting previously unselected package libsnmp-base. 2020-12-24 09:35:52.569 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-12-24 09:35:52.571 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-24 09:35:52.696 | Selecting previously unselected package libsnmp30:amd64. 2020-12-24 09:35:52.704 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-12-24 09:35:52.707 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-24 09:35:52.949 | Selecting previously unselected package keepalived. 2020-12-24 09:35:52.957 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-12-24 09:35:52.959 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-24 09:35:53.095 | Selecting previously unselected package libgssrpc4:amd64. 2020-12-24 09:35:53.102 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:53.113 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:35:53.195 | Selecting previously unselected package libkdb5-9:amd64. 2020-12-24 09:35:53.203 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:53.213 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:35:53.292 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-12-24 09:35:53.299 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:53.301 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:35:53.392 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-12-24 09:35:53.399 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:53.410 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:35:53.470 | Selecting previously unselected package comerr-dev:amd64. 2020-12-24 09:35:53.477 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-24 09:35:53.479 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-24 09:35:53.551 | Selecting previously unselected package krb5-multidev:amd64. 2020-12-24 09:35:53.558 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:35:53.561 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:35:53.669 | Selecting previously unselected package libaio1:amd64. 2020-12-24 09:35:53.677 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-12-24 09:35:53.687 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-24 09:35:53.748 | Selecting previously unselected package libalgorithm-diff-perl. 2020-12-24 09:35:53.755 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-12-24 09:35:53.757 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-12-24 09:35:53.829 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-12-24 09:35:53.836 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-12-24 09:35:53.839 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-24 09:35:53.898 | Selecting previously unselected package libalgorithm-merge-perl. 2020-12-24 09:35:53.905 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-12-24 09:35:53.908 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-12-24 09:35:53.968 | Selecting previously unselected package libarchive-cpio-perl. 2020-12-24 09:35:53.975 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2020-12-24 09:35:53.977 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-12-24 09:35:54.046 | Selecting previously unselected package libfile-fcntllock-perl. 2020-12-24 09:35:54.053 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-12-24 09:35:54.056 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-12-24 09:35:54.115 | Selecting previously unselected package libglib2.0-bin. 2020-12-24 09:35:54.122 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-24 09:35:54.134 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:35:54.217 | Selecting previously unselected package libglib2.0-dev-bin. 2020-12-24 09:35:54.224 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-24 09:35:54.227 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:35:54.331 | Selecting previously unselected package pkg-config. 2020-12-24 09:35:54.338 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-12-24 09:35:54.342 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-12-24 09:35:54.414 | Selecting previously unselected package zlib1g-dev:amd64. 2020-12-24 09:35:54.422 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-12-24 09:35:54.424 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-24 09:35:54.523 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-12-24 09:35:54.531 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-24 09:35:54.534 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:35:54.882 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-12-24 09:35:54.890 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-12-24 09:35:54.892 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-24 09:35:54.967 | Selecting previously unselected package libgts-bin. 2020-12-24 09:35:54.974 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-12-24 09:35:54.977 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-12-24 09:35:55.073 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-12-24 09:35:55.082 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-24 09:35:55.084 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:35:55.169 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-12-24 09:35:55.176 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-24 09:35:55.178 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:35:55.254 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-12-24 09:35:55.261 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-12-24 09:35:55.263 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-24 09:35:55.338 | Selecting previously unselected package libiculx60:amd64. 2020-12-24 09:35:55.346 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-24 09:35:55.349 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-24 09:35:55.417 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-12-24 09:35:55.424 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-12-24 09:35:55.434 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-24 09:35:55.496 | Selecting previously unselected package libicu-dev. 2020-12-24 09:35:55.504 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-12-24 09:35:55.507 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-12-24 09:35:56.987 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-12-24 09:35:56.995 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-12-24 09:35:56.997 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:35:57.132 | Selecting previously unselected package libiscsi7:amd64. 2020-12-24 09:35:57.140 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-12-24 09:35:57.143 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-24 09:35:57.240 | Selecting previously unselected package libjansson4:amd64. 2020-12-24 09:35:57.247 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2020-12-24 09:35:57.250 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-12-24 09:35:57.307 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-12-24 09:35:57.316 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-24 09:35:57.319 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-24 09:35:57.415 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-12-24 09:35:57.422 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-12-24 09:35:57.425 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-24 09:35:57.499 | Selecting previously unselected package libjpeg-dev:amd64. 2020-12-24 09:35:57.506 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-12-24 09:35:57.508 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-24 09:35:57.577 | Selecting previously unselected package libjs-jquery. 2020-12-24 09:35:57.584 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2020-12-24 09:35:57.587 | Unpacking libjs-jquery (3.2.1-1) ... 2020-12-24 09:35:57.661 | Selecting previously unselected package libjs-jquery-metadata. 2020-12-24 09:35:57.669 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2020-12-24 09:35:57.671 | Unpacking libjs-jquery-metadata (12-1) ... 2020-12-24 09:35:57.729 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-12-24 09:35:57.737 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-12-24 09:35:57.740 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-24 09:35:57.840 | Selecting previously unselected package libltdl-dev:amd64. 2020-12-24 09:35:57.847 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2020-12-24 09:35:57.850 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-12-24 09:35:57.930 | Selecting previously unselected package libsys-hostname-long-perl. 2020-12-24 09:35:57.938 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-12-24 09:35:57.940 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-12-24 09:35:57.998 | Selecting previously unselected package libmail-sendmail-perl. 2020-12-24 09:35:58.005 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2020-12-24 09:35:58.008 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-12-24 09:35:58.090 | Selecting previously unselected package libmatheval1:amd64. 2020-12-24 09:35:58.097 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-12-24 09:35:58.100 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-24 09:35:58.202 | Selecting previously unselected package mysql-common. 2020-12-24 09:35:58.209 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2020-12-24 09:35:58.226 | Unpacking mysql-common (5.8+1.0.4) ... 2020-12-24 09:35:58.308 | Selecting previously unselected package libmysqlclient20:amd64. 2020-12-24 09:35:58.316 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:58.319 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:35:58.489 | Selecting previously unselected package libssl-dev:amd64. 2020-12-24 09:35:58.498 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-24 09:35:58.501 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-24 09:35:58.797 | Selecting previously unselected package libmysqlclient-dev. 2020-12-24 09:35:58.804 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:58.807 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:35:59.052 | Selecting previously unselected package libnorm1:amd64. 2020-12-24 09:35:59.060 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-12-24 09:35:59.062 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-24 09:35:59.169 | Selecting previously unselected package libnspr4:amd64. 2020-12-24 09:35:59.177 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-12-24 09:35:59.179 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-24 09:35:59.265 | Selecting previously unselected package libnss3:amd64. 2020-12-24 09:35:59.273 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-12-24 09:35:59.275 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-24 09:35:59.530 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-12-24 09:35:59.539 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-12-24 09:35:59.542 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-24 09:35:59.644 | Selecting previously unselected package libpq5:amd64. 2020-12-24 09:35:59.652 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:59.654 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:35:59.727 | Selecting previously unselected package libpq-dev. 2020-12-24 09:35:59.735 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:35:59.737 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:35:59.881 | Selecting previously unselected package librados2. 2020-12-24 09:35:59.888 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-24 09:35:59.892 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-24 09:36:00.372 | Selecting previously unselected package librbd1. 2020-12-24 09:36:00.380 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-24 09:36:00.382 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-24 09:36:00.573 | Selecting previously unselected package libsasl2-dev. 2020-12-24 09:36:00.580 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-24 09:36:00.582 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-24 09:36:00.698 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-24 09:36:00.720 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-24 09:36:00.835 | Selecting previously unselected package libsodium23:amd64. 2020-12-24 09:36:00.843 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2020-12-24 09:36:00.846 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-12-24 09:36:00.920 | Selecting previously unselected package libsystemd-dev:amd64. 2020-12-24 09:36:00.928 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2020-12-24 09:36:00.931 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-24 09:36:01.057 | Selecting previously unselected package libx86-1:amd64. 2020-12-24 09:36:01.065 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-12-24 09:36:01.067 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-24 09:36:01.135 | Selecting previously unselected package libxml2-dev:amd64. 2020-12-24 09:36:01.143 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-24 09:36:01.145 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-24 09:36:01.354 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-24 09:36:01.379 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-12-24 09:36:01.469 | Selecting previously unselected package libxslt1-dev:amd64. 2020-12-24 09:36:01.476 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-24 09:36:01.478 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-24 09:36:01.636 | Selecting previously unselected package libzmq5:amd64. 2020-12-24 09:36:01.644 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-12-24 09:36:01.646 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-24 09:36:01.753 | Selecting previously unselected package lsscsi. 2020-12-24 09:36:01.760 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2020-12-24 09:36:01.762 | Unpacking lsscsi (0.28-0.1) ... 2020-12-24 09:36:01.870 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-12-24 09:36:01.899 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-12-24 09:36:02.773 | Selecting previously unselected package memcached. 2020-12-24 09:36:02.780 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-12-24 09:36:02.783 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-12-24 09:36:02.860 | Selecting previously unselected package pm-utils. 2020-12-24 09:36:02.868 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2020-12-24 09:36:02.870 | Unpacking pm-utils (1.4.1-17) ... 2020-12-24 09:36:02.978 | Selecting previously unselected package postgresql-client-common. 2020-12-24 09:36:02.986 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-12-24 09:36:02.988 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-12-24 09:36:03.072 | Selecting previously unselected package ssl-cert. 2020-12-24 09:36:03.080 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2020-12-24 09:36:03.082 | Unpacking ssl-cert (1.0.39) ... 2020-12-24 09:36:03.208 | Selecting previously unselected package postgresql-common. 2020-12-24 09:36:03.216 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2020-12-24 09:36:03.249 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-12-24 09:36:03.260 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-12-24 09:36:03.349 | Selecting previously unselected package postgresql-server-dev-10. 2020-12-24 09:36:03.357 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:36:03.359 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:36:03.658 | Selecting previously unselected package postgresql-server-dev-all. 2020-12-24 09:36:03.666 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-12-24 09:36:03.668 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-24 09:36:03.727 | Selecting previously unselected package python-pip-whl. 2020-12-24 09:36:03.735 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-24 09:36:03.737 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-24 09:36:03.995 | Selecting previously unselected package python3-crypto. 2020-12-24 09:36:04.003 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-12-24 09:36:04.006 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-12-24 09:36:04.138 | Selecting previously unselected package python3-secretstorage. 2020-12-24 09:36:04.146 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2020-12-24 09:36:04.148 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-12-24 09:36:04.224 | Selecting previously unselected package python3-keyring. 2020-12-24 09:36:04.231 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2020-12-24 09:36:04.234 | Unpacking python3-keyring (10.6.0-1) ... 2020-12-24 09:36:04.315 | Selecting previously unselected package python3-keyrings.alt. 2020-12-24 09:36:04.323 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2020-12-24 09:36:04.325 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-12-24 09:36:04.401 | Selecting previously unselected package python3-mysqldb. 2020-12-24 09:36:04.409 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-12-24 09:36:04.411 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-12-24 09:36:04.488 | Selecting previously unselected package python3-pip. 2020-12-24 09:36:04.496 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-24 09:36:04.498 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-24 09:36:04.594 | Selecting previously unselected package python3-setuptools. 2020-12-24 09:36:04.602 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2020-12-24 09:36:04.604 | Unpacking python3-setuptools (39.0.1-2) ... 2020-12-24 09:36:04.722 | Selecting previously unselected package python3.6-venv. 2020-12-24 09:36:04.729 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2020-12-24 09:36:04.732 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-24 09:36:04.782 | Selecting previously unselected package python3-venv. 2020-12-24 09:36:04.789 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-12-24 09:36:04.791 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-12-24 09:36:04.860 | Selecting previously unselected package python3-wheel. 2020-12-24 09:36:04.867 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2020-12-24 09:36:04.870 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-12-24 09:36:04.947 | Selecting previously unselected package python3-xdg. 2020-12-24 09:36:04.957 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-12-24 09:36:04.959 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-12-24 09:36:05.034 | Selecting previously unselected package qemu-block-extra:amd64. 2020-12-24 09:36:05.042 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-24 09:36:05.044 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-24 09:36:05.105 | Selecting previously unselected package qemu-utils. 2020-12-24 09:36:05.113 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-24 09:36:05.115 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-24 09:36:05.327 | Selecting previously unselected package sharutils. 2020-12-24 09:36:05.335 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-12-24 09:36:05.338 | Unpacking sharutils (1:4.15.2-3) ... 2020-12-24 09:36:05.415 | Selecting previously unselected package sqlite3. 2020-12-24 09:36:05.423 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-24 09:36:05.425 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-24 09:36:05.588 | Selecting previously unselected package thin-provisioning-tools. 2020-12-24 09:36:05.596 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-12-24 09:36:05.598 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-24 09:36:05.730 | Selecting previously unselected package unzip. 2020-12-24 09:36:05.740 | Preparing to unpack .../180-unzip_6.0-21ubuntu1.1_amd64.deb ... 2020-12-24 09:36:05.743 | Unpacking unzip (6.0-21ubuntu1.1) ... 2020-12-24 09:36:05.841 | Selecting previously unselected package uwsgi-core. 2020-12-24 09:36:05.849 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-24 09:36:05.851 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:36:06.025 | Selecting previously unselected package vbetool. 2020-12-24 09:36:06.033 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2020-12-24 09:36:06.036 | Unpacking vbetool (1.1-4) ... 2020-12-24 09:36:06.118 | Selecting previously unselected package libipset3:amd64. 2020-12-24 09:36:06.126 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2020-12-24 09:36:06.128 | Unpacking libipset3:amd64 (6.34-1) ... 2020-12-24 09:36:06.201 | Selecting previously unselected package ipset. 2020-12-24 09:36:06.209 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2020-12-24 09:36:06.211 | Unpacking ipset (6.34-1) ... 2020-12-24 09:36:06.303 | Selecting previously unselected package ipvsadm. 2020-12-24 09:36:06.311 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:36:06.314 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-24 09:36:06.391 | Selecting previously unselected package kpartx. 2020-12-24 09:36:06.399 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-12-24 09:36:06.401 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-12-24 09:36:06.467 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-12-24 09:36:06.476 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-24 09:36:06.478 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:36:06.563 | Selecting previously unselected package liberasurecode1:amd64. 2020-12-24 09:36:06.573 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2020-12-24 09:36:06.576 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-12-24 09:36:06.636 | Selecting previously unselected package liberasurecode-dev. 2020-12-24 09:36:06.645 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-12-24 09:36:06.647 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-12-24 09:36:06.706 | Selecting previously unselected package libffi-dev:amd64. 2020-12-24 09:36:06.714 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2020-12-24 09:36:06.716 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-12-24 09:36:06.793 | Selecting previously unselected package libkrb5-dev:amd64. 2020-12-24 09:36:06.800 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-24 09:36:06.802 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:36:06.864 | Selecting previously unselected package libyaml-dev:amd64. 2020-12-24 09:36:06.871 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-12-24 09:36:06.873 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-24 09:36:06.938 | Selecting previously unselected package socat. 2020-12-24 09:36:06.947 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-12-24 09:36:06.950 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-12-24 09:36:07.074 | Selecting previously unselected package vlan. 2020-12-24 09:36:07.082 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-12-24 09:36:07.084 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-12-24 09:36:07.182 | Setting up libjs-jquery (3.2.1-1) ... 2020-12-24 09:36:07.203 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-24 09:36:07.231 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-12-24 09:36:07.260 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-24 09:36:07.287 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-24 09:36:07.482 | Setting up libpathplan4 (2.40.1-2) ... 2020-12-24 09:36:07.510 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-24 09:36:07.539 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-12-24 09:36:07.568 | Setting up make (4.1-9.1ubuntu1) ... 2020-12-24 09:36:07.596 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-12-24 09:36:07.624 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-24 09:36:07.652 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-12-24 09:36:07.718 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-24 09:36:07.747 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-24 09:36:07.776 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-12-24 09:36:07.804 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-24 09:36:07.831 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:36:07.854 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2020-12-24 09:36:07.915 | Setting up libtimedate-perl (2.3000-2) ... 2020-12-24 09:36:07.943 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-12-24 09:36:07.971 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-24 09:36:08.022 | Setting up fonts-dejavu-core (2.37-1) ... 2020-12-24 09:36:08.178 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-12-24 09:36:08.608 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-12-24 09:36:08.879 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-24 09:36:08.924 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-12-24 09:36:09.302 | update-initramfs: deferring update (trigger activated) 2020-12-24 09:36:11.309 | Setting up lsscsi (0.28-0.1) ... 2020-12-24 09:36:11.345 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:36:11.373 | No schema files found: doing nothing. 2020-12-24 09:36:11.380 | Setting up mysql-common (5.8+1.0.4) ... 2020-12-24 09:36:11.439 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-24 09:36:11.451 | Setting up sharutils (1:4.15.2-3) ... 2020-12-24 09:36:11.479 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-24 09:36:11.507 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-12-24 09:36:11.810 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-24 09:36:11.838 | Setting up libjansson4:amd64 (2.11-1) ... 2020-12-24 09:36:11.865 | Setting up python3-keyrings.alt (3.0-1) ... 2020-12-24 09:36:12.152 | Setting up unzip (6.0-21ubuntu1.1) ... 2020-12-24 09:36:12.190 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-24 09:36:12.287 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-24 09:36:12.324 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-12-24 09:36:12.351 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-24 09:36:12.388 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-24 09:36:12.416 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-24 09:36:12.443 | Setting up dctrl-tools (2.24-2build1) ... 2020-12-24 09:36:12.478 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-24 09:36:12.506 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-12-24 09:36:12.534 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-12-24 09:36:12.570 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-24 09:36:12.598 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-24 09:36:12.626 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-24 09:36:12.704 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-24 09:36:23.441 | Setting up pm-utils (1.4.1-17) ... 2020-12-24 09:36:23.479 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-12-24 09:36:23.514 | Setting up python3-wheel (0.30.0-0.2) ... 2020-12-24 09:36:23.809 | Setting up m4 (1.4.18-1) ... 2020-12-24 09:36:23.837 | Setting up libipset3:amd64 (6.34-1) ... 2020-12-24 09:36:23.865 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-24 09:36:23.893 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-24 09:36:23.922 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:36:23.950 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-12-24 09:36:24.022 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-12-24 09:36:25.848 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-24 09:36:25.876 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-24 09:36:25.904 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-12-24 09:36:26.768 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-24 09:36:26.791 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-12-24 09:36:26.819 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-24 09:36:26.847 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-24 09:36:26.874 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-24 09:36:26.902 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-12-24 09:36:26.929 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-12-24 09:36:26.957 | Setting up dnsmasq-utils (2.79-1) ... 2020-12-24 09:36:26.985 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-12-24 09:36:27.012 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-24 09:36:27.060 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-24 09:36:27.106 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-24 09:36:27.134 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-12-24 09:36:27.161 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-24 09:36:27.196 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-24 09:36:27.233 | Setting up autotools-dev (20180224.1) ... 2020-12-24 09:36:27.262 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-24 09:36:27.290 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-12-24 09:36:27.319 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-12-24 09:36:27.365 | Setting up dstat (0.7.3-1) ... 2020-12-24 09:36:27.575 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-24 09:36:27.821 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-12-24 09:36:27.848 | Setting up ipset (6.34-1) ... 2020-12-24 09:36:27.876 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-24 09:36:27.913 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-24 09:36:27.941 | Setting up systemd (237-3ubuntu10.43) ... 2020-12-24 09:36:27.958 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-12-24 09:36:29.096 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-12-24 09:36:29.097 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-12-24 09:36:29.099 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-12-24 09:36:29.100 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-12-24 09:36:29.179 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-12-24 09:36:29.206 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-24 09:36:29.244 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-24 09:36:29.622 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-12-24 09:36:29.651 | Setting up libann0 (1.1.2+doc-6) ... 2020-12-24 09:36:29.680 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-12-24 09:36:29.709 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-24 09:36:29.737 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-12-24 09:36:29.765 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-12-24 09:36:29.792 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-12-24 09:36:29.839 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:36:52.082 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-24 09:36:52.089 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:36:52.118 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-12-24 09:36:52.146 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-24 09:36:52.174 | Setting up libthai-data (0.1.27-2) ... 2020-12-24 09:36:52.202 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-12-24 09:36:52.232 | Setting up javascript-common (11) ... 2020-12-24 09:36:52.311 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-12-24 09:36:52.327 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-24 09:36:52.370 | Setting up python3-setuptools (39.0.1-2) ... 2020-12-24 09:36:52.823 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-24 09:36:52.865 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:36:52.913 | Setting up libjs-jquery-metadata (12-1) ... 2020-12-24 09:36:52.941 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-12-24 09:36:53.330 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-12-24 09:36:53.715 | Setting up python3-secretstorage (2.3.1-2) ... 2020-12-24 09:36:53.979 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-12-24 09:36:54.007 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-24 09:36:54.034 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:36:54.063 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-24 09:36:54.091 | Setting up vbetool (1.1-4) ... 2020-12-24 09:36:54.119 | Setting up libcdt5 (2.40.1-2) ... 2020-12-24 09:36:54.156 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-12-24 09:36:54.221 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-24 09:36:54.249 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-24 09:36:54.277 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-24 09:36:54.499 | Setting up libcgraph6 (2.40.1-2) ... 2020-12-24 09:36:54.527 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-24 09:36:54.555 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-12-24 09:36:54.584 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-24 09:36:54.612 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-24 09:36:54.641 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-24 09:36:54.669 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-24 09:36:54.697 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-12-24 09:36:54.726 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-24 09:36:54.762 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-24 09:36:54.790 | Setting up libtool (2.4.6-2) ... 2020-12-24 09:36:54.818 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-24 09:36:54.846 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-24 09:36:54.874 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-24 09:36:54.902 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-24 09:36:54.930 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:36:54.958 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-12-24 09:36:55.535 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-12-24 09:36:56.187 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-24 09:36:56.582 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-24 09:36:56.611 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-24 09:36:56.639 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-24 09:36:57.035 | Setting up libapr1-dev (1.6.3-2) ... 2020-12-24 09:36:57.063 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-12-24 09:36:57.091 | Setting up python3-keyring (10.6.0-1) ... 2020-12-24 09:36:57.403 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:36:57.693 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-24 09:36:57.720 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-24 09:36:57.748 | Setting up libgvpr2 (2.40.1-2) ... 2020-12-24 09:36:57.776 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-24 09:36:57.805 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-12-24 09:36:58.414 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-12-24 09:36:59.017 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-12-24 09:36:59.038 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-24 09:36:59.067 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-24 09:36:59.095 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-12-24 09:36:59.125 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-12-24 09:36:59.176 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-24 09:36:59.205 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:36:59.233 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-24 09:36:59.261 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:36:59.296 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-24 09:36:59.324 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-24 09:36:59.352 | Setting up ssl-cert (1.0.39) ... 2020-12-24 09:37:00.178 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-12-24 09:37:00.458 | Setting up autoconf (2.69-11) ... 2020-12-24 09:37:00.496 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-12-24 09:37:00.524 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-12-24 09:37:00.547 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-12-24 09:37:00.570 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-12-24 09:37:00.771 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-24 09:37:01.253 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-24 09:37:01.281 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-12-24 09:37:01.312 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-12-24 09:37:01.340 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-12-24 09:37:01.439 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-24 09:37:01.468 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-24 09:37:01.496 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:37:01.524 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-24 09:37:01.552 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-24 09:37:01.900 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-12-24 09:37:02.519 | Setting up postgresql-common (190ubuntu0.1) ... 2020-12-24 09:37:03.136 | Adding user postgres to group ssl-cert 2020-12-24 09:37:03.308 | 2020-12-24 09:37:03.308 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-12-24 09:37:03.508 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-12-24 09:37:03.508 | Removing obsolete dictionary files: 2020-12-24 09:37:03.795 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-12-24 09:37:04.417 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-12-24 09:37:04.433 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-12-24 09:37:04.455 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:37:04.492 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-12-24 09:37:04.522 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-24 09:37:04.594 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-12-24 09:37:04.605 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:04.633 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-12-24 09:37:04.661 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:37:04.689 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:37:04.726 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-24 09:37:05.024 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-12-24 09:37:05.666 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-24 09:37:05.845 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-24 09:37:05.873 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-12-24 09:37:05.909 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:37:05.937 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-12-24 09:37:07.488 | Enabling module mpm_event. 2020-12-24 09:37:07.552 | Enabling module authz_core. 2020-12-24 09:37:07.557 | Enabling module authz_host. 2020-12-24 09:37:07.613 | Enabling module authn_core. 2020-12-24 09:37:07.619 | Enabling module auth_basic. 2020-12-24 09:37:07.675 | Enabling module access_compat. 2020-12-24 09:37:07.731 | Enabling module authn_file. 2020-12-24 09:37:07.789 | Enabling module authz_user. 2020-12-24 09:37:07.845 | Enabling module alias. 2020-12-24 09:37:07.906 | Enabling module dir. 2020-12-24 09:37:07.967 | Enabling module autoindex. 2020-12-24 09:37:08.023 | Enabling module env. 2020-12-24 09:37:08.079 | Enabling module mime. 2020-12-24 09:37:08.135 | Enabling module negotiation. 2020-12-24 09:37:08.192 | Enabling module setenvif. 2020-12-24 09:37:08.257 | Enabling module filter. 2020-12-24 09:37:08.314 | Enabling module deflate. 2020-12-24 09:37:08.371 | Enabling module status. 2020-12-24 09:37:08.427 | Enabling module reqtimeout. 2020-12-24 09:37:08.484 | Enabling conf charset. 2020-12-24 09:37:08.542 | Enabling conf localized-error-pages. 2020-12-24 09:37:08.599 | Enabling conf other-vhosts-access-log. 2020-12-24 09:37:08.655 | Enabling conf security. 2020-12-24 09:37:08.711 | Enabling conf serve-cgi-bin. 2020-12-24 09:37:08.767 | Enabling site 000-default. 2020-12-24 09:37:08.816 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-12-24 09:37:08.870 | Enabling conf javascript-common. 2020-12-24 09:37:09.110 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-12-24 09:37:09.526 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-12-24 09:37:11.023 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:37:11.051 | Setting up po-debconf (1.0.20) ... 2020-12-24 09:37:11.079 | Setting up build-essential (12.4ubuntu1) ... 2020-12-24 09:37:11.107 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-24 09:37:11.135 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-24 09:37:11.163 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-24 09:37:11.190 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-24 09:37:11.219 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:11.247 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:37:11.275 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-24 09:37:11.442 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-24 09:37:11.470 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-12-24 09:37:11.498 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-12-24 09:37:13.669 | Regenerating fonts cache... done. 2020-12-24 09:37:13.671 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-24 09:37:13.699 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:13.726 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:37:13.754 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2020-12-24 09:37:13.782 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-24 09:37:13.809 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-24 09:37:13.837 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:13.865 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-24 09:37:13.893 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-24 09:37:13.920 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-12-24 09:37:13.948 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-24 09:37:13.976 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:37:14.003 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:14.031 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:14.059 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-12-24 09:37:14.093 | Setting up curl (7.58.0-2ubuntu3.12) ... 2020-12-24 09:37:14.121 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:37:14.149 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:14.176 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-24 09:37:14.204 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-24 09:37:14.231 | Setting up libgvc6 (2.40.1-2) ... 2020-12-24 09:37:14.266 | Setting up graphviz (2.40.1-2) ... 2020-12-24 09:37:14.312 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-12-24 09:37:14.339 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-24 09:37:14.370 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-24 09:37:14.397 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-24 09:37:14.426 | Setting up debhelper (11.1.6ubuntu2) ... 2020-12-24 09:37:14.455 | Setting up dh-autoreconf (17) ... 2020-12-24 09:37:14.485 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-24 09:37:14.514 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-24 09:37:14.543 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-24 09:37:14.572 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-24 09:37:14.635 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-24 09:37:23.651 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-24 09:37:23.681 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:37:23.865 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:37:23.888 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-24 09:37:24.123 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-24 09:37:24.142 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-24 09:37:26.173 | ++ functions-common:apt_get:1115 : result=0 2020-12-24 09:37:26.176 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:37:26.178 | ++ functions-common:time_stop:2306 : local name 2020-12-24 09:37:26.180 | ++ functions-common:time_stop:2307 : local end_time 2020-12-24 09:37:26.182 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:37:26.184 | ++ functions-common:time_stop:2309 : local total 2020-12-24 09:37:26.186 | ++ functions-common:time_stop:2310 : local start_time 2020-12-24 09:37:26.188 | ++ functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:37:26.190 | ++ functions-common:time_stop:2313 : start_time=1608802513079 2020-12-24 09:37:26.193 | ++ functions-common:time_stop:2315 : [[ -z 1608802513079 ]] 2020-12-24 09:37:26.196 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:37:26.200 | ++ functions-common:time_stop:2318 : end_time=1608802646197 2020-12-24 09:37:26.202 | ++ functions-common:time_stop:2319 : elapsed_time=133118 2020-12-24 09:37:26.204 | ++ functions-common:time_stop:2320 : total=691 2020-12-24 09:37:26.206 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:37:26.209 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=133809 2020-12-24 09:37:26.211 | ++ functions-common:apt_get:1119 : return 0 2020-12-24 09:37:26.214 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-12-24 09:37:26.216 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-12-24 09:37:26.219 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-12-24 09:37:26.222 | ++ tools/install_prereqs.sh:source:89 : date 2020-12-24 09:37:26.226 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-12-24 09:37:26.229 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-12-24 09:37:26.231 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-12-24 09:37:27.667 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-12-24 09:37:27.669 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-12-24 09:37:27.672 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-12-24 09:37:27.674 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-12-24 09:37:27.676 | + tools/install_pip.sh:main:43 : GetDistro 2020-12-24 09:37:27.678 | + functions-common:GetDistro:373 : GetOSVersion 2020-12-24 09:37:27.680 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-12-24 09:37:27.683 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-12-24 09:37:27.685 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-12-24 09:37:27.687 | + functions-common:_ensure_lsb_release:328 : return 2020-12-24 09:37:27.689 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-12-24 09:37:27.762 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-12-24 09:37:27.764 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-12-24 09:37:27.837 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-12-24 09:37:27.839 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-12-24 09:37:27.913 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-12-24 09:37:27.915 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-12-24 09:37:27.917 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-12-24 09:37:27.919 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-12-24 09:37:27.921 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-12-24 09:37:27.923 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-12-24 09:37:27.925 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-12-24 09:37:27.927 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-12-24 09:37:27.929 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-12-24 09:37:27.931 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-12-24 09:37:27.933 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-12-24 09:37:27.933 | Distro: bionic 2020-12-24 09:37:27.935 | + tools/install_pip.sh:main:127 : get_versions 2020-12-24 09:37:27.938 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-24 09:37:27.941 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-24 09:37:27.944 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-24 09:37:27.946 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-24 09:37:27.947 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-24 09:37:28.287 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-12-24 09:37:28.289 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-12-24 09:37:28.289 | pip: 20.2.2 2020-12-24 09:37:28.291 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-24 09:37:28.603 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-24 09:37:28.627 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2020-12-24 09:37:28.629 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2020-12-24 09:37:28.631 | + tools/install_pip.sh:main:143 : is_fedora 2020-12-24 09:37:28.633 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-24 09:37:28.635 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-24 09:37:28.636 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-24 09:37:28.638 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-24 09:37:28.640 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-24 09:37:28.642 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-24 09:37:28.643 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2020-12-24 09:37:28.646 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:37:28.647 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-24 09:37:28.649 | + tools/install_pip.sh:main:143 : is_suse 2020-12-24 09:37:28.651 | + functions-common:is_suse:464 : is_opensuse 2020-12-24 09:37:28.653 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-24 09:37:28.654 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-24 09:37:28.656 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-24 09:37:28.658 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-24 09:37:28.660 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-24 09:37:28.662 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2020-12-24 09:37:28.664 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-12-24 09:37:28.666 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-12-24 09:37:28.667 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-12-24 09:37:28.669 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-12-24 09:37:28.692 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2020-12-24 09:37:28.694 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-12-24 09:37:28.696 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:37:28.698 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:37:28.700 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-12-24 09:37:28.715 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-12-24 09:37:28.835 | Reading package lists... 2020-12-24 09:37:29.091 | Building dependency tree... 2020-12-24 09:37:29.092 | Reading state information... 2020-12-24 09:37:29.311 | The following packages were automatically installed and are no longer required: 2020-12-24 09:37:29.312 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:37:29.312 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:37:29.312 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:37:29.312 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:37:29.312 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:37:29.312 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:37:29.312 | python3-zope.interface 2020-12-24 09:37:29.312 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:37:29.352 | The following packages will be REMOVED: 2020-12-24 09:37:29.353 | python3-pip* 2020-12-24 09:37:29.783 | 0 upgraded, 0 newly installed, 1 to remove and 144 not upgraded. 2020-12-24 09:37:29.783 | After this operation, 601 kB disk space will be freed. 2020-12-24 09:37:29.847 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74799 files and directories currently installed.) 2020-12-24 09:37:29.851 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-24 09:37:30.089 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:37:32.754 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:37:32.756 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:37:32.758 | + functions-common:time_stop:2306 : local name 2020-12-24 09:37:32.759 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:37:32.761 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:37:32.763 | + functions-common:time_stop:2309 : local total 2020-12-24 09:37:32.765 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:37:32.766 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:37:32.768 | + functions-common:time_stop:2313 : start_time=1608802648713 2020-12-24 09:37:32.769 | + functions-common:time_stop:2315 : [[ -z 1608802648713 ]] 2020-12-24 09:37:32.772 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:37:32.775 | + functions-common:time_stop:2318 : end_time=1608802652773 2020-12-24 09:37:32.777 | + functions-common:time_stop:2319 : elapsed_time=4060 2020-12-24 09:37:32.779 | + functions-common:time_stop:2320 : total=0 2020-12-24 09:37:32.780 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:37:32.782 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4060 2020-12-24 09:37:32.784 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:37:32.786 | + tools/install_pip.sh:main:149 : install_get_pip 2020-12-24 09:37:32.788 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-24 09:37:32.790 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-24 09:37:32.791 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-12-24 09:37:32.793 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-24 09:37:32.795 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-12-24 09:37:32.805 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-12-24 09:37:32.805 | Dload Upload Total Spent Left Speed 2020-12-24 09:37:33.435 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1842k 100 1842k 0 0 2924k 0 --:--:-- --:--:-- --:--:-- 2929k 2020-12-24 09:37:33.440 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-12-24 09:37:33.444 | + 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 2020-12-24 09:37:36.080 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:37:37.091 | Collecting pip<20.3 2020-12-24 09:37:37.104 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2020-12-24 09:37:37.422 | Installing collected packages: pip 2020-12-24 09:37:37.422 | Attempting uninstall: pip 2020-12-24 09:37:37.423 | Found existing installation: pip 20.2.2 2020-12-24 09:37:37.661 | Uninstalling pip-20.2.2: 2020-12-24 09:37:37.675 | Successfully uninstalled pip-20.2.2 2020-12-24 09:37:38.962 | Successfully installed pip-20.2.4 2020-12-24 09:37:39.095 | + tools/install_pip.sh:main:151 : set -x 2020-12-24 09:37:39.097 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2020-12-24 09:37:39.099 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-12-24 09:37:39.101 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-24 09:37:39.103 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-12-24 09:37:39.105 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-12-24 09:37:39.107 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-24 09:37:39.110 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-12-24 09:37:39.111 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-24 09:37:39.115 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2020-12-24 09:37:39.117 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2020-12-24 09:37:39.119 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-24 09:37:39.121 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-24 09:37:39.122 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-24 09:37:39.139 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2020-12-24 09:37:39.140 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-24 09:37:40.925 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:37:42.942 | Collecting setuptools===50.3.2 2020-12-24 09:37:42.954 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785 kB) 2020-12-24 09:37:43.342 | Installing collected packages: setuptools 2020-12-24 09:37:43.342 | Attempting uninstall: setuptools 2020-12-24 09:37:43.343 | Found existing installation: setuptools 49.6.0 2020-12-24 09:37:43.432 | Uninstalling setuptools-49.6.0: 2020-12-24 09:37:43.461 | Successfully uninstalled setuptools-49.6.0 2020-12-24 09:37:43.988 | Successfully installed setuptools-50.3.2 2020-12-24 09:37:44.044 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:37:44.044 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:37:44.135 | + inc/python:pip_install:200 : result=0 2020-12-24 09:37:44.137 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:37:44.138 | + functions-common:time_stop:2306 : local name 2020-12-24 09:37:44.140 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:37:44.142 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:37:44.143 | + functions-common:time_stop:2309 : local total 2020-12-24 09:37:44.145 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:37:44.147 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:37:44.149 | + functions-common:time_stop:2313 : start_time=1608802659135 2020-12-24 09:37:44.150 | + functions-common:time_stop:2315 : [[ -z 1608802659135 ]] 2020-12-24 09:37:44.152 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:37:44.155 | + functions-common:time_stop:2318 : end_time=1608802664153 2020-12-24 09:37:44.157 | + functions-common:time_stop:2319 : elapsed_time=5018 2020-12-24 09:37:44.159 | + functions-common:time_stop:2320 : total=0 2020-12-24 09:37:44.160 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:37:44.163 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5018 2020-12-24 09:37:44.165 | + inc/python:pip_install:203 : return 0 2020-12-24 09:37:44.167 | + tools/install_pip.sh:main:157 : get_versions 2020-12-24 09:37:44.169 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-24 09:37:44.172 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-24 09:37:44.174 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-24 09:37:44.178 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-24 09:37:44.178 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-24 09:37:44.522 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-12-24 09:37:44.524 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-12-24 09:37:44.524 | pip: 20.2.4 2020-12-24 09:37:44.526 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-24 09:37:44.841 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-24 09:37:44.865 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-12-24 09:37:44.868 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-12-24 09:37:44.871 | + ./stack.sh:main:759 : fixup_all 2020-12-24 09:37:44.874 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-12-24 09:37:44.877 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-12-24 09:37:44.880 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-24 09:37:44.888 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-24 09:37:44.888 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-12-24 09:37:44.889 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-12-24 09:37:44.894 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-12-24 09:37:44.897 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-12-24 09:37:44.899 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-12-24 09:37:44.906 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-12-24 09:37:44.910 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-12-24 09:37:44.912 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-12-24 09:37:44.914 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-12-24 09:37:44.916 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:37:44.918 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:37:44.920 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:37:44.922 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:37:44.924 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:37:44.926 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:37:44.929 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:37:44.931 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:37:44.933 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:37:44.935 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:37:44.937 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:37:44.939 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:37:44.941 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-12-24 09:37:44.944 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:37:44.946 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:37:44.948 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:37:44.950 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-12-24 09:37:44.967 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-12-24 09:37:45.086 | Reading package lists... 2020-12-24 09:37:45.335 | Building dependency tree... 2020-12-24 09:37:45.336 | Reading state information... 2020-12-24 09:37:45.550 | The following packages were automatically installed and are no longer required: 2020-12-24 09:37:45.550 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:37:45.550 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:37:45.550 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:37:45.550 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:37:45.550 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:37:45.551 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:37:45.551 | python3-zope.interface 2020-12-24 09:37:45.551 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:37:45.552 | The following additional packages will be installed: 2020-12-24 09:37:45.552 | python3-software-properties 2020-12-24 09:37:45.601 | The following packages will be upgraded: 2020-12-24 09:37:45.601 | python3-software-properties software-properties-common 2020-12-24 09:37:45.896 | 2 upgraded, 0 newly installed, 0 to remove and 142 not upgraded. 2020-12-24 09:37:45.896 | Need to get 33.9 kB of archives. 2020-12-24 09:37:45.896 | After this operation, 0 B of additional disk space will be used. 2020-12-24 09:37:45.896 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2020-12-24 09:37:45.952 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2020-12-24 09:37:46.491 | Fetched 33.9 kB in 0s (99.9 kB/s) 2020-12-24 09:37:46.566 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-12-24 09:37:46.570 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-12-24 09:37:46.728 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-24 09:37:46.866 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-12-24 09:37:47.016 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-24 09:37:47.120 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:37:47.626 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-12-24 09:37:47.904 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-24 09:37:47.923 | Setting up software-properties-common (0.96.24.32.14) ... 2020-12-24 09:37:50.118 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:37:50.120 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:37:50.122 | + functions-common:time_stop:2306 : local name 2020-12-24 09:37:50.125 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:37:50.127 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:37:50.129 | + functions-common:time_stop:2309 : local total 2020-12-24 09:37:50.131 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:37:50.133 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:37:50.135 | + functions-common:time_stop:2313 : start_time=1608802664965 2020-12-24 09:37:50.137 | + functions-common:time_stop:2315 : [[ -z 1608802664965 ]] 2020-12-24 09:37:50.140 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:37:50.143 | + functions-common:time_stop:2318 : end_time=1608802670141 2020-12-24 09:37:50.145 | + functions-common:time_stop:2319 : elapsed_time=5176 2020-12-24 09:37:50.148 | + functions-common:time_stop:2320 : total=133809 2020-12-24 09:37:50.150 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:37:50.152 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=138985 2020-12-24 09:37:50.154 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:37:50.156 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-12-24 09:37:50.949 | 'universe' distribution component is already enabled for all sources. 2020-12-24 09:37:50.977 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-12-24 09:37:50.979 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2020-12-24 09:37:53.606 | Reading package lists... 2020-12-24 09:37:53.899 | Building dependency tree... 2020-12-24 09:37:53.900 | Reading state information... 2020-12-24 09:37:54.113 | The following packages were automatically installed and are no longer required: 2020-12-24 09:37:54.114 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:37:54.114 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:37:54.114 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:37:54.114 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:37:54.114 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:37:54.114 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:37:54.114 | python3-zope.interface 2020-12-24 09:37:54.114 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:37:54.162 | The following NEW packages will be installed: 2020-12-24 09:37:54.163 | ubuntu-cloud-keyring 2020-12-24 09:37:54.298 | 0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded. 2020-12-24 09:37:54.298 | Need to get 6,008 B of archives. 2020-12-24 09:37:54.298 | After this operation, 22.5 kB of additional disk space will be used. 2020-12-24 09:37:54.298 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2020-12-24 09:37:54.837 | Fetched 6,008 B in 0s (50.2 kB/s) 2020-12-24 09:37:54.886 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-12-24 09:37:54.926 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-12-24 09:37:54.931 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-12-24 09:37:54.934 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-24 09:37:55.027 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-24 09:37:57.180 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-24 09:37:57.225 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-24 09:37:57.234 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-24 09:37:57.280 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-24 09:37:57.281 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2020-12-24 09:37:57.835 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2020-12-24 09:38:01.440 | Fetched 197 kB in 1s (195 kB/s) 2020-12-24 09:38:03.142 | Reading package lists... 2020-12-24 09:38:03.202 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-12-24 09:38:03.204 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-12-24 09:38:03.206 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-24 09:38:03.208 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-24 09:38:03.211 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-24 09:38:03.214 | ++ functions-common:apt_get_update:1078 : id -u 2020-12-24 09:38:03.218 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-24 09:38:03.220 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-24 09:38:03.222 | + functions-common:time_start:2292 : local name=apt-get-update 2020-12-24 09:38:03.224 | + functions-common:time_start:2293 : local start_time= 2020-12-24 09:38:03.227 | + functions-common:time_start:2294 : [[ -n '' ]] 2020-12-24 09:38:03.230 | ++ functions-common:time_start:2297 : date +%s%3N 2020-12-24 09:38:03.233 | + functions-common:time_start:2297 : _TIME_START[$name]=1608802683230 2020-12-24 09:38:03.235 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-24 09:38:03.237 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-24 09:38:03.239 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-12-24 09:38:03.472 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-24 09:38:03.518 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-24 09:38:03.573 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-24 09:38:03.611 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-24 09:38:03.612 | Hit:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2020-12-24 09:38:05.988 | Reading package lists... 2020-12-24 09:38:06.049 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-24 09:38:06.051 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-24 09:38:06.053 | + functions-common:time_stop:2306 : local name 2020-12-24 09:38:06.056 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:38:06.058 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:38:06.060 | + functions-common:time_stop:2309 : local total 2020-12-24 09:38:06.062 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:38:06.064 | + functions-common:time_stop:2312 : name=apt-get-update 2020-12-24 09:38:06.066 | + functions-common:time_stop:2313 : start_time=1608802683230 2020-12-24 09:38:06.068 | + functions-common:time_stop:2315 : [[ -z 1608802683230 ]] 2020-12-24 09:38:06.071 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:38:06.075 | + functions-common:time_stop:2318 : end_time=1608802686072 2020-12-24 09:38:06.077 | + functions-common:time_stop:2319 : elapsed_time=2842 2020-12-24 09:38:06.079 | + functions-common:time_stop:2320 : total=2781 2020-12-24 09:38:06.081 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:38:06.083 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5623 2020-12-24 09:38:06.086 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-12-24 09:38:06.097 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-12-24 09:38:06.108 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-12-24 09:38:06.119 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-12-24 09:38:06.122 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-12-24 09:38:06.124 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-24 09:38:06.126 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-24 09:38:06.128 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-24 09:38:06.131 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-24 09:38:06.133 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-24 09:38:06.135 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-24 09:38:06.137 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2020-12-24 09:38:06.139 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:38:06.141 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-24 09:38:06.143 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-12-24 09:38:06.145 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-12-24 09:38:06.148 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-12-24 09:38:06.151 | + functions-common:is_suse:464 : is_opensuse 2020-12-24 09:38:06.153 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-24 09:38:06.155 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-24 09:38:06.157 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-24 09:38:06.159 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-24 09:38:06.161 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-24 09:38:06.164 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-12-24 09:38:06.167 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-12-24 09:38:06.185 | Using python 3.6 to install os-testr 2020-12-24 09:38:06.187 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-12-24 09:38:08.003 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:38:08.539 | Collecting os-testr===2.0.0 2020-12-24 09:38:08.546 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2020-12-24 09:38:08.643 | Collecting python-subunit===1.4.0 2020-12-24 09:38:08.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2020-12-24 09:38:08.792 | Collecting testtools===2.4.0 2020-12-24 09:38:08.799 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2020-12-24 09:38:08.914 | Collecting stestr===3.1.0 2020-12-24 09:38:08.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2020-12-24 09:38:09.105 | Collecting pbr===5.5.1 2020-12-24 09:38:09.112 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2020-12-24 09:38:09.193 | Collecting extras===1.0.0 2020-12-24 09:38:09.199 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2020-12-24 09:38:09.280 | Collecting python-mimeparse===1.6.0 2020-12-24 09:38:09.286 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2020-12-24 09:38:09.374 | Collecting unittest2===1.1.0 2020-12-24 09:38:09.380 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2020-12-24 09:38:09.482 | Collecting fixtures===3.0.0 2020-12-24 09:38:09.488 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2020-12-24 09:38:09.570 | Collecting six===1.15.0 2020-12-24 09:38:09.576 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2020-12-24 09:38:09.630 | Collecting traceback2===1.4.0 2020-12-24 09:38:09.637 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2020-12-24 09:38:09.745 | Collecting voluptuous===0.12.0 2020-12-24 09:38:09.752 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ff/f348a097c9a74/voluptuous-0.12.0-py3-none-any.whl (29 kB) 2020-12-24 09:38:09.915 | Collecting PyYAML===5.3.1 2020-12-24 09:38:09.922 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-12-24 09:38:10.809 | Collecting cliff===3.5.0 2020-12-24 09:38:10.816 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2020-12-24 09:38:10.930 | Collecting future===0.18.2 2020-12-24 09:38:10.936 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-12-24 09:38:11.817 | Collecting argparse 2020-12-24 09:38:11.830 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2020-12-24 09:38:11.904 | Collecting linecache2===1.0.0 2020-12-24 09:38:11.910 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2020-12-24 09:38:12.088 | Collecting pyparsing===2.4.7 2020-12-24 09:38:12.095 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2020-12-24 09:38:12.232 | Collecting stevedore===3.3.0 2020-12-24 09:38:12.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2020-12-24 09:38:12.336 | Collecting prettytable===0.7.2 2020-12-24 09:38:12.342 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-12-24 09:38:12.540 | Collecting cmd2===1.4.0 2020-12-24 09:38:12.547 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2020-12-24 09:38:12.702 | Collecting importlib-metadata===3.1.1 2020-12-24 09:38:12.708 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/611/2e21359ef8f34/importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB) 2020-12-24 09:38:12.779 | Collecting attrs===20.3.0 2020-12-24 09:38:12.785 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2020-12-24 09:38:12.890 | Collecting wcwidth===0.2.5 2020-12-24 09:38:12.895 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2020-12-24 09:38:12.992 | Collecting pyperclip===1.8.1 2020-12-24 09:38:12.999 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2020-12-24 09:38:13.090 | Collecting colorama===0.4.4 2020-12-24 09:38:13.095 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2020-12-24 09:38:13.102 | 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 529)) (3.4.0) 2020-12-24 09:38:13.158 | Building wheels for collected packages: PyYAML, future 2020-12-24 09:38:13.159 | Building wheel for PyYAML (setup.py): started 2020-12-24 09:38:23.015 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-12-24 09:38:23.019 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403679 sha256=0ebadf9843458a4175b04c43e207657e9ba55733ceb2bdc7d2fdd209895d46ef 2020-12-24 09:38:23.019 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-12-24 09:38:23.021 | Building wheel for future (setup.py): started 2020-12-24 09:38:23.985 | Building wheel for future (setup.py): finished with status 'done' 2020-12-24 09:38:23.989 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=8d0396201c5246efc75ed3ce7466e54a354b3d4ccba55e9fa6d64f66d6b141e1 2020-12-24 09:38:23.990 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-12-24 09:38:23.991 | Successfully built PyYAML future 2020-12-24 09:38:24.498 | Installing collected packages: voluptuous, pbr, attrs, six, python-mimeparse, linecache2, traceback2, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, importlib-metadata, stevedore, pyperclip, colorama, cmd2, cliff, future, stestr, os-testr 2020-12-24 09:38:24.636 | Attempting uninstall: attrs 2020-12-24 09:38:24.637 | Found existing installation: attrs 17.4.0 2020-12-24 09:38:24.643 | Uninstalling attrs-17.4.0: 2020-12-24 09:38:24.734 | Successfully uninstalled attrs-17.4.0 2020-12-24 09:38:24.790 | Attempting uninstall: six 2020-12-24 09:38:24.791 | Found existing installation: six 1.11.0 2020-12-24 09:38:24.797 | Uninstalling six-1.11.0: 2020-12-24 09:38:24.827 | Successfully uninstalled six-1.11.0 2020-12-24 09:38:25.702 | Attempting uninstall: importlib-metadata 2020-12-24 09:38:25.702 | Found existing installation: importlib-metadata 3.3.0 2020-12-24 09:38:25.705 | Uninstalling importlib-metadata-3.3.0: 2020-12-24 09:38:25.707 | Successfully uninstalled importlib-metadata-3.3.0 2020-12-24 09:38:25.795 | Attempting uninstall: colorama 2020-12-24 09:38:25.795 | Found existing installation: colorama 0.3.7 2020-12-24 09:38:25.805 | Uninstalling colorama-0.3.7: 2020-12-24 09:38:25.835 | Successfully uninstalled colorama-0.3.7 2020-12-24 09:38:26.699 | 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.1.1 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.0 wcwidth-0.2.5 2020-12-24 09:38:26.766 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:38:26.766 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:38:26.915 | + inc/python:pip_install:200 : result=0 2020-12-24 09:38:26.918 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:38:26.920 | + functions-common:time_stop:2306 : local name 2020-12-24 09:38:26.922 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:38:26.924 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:38:26.926 | + functions-common:time_stop:2309 : local total 2020-12-24 09:38:26.929 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:38:26.931 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:38:26.933 | + functions-common:time_stop:2313 : start_time=1608802686181 2020-12-24 09:38:26.935 | + functions-common:time_stop:2315 : [[ -z 1608802686181 ]] 2020-12-24 09:38:26.938 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:38:26.941 | + functions-common:time_stop:2318 : end_time=1608802706939 2020-12-24 09:38:26.944 | + functions-common:time_stop:2319 : elapsed_time=20758 2020-12-24 09:38:26.946 | + functions-common:time_stop:2320 : total=0 2020-12-24 09:38:26.948 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:38:26.950 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=20758 2020-12-24 09:38:26.953 | + inc/python:pip_install:203 : return 0 2020-12-24 09:38:26.955 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-12-24 09:38:26.957 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-12-24 09:38:26.960 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-24 09:38:26.962 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-12-24 09:38:26.965 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-12-24 09:38:26.967 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-24 09:38:26.970 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-12-24 09:38:26.971 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-24 09:38:26.974 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-12-24 09:38:26.977 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-12-24 09:38:26.979 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-12-24 09:38:26.982 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-12-24 09:38:26.984 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-12-24 09:38:27.002 | Using python 3.6 to install systemd-python 2020-12-24 09:38:27.005 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2020-12-24 09:38:28.823 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:38:28.844 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (234) 2020-12-24 09:38:29.372 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:38:29.372 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:38:29.443 | + inc/python:pip_install:200 : result=0 2020-12-24 09:38:29.445 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:38:29.448 | + functions-common:time_stop:2306 : local name 2020-12-24 09:38:29.450 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:38:29.452 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:38:29.454 | + functions-common:time_stop:2309 : local total 2020-12-24 09:38:29.456 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:38:29.458 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:38:29.461 | + functions-common:time_stop:2313 : start_time=1608802706998 2020-12-24 09:38:29.463 | + functions-common:time_stop:2315 : [[ -z 1608802706998 ]] 2020-12-24 09:38:29.466 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:38:29.469 | + functions-common:time_stop:2318 : end_time=1608802709467 2020-12-24 09:38:29.471 | + functions-common:time_stop:2319 : elapsed_time=2469 2020-12-24 09:38:29.473 | + functions-common:time_stop:2320 : total=20758 2020-12-24 09:38:29.477 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:38:29.479 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23227 2020-12-24 09:38:29.481 | + inc/python:pip_install:203 : return 0 2020-12-24 09:38:29.483 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-12-24 09:38:29.528 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-12-24 09:38:29.596 | + ./stack.sh:main:774 : install_infra 2020-12-24 09:38:29.599 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-24 09:38:29.602 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-12-24 09:38:29.604 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-12-24 09:38:32.184 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-24 09:38:32.187 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-12-24 09:38:32.207 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-12-24 09:38:34.864 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2020-12-24 09:38:34.979 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-24 09:38:35.010 | Installing collected packages: pbr 2020-12-24 09:38:35.116 | Successfully installed pbr-5.5.1 2020-12-24 09:38:35.175 | + inc/python:pip_install:200 : result=0 2020-12-24 09:38:35.177 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:38:35.180 | + functions-common:time_stop:2306 : local name 2020-12-24 09:38:35.182 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:38:35.184 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:38:35.186 | + functions-common:time_stop:2309 : local total 2020-12-24 09:38:35.188 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:38:35.190 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:38:35.192 | + functions-common:time_stop:2313 : start_time=1608802712201 2020-12-24 09:38:35.195 | + functions-common:time_stop:2315 : [[ -z 1608802712201 ]] 2020-12-24 09:38:35.198 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:38:35.201 | + functions-common:time_stop:2318 : end_time=1608802715198 2020-12-24 09:38:35.203 | + functions-common:time_stop:2319 : elapsed_time=2997 2020-12-24 09:38:35.205 | + functions-common:time_stop:2320 : total=23227 2020-12-24 09:38:35.207 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:38:35.210 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=26224 2020-12-24 09:38:35.212 | + inc/python:pip_install:203 : return 0 2020-12-24 09:38:35.214 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-24 09:38:35.217 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-12-24 09:38:35.237 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2020-12-24 09:38:37.871 | Processing /opt/stack/requirements 2020-12-24 09:38:39.265 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2020-12-24 09:38:39.332 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-12-24 09:38:39.368 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2020-12-24 09:38:39.453 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-12-24 09:38:40.079 | Collecting requests===2.25.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) 2020-12-24 09:38:40.186 | Downloading http://10.100.0.9:8080/root/pypi/+f/e78/6fa28d8c9154e/requests-2.25.0-py2.py3-none-any.whl (61kB) 2020-12-24 09:38:40.227 | Collecting packaging===20.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2020-12-24 09:38:40.273 | Downloading http://10.100.0.9:8080/root/pypi/+f/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl 2020-12-24 09:38:40.295 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2020-12-24 09:38:40.337 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-12-24 09:38:40.403 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2020-12-24 09:38:40.434 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-12-24 09:38:40.453 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2020-12-24 09:38:40.558 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-12-24 09:38:40.575 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2020-12-24 09:38:40.610 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-12-24 09:38:40.624 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4222) 2020-12-24 09:38:41.119 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-24 09:38:41.152 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4222) 2020-12-24 09:38:41.800 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-12-24 09:38:41.826 | 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)) 2020-12-24 09:38:41.832 | Collecting certifi===2020.11.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2020-12-24 09:38:41.899 | Downloading http://10.100.0.9:8080/root/pypi/+f/1f4/22849db327d53/certifi-2020.11.8-py2.py3-none-any.whl (155kB) 2020-12-24 09:38:41.919 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-12-24 09:38:41.944 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-12-24 09:38:41.972 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2020-12-24 09:38:42.033 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2020-12-24 09:38:42.082 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2020-12-24 09:38:42.103 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-12-24 09:38:42.119 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2020-12-24 09:38:42.137 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-12-24 09:38:42.150 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2020-12-24 09:38:42.177 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-12-24 09:38:42.207 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2020-12-24 09:38:42.231 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-12-24 09:38:42.244 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2020-12-24 09:38:42.310 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2020-12-24 09:38:42.348 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2020-12-24 09:38:42.364 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-12-24 09:38:42.379 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 196)) 2020-12-24 09:38:42.409 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-12-24 09:38:42.422 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2020-12-24 09:38:42.449 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-12-24 09:38:42.462 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) 2020-12-24 09:38:42.532 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2020-12-24 09:38:42.562 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2020-12-24 09:38:42.679 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2020-12-24 09:38:42.761 | Collecting importlib-metadata===3.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2020-12-24 09:38:42.816 | Downloading http://10.100.0.9:8080/root/pypi/+f/611/2e21359ef8f34/importlib_metadata-3.1.1-py3-none-any.whl 2020-12-24 09:38:42.861 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2020-12-24 09:38:42.894 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2020-12-24 09:38:42.908 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) 2020-12-24 09:38:42.957 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2020-12-24 09:38:42.973 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2020-12-24 09:38:43.006 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2020-12-24 09:38:43.068 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2020-12-24 09:38:43.095 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-12-24 09:38:43.115 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2020-12-24 09:38:43.154 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2020-12-24 09:38:43.188 | Building wheels for collected packages: PyYAML 2020-12-24 09:38:43.189 | Running setup.py bdist_wheel for PyYAML: started 2020-12-24 09:38:43.474 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-12-24 09:38:43.474 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-h2gb7tev/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/tmptx7xvrh6pip-wheel- --python-tag cp36: 2020-12-24 09:38:43.474 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-12-24 09:38:43.474 | or: -c --help [cmd1 cmd2 ...] 2020-12-24 09:38:43.474 | or: -c --help-commands 2020-12-24 09:38:43.474 | or: -c cmd --help 2020-12-24 09:38:43.474 | 2020-12-24 09:38:43.474 | error: invalid command 'bdist_wheel' 2020-12-24 09:38:43.474 | 2020-12-24 09:38:43.474 | ---------------------------------------- 2020-12-24 09:38:43.474 | Failed building wheel for PyYAML 2020-12-24 09:38:43.474 | Running setup.py clean for PyYAML 2020-12-24 09:38:43.762 | Failed to build PyYAML 2020-12-24 09:38:43.764 | Installing collected packages: chardet, certifi, attrs, six, linecache2, traceback2, extras, argparse, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, zipp, importlib-metadata, stevedore, pyperclip, colorama, cmd2, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2020-12-24 09:38:44.709 | Running setup.py install for PyYAML: started 2020-12-24 09:38:54.764 | Running setup.py install for PyYAML: finished with status 'done' 2020-12-24 09:38:55.534 | Running setup.py install for openstack-requirements: started 2020-12-24 09:38:57.866 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-12-24 09:38:58.429 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.11.8 chardet-3.0.4 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.1.1 linecache2-1.0.0 openstack-requirements-1.2.1.dev4222 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.0 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.2 wcwidth-0.2.5 zipp-3.4.0 2020-12-24 09:38:58.555 | + inc/python:pip_install:200 : result=0 2020-12-24 09:38:58.557 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:38:58.559 | + functions-common:time_stop:2306 : local name 2020-12-24 09:38:58.562 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:38:58.564 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:38:58.566 | + functions-common:time_stop:2309 : local total 2020-12-24 09:38:58.568 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:38:58.570 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:38:58.572 | + functions-common:time_stop:2313 : start_time=1608802715231 2020-12-24 09:38:58.574 | + functions-common:time_stop:2315 : [[ -z 1608802715231 ]] 2020-12-24 09:38:58.577 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:38:58.580 | + functions-common:time_stop:2318 : end_time=1608802738578 2020-12-24 09:38:58.582 | + functions-common:time_stop:2319 : elapsed_time=23347 2020-12-24 09:38:58.585 | + functions-common:time_stop:2320 : total=26224 2020-12-24 09:38:58.588 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:38:58.591 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=49571 2020-12-24 09:38:58.593 | + inc/python:pip_install:203 : return 0 2020-12-24 09:38:58.595 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-12-24 09:38:58.598 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-12-24 09:38:58.601 | + inc/python:use_library_from_git:250 : local name=pbr 2020-12-24 09:38:58.604 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:38:58.607 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:38:58.609 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2020-12-24 09:38:58.612 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:38:58.614 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-12-24 09:38:58.636 | Using python 3.6 to install pbr 2020-12-24 09:38:58.639 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-12-24 09:39:00.453 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:39:00.587 | 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) 2020-12-24 09:39:01.123 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:39:01.123 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:39:01.197 | + inc/python:pip_install:200 : result=0 2020-12-24 09:39:01.199 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:39:01.201 | + functions-common:time_stop:2306 : local name 2020-12-24 09:39:01.203 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:39:01.205 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:39:01.208 | + functions-common:time_stop:2309 : local total 2020-12-24 09:39:01.210 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:39:01.212 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:39:01.215 | + functions-common:time_stop:2313 : start_time=1608802738631 2020-12-24 09:39:01.217 | + functions-common:time_stop:2315 : [[ -z 1608802738631 ]] 2020-12-24 09:39:01.220 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:39:01.223 | + functions-common:time_stop:2318 : end_time=1608802741220 2020-12-24 09:39:01.225 | + functions-common:time_stop:2319 : elapsed_time=2589 2020-12-24 09:39:01.227 | + functions-common:time_stop:2320 : total=49571 2020-12-24 09:39:01.229 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:39:01.231 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=52160 2020-12-24 09:39:01.233 | + inc/python:pip_install:203 : return 0 2020-12-24 09:39:01.236 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-12-24 09:39:03.883 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-12-24 09:39:05.551 | Collecting bindep 2020-12-24 09:39:05.615 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-12-24 09:39:05.637 | Collecting Parsley (from bindep) 2020-12-24 09:39:05.654 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-24 09:39:05.680 | Collecting distro (from bindep) 2020-12-24 09:39:06.215 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-12-24 09:39:06.228 | Collecting pbr>=2.0.0 (from bindep) 2020-12-24 09:39:06.312 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-24 09:39:06.340 | Installing collected packages: Parsley, distro, pbr, bindep 2020-12-24 09:39:06.673 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2020-12-24 09:39:06.739 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-24 09:39:06.743 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-24 09:39:06.746 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-12-24 09:39:06.763 | + ./stack.sh:main:783 : pkgs= 2020-12-24 09:39:06.765 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-12-24 09:39:06.767 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-12-24 09:39:06.770 | + functions-common:run_phase:1734 : local mode=stack 2020-12-24 09:39:06.772 | + functions-common:run_phase:1735 : local phase=pre-install 2020-12-24 09:39:06.774 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-24 09:39:06.776 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-24 09:39:06.778 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-24 09:39:06.781 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-24 09:39:06.783 | + functions-common:run_phase:1744 : local extra 2020-12-24 09:39:06.786 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-24 09:39:06.789 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-24 09:39:06.791 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-24 09:39:06.793 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-24 09:39:06.796 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-12-24 09:39:06.798 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-24 09:39:06.812 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:39:06.815 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-12-24 09:39:06.817 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-12-24 09:39:06.819 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-12-24 09:39:06.822 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-12-24 09:39:06.824 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-12-24 09:39:06.826 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-12-24 09:39:06.828 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-12-24 09:39:06.830 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-12-24 09:39:06.832 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-12-24 09:39:06.834 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-12-24 09:39:06.836 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-12-24 09:39:06.838 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-12-24 09:39:06.840 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-12-24 09:39:06.842 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2020-12-24 09:39:06.845 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-12-24 09:39:06.847 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2020-12-24 09:39:06.849 | + functions-common:run_plugins:1720 : local mode=stack 2020-12-24 09:39:06.851 | + functions-common:run_plugins:1721 : local phase=pre-install 2020-12-24 09:39:06.853 | + functions-common:run_plugins:1723 : local plugins= 2020-12-24 09:39:06.856 | + functions-common:run_plugins:1724 : local plugin 2020-12-24 09:39:06.858 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-12-24 09:39:06.860 | + functions:set_systemd_override:849 : local key=DefaultLimitNOFILE 2020-12-24 09:39:06.863 | + functions:set_systemd_override:850 : local value=2048 2020-12-24 09:39:06.865 | + functions:set_systemd_override:852 : local sysconf=/etc/systemd/system.conf 2020-12-24 09:39:06.868 | + functions:set_systemd_override:853 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-12-24 09:39:06.914 | + functions:set_systemd_override:854 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-12-24 09:39:06.914 | Set systemd system override for DefaultLimitNOFILE=2048 2020-12-24 09:39:06.916 | + functions:set_systemd_override:856 : sudo systemctl daemon-reload 2020-12-24 09:39:07.102 | + ./stack.sh:main:796 : install_rpc_backend 2020-12-24 09:39:07.105 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-12-24 09:39:07.123 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:39:07.125 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-12-24 09:39:07.128 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:39:07.130 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:39:07.132 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:39:07.134 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:39:07.137 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:39:07.139 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:39:07.141 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:07.143 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:07.146 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:39:07.148 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:39:07.150 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:39:07.153 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:39:07.155 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-12-24 09:39:07.157 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:39:07.159 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:07.162 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:07.164 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-12-24 09:39:07.183 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2020-12-24 09:39:07.303 | Reading package lists... 2020-12-24 09:39:07.550 | Building dependency tree... 2020-12-24 09:39:07.551 | Reading state information... 2020-12-24 09:39:07.762 | The following packages were automatically installed and are no longer required: 2020-12-24 09:39:07.763 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:39:07.763 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:39:07.763 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:39:07.763 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:39:07.763 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:39:07.763 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:39:07.763 | python3-zope.interface 2020-12-24 09:39:07.763 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:39:07.763 | The following additional packages will be installed: 2020-12-24 09:39:07.763 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-24 09:39:07.763 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-24 09:39:07.763 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-24 09:39:07.763 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-24 09:39:07.764 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-24 09:39:07.765 | Suggested packages: 2020-12-24 09:39:07.765 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-12-24 09:39:07.765 | odbc-postgresql tdsodbc unixodbc-bin 2020-12-24 09:39:07.810 | The following NEW packages will be installed: 2020-12-24 09:39:07.810 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-24 09:39:07.810 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-24 09:39:07.810 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-24 09:39:07.810 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-24 09:39:07.811 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-24 09:39:07.811 | rabbitmq-server 2020-12-24 09:39:08.090 | 0 upgraded, 26 newly installed, 0 to remove and 164 not upgraded. 2020-12-24 09:39:08.090 | Need to get 24.5 MB of archives. 2020-12-24 09:39:08.090 | After this operation, 40.4 MB of additional disk space will be used. 2020-12-24 09:39:08.090 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2020-12-24 09:39:09.489 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-12-24 09:39:09.596 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-12-24 09:39:09.685 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2020-12-24 09:39:09.700 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2020-12-24 09:39:09.709 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2020-12-24 09:39:09.780 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2020-12-24 09:39:09.891 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2020-12-24 09:39:09.996 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2020-12-24 09:39:10.317 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2020-12-24 09:39:10.363 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2020-12-24 09:39:10.457 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2020-12-24 09:39:10.592 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2020-12-24 09:39:10.632 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2020-12-24 09:39:10.644 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2020-12-24 09:39:10.660 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2020-12-24 09:39:10.680 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2020-12-24 09:39:10.801 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-12-24 09:39:10.825 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2020-12-24 09:39:10.831 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2020-12-24 09:39:11.150 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2020-12-24 09:39:11.190 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2020-12-24 09:39:11.194 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2020-12-24 09:39:11.206 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2020-12-24 09:39:11.218 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2020-12-24 09:39:11.219 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2020-12-24 09:39:12.436 | Fetched 24.5 MB in 4s (6,039 kB/s) 2020-12-24 09:39:12.473 | Selecting previously unselected package erlang-base. 2020-12-24 09:39:12.512 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74728 files and directories currently installed.) 2020-12-24 09:39:12.515 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:12.518 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:13.585 | Selecting previously unselected package erlang-asn1. 2020-12-24 09:39:13.593 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:13.596 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:13.740 | Selecting previously unselected package erlang-mnesia. 2020-12-24 09:39:13.748 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:13.750 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:13.892 | Selecting previously unselected package erlang-runtime-tools. 2020-12-24 09:39:13.900 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:13.903 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:13.984 | Selecting previously unselected package erlang-crypto. 2020-12-24 09:39:13.992 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:13.995 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:14.065 | Selecting previously unselected package erlang-public-key. 2020-12-24 09:39:14.073 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:14.076 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:14.205 | Selecting previously unselected package erlang-ssl. 2020-12-24 09:39:14.213 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:14.215 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:14.376 | Selecting previously unselected package erlang-inets. 2020-12-24 09:39:14.384 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:14.387 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:14.540 | Selecting previously unselected package erlang-corba. 2020-12-24 09:39:14.547 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:14.550 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:14.945 | Selecting previously unselected package erlang-syntax-tools. 2020-12-24 09:39:14.952 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:14.955 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.055 | Selecting previously unselected package erlang-diameter. 2020-12-24 09:39:15.063 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.065 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.208 | Selecting previously unselected package erlang-xmerl. 2020-12-24 09:39:15.216 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.218 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.403 | Selecting previously unselected package erlang-edoc. 2020-12-24 09:39:15.411 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.414 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.508 | Selecting previously unselected package erlang-eldap. 2020-12-24 09:39:15.515 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.518 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.585 | Selecting previously unselected package erlang-erl-docgen. 2020-12-24 09:39:15.593 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.596 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.671 | Selecting previously unselected package erlang-eunit. 2020-12-24 09:39:15.680 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.682 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.757 | Selecting previously unselected package erlang-ic. 2020-12-24 09:39:15.764 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:15.767 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:15.952 | Selecting previously unselected package libodbc1:amd64. 2020-12-24 09:39:15.961 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-12-24 09:39:15.972 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-24 09:39:16.057 | Selecting previously unselected package erlang-odbc. 2020-12-24 09:39:16.064 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.067 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.129 | Selecting previously unselected package erlang-snmp. 2020-12-24 09:39:16.137 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.140 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.417 | Selecting previously unselected package erlang-os-mon. 2020-12-24 09:39:16.424 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.428 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.495 | Selecting previously unselected package erlang-parsetools. 2020-12-24 09:39:16.503 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.506 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.580 | Selecting previously unselected package erlang-ssh. 2020-12-24 09:39:16.588 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.591 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.711 | Selecting previously unselected package erlang-tools. 2020-12-24 09:39:16.719 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-24 09:39:16.721 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.845 | Selecting previously unselected package erlang-nox. 2020-12-24 09:39:16.853 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-12-24 09:39:16.855 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:16.949 | Selecting previously unselected package rabbitmq-server. 2020-12-24 09:39:16.956 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2020-12-24 09:39:16.959 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-24 09:39:17.501 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-24 09:39:17.521 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.350 | Searching for services which depend on erlang and should be started...none found. 2020-12-24 09:39:18.353 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:39:18.376 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.404 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.432 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.460 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.487 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.515 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:18.543 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-24 09:39:18.572 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:39:18.764 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:39:19.431 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.458 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.487 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.515 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.543 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.570 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.598 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.625 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.653 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.681 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.708 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.736 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.764 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.792 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.820 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.847 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.875 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-24 09:39:19.903 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-24 09:39:20.040 | Adding group `rabbitmq' (GID 121) ... 2020-12-24 09:39:20.073 | Done. 2020-12-24 09:39:20.148 | Adding system user `rabbitmq' (UID 115) ... 2020-12-24 09:39:20.148 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-12-24 09:39:20.225 | Not creating home directory `/var/lib/rabbitmq'. 2020-12-24 09:39:20.468 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-12-24 09:39:25.489 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:39:25.690 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:39:27.652 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:39:27.654 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:39:27.657 | + functions-common:time_stop:2306 : local name 2020-12-24 09:39:27.659 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:39:27.661 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:39:27.663 | + functions-common:time_stop:2309 : local total 2020-12-24 09:39:27.666 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:39:27.668 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:39:27.670 | + functions-common:time_stop:2313 : start_time=1608802747181 2020-12-24 09:39:27.672 | + functions-common:time_stop:2315 : [[ -z 1608802747181 ]] 2020-12-24 09:39:27.675 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:39:27.679 | + functions-common:time_stop:2318 : end_time=1608802767676 2020-12-24 09:39:27.681 | + functions-common:time_stop:2319 : elapsed_time=20495 2020-12-24 09:39:27.683 | + functions-common:time_stop:2320 : total=138985 2020-12-24 09:39:27.686 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:39:27.688 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=159480 2020-12-24 09:39:27.690 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:39:27.692 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-12-24 09:39:27.695 | + functions-common:is_suse:464 : is_opensuse 2020-12-24 09:39:27.698 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-24 09:39:27.700 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-24 09:39:27.702 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-24 09:39:27.704 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-24 09:39:27.706 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-24 09:39:27.709 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-12-24 09:39:27.711 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-24 09:39:27.713 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-24 09:39:27.715 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-24 09:39:27.718 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-24 09:39:27.720 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-24 09:39:27.722 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-24 09:39:27.724 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2020-12-24 09:39:27.727 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:39:27.729 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-24 09:39:27.731 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-12-24 09:39:27.734 | + functions-common:is_suse:464 : is_opensuse 2020-12-24 09:39:27.736 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-24 09:39:27.738 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-24 09:39:27.741 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-24 09:39:27.743 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-24 09:39:27.746 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-24 09:39:27.748 | + ./stack.sh:main:797 : restart_rpc_backend 2020-12-24 09:39:27.750 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-12-24 09:39:27.766 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:39:27.769 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-12-24 09:39:27.771 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-24 09:39:27.773 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-12-24 09:39:27.776 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-12-24 09:39:27.778 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-12-24 09:39:27.782 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-12-24 09:39:27.784 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-12-24 09:39:27.786 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-12-24 09:39:27.788 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-12-24 09:39:27.791 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-12-24 09:39:27.793 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-12-24 09:39:27.796 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-12-24 09:39:28.847 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-12-24 09:39:28.847 | guest [administrator]' 2020-12-24 09:39:28.851 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-12-24 09:39:28.851 | guest [administrator]' 2020-12-24 09:39:28.851 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-12-24 09:39:28.856 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-12-24 09:39:28.859 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-12-24 09:39:28.861 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-12-24 09:39:29.925 | Creating user "stackrabbit" 2020-12-24 09:39:29.950 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-12-24 09:39:31.001 | Setting permissions for user "stackrabbit" in vhost "/" 2020-12-24 09:39:31.027 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-12-24 09:39:31.029 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-12-24 09:39:32.112 | Changing password for user "stackrabbit" 2020-12-24 09:39:32.138 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-12-24 09:39:32.141 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-12-24 09:39:32.143 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-12-24 09:39:33.170 | Deleting user "guest" 2020-12-24 09:39:33.194 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-12-24 09:39:33.209 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:39:33.212 | + ./stack.sh:main:800 : install_database 2020-12-24 09:39:33.214 | + lib/database:install_database:116 : install_database_mysql 2020-12-24 09:39:33.216 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-12-24 09:39:33.219 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:33.221 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:33.223 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-12-24 09:39:33.426 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-12-24 09:39:33.429 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-12-24 09:39:33.433 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-12-24 09:39:33.435 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:33.438 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:33.440 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-12-24 09:39:33.442 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-12-24 09:39:33.445 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-12-24 09:39:33.449 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-12-24 09:39:33.451 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-12-24 09:39:33.453 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:39:33.456 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-12-24 09:39:33.458 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-24 09:39:33.461 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-24 09:39:33.463 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-24 09:39:33.466 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-24 09:39:33.468 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-24 09:39:33.470 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-24 09:39:33.472 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2020-12-24 09:39:33.475 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:39:33.477 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-24 09:39:33.479 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-12-24 09:39:33.481 | + functions-common:is_suse:464 : is_opensuse 2020-12-24 09:39:33.484 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-24 09:39:33.486 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-24 09:39:33.488 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-24 09:39:33.491 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-24 09:39:33.493 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-24 09:39:33.495 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-12-24 09:39:33.498 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:33.500 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:33.502 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-12-24 09:39:33.505 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:39:33.508 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:39:33.510 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:39:33.512 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:39:33.514 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:39:33.516 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:39:33.519 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:33.521 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:33.524 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:39:33.526 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:39:33.528 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:39:33.530 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:39:33.533 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-12-24 09:39:33.535 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:39:33.537 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:39:33.539 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:39:33.542 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-12-24 09:39:33.560 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2020-12-24 09:39:33.680 | Reading package lists... 2020-12-24 09:39:33.929 | Building dependency tree... 2020-12-24 09:39:33.930 | Reading state information... 2020-12-24 09:39:34.141 | The following packages were automatically installed and are no longer required: 2020-12-24 09:39:34.142 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:39:34.142 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:39:34.142 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:39:34.142 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:39:34.142 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:39:34.142 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:39:34.142 | python3-zope.interface 2020-12-24 09:39:34.142 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:39:34.143 | The following additional packages will be installed: 2020-12-24 09:39:34.143 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-24 09:39:34.143 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-24 09:39:34.143 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-24 09:39:34.143 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-24 09:39:34.143 | mysql-server-5.7 mysql-server-core-5.7 2020-12-24 09:39:34.144 | Suggested packages: 2020-12-24 09:39:34.144 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-12-24 09:39:34.197 | The following NEW packages will be installed: 2020-12-24 09:39:34.197 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-24 09:39:34.198 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-24 09:39:34.198 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-24 09:39:34.198 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-24 09:39:34.198 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-12-24 09:39:34.473 | 0 upgraded, 18 newly installed, 0 to remove and 164 not upgraded. 2020-12-24 09:39:34.473 | Need to get 19.7 MB of archives. 2020-12-24 09:39:34.473 | After this operation, 156 MB of additional disk space will be used. 2020-12-24 09:39:34.473 | 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] 2020-12-24 09:39:42.118 | 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] 2020-12-24 09:39:44.005 | 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] 2020-12-24 09:39:47.036 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2020-12-24 09:39:47.052 | 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] 2020-12-24 09:39:47.557 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-12-24 09:39:47.557 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-12-24 09:39:47.568 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-12-24 09:39:47.580 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-12-24 09:39:47.604 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-12-24 09:39:47.608 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2020-12-24 09:39:47.609 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-12-24 09:39:47.611 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-12-24 09:39:47.619 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-12-24 09:39:47.685 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-12-24 09:39:47.814 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-12-24 09:39:47.816 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-12-24 09:39:47.826 | 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] 2020-12-24 09:39:48.332 | Preconfiguring packages ... 2020-12-24 09:39:48.435 | Fetched 19.7 MB in 14s (1,446 kB/s) 2020-12-24 09:39:48.466 | Selecting previously unselected package mysql-client-core-5.7. 2020-12-24 09:39:48.505 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 76729 files and directories currently installed.) 2020-12-24 09:39:48.508 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:39:48.512 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:49.538 | Selecting previously unselected package mysql-client-5.7. 2020-12-24 09:39:49.545 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:39:49.548 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:50.016 | Selecting previously unselected package mysql-server-core-5.7. 2020-12-24 09:39:50.024 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:39:50.027 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:51.253 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-12-24 09:39:51.261 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-12-24 09:39:51.272 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-24 09:39:51.398 | Selecting previously unselected package mysql-server-5.7. 2020-12-24 09:39:51.406 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-24 09:39:51.890 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:52.515 | Selecting previously unselected package libhtml-tagset-perl. 2020-12-24 09:39:52.523 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-12-24 09:39:52.525 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-12-24 09:39:52.585 | Selecting previously unselected package liburi-perl. 2020-12-24 09:39:52.593 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-12-24 09:39:52.595 | Unpacking liburi-perl (1.73-1) ... 2020-12-24 09:39:52.665 | Selecting previously unselected package libhtml-parser-perl. 2020-12-24 09:39:52.673 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-12-24 09:39:52.675 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-12-24 09:39:52.743 | Selecting previously unselected package libcgi-pm-perl. 2020-12-24 09:39:52.753 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-12-24 09:39:52.755 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-12-24 09:39:52.838 | Selecting previously unselected package libfcgi-perl. 2020-12-24 09:39:52.846 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-12-24 09:39:52.848 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-12-24 09:39:52.909 | Selecting previously unselected package libcgi-fast-perl. 2020-12-24 09:39:52.919 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-12-24 09:39:52.921 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-12-24 09:39:52.988 | Selecting previously unselected package libencode-locale-perl. 2020-12-24 09:39:52.997 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-12-24 09:39:53.000 | Unpacking libencode-locale-perl (1.05-1) ... 2020-12-24 09:39:53.067 | Selecting previously unselected package libhtml-template-perl. 2020-12-24 09:39:53.075 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-12-24 09:39:53.079 | Unpacking libhtml-template-perl (2.97-1) ... 2020-12-24 09:39:53.147 | Selecting previously unselected package libhttp-date-perl. 2020-12-24 09:39:53.155 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-12-24 09:39:53.158 | Unpacking libhttp-date-perl (6.02-1) ... 2020-12-24 09:39:53.217 | Selecting previously unselected package libio-html-perl. 2020-12-24 09:39:53.225 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-12-24 09:39:53.227 | Unpacking libio-html-perl (1.001-1) ... 2020-12-24 09:39:53.286 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-12-24 09:39:53.294 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-12-24 09:39:53.297 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-12-24 09:39:53.356 | Selecting previously unselected package libhttp-message-perl. 2020-12-24 09:39:53.364 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-12-24 09:39:53.366 | Unpacking libhttp-message-perl (6.14-1) ... 2020-12-24 09:39:53.437 | Selecting previously unselected package mysql-server. 2020-12-24 09:39:53.445 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2020-12-24 09:39:53.447 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:53.528 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-12-24 09:39:53.549 | Setting up libhttp-date-perl (6.02-1) ... 2020-12-24 09:39:53.576 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-24 09:39:53.604 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:39:53.627 | Setting up libencode-locale-perl (1.05-1) ... 2020-12-24 09:39:53.654 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:53.682 | Setting up libio-html-perl (1.001-1) ... 2020-12-24 09:39:53.710 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-12-24 09:39:53.738 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-24 09:39:53.767 | Setting up liburi-perl (1.73-1) ... 2020-12-24 09:39:53.795 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:39:53.986 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-12-24 09:39:54.014 | Setting up libcgi-pm-perl (4.38-1) ... 2020-12-24 09:39:54.042 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:39:55.870 | Setting up libhttp-message-perl (6.14-1) ... 2020-12-24 09:39:55.899 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:55.927 | Setting up libfcgi-perl (0.78-2build1) ... 2020-12-24 09:39:55.954 | Setting up libhtml-template-perl (2.97-1) ... 2020-12-24 09:39:55.981 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-12-24 09:39:56.009 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:56.036 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:39:56.638 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-24 09:39:56.666 | Renaming removed key_buffer and myisam-recover options (if present) 2020-12-24 09:40:07.669 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-12-24 09:40:08.732 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-24 09:40:08.745 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:40:08.933 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:40:10.880 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:40:10.882 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:40:10.884 | + functions-common:time_stop:2306 : local name 2020-12-24 09:40:10.887 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:40:10.889 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:40:10.891 | + functions-common:time_stop:2309 : local total 2020-12-24 09:40:10.893 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:40:10.895 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:40:10.897 | + functions-common:time_stop:2313 : start_time=1608802773557 2020-12-24 09:40:10.899 | + functions-common:time_stop:2315 : [[ -z 1608802773557 ]] 2020-12-24 09:40:10.902 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:40:10.905 | + functions-common:time_stop:2318 : end_time=1608802810903 2020-12-24 09:40:10.907 | + functions-common:time_stop:2319 : elapsed_time=37346 2020-12-24 09:40:10.910 | + functions-common:time_stop:2320 : total=159480 2020-12-24 09:40:10.912 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:40:10.914 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=196826 2020-12-24 09:40:10.916 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:40:10.919 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-12-24 09:40:10.921 | + ./stack.sh:main:803 : install_database_python 2020-12-24 09:40:10.923 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-12-24 09:40:10.926 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-12-24 09:40:10.928 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-12-24 09:40:10.930 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-24 09:40:10.934 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-12-24 09:40:10.936 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-12-24 09:40:10.938 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-24 09:40:10.942 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-12-24 09:40:10.944 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-24 09:40:10.947 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-12-24 09:40:10.950 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-12-24 09:40:10.952 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-12-24 09:40:10.955 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-12-24 09:40:10.957 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-12-24 09:40:10.976 | Using python 3.6 to install PyMySQL 2020-12-24 09:40:10.978 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2020-12-24 09:40:12.816 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:40:12.945 | Collecting PyMySQL===0.10.1 2020-12-24 09:40:12.952 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44f/47128dda8676e/PyMySQL-0.10.1-py2.py3-none-any.whl (47 kB) 2020-12-24 09:40:13.459 | Installing collected packages: PyMySQL 2020-12-24 09:40:13.545 | Successfully installed PyMySQL-0.10.1 2020-12-24 09:40:13.610 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:40:13.610 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:40:13.685 | + inc/python:pip_install:200 : result=0 2020-12-24 09:40:13.688 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:40:13.690 | + functions-common:time_stop:2306 : local name 2020-12-24 09:40:13.692 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:40:13.695 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:40:13.697 | + functions-common:time_stop:2309 : local total 2020-12-24 09:40:13.700 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:40:13.702 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:40:13.704 | + functions-common:time_stop:2313 : start_time=1608802810971 2020-12-24 09:40:13.707 | + functions-common:time_stop:2315 : [[ -z 1608802810971 ]] 2020-12-24 09:40:13.709 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:40:13.713 | + functions-common:time_stop:2318 : end_time=1608802813710 2020-12-24 09:40:13.716 | + functions-common:time_stop:2319 : elapsed_time=2739 2020-12-24 09:40:13.718 | + functions-common:time_stop:2320 : total=52160 2020-12-24 09:40:13.720 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:40:13.722 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=54899 2020-12-24 09:40:13.724 | + inc/python:pip_install:203 : return 0 2020-12-24 09:40:13.727 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-12-24 09:40:13.729 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-24 09:40:13.731 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-12-24 09:40:13.734 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-12-24 09:40:13.749 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:40:13.752 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-12-24 09:40:13.754 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-12-24 09:40:13.757 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-12-24 09:40:13.758 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-12-24 09:40:13.763 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-12-24 09:40:13.765 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-12-24 09:40:13.767 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2020-12-24 09:40:13.770 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-12-24 09:40:13.772 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-12-24 09:40:13.774 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2020-12-24 09:40:13.789 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:40:13.792 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2020-12-24 09:40:13.795 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:40:13.797 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:40:13.800 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:40:13.802 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:40:13.804 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:40:13.807 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:40:13.809 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:40:13.812 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:40:13.814 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:40:13.816 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:40:13.818 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:40:13.821 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:40:13.823 | + functions-common:install_package:1345 : real_install_package radvd 2020-12-24 09:40:13.826 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:40:13.829 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:40:13.831 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:40:13.833 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-12-24 09:40:13.853 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2020-12-24 09:40:13.976 | Reading package lists... 2020-12-24 09:40:14.244 | Building dependency tree... 2020-12-24 09:40:14.245 | Reading state information... 2020-12-24 09:40:14.482 | The following packages were automatically installed and are no longer required: 2020-12-24 09:40:14.483 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-24 09:40:14.483 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-24 09:40:14.483 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-24 09:40:14.483 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:40:14.483 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:40:14.483 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:40:14.483 | python3-zope.interface 2020-12-24 09:40:14.483 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:40:14.528 | The following NEW packages will be installed: 2020-12-24 09:40:14.528 | radvd 2020-12-24 09:40:14.805 | 0 upgraded, 1 newly installed, 0 to remove and 164 not upgraded. 2020-12-24 09:40:14.805 | Need to get 59.0 kB of archives. 2020-12-24 09:40:14.805 | After this operation, 164 kB of additional disk space will be used. 2020-12-24 09:40:14.805 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-12-24 09:40:15.638 | Fetched 59.0 kB in 1s (109 kB/s) 2020-12-24 09:40:15.693 | Selecting previously unselected package radvd. 2020-12-24 09:40:15.735 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77186 files and directories currently installed.) 2020-12-24 09:40:15.739 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-12-24 09:40:15.742 | Unpacking radvd (1:2.16-3) ... 2020-12-24 09:40:15.850 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:40:15.867 | Setting up radvd (1:2.16-3) ... 2020-12-24 09:40:16.661 | Job for radvd.service failed because the control process exited with error code. 2020-12-24 09:40:16.661 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-12-24 09:40:16.663 | invoke-rc.d: initscript radvd, action "start" failed. 2020-12-24 09:40:16.673 | ● radvd.service - Router advertisement daemon for IPv6 2020-12-24 09:40:16.673 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-12-24 09:40:16.673 | Active: failed (Result: exit-code) since Thu 2020-12-24 09:40:16 UTC; 13ms ago 2020-12-24 09:40:16.673 | Docs: man:radvd(8) 2020-12-24 09:40:16.673 | Process: 41860 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-12-24 09:40:16.673 | 2020-12-24 09:40:16.673 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi radvd[41860]: can't open /etc/radvd.conf: No such file or directory 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi radvd[41860]: Insecure file permissions, but continuing anyway 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi radvd[41860]: exiting, failed to read config file 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-12-24 09:40:16.674 | Dec 24 09:40:16 dv-cinder-768458-1-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-12-24 09:40:16.678 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:40:16.875 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:40:17.106 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:40:19.076 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:40:19.078 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:40:19.080 | + functions-common:time_stop:2306 : local name 2020-12-24 09:40:19.083 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:40:19.085 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:40:19.087 | + functions-common:time_stop:2309 : local total 2020-12-24 09:40:19.090 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:40:19.092 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:40:19.094 | + functions-common:time_stop:2313 : start_time=1608802813851 2020-12-24 09:40:19.096 | + functions-common:time_stop:2315 : [[ -z 1608802813851 ]] 2020-12-24 09:40:19.099 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:40:19.102 | + functions-common:time_stop:2318 : end_time=1608802819100 2020-12-24 09:40:19.105 | + functions-common:time_stop:2319 : elapsed_time=5249 2020-12-24 09:40:19.107 | + functions-common:time_stop:2320 : total=196826 2020-12-24 09:40:19.109 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:40:19.111 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=202075 2020-12-24 09:40:19.113 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:40:19.116 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2020-12-24 09:40:19.131 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:40:19.133 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2020-12-24 09:40:19.136 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-12-24 09:40:19.139 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-12-24 09:40:19.159 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-12-24 09:40:19.161 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:40:19.163 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:40:19.166 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:40:19.168 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:40:19.170 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:40:19.173 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:40:19.175 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:40:19.177 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:40:19.179 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:40:19.181 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:40:19.184 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:40:19.186 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:40:19.188 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-12-24 09:40:19.191 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:40:19.193 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:40:19.195 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:40:19.197 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-12-24 09:40:19.216 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2020-12-24 09:40:19.337 | Reading package lists... 2020-12-24 09:40:19.598 | Building dependency tree... 2020-12-24 09:40:19.599 | Reading state information... 2020-12-24 09:40:19.812 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-12-24 09:40:19.813 | fakeroot set to manually installed. 2020-12-24 09:40:19.813 | make is already the newest version (4.1-9.1ubuntu1). 2020-12-24 09:40:19.813 | The following packages were automatically installed and are no longer required: 2020-12-24 09:40:19.813 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-24 09:40:19.813 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-24 09:40:19.813 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-24 09:40:19.813 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:40:19.813 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:40:19.813 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:40:19.813 | python3-zope.interface 2020-12-24 09:40:19.813 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:40:19.814 | The following additional packages will be installed: 2020-12-24 09:40:19.814 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-12-24 09:40:19.816 | Suggested packages: 2020-12-24 09:40:19.816 | openvswitch-doc python-sortedcontainers-doc 2020-12-24 09:40:19.868 | The following NEW packages will be installed: 2020-12-24 09:40:19.869 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-12-24 09:40:19.870 | The following packages will be upgraded: 2020-12-24 09:40:19.871 | openvswitch-common openvswitch-switch 2020-12-24 09:40:20.009 | 2 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-24 09:40:20.009 | Need to get 3,109 kB of archives. 2020-12-24 09:40:20.009 | After this operation, 3,368 kB of additional disk space will be used. 2020-12-24 09:40:20.009 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-12-24 09:40:20.154 | Get:2 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] 2020-12-24 09:40:20.314 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-12-24 09:40:20.688 | Get:4 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] 2020-12-24 09:40:21.232 | Get:5 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] 2020-12-24 09:40:21.878 | Fetched 3,109 kB in 1s (2,155 kB/s) 2020-12-24 09:40:21.944 | Selecting previously unselected package libunbound2:amd64. 2020-12-24 09:40:21.983 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77199 files and directories currently installed.) 2020-12-24 09:40:21.987 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-12-24 09:40:21.999 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-24 09:40:22.108 | Selecting previously unselected package python3-sortedcontainers. 2020-12-24 09:40:22.116 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-12-24 09:40:22.118 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-12-24 09:40:22.194 | Selecting previously unselected package python3-openvswitch. 2020-12-24 09:40:22.202 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.1~cloud0_all.deb ... 2020-12-24 09:40:22.204 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-24 09:40:22.316 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-24 09:40:22.337 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-24 09:40:23.745 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-24 09:40:23.765 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-24 09:40:24.026 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-24 09:40:24.046 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:40:24.069 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-24 09:40:24.096 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-12-24 09:40:24.372 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-24 09:40:24.400 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:40:24.612 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:40:25.460 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-24 09:40:25.831 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-24 09:40:25.880 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-12-24 09:40:29.009 | + functions-common:apt_get:1115 : result=0 2020-12-24 09:40:29.011 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-24 09:40:29.014 | + functions-common:time_stop:2306 : local name 2020-12-24 09:40:29.016 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:40:29.018 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:40:29.020 | + functions-common:time_stop:2309 : local total 2020-12-24 09:40:29.022 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:40:29.024 | + functions-common:time_stop:2312 : name=apt-get 2020-12-24 09:40:29.026 | + functions-common:time_stop:2313 : start_time=1608802819213 2020-12-24 09:40:29.029 | + functions-common:time_stop:2315 : [[ -z 1608802819213 ]] 2020-12-24 09:40:29.032 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:40:29.035 | + functions-common:time_stop:2318 : end_time=1608802829033 2020-12-24 09:40:29.037 | + functions-common:time_stop:2319 : elapsed_time=9820 2020-12-24 09:40:29.039 | + functions-common:time_stop:2320 : total=202075 2020-12-24 09:40:29.041 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:40:29.044 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=211895 2020-12-24 09:40:29.046 | + functions-common:apt_get:1119 : return 0 2020-12-24 09:40:29.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-12-24 09:40:29.051 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:40:29.053 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:40:29.056 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-12-24 09:40:29.058 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-12-24 09:40:29.061 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-12-24 09:40:29.065 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-12-24 09:40:29.067 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-12-24 09:40:29.070 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-12-24 09:40:29.071 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-12-24 09:40:29.075 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-12-24 09:40:29.077 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-12-24 09:40:29.080 | + functions:vercmp:652 : local v1=4.15 2020-12-24 09:40:29.082 | + functions:vercmp:653 : local 'op=<' 2020-12-24 09:40:29.084 | + functions:vercmp:654 : local v2=3.13 2020-12-24 09:40:29.086 | + functions:vercmp:655 : local result 2020-12-24 09:40:29.091 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-12-24 09:40:29.091 | ++ functions:vercmp:659 : head -1 2020-12-24 09:40:29.091 | ++ functions:vercmp:659 : sort -V 2020-12-24 09:40:29.095 | + functions:vercmp:659 : result=3.13 2020-12-24 09:40:29.097 | + functions:vercmp:661 : case $op in 2020-12-24 09:40:29.100 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-12-24 09:40:29.102 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-12-24 09:40:29.104 | + functions:vercmp:672 : return 2020-12-24 09:40:29.107 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-12-24 09:40:29.109 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-24 09:40:29.111 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2020-12-24 09:40:29.559 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-12-24 09:40:29.574 | + functions-common:is_service_enabled:1962 : return 0 2020-12-24 09:40:29.577 | + ./stack.sh:main:811 : install_etcd3 2020-12-24 09:40:29.579 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-12-24 09:40:29.580 | Installing etcd 2020-12-24 09:40:29.582 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-12-24 09:40:29.593 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-12-24 09:40:29.605 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-12-24 09:40:29.607 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-12-24 09:40:29.619 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-12-24 09:40:29.622 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.625 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.628 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.632 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.634 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2020-12-24 09:40:29.637 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-12-24 09:40:29.640 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.645 | --2020-12-24 09:40:29-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:29.650 | Resolving github.com (github.com)... 140.82.121.3 2020-12-24 09:40:29.694 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2020-12-24 09:40:29.836 | HTTP request sent, awaiting response... 302 Found 2020-12-24 09:40:29.837 | 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%2F20201224%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201224T093858Z&X-Amz-Expires=300&X-Amz-Signature=c1f3ab7d39a4c379ff09151c842b20c9aae0a70e925aadafe52dc9cd504e208c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2020-12-24 09:40:29.838 | --2020-12-24 09:40:29-- 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%2F20201224%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201224T093858Z&X-Amz-Expires=300&X-Amz-Signature=c1f3ab7d39a4c379ff09151c842b20c9aae0a70e925aadafe52dc9cd504e208c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2020-12-24 09:40:29.898 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.87.20 2020-12-24 09:40:30.059 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.87.20|:443... connected. 2020-12-24 09:40:30.574 | HTTP request sent, awaiting response... 200 OK 2020-12-24 09:40:30.574 | Length: 11350736 (11M) [application/octet-stream] 2020-12-24 09:40:30.575 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-12-24 09:40:34.438 | 2020-12-24 09:40:55.816 | 0K ........ .. 100% 439K=25s 2020-12-24 09:40:55.816 | 2020-12-24 09:40:55.816 | 2020-12-24 09:40:55 (439 KB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-12-24 09:40:55.816 | 2020-12-24 09:40:55.820 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-12-24 09:40:55.822 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:55.825 | ++ functions:get_extra_file:73 : return 2020-12-24 09:40:55.827 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-24 09:40:55.830 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-12-24 09:40:55.833 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-12-24 09:40:55.836 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-12-24 09:40:55.974 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-12-24 09:40:55.977 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/ 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/README.md 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-12-24 09:40:55.982 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-12-24 09:40:55.983 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-12-24 09:40:55.984 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-12-24 09:40:55.985 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-12-24 09:40:55.986 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-12-24 09:40:55.987 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-12-24 09:40:55.988 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-12-24 09:40:55.989 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-12-24 09:40:55.990 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-12-24 09:40:55.991 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-12-24 09:40:55.992 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-12-24 09:40:55.992 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-12-24 09:40:55.992 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-12-24 09:40:55.992 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-12-24 09:40:55.994 | etcd-v3.3.12-linux-amd64/etcdctl 2020-12-24 09:40:56.208 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-12-24 09:40:56.208 | etcd-v3.3.12-linux-amd64/etcd 2020-12-24 09:40:56.479 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-12-24 09:40:56.521 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-12-24 09:40:56.552 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-12-24 09:40:56.554 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-12-24 09:40:56.575 | + functions-common:is_service_enabled:1962 : return 1 2020-12-24 09:40:56.577 | + ./stack.sh:main:830 : install_dstat 2020-12-24 09:40:56.579 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-12-24 09:40:56.599 | + functions-common:is_service_enabled:1962 : return 1 2020-12-24 09:40:56.602 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-12-24 09:40:56.604 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-24 09:40:56.607 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-12-24 09:40:56.609 | + ./stack.sh:main:839 : install_libs 2020-12-24 09:40:56.612 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-12-24 09:40:56.615 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-12-24 09:40:56.617 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-12-24 09:40:56.619 | + inc/python:use_library_from_git:250 : local name=automaton 2020-12-24 09:40:56.621 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.624 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.626 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2020-12-24 09:40:56.628 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.631 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-12-24 09:40:56.635 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-12-24 09:40:56.638 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-12-24 09:40:56.640 | + inc/python:use_library_from_git:250 : local name=castellan 2020-12-24 09:40:56.642 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.644 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.647 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2020-12-24 09:40:56.649 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.652 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-12-24 09:40:56.658 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-12-24 09:40:56.661 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-12-24 09:40:56.663 | + inc/python:use_library_from_git:250 : local name=cliff 2020-12-24 09:40:56.666 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.669 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.672 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2020-12-24 09:40:56.675 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.677 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-12-24 09:40:56.680 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-12-24 09:40:56.683 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-12-24 09:40:56.685 | + inc/python:use_library_from_git:250 : local name=cursive 2020-12-24 09:40:56.687 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.689 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.691 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2020-12-24 09:40:56.694 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.696 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-12-24 09:40:56.700 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-12-24 09:40:56.704 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-12-24 09:40:56.706 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-12-24 09:40:56.708 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.711 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.714 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2020-12-24 09:40:56.717 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.719 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-12-24 09:40:56.721 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-12-24 09:40:56.724 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-12-24 09:40:56.726 | + inc/python:use_library_from_git:250 : local name=futurist 2020-12-24 09:40:56.729 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.732 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.735 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2020-12-24 09:40:56.738 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.741 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-12-24 09:40:56.744 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-12-24 09:40:56.747 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-12-24 09:40:56.752 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-12-24 09:40:56.755 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.757 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.761 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2020-12-24 09:40:56.764 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.768 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-12-24 09:40:56.771 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-12-24 09:40:56.773 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-12-24 09:40:56.776 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-12-24 09:40:56.778 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.781 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.783 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2020-12-24 09:40:56.786 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.788 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-12-24 09:40:56.790 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-12-24 09:40:56.793 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-12-24 09:40:56.796 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-12-24 09:40:56.798 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.800 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.803 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2020-12-24 09:40:56.805 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.809 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-12-24 09:40:56.811 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-12-24 09:40:56.814 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-12-24 09:40:56.816 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-12-24 09:40:56.818 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.821 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.824 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2020-12-24 09:40:56.826 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.829 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-12-24 09:40:56.831 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-12-24 09:40:56.833 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-12-24 09:40:56.836 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-12-24 09:40:56.840 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.842 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.844 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2020-12-24 09:40:56.847 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.849 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-12-24 09:40:56.851 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-12-24 09:40:56.854 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-12-24 09:40:56.857 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-12-24 09:40:56.860 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.862 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.864 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2020-12-24 09:40:56.867 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.869 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-12-24 09:40:56.873 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-12-24 09:40:56.874 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-12-24 09:40:56.880 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-12-24 09:40:56.882 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.885 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.887 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2020-12-24 09:40:56.890 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.892 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-12-24 09:40:56.895 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-12-24 09:40:56.898 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-12-24 09:40:56.900 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-12-24 09:40:56.904 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.907 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.910 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2020-12-24 09:40:56.912 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.915 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-12-24 09:40:56.918 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-12-24 09:40:56.920 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-12-24 09:40:56.922 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-12-24 09:40:56.925 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.927 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.929 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2020-12-24 09:40:56.932 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.934 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-12-24 09:40:56.937 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-12-24 09:40:56.939 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-12-24 09:40:56.941 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-12-24 09:40:56.944 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.946 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.948 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2020-12-24 09:40:56.952 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.955 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-12-24 09:40:56.957 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-12-24 09:40:56.959 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-12-24 09:40:56.962 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-12-24 09:40:56.965 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.968 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.970 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2020-12-24 09:40:56.973 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.975 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-12-24 09:40:56.978 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-12-24 09:40:56.981 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-12-24 09:40:56.983 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-12-24 09:40:56.986 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:56.988 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:56.990 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2020-12-24 09:40:56.993 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:56.995 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-12-24 09:40:56.999 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-12-24 09:40:57.005 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-12-24 09:40:57.008 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-12-24 09:40:57.010 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.013 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.015 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2020-12-24 09:40:57.018 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.021 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-12-24 09:40:57.028 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-12-24 09:40:57.031 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-12-24 09:40:57.033 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-12-24 09:40:57.035 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.038 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.040 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2020-12-24 09:40:57.043 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.046 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-12-24 09:40:57.048 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-12-24 09:40:57.052 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-12-24 09:40:57.054 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-12-24 09:40:57.056 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.059 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.061 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2020-12-24 09:40:57.064 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.066 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-12-24 09:40:57.068 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-12-24 09:40:57.070 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-12-24 09:40:57.073 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-12-24 09:40:57.075 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.078 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.080 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2020-12-24 09:40:57.082 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.085 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-12-24 09:40:57.088 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-12-24 09:40:57.091 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-12-24 09:40:57.093 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-12-24 09:40:57.095 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.098 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.100 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2020-12-24 09:40:57.103 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.106 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-12-24 09:40:57.108 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-12-24 09:40:57.111 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-12-24 09:40:57.113 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-12-24 09:40:57.116 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.118 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.121 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2020-12-24 09:40:57.124 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.126 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-12-24 09:40:57.129 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-12-24 09:40:57.131 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-12-24 09:40:57.133 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-12-24 09:40:57.136 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.139 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.141 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2020-12-24 09:40:57.146 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.149 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-12-24 09:40:57.153 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-12-24 09:40:57.155 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-12-24 09:40:57.158 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-12-24 09:40:57.161 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.164 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.172 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2020-12-24 09:40:57.172 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.174 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-12-24 09:40:57.177 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-12-24 09:40:57.179 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-12-24 09:40:57.182 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-12-24 09:40:57.184 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.187 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.189 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2020-12-24 09:40:57.191 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.194 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-12-24 09:40:57.197 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-12-24 09:40:57.200 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-12-24 09:40:57.202 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-12-24 09:40:57.205 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.207 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.210 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2020-12-24 09:40:57.212 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.216 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-12-24 09:40:57.219 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-12-24 09:40:57.222 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-12-24 09:40:57.224 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-12-24 09:40:57.227 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.230 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.233 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2020-12-24 09:40:57.235 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.238 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-12-24 09:40:57.240 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-12-24 09:40:57.243 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-12-24 09:40:57.247 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-12-24 09:40:57.250 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.252 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.255 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2020-12-24 09:40:57.258 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.261 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-12-24 09:40:57.264 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-12-24 09:40:57.267 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-12-24 09:40:57.269 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-12-24 09:40:57.271 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.274 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.277 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2020-12-24 09:40:57.280 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.284 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-12-24 09:40:57.288 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-12-24 09:40:57.290 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-12-24 09:40:57.292 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-12-24 09:40:57.295 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.297 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.299 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2020-12-24 09:40:57.302 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.304 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-12-24 09:40:57.306 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-12-24 09:40:57.310 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-12-24 09:40:57.313 | + inc/python:use_library_from_git:250 : local name=tooz 2020-12-24 09:40:57.319 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.322 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.325 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2020-12-24 09:40:57.327 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.330 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-12-24 09:40:57.333 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-12-24 09:40:57.335 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-12-24 09:40:57.338 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-12-24 09:40:57.341 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.346 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.348 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2020-12-24 09:40:57.351 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.353 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-12-24 09:40:57.355 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-12-24 09:40:57.358 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-12-24 09:40:57.360 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-12-24 09:40:57.362 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.365 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.367 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2020-12-24 09:40:57.370 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.373 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-12-24 09:40:57.375 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-12-24 09:40:57.377 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-12-24 09:40:57.380 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-12-24 09:40:57.382 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-24 09:40:57.385 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-12-24 09:40:57.388 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2020-12-24 09:40:57.390 | + inc/python:use_library_from_git:253 : return 1 2020-12-24 09:40:57.392 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-12-24 09:40:57.417 | Using python 3.6 to install etcd3 2020-12-24 09:40:57.419 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2020-12-24 09:40:59.226 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:40:59.333 | Collecting etcd3===0.12.0 2020-12-24 09:40:59.341 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-12-24 09:41:01.863 | Collecting grpcio===1.34.0 2020-12-24 09:41:01.879 | 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) 2020-12-24 09:41:02.433 | Collecting protobuf===3.14.0 2020-12-24 09:41:02.442 | 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) 2020-12-24 09:41:02.508 | 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) 2020-12-24 09:41:02.599 | Collecting tenacity===6.2.0 2020-12-24 09:41:02.606 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/d3dcd46381abe/tenacity-6.2.0-py2.py3-none-any.whl (24 kB) 2020-12-24 09:41:02.661 | Building wheels for collected packages: etcd3 2020-12-24 09:41:02.661 | Building wheel for etcd3 (setup.py): started 2020-12-24 09:41:03.325 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-12-24 09:41:03.326 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=26efc4e8ef0d03a1e7a6886d3a9233c8756da78764f23fe410da107cd3b83a3a 2020-12-24 09:41:03.326 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-12-24 09:41:03.327 | Successfully built etcd3 2020-12-24 09:41:03.836 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-12-24 09:41:04.444 | Successfully installed etcd3-0.12.0 grpcio-1.34.0 protobuf-3.14.0 tenacity-6.2.0 2020-12-24 09:41:04.513 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:41:04.513 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:41:04.619 | + inc/python:pip_install:200 : result=0 2020-12-24 09:41:04.622 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:41:04.624 | + functions-common:time_stop:2306 : local name 2020-12-24 09:41:04.626 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:41:04.628 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:41:04.631 | + functions-common:time_stop:2309 : local total 2020-12-24 09:41:04.633 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:41:04.636 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:41:04.638 | + functions-common:time_stop:2313 : start_time=1608802857409 2020-12-24 09:41:04.640 | + functions-common:time_stop:2315 : [[ -z 1608802857409 ]] 2020-12-24 09:41:04.643 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:41:04.646 | + functions-common:time_stop:2318 : end_time=1608802864644 2020-12-24 09:41:04.648 | + functions-common:time_stop:2319 : elapsed_time=7235 2020-12-24 09:41:04.651 | + functions-common:time_stop:2320 : total=54899 2020-12-24 09:41:04.653 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:41:04.655 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=62134 2020-12-24 09:41:04.657 | + inc/python:pip_install:203 : return 0 2020-12-24 09:41:04.660 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-12-24 09:41:04.679 | Using python 3.6 to install etcd3gw 2020-12-24 09:41:04.681 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2020-12-24 09:41:06.532 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-24 09:41:06.642 | Collecting etcd3gw===0.2.5 2020-12-24 09:41:06.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2020-12-24 09:41:06.822 | Collecting futurist===2.3.0 2020-12-24 09:41:06.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-12-24 09:41:06.943 | Collecting urllib3===1.26.2 2020-12-24 09:41:06.950 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136 kB) 2020-12-24 09:41:06.983 | 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) 2020-12-24 09:41:07.103 | Collecting requests===2.25.0 2020-12-24 09:41:07.110 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e78/6fa28d8c9154e/requests-2.25.0-py2.py3-none-any.whl (61 kB) 2020-12-24 09:41:07.138 | 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) 2020-12-24 09:41:07.190 | Collecting certifi===2020.11.8 2020-12-24 09:41:07.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1f4/22849db327d53/certifi-2020.11.8-py2.py3-none-any.whl (155 kB) 2020-12-24 09:41:07.207 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-12-24 09:41:07.237 | Collecting idna===2.10 2020-12-24 09:41:07.244 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-12-24 09:41:07.757 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-12-24 09:41:07.757 | Attempting uninstall: certifi 2020-12-24 09:41:07.758 | Found existing installation: certifi 2018.1.18 2020-12-24 09:41:07.767 | Uninstalling certifi-2018.1.18: 2020-12-24 09:41:07.798 | Successfully uninstalled certifi-2018.1.18 2020-12-24 09:41:07.815 | Attempting uninstall: urllib3 2020-12-24 09:41:07.816 | Found existing installation: urllib3 1.22 2020-12-24 09:41:07.828 | Uninstalling urllib3-1.22: 2020-12-24 09:41:07.859 | Successfully uninstalled urllib3-1.22 2020-12-24 09:41:07.971 | Attempting uninstall: idna 2020-12-24 09:41:07.972 | Found existing installation: idna 2.6 2020-12-24 09:41:07.982 | Uninstalling idna-2.6: 2020-12-24 09:41:08.012 | Successfully uninstalled idna-2.6 2020-12-24 09:41:08.124 | Attempting uninstall: requests 2020-12-24 09:41:08.125 | Found existing installation: requests 2.18.4 2020-12-24 09:41:08.133 | Uninstalling requests-2.18.4: 2020-12-24 09:41:08.162 | Successfully uninstalled requests-2.18.4 2020-12-24 09:41:08.317 | Successfully installed certifi-2020.11.8 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.25.0 urllib3-1.26.2 2020-12-24 09:41:08.385 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2020-12-24 09:41:08.385 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-24 09:41:08.468 | + inc/python:pip_install:200 : result=0 2020-12-24 09:41:08.471 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-24 09:41:08.473 | + functions-common:time_stop:2306 : local name 2020-12-24 09:41:08.475 | + functions-common:time_stop:2307 : local end_time 2020-12-24 09:41:08.477 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-24 09:41:08.479 | + functions-common:time_stop:2309 : local total 2020-12-24 09:41:08.481 | + functions-common:time_stop:2310 : local start_time 2020-12-24 09:41:08.484 | + functions-common:time_stop:2312 : name=pip_install 2020-12-24 09:41:08.486 | + functions-common:time_stop:2313 : start_time=1608802864674 2020-12-24 09:41:08.488 | + functions-common:time_stop:2315 : [[ -z 1608802864674 ]] 2020-12-24 09:41:08.491 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-24 09:41:08.494 | + functions-common:time_stop:2318 : end_time=1608802868491 2020-12-24 09:41:08.496 | + functions-common:time_stop:2319 : elapsed_time=3817 2020-12-24 09:41:08.499 | + functions-common:time_stop:2320 : total=62134 2020-12-24 09:41:08.501 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-24 09:41:08.503 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=65951 2020-12-24 09:41:08.506 | + inc/python:pip_install:203 : return 0 2020-12-24 09:41:08.508 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-12-24 09:41:08.511 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-12-24 09:41:08.513 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-12-24 09:41:08.516 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-24 09:41:08.518 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-24 09:41:08.527 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-24 09:41:08.530 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-24 09:41:08.532 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-24 09:41:08.534 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-24 09:41:08.539 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2020-12-24 09:41:08.542 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2020-12-24 09:41:08.544 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-24 09:41:08.547 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-12-24 09:41:08.549 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-12-24 09:41:08.551 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:41:08.553 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:41:08.556 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-12-24 09:41:08.558 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-12-24 09:41:08.560 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-12-24 09:41:08.563 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-24 09:41:08.565 | + functions-common:install_package:1344 : update_package_repo 2020-12-24 09:41:08.567 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-24 09:41:08.570 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-24 09:41:08.572 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-24 09:41:08.575 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-24 09:41:08.577 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-24 09:41:08.580 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:41:08.582 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:41:08.584 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-24 09:41:08.587 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-24 09:41:08.590 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-24 09:41:08.592 | + functions-common:apt_get_update:1071 : return 2020-12-24 09:41:08.594 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-24 09:41:08.597 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-24 09:41:08.599 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-24 09:41:08.601 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-24 09:41:08.604 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-24 09:41:08.622 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-24 09:41:08.743 | Reading package lists... 2020-12-24 09:41:09.001 | Building dependency tree... 2020-12-24 09:41:09.002 | Reading state information... 2020-12-24 09:41:09.223 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-12-24 09:41:09.223 | The following packages were automatically installed and are no longer required: 2020-12-24 09:41:09.223 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-24 09:41:09.223 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-24 09:41:09.223 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-24 09:41:09.223 | python3-pam python3-problem-report python3-pyasn1 2020-12-24 09:41:09.224 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-24 09:41:09.224 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-24 09:41:09.224 | python3-zope.interface 2020-12-24 09:41:09.224 | Use 'sudo apt autoremove' to remove them. 2020-12-24 09:41:09.226 | Suggested packages: 2020-12-24 09:41:09.226 | python-uwsgidecorators python3-uwsgidecorators 2020-12-24 09:41:09.275 | The following NEW packages will be installed: 2020-12-24 09:41:09.275 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-12-24 09:41:09.408 | 0 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-24 09:41:09.408 | Need to get 163 kB of archives. 2020-12-24 09:41:09.408 | After this operation, 634 kB of additional disk space will be used. 2020-12-24 09:41:09.408 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2020-12-24 09:41:09.522 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2020-12-24 09:41:09.616 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2020-12-24 09:41:10.218 | Fetched 163 kB in 0s (434 kB/s) 2020-12-24 09:41:10.272 | Selecting previously unselected package uwsgi. 2020-12-24 09:41:10.313 | (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.) 2020-12-24 09:41:10.316 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-24 09:41:10.319 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:10.418 | Selecting previously unselected package uwsgi-plugin-python. 2020-12-24 09:41:10.425 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-24 09:41:10.427 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:10.516 | Selecting previously unselected package uwsgi-plugin-python3. 2020-12-24 09:41:10.524 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-24 09:41:10.527 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:10.609 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:10.656 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-24 09:41:10.683 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:11.226 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-24 09:41:11.280 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-24 09:41:11.472 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-24 09:41:12.003 | Processing triggers for ureadahead (0.100.0-21) ...