2021-12-20 09:15:58.413 | + ./stack.sh:main:462 : exec 2021-12-20 09:15:58.414 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-20-091558' 2021-12-20 09:15:58.414 | ++ ./stack.sh:main:462 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-20-091558.summary.2021-12-20-091558 2021-12-20 09:15:58.414 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-12-20 09:15:58.414 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-20-091558 2021-12-20 09:15:58.414 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-20-091558 /opt/stack/logs/stack.sh.log 2021-12-20 09:15:58.414 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-20-091558.summary.2021-12-20-091558 /opt/stack/logs/stack.sh.log.summary 2021-12-20 09:15:58.414 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:620 : local real_path 2021-12-20 09:15:58.414 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2021-12-20 09:15:58.414 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2021-12-20 09:15:58.414 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2021-12-20 09:15:58.414 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-20 09:15:58.414 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2021-12-20 09:15:58.416 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2021-12-20 09:15:58.420 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-12-20 09:15:58.422 | + ./stack.sh:main:494 : trap exit_trap EXIT 2021-12-20 09:15:58.424 | + ./stack.sh:main:535 : trap err_trap ERR 2021-12-20 09:15:58.426 | + ./stack.sh:main:548 : set -o errexit 2021-12-20 09:15:58.428 | + ./stack.sh:main:551 : uname -a 2021-12-20 09:15:58.429 | Linux n-d-victoria-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2021-12-20 09:15:58.431 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-20 09:15:58.433 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-20 09:15:58.436 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2021-12-20 09:15:58.473 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-20 09:15:58.488 | + ./stack.sh:main:565 : fetch_plugins 2021-12-20 09:15:58.490 | + functions-common:fetch_plugins:1656 : local plugins= 2021-12-20 09:15:58.492 | + functions-common:fetch_plugins:1657 : local plugin 2021-12-20 09:15:58.493 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2021-12-20 09:15:58.495 | + functions-common:fetch_plugins:1661 : return 2021-12-20 09:15:58.497 | + ./stack.sh:main:569 : run_phase override_defaults 2021-12-20 09:15:58.499 | + functions-common:run_phase:1738 : local mode=override_defaults 2021-12-20 09:15:58.500 | + functions-common:run_phase:1739 : local phase= 2021-12-20 09:15:58.502 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-20 09:15:58.504 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2021-12-20 09:15:58.506 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-20 09:15:58.508 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2021-12-20 09:15:58.509 | + functions-common:run_phase:1748 : local extra 2021-12-20 09:15:58.512 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-20 09:15:58.514 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2021-12-20 09:15:58.516 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-20 09:15:58.518 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-20 09:15:58.520 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-20 09:15:58.522 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-20 09:15:58.533 | ++ functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:58.535 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-20 09:15:58.537 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-20 09:15:58.539 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-20 09:15:58.541 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-20 09:15:58.542 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-20 09:15:58.544 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-20 09:15:58.546 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-20 09:15:58.547 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-20 09:15:58.549 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-20 09:15:58.551 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-20 09:15:58.553 | + functions-common:run_phase:1763 : plugin_override_defaults 2021-12-20 09:15:58.555 | + functions-common:plugin_override_defaults:1697 : local plugins= 2021-12-20 09:15:58.557 | + functions-common:plugin_override_defaults:1698 : local plugin 2021-12-20 09:15:58.558 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2021-12-20 09:15:58.560 | + functions-common:plugin_override_defaults:1702 : return 2021-12-20 09:15:58.562 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2021-12-20 09:15:58.578 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2021-12-20 09:15:58.580 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-20 09:15:58.592 | ++ functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:15:58.594 | +++ lib/tls:source:43 : hostname -f 2021-12-20 09:15:58.598 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-20 09:15:58.600 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-20 09:15:58.602 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-20 09:15:58.604 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-20 09:15:58.606 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-20 09:15:58.608 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-20 09:15:58.609 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-20 09:15:58.611 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-20 09:15:58.613 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-20 09:15:58.616 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-20 09:15:58.620 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2021-12-20 09:15:58.631 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2021-12-20 09:15:58.647 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2021-12-20 09:15:58.659 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2021-12-20 09:15:58.671 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2021-12-20 09:15:58.697 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2021-12-20 09:15:58.734 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2021-12-20 09:15:58.814 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2021-12-20 09:15:58.838 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2021-12-20 09:15:58.876 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2021-12-20 09:15:58.926 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2021-12-20 09:15:59.051 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2021-12-20 09:15:59.064 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2021-12-20 09:15:59.076 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-20 09:15:59.088 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2021-12-20 09:15:59.170 | + ./stack.sh:main:598 : run_phase source 2021-12-20 09:15:59.172 | + functions-common:run_phase:1738 : local mode=source 2021-12-20 09:15:59.174 | + functions-common:run_phase:1739 : local phase= 2021-12-20 09:15:59.176 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-20 09:15:59.178 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2021-12-20 09:15:59.180 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-20 09:15:59.182 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2021-12-20 09:15:59.184 | + functions-common:run_phase:1748 : local extra 2021-12-20 09:15:59.186 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-20 09:15:59.190 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2021-12-20 09:15:59.192 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-20 09:15:59.194 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-20 09:15:59.196 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-20 09:15:59.198 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-20 09:15:59.212 | ++ functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.214 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-20 09:15:59.216 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-20 09:15:59.253 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-20 09:15:59.255 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-12-20 09:15:59.258 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2021-12-20 09:15:59.260 | + functions-common:run_phase:1760 : load_plugin_settings 2021-12-20 09:15:59.262 | + functions-common:load_plugin_settings:1674 : local plugins= 2021-12-20 09:15:59.264 | + functions-common:load_plugin_settings:1675 : local plugin 2021-12-20 09:15:59.266 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2021-12-20 09:15:59.268 | + functions-common:load_plugin_settings:1679 : return 2021-12-20 09:15:59.271 | + functions-common:run_phase:1761 : verify_disabled_services 2021-12-20 09:15:59.273 | + functions-common:verify_disabled_services:2021 : local service 2021-12-20 09:15:59.275 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.278 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-12-20 09:15:59.280 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.282 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-12-20 09:15:59.285 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.287 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-12-20 09:15:59.289 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.292 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-12-20 09:15:59.294 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.296 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-12-20 09:15:59.298 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.300 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-12-20 09:15:59.302 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.305 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-12-20 09:15:59.307 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.309 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-12-20 09:15:59.311 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.313 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-12-20 09:15:59.316 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.318 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-12-20 09:15:59.320 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.322 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-12-20 09:15:59.324 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.327 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-12-20 09:15:59.329 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.331 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-12-20 09:15:59.334 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.336 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-12-20 09:15:59.338 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.340 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-12-20 09:15:59.342 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.345 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-12-20 09:15:59.348 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.350 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-12-20 09:15:59.352 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.355 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-12-20 09:15:59.357 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.359 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-12-20 09:15:59.361 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.363 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-12-20 09:15:59.366 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.368 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-12-20 09:15:59.370 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.372 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-12-20 09:15:59.374 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.377 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-12-20 09:15:59.380 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.382 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-12-20 09:15:59.384 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.386 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-12-20 09:15:59.388 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.391 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-12-20 09:15:59.393 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.395 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-12-20 09:15:59.397 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.399 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-12-20 09:15:59.402 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.404 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-12-20 09:15:59.406 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.408 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-12-20 09:15:59.411 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.413 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-12-20 09:15:59.415 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.418 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-12-20 09:15:59.420 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.422 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-12-20 09:15:59.424 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.427 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-12-20 09:15:59.429 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.432 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-12-20 09:15:59.434 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.436 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-12-20 09:15:59.438 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.440 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-12-20 09:15:59.443 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.445 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-12-20 09:15:59.447 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.449 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-12-20 09:15:59.451 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.454 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-12-20 09:15:59.456 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.458 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-12-20 09:15:59.460 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2021-12-20 09:15:59.463 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-12-20 09:15:59.465 | + ./stack.sh:main:669 : initialize_database_backends 2021-12-20 09:15:59.467 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-20 09:15:59.470 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-20 09:15:59.484 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.486 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-20 09:15:59.489 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-20 09:15:59.491 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-20 09:15:59.506 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:15:59.508 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-20 09:15:59.510 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-20 09:15:59.512 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-20 09:15:59.514 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-20 09:15:59.516 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-20 09:15:59.518 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-20 09:15:59.521 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-20 09:15:59.523 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-20 09:15:59.526 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-20 09:15:59.528 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-12-20 09:15:59.530 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-20 09:15:59.532 | + lib/database:initialize_database_backends:104 : return 0 2021-12-20 09:15:59.535 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2021-12-20 09:15:59.535 | Using mysql database backend 2021-12-20 09:15:59.537 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-20 09:15:59.553 | + ./stack.sh:main:685 : is_service_enabled rabbit 2021-12-20 09:15:59.567 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.570 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-20 09:15:59.585 | + ./stack.sh:main:693 : is_service_enabled keystone 2021-12-20 09:15:59.600 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.603 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-20 09:15:59.618 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-12-20 09:15:59.634 | + ./stack.sh:main:708 : is_service_enabled ldap 2021-12-20 09:15:59.651 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:15:59.653 | + ./stack.sh:main:717 : is_service_enabled nova 2021-12-20 09:15:59.669 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.671 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-12-20 09:15:59.673 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2021-12-20 09:15:59.688 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:15:59.691 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-20 09:15:59.707 | + ./stack.sh:main:733 : [[ -z '' ]] 2021-12-20 09:15:59.709 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2021-12-20 09:15:59.711 | + ./stack.sh:main:739 : save_stackenv 739 2021-12-20 09:15:59.714 | + functions-common:save_stackenv:60 : local tag=739 2021-12-20 09:15:59.717 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-20 09:15:59.720 | + functions-common:save_stackenv:62 : time_stamp=2021-12-20-091559 2021-12-20 09:15:59.723 | + functions-common:save_stackenv:63 : echo '# 2021-12-20-091559 739' 2021-12-20 09:15:59.725 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.728 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-20 09:15:59.730 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.732 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-20 09:15:59.735 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.737 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-20 09:15:59.740 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.742 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-12-20 09:15:59.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.746 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.31 2021-12-20 09:15:59.749 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.751 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.31/identity 2021-12-20 09:15:59.754 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.756 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-20-091558 2021-12-20 09:15:59.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.761 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-20 09:15:59.763 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.765 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.31 2021-12-20 09:15:59.767 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.770 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-20 09:15:59.772 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.774 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-20 09:15:59.777 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.779 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-20 09:15:59.781 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-20 09:15:59.783 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-20 09:15:59.786 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/victoria 2021-12-20 09:15:59.788 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-20 09:15:59.790 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2021-12-20 09:15:59.792 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2021-12-20 09:15:59.794 | + functions-common:git_clone:528 : local orig_dir 2021-12-20 09:15:59.796 | ++ functions-common:git_clone:529 : pwd 2021-12-20 09:15:59.799 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-12-20 09:15:59.802 | + functions-common:git_clone:530 : local git_clone_flags= 2021-12-20 09:15:59.804 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-12-20 09:15:59.819 | + functions-common:git_clone:532 : RECLONE=False 2021-12-20 09:15:59.821 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-12-20 09:15:59.823 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-12-20 09:15:59.826 | + functions-common:git_clone:546 : echo stable/victoria 2021-12-20 09:15:59.826 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-12-20 09:15:59.831 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2021-12-20 09:15:59.833 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-12-20 09:15:59.835 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2021-12-20 09:15:59.837 | + functions-common:git_clone:595 : git show --oneline 2021-12-20 09:15:59.838 | + functions-common:git_clone:595 : head -1 2021-12-20 09:15:59.841 | 533601b0 update constraint for oslo.context to new release 3.1.2 2021-12-20 09:15:59.844 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-12-20 09:15:59.846 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2021-12-20 09:15:59.849 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-12-20 09:15:59.851 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2021-12-20 09:15:59.853 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-20 09:15:59.856 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-20 09:15:59.858 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-20 09:15:59.860 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-20 09:15:59.863 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-20 09:15:59.866 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-20 09:15:59.868 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-20 09:15:59.871 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-20 09:15:59.875 | ++ tools/install_prereqs.sh:source:47 : NOW=1639991759 2021-12-20 09:15:59.878 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-20 09:15:59.882 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-20 09:15:59.885 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-20 09:15:59.887 | ++ tools/install_prereqs.sh:source:49 : DELTA=1639991759 2021-12-20 09:15:59.890 | ++ tools/install_prereqs.sh:source:50 : [[ 1639991759 -lt 7200 ]] 2021-12-20 09:15:59.892 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-20 09:15:59.894 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2021-12-20 09:15:59.896 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-12-20 09:15:59.899 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2021-12-20 09:15:59.901 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-12-20 09:15:59.903 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2021-12-20 09:15:59.905 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-12-20 09:15:59.908 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-12-20 09:15:59.953 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-20 09:15:59.953 | apache2-dev 2021-12-20 09:15:59.953 | bc 2021-12-20 09:15:59.953 | bsdmainutils 2021-12-20 09:15:59.953 | curl 2021-12-20 09:15:59.953 | g++ 2021-12-20 09:15:59.953 | gcc 2021-12-20 09:15:59.953 | gettext 2021-12-20 09:15:59.953 | git 2021-12-20 09:15:59.953 | graphviz 2021-12-20 09:15:59.953 | iputils-ping 2021-12-20 09:15:59.953 | libapache2-mod-proxy-uwsgi 2021-12-20 09:15:59.953 | libffi-dev 2021-12-20 09:15:59.953 | libjpeg-dev 2021-12-20 09:15:59.953 | libmysqlclient-dev 2021-12-20 09:15:59.953 | libpcre3-dev 2021-12-20 09:15:59.953 | libpq-dev 2021-12-20 09:15:59.953 | libssl-dev 2021-12-20 09:15:59.953 | libsystemd-dev 2021-12-20 09:15:59.953 | libxml2-dev 2021-12-20 09:15:59.953 | libxslt1-dev 2021-12-20 09:15:59.953 | libyaml-dev 2021-12-20 09:15:59.953 | lsof 2021-12-20 09:15:59.953 | openssh-server 2021-12-20 09:15:59.953 | openssl 2021-12-20 09:15:59.953 | pkg-config 2021-12-20 09:15:59.953 | psmisc 2021-12-20 09:15:59.953 | python3-dev 2021-12-20 09:15:59.953 | python3-pip 2021-12-20 09:15:59.953 | python3-venv 2021-12-20 09:15:59.953 | tar 2021-12-20 09:15:59.954 | tcpdump 2021-12-20 09:15:59.954 | unzip 2021-12-20 09:15:59.954 | uuid-runtime 2021-12-20 09:15:59.954 | wget 2021-12-20 09:15:59.954 | wget 2021-12-20 09:15:59.954 | zlib1g-dev 2021-12-20 09:15:59.954 | libkrb5-dev 2021-12-20 09:15:59.954 | libldap2-dev 2021-12-20 09:15:59.954 | libsasl2-dev 2021-12-20 09:15:59.954 | memcached 2021-12-20 09:15:59.954 | python3-mysqldb 2021-12-20 09:15:59.954 | sqlite3 2021-12-20 09:15:59.954 | conntrack 2021-12-20 09:15:59.954 | curl 2021-12-20 09:15:59.954 | dnsmasq-base 2021-12-20 09:15:59.954 | dnsmasq-utils 2021-12-20 09:15:59.954 | ebtables 2021-12-20 09:15:59.954 | gawk 2021-12-20 09:15:59.954 | genisoimage 2021-12-20 09:15:59.954 | iptables 2021-12-20 09:15:59.954 | iputils-arping 2021-12-20 09:15:59.954 | kpartx 2021-12-20 09:15:59.954 | libjs-jquery-tablesorter 2021-12-20 09:15:59.954 | libmysqlclient-dev 2021-12-20 09:15:59.954 | parted 2021-12-20 09:15:59.954 | pm-utils 2021-12-20 09:15:59.954 | python3-mysqldb 2021-12-20 09:15:59.954 | socat 2021-12-20 09:15:59.954 | sqlite3 2021-12-20 09:15:59.954 | sudo 2021-12-20 09:15:59.954 | vlan 2021-12-20 09:15:59.954 | lsscsi 2021-12-20 09:15:59.954 | open-iscsi 2021-12-20 09:15:59.954 | lvm2 2021-12-20 09:15:59.954 | qemu-utils 2021-12-20 09:15:59.954 | thin-provisioning-tools 2021-12-20 09:15:59.954 | acl 2021-12-20 09:15:59.954 | dnsmasq-base 2021-12-20 09:15:59.955 | dnsmasq-utils 2021-12-20 09:15:59.955 | ebtables 2021-12-20 09:15:59.955 | haproxy 2021-12-20 09:15:59.955 | iptables 2021-12-20 09:15:59.955 | iputils-arping 2021-12-20 09:15:59.955 | iputils-ping 2021-12-20 09:15:59.955 | libmysqlclient-dev 2021-12-20 09:15:59.955 | postgresql-server-dev-all 2021-12-20 09:15:59.955 | python3-mysqldb 2021-12-20 09:15:59.955 | sqlite3 2021-12-20 09:15:59.955 | sudo 2021-12-20 09:15:59.955 | vlan 2021-12-20 09:15:59.955 | ipset 2021-12-20 09:15:59.955 | conntrack 2021-12-20 09:15:59.955 | conntrackd 2021-12-20 09:15:59.955 | keepalived 2021-12-20 09:15:59.955 | dstat 2021-12-20 09:15:59.955 | lvm2 2021-12-20 09:15:59.955 | qemu-utils 2021-12-20 09:15:59.955 | thin-provisioning-tools 2021-12-20 09:15:59.955 | curl 2021-12-20 09:15:59.955 | liberasurecode-dev 2021-12-20 09:15:59.955 | make 2021-12-20 09:15:59.955 | memcached 2021-12-20 09:15:59.955 | sqlite3 2021-12-20 09:15:59.955 | xfsprogs' 2021-12-20 09:15:59.956 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-20 09:15:59.974 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-20 09:15:59.974 | apache2-dev 2021-12-20 09:15:59.974 | bc 2021-12-20 09:15:59.974 | bsdmainutils 2021-12-20 09:15:59.974 | curl 2021-12-20 09:15:59.974 | g++ 2021-12-20 09:15:59.974 | gcc 2021-12-20 09:15:59.974 | gettext 2021-12-20 09:15:59.974 | git 2021-12-20 09:15:59.974 | graphviz 2021-12-20 09:15:59.974 | iputils-ping 2021-12-20 09:15:59.974 | libapache2-mod-proxy-uwsgi 2021-12-20 09:15:59.974 | libffi-dev 2021-12-20 09:15:59.974 | libjpeg-dev 2021-12-20 09:15:59.974 | libmysqlclient-dev 2021-12-20 09:15:59.974 | libpcre3-dev 2021-12-20 09:15:59.974 | libpq-dev 2021-12-20 09:15:59.974 | libssl-dev 2021-12-20 09:15:59.974 | libsystemd-dev 2021-12-20 09:15:59.974 | libxml2-dev 2021-12-20 09:15:59.974 | libxslt1-dev 2021-12-20 09:15:59.974 | libyaml-dev 2021-12-20 09:15:59.974 | lsof 2021-12-20 09:15:59.974 | openssh-server 2021-12-20 09:15:59.974 | openssl 2021-12-20 09:15:59.975 | pkg-config 2021-12-20 09:15:59.975 | psmisc 2021-12-20 09:15:59.975 | python3-dev 2021-12-20 09:15:59.975 | python3-pip 2021-12-20 09:15:59.975 | python3-venv 2021-12-20 09:15:59.975 | tar 2021-12-20 09:15:59.975 | tcpdump 2021-12-20 09:15:59.975 | unzip 2021-12-20 09:15:59.975 | uuid-runtime 2021-12-20 09:15:59.975 | wget 2021-12-20 09:15:59.975 | wget 2021-12-20 09:15:59.975 | zlib1g-dev 2021-12-20 09:15:59.975 | libkrb5-dev 2021-12-20 09:15:59.975 | libldap2-dev 2021-12-20 09:15:59.975 | libsasl2-dev 2021-12-20 09:15:59.975 | memcached 2021-12-20 09:15:59.975 | python3-mysqldb 2021-12-20 09:15:59.975 | sqlite3 2021-12-20 09:15:59.975 | conntrack 2021-12-20 09:15:59.975 | curl 2021-12-20 09:15:59.975 | dnsmasq-base 2021-12-20 09:15:59.975 | dnsmasq-utils 2021-12-20 09:15:59.975 | ebtables 2021-12-20 09:15:59.975 | gawk 2021-12-20 09:15:59.975 | genisoimage 2021-12-20 09:15:59.975 | iptables 2021-12-20 09:15:59.976 | iputils-arping 2021-12-20 09:15:59.976 | kpartx 2021-12-20 09:15:59.976 | libjs-jquery-tablesorter 2021-12-20 09:15:59.976 | libmysqlclient-dev 2021-12-20 09:15:59.976 | parted 2021-12-20 09:15:59.976 | pm-utils 2021-12-20 09:15:59.976 | python3-mysqldb 2021-12-20 09:15:59.976 | socat 2021-12-20 09:15:59.976 | sqlite3 2021-12-20 09:15:59.976 | sudo 2021-12-20 09:15:59.976 | vlan 2021-12-20 09:15:59.976 | lsscsi 2021-12-20 09:15:59.976 | open-iscsi 2021-12-20 09:15:59.976 | lvm2 2021-12-20 09:15:59.976 | qemu-utils 2021-12-20 09:15:59.976 | thin-provisioning-tools 2021-12-20 09:15:59.976 | acl 2021-12-20 09:15:59.976 | dnsmasq-base 2021-12-20 09:15:59.976 | dnsmasq-utils 2021-12-20 09:15:59.976 | ebtables 2021-12-20 09:15:59.976 | haproxy 2021-12-20 09:15:59.976 | iptables 2021-12-20 09:15:59.976 | iputils-arping 2021-12-20 09:15:59.976 | iputils-ping 2021-12-20 09:15:59.976 | libmysqlclient-dev 2021-12-20 09:15:59.976 | postgresql-server-dev-all 2021-12-20 09:15:59.976 | python3-mysqldb 2021-12-20 09:15:59.976 | sqlite3 2021-12-20 09:15:59.976 | sudo 2021-12-20 09:15:59.976 | vlan 2021-12-20 09:15:59.976 | ipset 2021-12-20 09:15:59.976 | conntrack 2021-12-20 09:15:59.976 | conntrackd 2021-12-20 09:15:59.976 | keepalived 2021-12-20 09:15:59.976 | dstat 2021-12-20 09:15:59.976 | lvm2 2021-12-20 09:15:59.976 | qemu-utils 2021-12-20 09:15:59.976 | thin-provisioning-tools 2021-12-20 09:15:59.976 | curl 2021-12-20 09:15:59.977 | liberasurecode-dev 2021-12-20 09:15:59.977 | make 2021-12-20 09:15:59.977 | memcached 2021-12-20 09:15:59.977 | sqlite3 2021-12-20 09:15:59.977 | xfsprogs ' 2021-12-20 09:15:59.977 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-20 09:15:59.979 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:15:59.981 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:15:59.984 | ++ 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 2021-12-20 09:15:59.985 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-20 09:15:59.989 | ++ 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 2021-12-20 09:15:59.991 | ++ functions-common:install_package:1344 : update_package_repo 2021-12-20 09:15:59.995 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:15:59.997 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2021-12-20 09:16:00.000 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:16:00.002 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:16:00.004 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:16:00.006 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:16:00.008 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:16:00.010 | ++ functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:16:00.012 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-12-20 09:16:00.014 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-12-20 09:16:00.016 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2021-12-20 09:16:00.019 | +++ functions-common:apt_get_update:1078 : id -u 2021-12-20 09:16:00.023 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-12-20 09:16:00.025 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2021-12-20 09:16:00.027 | ++ functions-common:time_start:2296 : local name=apt-get-update 2021-12-20 09:16:00.029 | ++ functions-common:time_start:2297 : local start_time= 2021-12-20 09:16:00.031 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2021-12-20 09:16:00.033 | +++ functions-common:time_start:2301 : date +%s%3N 2021-12-20 09:16:00.038 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1639991760035 2021-12-20 09:16:00.040 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-20 09:16:00.042 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-20 09:16:00.044 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-12-20 09:16:00.431 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-20 09:16:00.476 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-20 09:16:00.552 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-20 09:16:00.689 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-20 09:16:02.587 | Reading package lists... 2021-12-20 09:16:02.619 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-12-20 09:16:02.621 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-12-20 09:16:02.623 | ++ functions-common:time_stop:2310 : local name 2021-12-20 09:16:02.625 | ++ functions-common:time_stop:2311 : local end_time 2021-12-20 09:16:02.627 | ++ functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:16:02.629 | ++ functions-common:time_stop:2313 : local total 2021-12-20 09:16:02.631 | ++ functions-common:time_stop:2314 : local start_time 2021-12-20 09:16:02.633 | ++ functions-common:time_stop:2316 : name=apt-get-update 2021-12-20 09:16:02.635 | ++ functions-common:time_stop:2317 : start_time=1639991760035 2021-12-20 09:16:02.637 | ++ functions-common:time_stop:2319 : [[ -z 1639991760035 ]] 2021-12-20 09:16:02.639 | +++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:16:02.643 | ++ functions-common:time_stop:2322 : end_time=1639991762641 2021-12-20 09:16:02.645 | ++ functions-common:time_stop:2323 : elapsed_time=2606 2021-12-20 09:16:02.647 | ++ functions-common:time_stop:2324 : total=0 2021-12-20 09:16:02.649 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:16:02.651 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2606 2021-12-20 09:16:02.654 | ++ 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 2021-12-20 09:16:02.656 | ++ functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:16:02.658 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:16:02.661 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:16:02.663 | ++ 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 2021-12-20 09:16:02.682 | ++ 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 2021-12-20 09:16:02.789 | Reading package lists... 2021-12-20 09:16:03.021 | Building dependency tree... 2021-12-20 09:16:03.022 | Reading state information... 2021-12-20 09:16:03.284 | bc is already the newest version (1.07.1-2build1). 2021-12-20 09:16:03.284 | bc set to manually installed. 2021-12-20 09:16:03.284 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-12-20 09:16:03.285 | bsdmainutils set to manually installed. 2021-12-20 09:16:03.285 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-12-20 09:16:03.285 | gawk set to manually installed. 2021-12-20 09:16:03.285 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-12-20 09:16:03.285 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-12-20 09:16:03.285 | iptables set to manually installed. 2021-12-20 09:16:03.285 | iputils-ping is already the newest version (3:20190709-3). 2021-12-20 09:16:03.285 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-12-20 09:16:03.285 | kpartx set to manually installed. 2021-12-20 09:16:03.285 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-12-20 09:16:03.285 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-12-20 09:16:03.285 | psmisc is already the newest version (23.3-1). 2021-12-20 09:16:03.285 | psmisc set to manually installed. 2021-12-20 09:16:03.285 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-12-20 09:16:03.285 | tcpdump is already the newest version (4.9.3-4). 2021-12-20 09:16:03.286 | tcpdump set to manually installed. 2021-12-20 09:16:03.286 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-12-20 09:16:03.286 | thin-provisioning-tools set to manually installed. 2021-12-20 09:16:03.286 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-12-20 09:16:03.286 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2021-12-20 09:16:03.286 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-12-20 09:16:03.286 | lsof set to manually installed. 2021-12-20 09:16:03.286 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-12-20 09:16:03.286 | parted set to manually installed. 2021-12-20 09:16:03.286 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-12-20 09:16:03.286 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-12-20 09:16:03.286 | tar set to manually installed. 2021-12-20 09:16:03.286 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-12-20 09:16:03.286 | uuid-runtime set to manually installed. 2021-12-20 09:16:03.286 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-12-20 09:16:03.286 | zlib1g-dev set to manually installed. 2021-12-20 09:16:03.286 | The following packages were automatically installed and are no longer required: 2021-12-20 09:16:03.286 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:16:03.286 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:16:03.286 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:16:03.286 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:16:03.286 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:16:03.286 | python3-zope.interface 2021-12-20 09:16:03.286 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:16:03.286 | The following additional packages will be installed: 2021-12-20 09:16:03.286 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-12-20 09:16:03.286 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2021-12-20 09:16:03.286 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2021-12-20 09:16:03.287 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2021-12-20 09:16:03.287 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-12-20 09:16:03.287 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2021-12-20 09:16:03.287 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2021-12-20 09:16:03.287 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2021-12-20 09:16:03.287 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2021-12-20 09:16:03.287 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2021-12-20 09:16:03.287 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2021-12-20 09:16:03.287 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2021-12-20 09:16:03.287 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-12-20 09:16:03.287 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2021-12-20 09:16:03.287 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2021-12-20 09:16:03.287 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2021-12-20 09:16:03.287 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2021-12-20 09:16:03.287 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2021-12-20 09:16:03.287 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2021-12-20 09:16:03.287 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2021-12-20 09:16:03.287 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnss-systemd libobjc-9-dev 2021-12-20 09:16:03.287 | libobjc4 libomp-10-dev libomp5-10 libpam-systemd libpango-1.0-0 2021-12-20 09:16:03.287 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpfm4 libpixman-1-0 2021-12-20 09:16:03.287 | libpq5 librados2 librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config 2021-12-20 09:16:03.287 | libsensors5 libsm6 libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev 2021-12-20 09:16:03.287 | libsub-override-perl libsys-hostname-long-perl libsystemd0 libthai-data 2021-12-20 09:16:03.287 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2021-12-20 09:16:03.287 | libxcb-render0 libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 2021-12-20 09:16:03.287 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 2021-12-20 09:16:03.287 | mysql-common openssh-client openssh-sftp-server po-debconf 2021-12-20 09:16:03.287 | postgresql-client-12 postgresql-client-common postgresql-common 2021-12-20 09:16:03.287 | postgresql-server-dev-12 python-pip-whl python3-pygments python3-wheel 2021-12-20 09:16:03.287 | python3-yaml python3.8-venv qemu-block-extra sharutils ssl-cert systemd 2021-12-20 09:16:03.287 | systemd-sysv systemd-timesyncd uuid-dev vbetool x11-common 2021-12-20 09:16:03.289 | Suggested packages: 2021-12-20 09:16:03.289 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2021-12-20 09:16:03.289 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2021-12-20 09:16:03.289 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2021-12-20 09:16:03.289 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-12-20 09:16:03.289 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2021-12-20 09:16:03.289 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2021-12-20 09:16:03.289 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2021-12-20 09:16:03.289 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2021-12-20 09:16:03.289 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2021-12-20 09:16:03.289 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2021-12-20 09:16:03.289 | monkeysphere ssh-askpass molly-guard cpufrequtils wireless-tools radeontool 2021-12-20 09:16:03.289 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2021-12-20 09:16:03.289 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2021-12-20 09:16:03.289 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2021-12-20 09:16:03.289 | openssl-blacklist systemd-container zip 2021-12-20 09:16:03.510 | The following NEW packages will be installed: 2021-12-20 09:16:03.511 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2021-12-20 09:16:03.511 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2021-12-20 09:16:03.511 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2021-12-20 09:16:03.511 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2021-12-20 09:16:03.511 | dstat dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-12-20 09:16:03.511 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2021-12-20 09:16:03.511 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2021-12-20 09:16:03.511 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2021-12-20 09:16:03.511 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-12-20 09:16:03.511 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-12-20 09:16:03.511 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-12-20 09:16:03.511 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2021-12-20 09:16:03.511 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2021-12-20 09:16:03.511 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2021-12-20 09:16:03.511 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2021-12-20 09:16:03.511 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-12-20 09:16:03.511 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2021-12-20 09:16:03.511 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2021-12-20 09:16:03.511 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2021-12-20 09:16:03.511 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-12-20 09:16:03.511 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-12-20 09:16:03.511 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-12-20 09:16:03.511 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2021-12-20 09:16:03.511 | libmail-sendmail-perl libmysqlclient-dev libmysqlclient21 libncurses-dev 2021-12-20 09:16:03.511 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-12-20 09:16:03.511 | libnl-route-3-200 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 2021-12-20 09:16:03.511 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpfm4 2021-12-20 09:16:03.511 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 librdmacm1 libsasl2-dev 2021-12-20 09:16:03.511 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2021-12-20 09:16:03.511 | libsnmp35 libssl-dev libstdc++-9-dev libsub-override-perl 2021-12-20 09:16:03.511 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2021-12-20 09:16:03.511 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2021-12-20 09:16:03.512 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2021-12-20 09:16:03.512 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2021-12-20 09:16:03.512 | m4 make memcached mysql-common pkg-config pm-utils po-debconf 2021-12-20 09:16:03.512 | postgresql-client-12 postgresql-client-common postgresql-common 2021-12-20 09:16:03.512 | postgresql-server-dev-12 postgresql-server-dev-all python-pip-whl 2021-12-20 09:16:03.512 | python3-mysqldb python3-pip python3-pygments python3-venv python3-wheel 2021-12-20 09:16:03.512 | python3-yaml python3.8-venv qemu-block-extra qemu-utils sharutils socat 2021-12-20 09:16:03.512 | sqlite3 ssl-cert unzip uuid-dev vbetool vlan x11-common 2021-12-20 09:16:03.512 | The following packages will be upgraded: 2021-12-20 09:16:03.513 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2021-12-20 09:16:03.513 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2021-12-20 09:16:03.513 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd wget 2021-12-20 09:16:03.770 | 18 upgraded, 208 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:16:03.770 | Need to get 160 MB of archives. 2021-12-20 09:16:03.770 | After this operation, 761 MB of additional disk space will be used. 2021-12-20 09:16:03.770 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.13 [95.8 kB] 2021-12-20 09:16:04.498 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.13 [28.1 kB] 2021-12-20 09:16:04.546 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.13 [10.3 kB] 2021-12-20 09:16:04.568 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.13 [186 kB] 2021-12-20 09:16:04.899 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.13 [3,809 kB] 2021-12-20 09:16:06.298 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.13 [270 kB] 2021-12-20 09:16:06.303 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2021-12-20 09:16:06.305 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2021-12-20 09:16:06.593 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2021-12-20 09:16:06.597 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2021-12-20 09:16:06.598 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2021-12-20 09:16:06.602 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2021-12-20 09:16:06.602 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2021-12-20 09:16:06.617 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2021-12-20 09:16:06.621 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2021-12-20 09:16:06.657 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2021-12-20 09:16:06.659 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2021-12-20 09:16:07.994 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2021-12-20 09:16:08.232 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.8 [1,181 kB] 2021-12-20 09:16:08.360 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.8 [159 kB] 2021-12-20 09:16:08.364 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.8 [84.5 kB] 2021-12-20 09:16:08.366 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.8 [95.5 kB] 2021-12-20 09:16:08.368 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2021-12-20 09:16:08.370 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2021-12-20 09:16:08.594 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2021-12-20 09:16:08.595 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2021-12-20 09:16:08.596 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2021-12-20 09:16:08.596 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.27-0ubuntu0.20.04.1 [1,291 kB] 2021-12-20 09:16:08.875 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2021-12-20 09:16:08.875 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2021-12-20 09:16:08.875 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2021-12-20 09:16:09.051 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2021-12-20 09:16:09.133 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2021-12-20 09:16:09.140 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2021-12-20 09:16:09.146 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2021-12-20 09:16:09.154 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2021-12-20 09:16:09.167 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2021-12-20 09:16:09.231 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.3 [51.5 kB] 2021-12-20 09:16:09.238 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.3 [377 kB] 2021-12-20 09:16:09.381 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB] 2021-12-20 09:16:09.478 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2021-12-20 09:16:09.486 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2021-12-20 09:16:09.487 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-12-20 09:16:09.488 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2021-12-20 09:16:09.582 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2021-12-20 09:16:09.621 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2021-12-20 09:16:09.681 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2021-12-20 09:16:09.762 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2021-12-20 09:16:12.336 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2021-12-20 09:16:13.920 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2021-12-20 09:16:14.288 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2021-12-20 09:16:14.290 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2021-12-20 09:16:14.291 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2021-12-20 09:16:14.296 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2021-12-20 09:16:14.702 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2021-12-20 09:16:14.703 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2021-12-20 09:16:14.863 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2021-12-20 09:16:15.640 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2021-12-20 09:16:16.848 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2021-12-20 09:16:16.851 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2021-12-20 09:16:16.854 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2021-12-20 09:16:16.856 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2021-12-20 09:16:16.857 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2021-12-20 09:16:16.859 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2021-12-20 09:16:16.860 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2021-12-20 09:16:16.860 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2021-12-20 09:16:16.861 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2021-12-20 09:16:16.965 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2021-12-20 09:16:16.987 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2021-12-20 09:16:17.189 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2021-12-20 09:16:17.192 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2021-12-20 09:16:17.194 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2021-12-20 09:16:17.245 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2021-12-20 09:16:17.248 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2021-12-20 09:16:17.395 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2021-12-20 09:16:17.498 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2021-12-20 09:16:17.556 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2021-12-20 09:16:17.557 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2021-12-20 09:16:17.559 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2021-12-20 09:16:17.637 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2021-12-20 09:16:17.684 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2021-12-20 09:16:17.691 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.8 [180 kB] 2021-12-20 09:16:17.695 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2021-12-20 09:16:17.800 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2021-12-20 09:16:19.114 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2021-12-20 09:16:19.114 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2021-12-20 09:16:19.115 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2021-12-20 09:16:19.126 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2021-12-20 09:16:19.126 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2021-12-20 09:16:19.127 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2021-12-20 09:16:19.129 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2021-12-20 09:16:19.130 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2021-12-20 09:16:19.131 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2021-12-20 09:16:19.228 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2021-12-20 09:16:19.231 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 dstat all 0.7.4-6 [55.6 kB] 2021-12-20 09:16:19.342 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2021-12-20 09:16:19.354 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2021-12-20 09:16:19.356 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2021-12-20 09:16:19.365 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-12-20 09:16:19.502 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2021-12-20 09:16:19.660 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2021-12-20 09:16:19.887 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2021-12-20 09:16:20.355 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2021-12-20 09:16:20.493 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2021-12-20 09:16:20.628 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2021-12-20 09:16:20.636 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2021-12-20 09:16:20.643 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2021-12-20 09:16:20.655 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2021-12-20 09:16:20.688 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-12-20 09:16:20.688 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-12-20 09:16:20.694 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2021-12-20 09:16:20.723 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2021-12-20 09:16:20.746 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-12-20 09:16:20.750 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2021-12-20 09:16:20.857 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-12-20 09:16:20.871 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2021-12-20 09:16:20.890 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2021-12-20 09:16:20.891 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2021-12-20 09:16:20.891 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-12-20 09:16:20.893 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2021-12-20 09:16:20.942 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2021-12-20 09:16:20.970 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2021-12-20 09:16:21.004 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2021-12-20 09:16:21.016 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2021-12-20 09:16:21.084 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2021-12-20 09:16:21.086 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2021-12-20 09:16:21.100 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2021-12-20 09:16:21.103 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2021-12-20 09:16:21.105 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2021-12-20 09:16:21.107 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2021-12-20 09:16:21.162 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2021-12-20 09:16:21.197 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2021-12-20 09:16:21.212 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2021-12-20 09:16:21.215 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2021-12-20 09:16:21.311 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2021-12-20 09:16:21.312 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-12-20 09:16:21.326 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2021-12-20 09:16:21.330 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-12-20 09:16:21.345 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2021-12-20 09:16:21.395 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2021-12-20 09:16:21.408 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2021-12-20 09:16:21.424 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2021-12-20 09:16:21.444 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2021-12-20 09:16:21.460 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2021-12-20 09:16:21.538 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2021-12-20 09:16:21.538 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2021-12-20 09:16:21.543 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2021-12-20 09:16:21.547 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2021-12-20 09:16:21.551 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2021-12-20 09:16:21.554 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2021-12-20 09:16:21.557 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2021-12-20 09:16:21.651 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2021-12-20 09:16:21.655 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2021-12-20 09:16:21.656 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-12-20 09:16:21.765 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-12-20 09:16:21.766 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2021-12-20 09:16:21.786 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2021-12-20 09:16:21.807 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2021-12-20 09:16:21.810 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-12-20 09:16:21.813 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2021-12-20 09:16:23.075 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2021-12-20 09:16:23.077 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2021-12-20 09:16:23.078 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2021-12-20 09:16:23.079 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2021-12-20 09:16:23.084 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-12-20 09:16:23.085 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-12-20 09:16:23.085 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2021-12-20 09:16:23.090 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2021-12-20 09:16:23.091 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2021-12-20 09:16:23.205 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2021-12-20 09:16:23.219 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-12-20 09:16:23.220 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-12-20 09:16:23.222 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2021-12-20 09:16:23.452 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient-dev amd64 8.0.27-0ubuntu0.20.04.1 [1,603 kB] 2021-12-20 09:16:23.832 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2021-12-20 09:16:23.837 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2021-12-20 09:16:23.843 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2021-12-20 09:16:23.844 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2021-12-20 09:16:23.847 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2021-12-20 09:16:23.850 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.1 [3,215 kB] 2021-12-20 09:16:24.353 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.1 [1,620 kB] 2021-12-20 09:16:24.671 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2021-12-20 09:16:24.800 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB] 2021-12-20 09:16:24.808 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2021-12-20 09:16:24.809 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2021-12-20 09:16:24.811 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2021-12-20 09:16:24.826 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2021-12-20 09:16:24.829 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2021-12-20 09:16:24.832 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2021-12-20 09:16:24.911 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2021-12-20 09:16:25.849 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2021-12-20 09:16:25.851 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2021-12-20 09:16:25.887 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2021-12-20 09:16:26.056 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2021-12-20 09:16:26.940 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2021-12-20 09:16:26.948 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2021-12-20 09:16:31.233 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2021-12-20 09:16:31.235 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2021-12-20 09:16:31.236 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2021-12-20 09:16:31.237 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2021-12-20 09:16:31.238 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2021-12-20 09:16:31.387 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-12-20 09:16:31.610 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2021-12-20 09:16:32.140 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2021-12-20 09:16:32.468 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2021-12-20 09:16:32.469 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2021-12-20 09:16:32.648 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2021-12-20 09:16:32.651 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2021-12-20 09:16:32.654 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2021-12-20 09:16:32.674 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2021-12-20 09:16:32.675 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2021-12-20 09:16:32.675 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.18 [54.8 kB] 2021-12-20 09:16:32.678 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.18 [973 kB] 2021-12-20 09:16:32.768 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2021-12-20 09:16:32.781 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2021-12-20 09:16:32.877 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2021-12-20 09:16:32.891 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-12-20 09:16:32.892 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2021-12-20 09:16:32.895 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2021-12-20 09:16:32.898 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.8 [1,180 B] 2021-12-20 09:16:32.898 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2021-12-20 09:16:32.902 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2021-12-20 09:16:32.988 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2021-12-20 09:16:32.989 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2021-12-20 09:16:32.994 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2021-12-20 09:16:33.099 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2021-12-20 09:16:34.557 | Preconfiguring packages ... 2021-12-20 09:16:34.702 | Fetched 160 MB in 30s (5,422 kB/s) 2021-12-20 09:16:34.769 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2021-12-20 09:16:34.771 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:34.779 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:34.835 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:34.843 | Unpacking systemd-timesyncd (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:35.231 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:35.237 | Unpacking systemd-sysv (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:35.274 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:35.283 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:35.350 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:35.498 | Unpacking systemd (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:36.265 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:16:36.272 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-12-20 09:16:36.352 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.13) ... 2021-12-20 09:16:36.402 | Selecting previously unselected package libapr1:amd64. 2021-12-20 09:16:36.440 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2021-12-20 09:16:36.442 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2021-12-20 09:16:36.444 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-12-20 09:16:36.500 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2021-12-20 09:16:36.507 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2021-12-20 09:16:36.707 | Selecting previously unselected package libaprutil1:amd64. 2021-12-20 09:16:36.715 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2021-12-20 09:16:36.717 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:16:36.753 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-12-20 09:16:36.760 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2021-12-20 09:16:36.762 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:16:36.797 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-12-20 09:16:36.808 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2021-12-20 09:16:36.861 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-12-20 09:16:36.868 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2021-12-20 09:16:36.870 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:16:36.905 | Preparing to unpack .../006-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2021-12-20 09:16:36.911 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2021-12-20 09:16:36.969 | Preparing to unpack .../007-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2021-12-20 09:16:36.975 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2021-12-20 09:16:37.037 | Selecting previously unselected package libjansson4:amd64. 2021-12-20 09:16:37.044 | Preparing to unpack .../008-libjansson4_2.12-1build1_amd64.deb ... 2021-12-20 09:16:37.046 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2021-12-20 09:16:37.076 | Selecting previously unselected package liblua5.2-0:amd64. 2021-12-20 09:16:37.083 | Preparing to unpack .../009-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2021-12-20 09:16:37.085 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-12-20 09:16:37.135 | Preparing to unpack .../010-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2021-12-20 09:16:37.140 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2021-12-20 09:16:38.411 | Preparing to unpack .../011-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:16:38.417 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2021-12-20 09:16:38.530 | Selecting previously unselected package apache2-bin. 2021-12-20 09:16:38.538 | Preparing to unpack .../012-apache2-bin_2.4.41-4ubuntu3.8_amd64.deb ... 2021-12-20 09:16:38.540 | Unpacking apache2-bin (2.4.41-4ubuntu3.8) ... 2021-12-20 09:16:38.744 | Selecting previously unselected package apache2-data. 2021-12-20 09:16:38.752 | Preparing to unpack .../013-apache2-data_2.4.41-4ubuntu3.8_all.deb ... 2021-12-20 09:16:38.754 | Unpacking apache2-data (2.4.41-4ubuntu3.8) ... 2021-12-20 09:16:38.861 | Selecting previously unselected package apache2-utils. 2021-12-20 09:16:38.868 | Preparing to unpack .../014-apache2-utils_2.4.41-4ubuntu3.8_amd64.deb ... 2021-12-20 09:16:38.870 | Unpacking apache2-utils (2.4.41-4ubuntu3.8) ... 2021-12-20 09:16:38.912 | Selecting previously unselected package apache2. 2021-12-20 09:16:38.919 | Preparing to unpack .../015-apache2_2.4.41-4ubuntu3.8_amd64.deb ... 2021-12-20 09:16:38.938 | Unpacking apache2 (2.4.41-4ubuntu3.8) ... 2021-12-20 09:16:39.006 | Selecting previously unselected package liblua5.3-0:amd64. 2021-12-20 09:16:39.013 | Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2021-12-20 09:16:39.015 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-12-20 09:16:39.061 | Selecting previously unselected package haproxy. 2021-12-20 09:16:39.069 | Preparing to unpack .../017-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2021-12-20 09:16:39.078 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2021-12-20 09:16:39.297 | Selecting previously unselected package libnl-3-200:amd64. 2021-12-20 09:16:39.305 | Preparing to unpack .../018-libnl-3-200_3.4.0-1_amd64.deb ... 2021-12-20 09:16:39.307 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:16:39.341 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-12-20 09:16:39.349 | Preparing to unpack .../019-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2021-12-20 09:16:39.351 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:16:39.381 | Selecting previously unselected package mysql-common. 2021-12-20 09:16:39.388 | Preparing to unpack .../020-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2021-12-20 09:16:39.404 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2021-12-20 09:16:39.434 | Selecting previously unselected package libmysqlclient21:amd64. 2021-12-20 09:16:39.442 | Preparing to unpack .../021-libmysqlclient21_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:16:39.444 | Unpacking libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:16:39.683 | Selecting previously unselected package libsensors-config. 2021-12-20 09:16:39.690 | Preparing to unpack .../022-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2021-12-20 09:16:39.692 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2021-12-20 09:16:39.719 | Selecting previously unselected package libsensors5:amd64. 2021-12-20 09:16:39.727 | Preparing to unpack .../023-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2021-12-20 09:16:39.824 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-12-20 09:16:39.855 | Selecting previously unselected package libsnmp-base. 2021-12-20 09:16:39.863 | Preparing to unpack .../024-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2021-12-20 09:16:39.865 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-12-20 09:16:39.934 | Selecting previously unselected package libsnmp35:amd64. 2021-12-20 09:16:39.942 | Preparing to unpack .../025-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2021-12-20 09:16:39.944 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-12-20 09:16:40.105 | Selecting previously unselected package keepalived. 2021-12-20 09:16:40.113 | Preparing to unpack .../026-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2021-12-20 09:16:40.115 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2021-12-20 09:16:40.201 | Selecting previously unselected package memcached. 2021-12-20 09:16:40.209 | Preparing to unpack .../027-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2021-12-20 09:16:40.211 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2021-12-20 09:16:40.268 | Preparing to unpack .../028-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2021-12-20 09:16:40.720 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2021-12-20 09:16:40.809 | Preparing to unpack .../029-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2021-12-20 09:16:40.815 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2021-12-20 09:16:40.942 | Selecting previously unselected package python3-yaml. 2021-12-20 09:16:40.950 | Preparing to unpack .../030-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2021-12-20 09:16:40.952 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2021-12-20 09:16:41.004 | Preparing to unpack .../031-openssh-sftp-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-12-20 09:16:41.009 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-12-20 09:16:41.054 | Preparing to unpack .../032-openssh-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-12-20 09:16:41.135 | Unpacking openssh-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-12-20 09:16:41.571 | Preparing to unpack .../033-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-12-20 09:16:41.593 | Unpacking openssh-client (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-12-20 09:16:41.745 | Preparing to unpack .../034-wget_1.20.3-1ubuntu2_amd64.deb ... 2021-12-20 09:16:41.750 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2021-12-20 09:16:41.825 | Selecting previously unselected package acl. 2021-12-20 09:16:41.832 | Preparing to unpack .../035-acl_2.2.53-6_amd64.deb ... 2021-12-20 09:16:41.834 | Unpacking acl (2.2.53-6) ... 2021-12-20 09:16:41.864 | Selecting previously unselected package autotools-dev. 2021-12-20 09:16:41.871 | Preparing to unpack .../036-autotools-dev_20180224.1_all.deb ... 2021-12-20 09:16:41.873 | Unpacking autotools-dev (20180224.1) ... 2021-12-20 09:16:41.904 | Selecting previously unselected package m4. 2021-12-20 09:16:41.911 | Preparing to unpack .../037-m4_1.4.18-4_amd64.deb ... 2021-12-20 09:16:41.913 | Unpacking m4 (1.4.18-4) ... 2021-12-20 09:16:41.965 | Selecting previously unselected package autoconf. 2021-12-20 09:16:41.972 | Preparing to unpack .../038-autoconf_2.69-11.1_all.deb ... 2021-12-20 09:16:41.974 | Unpacking autoconf (2.69-11.1) ... 2021-12-20 09:16:42.053 | Selecting previously unselected package automake. 2021-12-20 09:16:42.060 | Preparing to unpack .../039-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2021-12-20 09:16:42.065 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2021-12-20 09:16:42.171 | Selecting previously unselected package autopoint. 2021-12-20 09:16:42.178 | Preparing to unpack .../040-autopoint_0.19.8.1-10build1_all.deb ... 2021-12-20 09:16:42.180 | Unpacking autopoint (0.19.8.1-10build1) ... 2021-12-20 09:16:42.220 | Selecting previously unselected package libllvm10:amd64. 2021-12-20 09:16:42.228 | Preparing to unpack .../041-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:42.230 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:16:44.467 | Selecting previously unselected package libclang-cpp10. 2021-12-20 09:16:44.474 | Preparing to unpack .../042-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:44.477 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:16:45.948 | Selecting previously unselected package libstdc++-9-dev:amd64. 2021-12-20 09:16:45.956 | Preparing to unpack .../043-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:45.958 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:16:46.404 | Selecting previously unselected package libgc1c2:amd64. 2021-12-20 09:16:46.413 | Preparing to unpack .../044-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2021-12-20 09:16:46.415 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-12-20 09:16:46.451 | Selecting previously unselected package libobjc4:amd64. 2021-12-20 09:16:46.459 | Preparing to unpack .../045-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:46.461 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:16:46.491 | Selecting previously unselected package libobjc-9-dev:amd64. 2021-12-20 09:16:46.498 | Preparing to unpack .../046-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:46.500 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:16:46.575 | Selecting previously unselected package libc6-i386. 2021-12-20 09:16:46.583 | Preparing to unpack .../047-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2021-12-20 09:16:46.585 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2021-12-20 09:16:47.081 | Selecting previously unselected package lib32gcc-s1. 2021-12-20 09:16:47.089 | Preparing to unpack .../048-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:47.091 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:16:47.129 | Selecting previously unselected package lib32stdc++6. 2021-12-20 09:16:47.136 | Preparing to unpack .../049-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:47.138 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:16:47.237 | Selecting previously unselected package libclang-common-10-dev. 2021-12-20 09:16:47.244 | Preparing to unpack .../050-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:47.246 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:16:48.227 | Selecting previously unselected package libclang1-10. 2021-12-20 09:16:48.234 | Preparing to unpack .../051-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:48.237 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:16:49.387 | Selecting previously unselected package clang-10. 2021-12-20 09:16:49.395 | Preparing to unpack .../052-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:49.397 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:16:49.436 | Selecting previously unselected package libtool. 2021-12-20 09:16:49.444 | Preparing to unpack .../053-libtool_2.4.6-14_all.deb ... 2021-12-20 09:16:49.446 | Unpacking libtool (2.4.6-14) ... 2021-12-20 09:16:49.510 | Selecting previously unselected package dh-autoreconf. 2021-12-20 09:16:49.518 | Preparing to unpack .../054-dh-autoreconf_19_all.deb ... 2021-12-20 09:16:49.520 | Unpacking dh-autoreconf (19) ... 2021-12-20 09:16:49.550 | Selecting previously unselected package libdebhelper-perl. 2021-12-20 09:16:49.558 | Preparing to unpack .../055-libdebhelper-perl_12.10ubuntu1_all.deb ... 2021-12-20 09:16:49.560 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2021-12-20 09:16:49.609 | Selecting previously unselected package libarchive-zip-perl. 2021-12-20 09:16:49.618 | Preparing to unpack .../056-libarchive-zip-perl_1.67-2_all.deb ... 2021-12-20 09:16:49.621 | Unpacking libarchive-zip-perl (1.67-2) ... 2021-12-20 09:16:49.669 | Selecting previously unselected package libsub-override-perl. 2021-12-20 09:16:49.677 | Preparing to unpack .../057-libsub-override-perl_0.09-2_all.deb ... 2021-12-20 09:16:49.679 | Unpacking libsub-override-perl (0.09-2) ... 2021-12-20 09:16:49.705 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-12-20 09:16:49.713 | Preparing to unpack .../058-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2021-12-20 09:16:49.716 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-12-20 09:16:49.753 | Selecting previously unselected package dh-strip-nondeterminism. 2021-12-20 09:16:49.760 | Preparing to unpack .../059-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2021-12-20 09:16:49.763 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2021-12-20 09:16:49.788 | Selecting previously unselected package libdpkg-perl. 2021-12-20 09:16:49.796 | Preparing to unpack .../060-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2021-12-20 09:16:49.798 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2021-12-20 09:16:49.872 | Selecting previously unselected package make. 2021-12-20 09:16:49.880 | Preparing to unpack .../061-make_4.2.1-1.2_amd64.deb ... 2021-12-20 09:16:49.882 | Unpacking make (4.2.1-1.2) ... 2021-12-20 09:16:49.931 | Selecting previously unselected package dpkg-dev. 2021-12-20 09:16:49.939 | Preparing to unpack .../062-dpkg-dev_1.19.7ubuntu3_all.deb ... 2021-12-20 09:16:49.941 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2021-12-20 09:16:50.077 | Selecting previously unselected package dwz. 2021-12-20 09:16:50.086 | Preparing to unpack .../063-dwz_0.13-5_amd64.deb ... 2021-12-20 09:16:50.088 | Unpacking dwz (0.13-5) ... 2021-12-20 09:16:50.138 | Selecting previously unselected package libcroco3:amd64. 2021-12-20 09:16:50.147 | Preparing to unpack .../064-libcroco3_0.6.13-1_amd64.deb ... 2021-12-20 09:16:50.150 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2021-12-20 09:16:50.187 | Selecting previously unselected package gettext. 2021-12-20 09:16:50.194 | Preparing to unpack .../065-gettext_0.19.8.1-10build1_amd64.deb ... 2021-12-20 09:16:50.196 | Unpacking gettext (0.19.8.1-10build1) ... 2021-12-20 09:16:50.360 | Selecting previously unselected package intltool-debian. 2021-12-20 09:16:50.368 | Preparing to unpack .../066-intltool-debian_0.35.0+20060710.5_all.deb ... 2021-12-20 09:16:50.370 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2021-12-20 09:16:50.398 | Selecting previously unselected package po-debconf. 2021-12-20 09:16:50.405 | Preparing to unpack .../067-po-debconf_1.0.21_all.deb ... 2021-12-20 09:16:50.407 | Unpacking po-debconf (1.0.21) ... 2021-12-20 09:16:50.473 | Selecting previously unselected package debhelper. 2021-12-20 09:16:50.481 | Preparing to unpack .../068-debhelper_12.10ubuntu1_all.deb ... 2021-12-20 09:16:50.483 | Unpacking debhelper (12.10ubuntu1) ... 2021-12-20 09:16:50.675 | Selecting previously unselected package uuid-dev:amd64. 2021-12-20 09:16:50.682 | Preparing to unpack .../069-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2021-12-20 09:16:50.685 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-12-20 09:16:50.733 | Selecting previously unselected package libsctp1:amd64. 2021-12-20 09:16:50.741 | Preparing to unpack .../070-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2021-12-20 09:16:50.744 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-12-20 09:16:50.769 | Selecting previously unselected package libsctp-dev:amd64. 2021-12-20 09:16:50.776 | Preparing to unpack .../071-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2021-12-20 09:16:50.779 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-12-20 09:16:50.816 | Selecting previously unselected package libapr1-dev. 2021-12-20 09:16:50.823 | Preparing to unpack .../072-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2021-12-20 09:16:50.825 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2021-12-20 09:16:51.076 | Selecting previously unselected package libldap2-dev:amd64. 2021-12-20 09:16:51.084 | Preparing to unpack .../073-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-12-20 09:16:51.086 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-12-20 09:16:51.200 | Selecting previously unselected package libaprutil1-dev. 2021-12-20 09:16:51.208 | Preparing to unpack .../074-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2021-12-20 09:16:51.210 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-12-20 09:16:51.420 | Selecting previously unselected package apache2-dev. 2021-12-20 09:16:51.429 | Preparing to unpack .../075-apache2-dev_2.4.41-4ubuntu3.8_amd64.deb ... 2021-12-20 09:16:51.431 | Unpacking apache2-dev (2.4.41-4ubuntu3.8) ... 2021-12-20 09:16:51.498 | Selecting previously unselected package binfmt-support. 2021-12-20 09:16:51.506 | Preparing to unpack .../076-binfmt-support_2.2.0-2_amd64.deb ... 2021-12-20 09:16:51.515 | Unpacking binfmt-support (2.2.0-2) ... 2021-12-20 09:16:51.548 | Selecting previously unselected package g++-9. 2021-12-20 09:16:51.556 | Preparing to unpack .../077-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-12-20 09:16:51.558 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:16:52.693 | Selecting previously unselected package g++. 2021-12-20 09:16:52.701 | Preparing to unpack .../078-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2021-12-20 09:16:52.704 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2021-12-20 09:16:52.729 | Selecting previously unselected package build-essential. 2021-12-20 09:16:52.736 | Preparing to unpack .../079-build-essential_12.8ubuntu1.1_amd64.deb ... 2021-12-20 09:16:52.738 | Unpacking build-essential (12.8ubuntu1.1) ... 2021-12-20 09:16:52.764 | Selecting previously unselected package conntrack. 2021-12-20 09:16:52.773 | Preparing to unpack .../080-conntrack_1%3a1.4.5-2_amd64.deb ... 2021-12-20 09:16:52.775 | Unpacking conntrack (1:1.4.5-2) ... 2021-12-20 09:16:52.806 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-12-20 09:16:52.814 | Preparing to unpack .../081-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2021-12-20 09:16:52.817 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-12-20 09:16:52.845 | Selecting previously unselected package libnetfilter-queue1. 2021-12-20 09:16:52.853 | Preparing to unpack .../082-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2021-12-20 09:16:52.856 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2021-12-20 09:16:52.888 | Selecting previously unselected package conntrackd. 2021-12-20 09:16:52.896 | Preparing to unpack .../083-conntrackd_1%3a1.4.5-2_amd64.deb ... 2021-12-20 09:16:52.898 | Unpacking conntrackd (1:1.4.5-2) ... 2021-12-20 09:16:52.944 | Selecting previously unselected package dns-root-data. 2021-12-20 09:16:52.952 | Preparing to unpack .../084-dns-root-data_2019052802_all.deb ... 2021-12-20 09:16:52.954 | Unpacking dns-root-data (2019052802) ... 2021-12-20 09:16:52.982 | Selecting previously unselected package libidn11:amd64. 2021-12-20 09:16:52.990 | Preparing to unpack .../085-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2021-12-20 09:16:52.992 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-12-20 09:16:53.030 | Selecting previously unselected package dnsmasq-base. 2021-12-20 09:16:53.038 | Preparing to unpack .../086-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2021-12-20 09:16:53.040 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-12-20 09:16:53.109 | Selecting previously unselected package dnsmasq-utils. 2021-12-20 09:16:53.117 | Preparing to unpack .../087-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2021-12-20 09:16:53.119 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-12-20 09:16:53.149 | Selecting previously unselected package dstat. 2021-12-20 09:16:53.156 | Preparing to unpack .../088-dstat_0.7.4-6_all.deb ... 2021-12-20 09:16:53.159 | Unpacking dstat (0.7.4-6) ... 2021-12-20 09:16:53.224 | Selecting previously unselected package ebtables. 2021-12-20 09:16:53.232 | Preparing to unpack .../089-ebtables_2.0.11-3build1_amd64.deb ... 2021-12-20 09:16:53.247 | Unpacking ebtables (2.0.11-3build1) ... 2021-12-20 09:16:53.289 | Selecting previously unselected package libfakeroot:amd64. 2021-12-20 09:16:53.297 | Preparing to unpack .../090-libfakeroot_1.24-1_amd64.deb ... 2021-12-20 09:16:53.299 | Unpacking libfakeroot:amd64 (1.24-1) ... 2021-12-20 09:16:53.331 | Selecting previously unselected package fakeroot. 2021-12-20 09:16:53.339 | Preparing to unpack .../091-fakeroot_1.24-1_amd64.deb ... 2021-12-20 09:16:53.341 | Unpacking fakeroot (1.24-1) ... 2021-12-20 09:16:53.381 | Selecting previously unselected package fonts-dejavu-core. 2021-12-20 09:16:53.389 | Preparing to unpack .../092-fonts-dejavu-core_2.37-1_all.deb ... 2021-12-20 09:16:53.391 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-12-20 09:16:53.563 | Selecting previously unselected package fonts-liberation. 2021-12-20 09:16:53.571 | Preparing to unpack .../093-fonts-liberation_1%3a1.07.4-11_all.deb ... 2021-12-20 09:16:53.573 | Unpacking fonts-liberation (1:1.07.4-11) ... 2021-12-20 09:16:53.715 | Selecting previously unselected package fontconfig-config. 2021-12-20 09:16:53.723 | Preparing to unpack .../094-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2021-12-20 09:16:53.725 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2021-12-20 09:16:53.766 | Selecting previously unselected package libfontconfig1:amd64. 2021-12-20 09:16:53.774 | Preparing to unpack .../095-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2021-12-20 09:16:53.776 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-12-20 09:16:53.820 | Selecting previously unselected package fontconfig. 2021-12-20 09:16:53.827 | Preparing to unpack .../096-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2021-12-20 09:16:53.830 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2021-12-20 09:16:53.875 | Selecting previously unselected package genisoimage. 2021-12-20 09:16:53.883 | Preparing to unpack .../097-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2021-12-20 09:16:53.885 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-12-20 09:16:53.965 | Selecting previously unselected package libann0. 2021-12-20 09:16:53.973 | Preparing to unpack .../098-libann0_1.1.2+doc-7build1_amd64.deb ... 2021-12-20 09:16:53.976 | Unpacking libann0 (1.1.2+doc-7build1) ... 2021-12-20 09:16:54.006 | Selecting previously unselected package libcdt5:amd64. 2021-12-20 09:16:54.013 | Preparing to unpack .../099-libcdt5_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:54.016 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2021-12-20 09:16:54.046 | Selecting previously unselected package libcgraph6:amd64. 2021-12-20 09:16:54.054 | Preparing to unpack .../100-libcgraph6_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:54.056 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2021-12-20 09:16:54.092 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-12-20 09:16:54.101 | Preparing to unpack .../101-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-12-20 09:16:54.103 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-12-20 09:16:54.145 | Selecting previously unselected package libjpeg8:amd64. 2021-12-20 09:16:54.157 | Preparing to unpack .../102-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-12-20 09:16:54.159 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-20 09:16:54.188 | Selecting previously unselected package libjbig0:amd64. 2021-12-20 09:16:54.197 | Preparing to unpack .../103-libjbig0_2.1-3.1build1_amd64.deb ... 2021-12-20 09:16:54.199 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-12-20 09:16:54.232 | Selecting previously unselected package libwebp6:amd64. 2021-12-20 09:16:54.240 | Preparing to unpack .../104-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:16:54.242 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-12-20 09:16:54.296 | Selecting previously unselected package libtiff5:amd64. 2021-12-20 09:16:54.305 | Preparing to unpack .../105-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2021-12-20 09:16:54.307 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2021-12-20 09:16:54.358 | Selecting previously unselected package libxpm4:amd64. 2021-12-20 09:16:54.368 | Preparing to unpack .../106-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-12-20 09:16:54.370 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-12-20 09:16:54.403 | Selecting previously unselected package libgd3:amd64. 2021-12-20 09:16:54.411 | Preparing to unpack .../107-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2021-12-20 09:16:54.413 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2021-12-20 09:16:54.459 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-12-20 09:16:54.467 | Preparing to unpack .../108-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-12-20 09:16:54.469 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-20 09:16:54.523 | Selecting previously unselected package libpixman-1-0:amd64. 2021-12-20 09:16:54.531 | Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2021-12-20 09:16:54.534 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-12-20 09:16:54.595 | Selecting previously unselected package libxcb-render0:amd64. 2021-12-20 09:16:54.604 | Preparing to unpack .../110-libxcb-render0_1.14-2_amd64.deb ... 2021-12-20 09:16:54.606 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2021-12-20 09:16:54.636 | Selecting previously unselected package libxcb-shm0:amd64. 2021-12-20 09:16:54.643 | Preparing to unpack .../111-libxcb-shm0_1.14-2_amd64.deb ... 2021-12-20 09:16:54.646 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2021-12-20 09:16:54.673 | Selecting previously unselected package libxrender1:amd64. 2021-12-20 09:16:54.681 | Preparing to unpack .../112-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-12-20 09:16:54.684 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-12-20 09:16:54.714 | Selecting previously unselected package libcairo2:amd64. 2021-12-20 09:16:54.722 | Preparing to unpack .../113-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:54.726 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-12-20 09:16:54.823 | Selecting previously unselected package libgraphite2-3:amd64. 2021-12-20 09:16:54.830 | Preparing to unpack .../114-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2021-12-20 09:16:54.833 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-12-20 09:16:54.876 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-12-20 09:16:54.884 | Preparing to unpack .../115-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2021-12-20 09:16:54.886 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-12-20 09:16:54.964 | Selecting previously unselected package libthai-data. 2021-12-20 09:16:54.972 | Preparing to unpack .../116-libthai-data_0.1.28-3_all.deb ... 2021-12-20 09:16:54.974 | Unpacking libthai-data (0.1.28-3) ... 2021-12-20 09:16:55.024 | Selecting previously unselected package libdatrie1:amd64. 2021-12-20 09:16:55.032 | Preparing to unpack .../117-libdatrie1_0.2.12-3_amd64.deb ... 2021-12-20 09:16:55.034 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2021-12-20 09:16:55.063 | Selecting previously unselected package libthai0:amd64. 2021-12-20 09:16:55.072 | Preparing to unpack .../118-libthai0_0.1.28-3_amd64.deb ... 2021-12-20 09:16:55.074 | Unpacking libthai0:amd64 (0.1.28-3) ... 2021-12-20 09:16:55.105 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-12-20 09:16:55.113 | Preparing to unpack .../119-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-12-20 09:16:55.115 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:16:55.170 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-12-20 09:16:55.178 | Preparing to unpack .../120-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-12-20 09:16:55.180 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:16:55.214 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-12-20 09:16:55.222 | Preparing to unpack .../121-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-12-20 09:16:55.226 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:16:55.257 | Selecting previously unselected package libpathplan4:amd64. 2021-12-20 09:16:55.265 | Preparing to unpack .../122-libpathplan4_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:55.267 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2021-12-20 09:16:55.300 | Selecting previously unselected package libgvc6. 2021-12-20 09:16:55.308 | Preparing to unpack .../123-libgvc6_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:55.310 | Unpacking libgvc6 (2.42.2-3build2) ... 2021-12-20 09:16:55.428 | Selecting previously unselected package libgvpr2:amd64. 2021-12-20 09:16:55.436 | Preparing to unpack .../124-libgvpr2_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:55.439 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2021-12-20 09:16:55.490 | Selecting previously unselected package liblab-gamut1:amd64. 2021-12-20 09:16:55.497 | Preparing to unpack .../125-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:55.500 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-12-20 09:16:55.652 | Selecting previously unselected package x11-common. 2021-12-20 09:16:55.661 | Preparing to unpack .../126-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2021-12-20 09:16:55.684 | dpkg-query: no packages found matching nux-tools 2021-12-20 09:16:55.695 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2021-12-20 09:16:55.735 | Selecting previously unselected package libice6:amd64. 2021-12-20 09:16:55.744 | Preparing to unpack .../127-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2021-12-20 09:16:55.746 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-12-20 09:16:55.777 | Selecting previously unselected package libsm6:amd64. 2021-12-20 09:16:55.786 | Preparing to unpack .../128-libsm6_2%3a1.2.3-1_amd64.deb ... 2021-12-20 09:16:55.788 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2021-12-20 09:16:55.818 | Selecting previously unselected package libxt6:amd64. 2021-12-20 09:16:55.826 | Preparing to unpack .../129-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-12-20 09:16:55.829 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-12-20 09:16:55.879 | Selecting previously unselected package libxmu6:amd64. 2021-12-20 09:16:55.886 | Preparing to unpack .../130-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2021-12-20 09:16:55.889 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-12-20 09:16:55.923 | Selecting previously unselected package libxaw7:amd64. 2021-12-20 09:16:55.931 | Preparing to unpack .../131-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-12-20 09:16:55.934 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-12-20 09:16:55.986 | Selecting previously unselected package graphviz. 2021-12-20 09:16:55.994 | Preparing to unpack .../132-graphviz_2.42.2-3build2_amd64.deb ... 2021-12-20 09:16:55.996 | Unpacking graphviz (2.42.2-3build2) ... 2021-12-20 09:16:56.130 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-12-20 09:16:56.138 | Preparing to unpack .../133-libnl-route-3-200_3.4.0-1_amd64.deb ... 2021-12-20 09:16:56.141 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:16:56.195 | Selecting previously unselected package libibverbs1:amd64. 2021-12-20 09:16:56.202 | Preparing to unpack .../134-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2021-12-20 09:16:56.205 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:16:56.247 | Selecting previously unselected package ibverbs-providers:amd64. 2021-12-20 09:16:56.256 | Preparing to unpack .../135-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2021-12-20 09:16:56.271 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:16:56.331 | Selecting previously unselected package icu-devtools. 2021-12-20 09:16:56.340 | Preparing to unpack .../136-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2021-12-20 09:16:56.342 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2021-12-20 09:16:56.401 | Selecting previously unselected package iputils-arping. 2021-12-20 09:16:56.409 | Preparing to unpack .../137-iputils-arping_3%3a20190709-3_amd64.deb ... 2021-12-20 09:16:56.412 | Unpacking iputils-arping (3:20190709-3) ... 2021-12-20 09:16:56.444 | Selecting previously unselected package javascript-common. 2021-12-20 09:16:56.452 | Preparing to unpack .../138-javascript-common_11_all.deb ... 2021-12-20 09:16:56.467 | Unpacking javascript-common (11) ... 2021-12-20 09:16:56.496 | Selecting previously unselected package libgssrpc4:amd64. 2021-12-20 09:16:56.504 | Preparing to unpack .../139-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:16:56.506 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:16:56.542 | Selecting previously unselected package libkdb5-9:amd64. 2021-12-20 09:16:56.550 | Preparing to unpack .../140-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:16:56.554 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:16:56.586 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-12-20 09:16:56.594 | Preparing to unpack .../141-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:16:56.596 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:16:56.631 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-12-20 09:16:56.638 | Preparing to unpack .../142-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:16:56.640 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:16:56.674 | Selecting previously unselected package comerr-dev:amd64. 2021-12-20 09:16:56.682 | Preparing to unpack .../143-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2021-12-20 09:16:56.686 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-12-20 09:16:56.717 | Selecting previously unselected package krb5-multidev:amd64. 2021-12-20 09:16:56.726 | Preparing to unpack .../144-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:16:56.728 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:16:56.779 | Selecting previously unselected package libalgorithm-diff-perl. 2021-12-20 09:16:56.787 | Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2021-12-20 09:16:56.790 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2021-12-20 09:16:56.821 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-12-20 09:16:56.829 | Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2021-12-20 09:16:56.831 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2021-12-20 09:16:56.857 | Selecting previously unselected package libalgorithm-merge-perl. 2021-12-20 09:16:56.865 | Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-12-20 09:16:56.867 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-12-20 09:16:56.893 | Selecting previously unselected package libarchive-cpio-perl. 2021-12-20 09:16:56.901 | Preparing to unpack .../148-libarchive-cpio-perl_0.10-1_all.deb ... 2021-12-20 09:16:56.904 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-12-20 09:16:56.933 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2021-12-20 09:16:56.941 | Preparing to unpack .../149-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-12-20 09:16:56.943 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-12-20 09:16:57.009 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2021-12-20 09:16:57.017 | Preparing to unpack .../150-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-12-20 09:16:57.019 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-12-20 09:16:57.086 | Selecting previously unselected package libfile-fcntllock-perl. 2021-12-20 09:16:57.094 | Preparing to unpack .../151-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2021-12-20 09:16:57.096 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2021-12-20 09:16:57.126 | Selecting previously unselected package libgts-bin. 2021-12-20 09:16:57.135 | Preparing to unpack .../152-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-12-20 09:16:57.137 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-12-20 09:16:57.172 | Selecting previously unselected package libicu-dev:amd64. 2021-12-20 09:16:57.179 | Preparing to unpack .../153-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2021-12-20 09:16:57.196 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2021-12-20 09:16:58.632 | Selecting previously unselected package libipset13:amd64. 2021-12-20 09:16:58.640 | Preparing to unpack .../154-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:16:58.642 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2021-12-20 09:16:58.677 | Selecting previously unselected package librdmacm1:amd64. 2021-12-20 09:16:58.685 | Preparing to unpack .../155-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2021-12-20 09:16:58.687 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:16:58.725 | Selecting previously unselected package libiscsi7:amd64. 2021-12-20 09:16:58.733 | Preparing to unpack .../156-libiscsi7_1.18.0-2_amd64.deb ... 2021-12-20 09:16:58.735 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2021-12-20 09:16:58.772 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-12-20 09:16:58.780 | Preparing to unpack .../157-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-12-20 09:16:58.782 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-12-20 09:16:58.842 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-12-20 09:16:58.851 | Preparing to unpack .../158-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-12-20 09:16:58.853 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-20 09:16:58.878 | Selecting previously unselected package libjpeg-dev:amd64. 2021-12-20 09:16:58.885 | Preparing to unpack .../159-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-12-20 09:16:58.888 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-20 09:16:58.913 | Selecting previously unselected package libjs-jquery. 2021-12-20 09:16:58.921 | Preparing to unpack .../160-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2021-12-20 09:16:58.923 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2021-12-20 09:16:58.981 | Selecting previously unselected package libjs-jquery-metadata. 2021-12-20 09:16:58.990 | Preparing to unpack .../161-libjs-jquery-metadata_12-1.1_all.deb ... 2021-12-20 09:16:58.992 | Unpacking libjs-jquery-metadata (12-1.1) ... 2021-12-20 09:16:59.018 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-12-20 09:16:59.026 | Preparing to unpack .../162-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2021-12-20 09:16:59.028 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-12-20 09:16:59.109 | Selecting previously unselected package libltdl-dev:amd64. 2021-12-20 09:16:59.117 | Preparing to unpack .../163-libltdl-dev_2.4.6-14_amd64.deb ... 2021-12-20 09:16:59.120 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2021-12-20 09:16:59.176 | Selecting previously unselected package libsys-hostname-long-perl. 2021-12-20 09:16:59.184 | Preparing to unpack .../164-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-12-20 09:16:59.186 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-12-20 09:16:59.215 | Selecting previously unselected package libmail-sendmail-perl. 2021-12-20 09:16:59.223 | Preparing to unpack .../165-libmail-sendmail-perl_0.80-1_all.deb ... 2021-12-20 09:16:59.225 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-12-20 09:16:59.253 | Selecting previously unselected package libssl-dev:amd64. 2021-12-20 09:16:59.261 | Preparing to unpack .../166-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2021-12-20 09:16:59.263 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2021-12-20 09:16:59.522 | Selecting previously unselected package libmysqlclient-dev. 2021-12-20 09:16:59.530 | Preparing to unpack .../167-libmysqlclient-dev_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:16:59.532 | Unpacking libmysqlclient-dev (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:16:59.822 | Selecting previously unselected package libncurses-dev:amd64. 2021-12-20 09:16:59.830 | Preparing to unpack .../168-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2021-12-20 09:16:59.833 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-12-20 09:16:59.925 | Selecting previously unselected package libomp5-10:amd64. 2021-12-20 09:16:59.933 | Preparing to unpack .../169-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:16:59.935 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:00.008 | Selecting previously unselected package libomp-10-dev. 2021-12-20 09:17:00.016 | Preparing to unpack .../170-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:17:00.018 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:00.056 | Selecting previously unselected package libpq5:amd64. 2021-12-20 09:17:00.064 | Preparing to unpack .../171-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:00.066 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:00.108 | Selecting previously unselected package libpq-dev. 2021-12-20 09:17:00.116 | Preparing to unpack .../172-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:00.118 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:00.195 | Selecting previously unselected package librados2. 2021-12-20 09:17:00.203 | Preparing to unpack .../173-librados2_15.2.14-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:00.205 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.1) ... 2021-12-20 09:17:00.679 | Selecting previously unselected package librbd1. 2021-12-20 09:17:00.687 | Preparing to unpack .../174-librbd1_15.2.14-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:00.689 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.1) ... 2021-12-20 09:17:00.945 | Selecting previously unselected package libsasl2-dev. 2021-12-20 09:17:00.953 | Preparing to unpack .../175-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2021-12-20 09:17:00.955 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2021-12-20 09:17:01.021 | Selecting previously unselected package libsystemd-dev:amd64. 2021-12-20 09:17:01.029 | Preparing to unpack .../176-libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ... 2021-12-20 09:17:01.031 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... 2021-12-20 09:17:01.141 | Selecting previously unselected package libtinfo-dev:amd64. 2021-12-20 09:17:01.150 | Preparing to unpack .../177-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2021-12-20 09:17:01.152 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-12-20 09:17:01.179 | Selecting previously unselected package libx86-1:amd64. 2021-12-20 09:17:01.187 | Preparing to unpack .../178-libx86-1_1.1+ds1-11_amd64.deb ... 2021-12-20 09:17:01.189 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2021-12-20 09:17:01.224 | Selecting previously unselected package libxml2-dev:amd64. 2021-12-20 09:17:01.232 | Preparing to unpack .../179-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:01.234 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-12-20 09:17:01.376 | Selecting previously unselected package libxslt1-dev:amd64. 2021-12-20 09:17:01.384 | Preparing to unpack .../180-libxslt1-dev_1.1.34-4_amd64.deb ... 2021-12-20 09:17:01.386 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2021-12-20 09:17:01.466 | Selecting previously unselected package llvm-10-runtime. 2021-12-20 09:17:01.474 | Preparing to unpack .../181-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:17:01.476 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:01.535 | Selecting previously unselected package libpfm4:amd64. 2021-12-20 09:17:01.544 | Preparing to unpack .../182-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2021-12-20 09:17:01.546 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-12-20 09:17:01.619 | Selecting previously unselected package llvm-10. 2021-12-20 09:17:01.627 | Preparing to unpack .../183-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:17:01.629 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:02.399 | Selecting previously unselected package libffi-dev:amd64. 2021-12-20 09:17:02.407 | Preparing to unpack .../184-libffi-dev_3.3-4_amd64.deb ... 2021-12-20 09:17:02.409 | Unpacking libffi-dev:amd64 (3.3-4) ... 2021-12-20 09:17:02.451 | Selecting previously unselected package python3-pygments. 2021-12-20 09:17:02.459 | Preparing to unpack .../185-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2021-12-20 09:17:02.461 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-12-20 09:17:02.596 | Selecting previously unselected package llvm-10-tools. 2021-12-20 09:17:02.604 | Preparing to unpack .../186-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:17:02.606 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:02.745 | Selecting previously unselected package libz3-4:amd64. 2021-12-20 09:17:02.753 | Preparing to unpack .../187-libz3-4_4.8.7-4build1_amd64.deb ... 2021-12-20 09:17:02.756 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2021-12-20 09:17:03.714 | Selecting previously unselected package libz3-dev:amd64. 2021-12-20 09:17:03.722 | Preparing to unpack .../188-libz3-dev_4.8.7-4build1_amd64.deb ... 2021-12-20 09:17:03.725 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2021-12-20 09:17:03.769 | Selecting previously unselected package llvm-10-dev. 2021-12-20 09:17:03.777 | Preparing to unpack .../189-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-12-20 09:17:03.779 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:08.200 | Selecting previously unselected package lsscsi. 2021-12-20 09:17:08.209 | Preparing to unpack .../190-lsscsi_0.30-0.1_amd64.deb ... 2021-12-20 09:17:08.211 | Unpacking lsscsi (0.30-0.1) ... 2021-12-20 09:17:08.246 | Selecting previously unselected package pkg-config. 2021-12-20 09:17:08.255 | Preparing to unpack .../191-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2021-12-20 09:17:08.257 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2021-12-20 09:17:08.290 | Selecting previously unselected package pm-utils. 2021-12-20 09:17:08.298 | Preparing to unpack .../192-pm-utils_1.4.1-19_all.deb ... 2021-12-20 09:17:08.300 | Unpacking pm-utils (1.4.1-19) ... 2021-12-20 09:17:08.358 | Selecting previously unselected package postgresql-client-common. 2021-12-20 09:17:08.366 | Preparing to unpack .../193-postgresql-client-common_214ubuntu0.1_all.deb ... 2021-12-20 09:17:08.369 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2021-12-20 09:17:08.402 | Selecting previously unselected package postgresql-client-12. 2021-12-20 09:17:08.411 | Preparing to unpack .../194-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:08.413 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:08.617 | Selecting previously unselected package ssl-cert. 2021-12-20 09:17:08.626 | Preparing to unpack .../195-ssl-cert_1.0.39_all.deb ... 2021-12-20 09:17:08.628 | Unpacking ssl-cert (1.0.39) ... 2021-12-20 09:17:08.663 | Selecting previously unselected package postgresql-common. 2021-12-20 09:17:08.671 | Preparing to unpack .../196-postgresql-common_214ubuntu0.1_all.deb ... 2021-12-20 09:17:08.702 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-12-20 09:17:08.708 | Unpacking postgresql-common (214ubuntu0.1) ... 2021-12-20 09:17:08.772 | Selecting previously unselected package postgresql-server-dev-12. 2021-12-20 09:17:08.781 | Preparing to unpack .../197-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:08.783 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:09.085 | Selecting previously unselected package postgresql-server-dev-all. 2021-12-20 09:17:09.093 | Preparing to unpack .../198-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2021-12-20 09:17:09.095 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2021-12-20 09:17:09.125 | Selecting previously unselected package python-pip-whl. 2021-12-20 09:17:09.133 | Preparing to unpack .../199-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2021-12-20 09:17:09.136 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-12-20 09:17:09.341 | Selecting previously unselected package python3-mysqldb. 2021-12-20 09:17:09.351 | Preparing to unpack .../200-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2021-12-20 09:17:09.353 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2021-12-20 09:17:09.389 | Selecting previously unselected package python3-wheel. 2021-12-20 09:17:09.398 | Preparing to unpack .../201-python3-wheel_0.34.2-1_all.deb ... 2021-12-20 09:17:09.400 | Unpacking python3-wheel (0.34.2-1) ... 2021-12-20 09:17:09.433 | Selecting previously unselected package python3-pip. 2021-12-20 09:17:09.441 | Preparing to unpack .../202-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2021-12-20 09:17:09.444 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2021-12-20 09:17:09.529 | Selecting previously unselected package python3.8-venv. 2021-12-20 09:17:09.538 | Preparing to unpack .../203-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2021-12-20 09:17:09.540 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2021-12-20 09:17:09.564 | Selecting previously unselected package python3-venv. 2021-12-20 09:17:09.573 | Preparing to unpack .../204-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2021-12-20 09:17:09.575 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2021-12-20 09:17:09.602 | Selecting previously unselected package qemu-block-extra:amd64. 2021-12-20 09:17:09.610 | Preparing to unpack .../205-qemu-block-extra_1%3a4.2-3ubuntu6.18_amd64.deb ... 2021-12-20 09:17:09.612 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ... 2021-12-20 09:17:09.644 | Selecting previously unselected package qemu-utils. 2021-12-20 09:17:09.653 | Preparing to unpack .../206-qemu-utils_1%3a4.2-3ubuntu6.18_amd64.deb ... 2021-12-20 09:17:09.655 | Unpacking qemu-utils (1:4.2-3ubuntu6.18) ... 2021-12-20 09:17:09.834 | Selecting previously unselected package sharutils. 2021-12-20 09:17:09.842 | Preparing to unpack .../207-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2021-12-20 09:17:09.844 | Unpacking sharutils (1:4.15.2-4build1) ... 2021-12-20 09:17:09.893 | Selecting previously unselected package sqlite3. 2021-12-20 09:17:09.902 | Preparing to unpack .../208-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2021-12-20 09:17:09.904 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2021-12-20 09:17:10.050 | Selecting previously unselected package unzip. 2021-12-20 09:17:10.060 | Preparing to unpack .../209-unzip_6.0-25ubuntu1_amd64.deb ... 2021-12-20 09:17:10.062 | Unpacking unzip (6.0-25ubuntu1) ... 2021-12-20 09:17:10.120 | Selecting previously unselected package vbetool. 2021-12-20 09:17:10.129 | Preparing to unpack .../210-vbetool_1.1-4_amd64.deb ... 2021-12-20 09:17:10.131 | Unpacking vbetool (1.1-4) ... 2021-12-20 09:17:10.160 | Selecting previously unselected package ipset. 2021-12-20 09:17:10.169 | Preparing to unpack .../211-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:17:10.179 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2021-12-20 09:17:10.220 | Selecting previously unselected package ipvsadm. 2021-12-20 09:17:10.229 | Preparing to unpack .../212-ipvsadm_1%3a1.31-1_amd64.deb ... 2021-12-20 09:17:10.231 | Unpacking ipvsadm (1:1.31-1) ... 2021-12-20 09:17:10.272 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-12-20 09:17:10.281 | Preparing to unpack .../213-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.8_amd64.deb ... 2021-12-20 09:17:10.291 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:10.321 | Selecting previously unselected package liberasurecode1:amd64. 2021-12-20 09:17:10.329 | Preparing to unpack .../214-liberasurecode1_1.6.1-4_amd64.deb ... 2021-12-20 09:17:10.332 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2021-12-20 09:17:10.367 | Selecting previously unselected package liberasurecode-dev:amd64. 2021-12-20 09:17:10.376 | Preparing to unpack .../215-liberasurecode-dev_1.6.1-4_amd64.deb ... 2021-12-20 09:17:10.378 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2021-12-20 09:17:10.412 | Selecting previously unselected package libkrb5-dev:amd64. 2021-12-20 09:17:10.421 | Preparing to unpack .../216-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2021-12-20 09:17:10.423 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:10.456 | Selecting previously unselected package libyaml-dev:amd64. 2021-12-20 09:17:10.472 | Preparing to unpack .../217-libyaml-dev_0.2.2-1_amd64.deb ... 2021-12-20 09:17:10.485 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2021-12-20 09:17:10.537 | Selecting previously unselected package socat. 2021-12-20 09:17:10.555 | Preparing to unpack .../218-socat_1.7.3.3-2_amd64.deb ... 2021-12-20 09:17:10.557 | Unpacking socat (1.7.3.3-2) ... 2021-12-20 09:17:10.634 | Selecting previously unselected package vlan. 2021-12-20 09:17:10.642 | Preparing to unpack .../219-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2021-12-20 09:17:10.644 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2021-12-20 09:17:10.710 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-12-20 09:17:10.715 | Setting up postgresql-client-common (214ubuntu0.1) ... 2021-12-20 09:17:10.725 | Setting up javascript-common (11) ... 2021-12-20 09:17:10.758 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-12-20 09:17:10.775 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-12-20 09:17:10.780 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-12-20 09:17:10.786 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-12-20 09:17:10.792 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2021-12-20 09:17:10.815 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-20 09:17:10.819 | Setting up dstat (0.7.4-6) ... 2021-12-20 09:17:11.098 | /usr/share/dstat/dstat_mysql_keys.py:41: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-12-20 09:17:11.098 | if op.debug > 1: print('%s: exception' (self.filename, e)) 2021-12-20 09:17:11.116 | /usr/share/dstat/dstat_squid.py:48: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-12-20 09:17:11.116 | if op.debug > 1: print('%s: exception' (self.filename, e)) 2021-12-20 09:17:11.163 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-12-20 09:17:11.168 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-12-20 09:17:11.173 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:17:11.179 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-12-20 09:17:11.184 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2021-12-20 09:17:11.190 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2021-12-20 09:17:11.196 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2021-12-20 09:17:11.202 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2021-12-20 09:17:11.207 | Setting up libxcb-render0:amd64 (1.14-2) ... 2021-12-20 09:17:11.213 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2021-12-20 09:17:11.218 | Setting up libarchive-zip-perl (1.67-2) ... 2021-12-20 09:17:11.224 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-12-20 09:17:11.230 | Setting up vbetool (1.1-4) ... 2021-12-20 09:17:11.235 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2021-12-20 09:17:11.242 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-12-20 09:17:11.249 | Setting up pm-utils (1.4.1-19) ... 2021-12-20 09:17:11.259 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2021-12-20 09:17:11.513 | Setting up unzip (6.0-25ubuntu1) ... 2021-12-20 09:17:11.538 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2021-12-20 09:17:11.544 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-12-20 09:17:11.549 | Setting up x11-common (1:7.7+19ubuntu14) ... 2021-12-20 09:17:11.788 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-12-20 09:17:12.495 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2021-12-20 09:17:12.504 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-12-20 09:17:12.509 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-12-20 09:17:12.514 | Setting up m4 (1.4.18-4) ... 2021-12-20 09:17:12.519 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2021-12-20 09:17:12.797 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:17:12.803 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2021-12-20 09:17:12.808 | Setting up iputils-arping (3:20190709-3) ... 2021-12-20 09:17:12.841 | Setting up libffi-dev:amd64 (3.3-4) ... 2021-12-20 09:17:12.847 | Setting up conntrack (1:1.4.5-2) ... 2021-12-20 09:17:12.853 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-12-20 09:17:12.858 | Setting up python3-wheel (0.34.2-1) ... 2021-12-20 09:17:13.100 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-12-20 09:17:13.105 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2021-12-20 09:17:13.310 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2021-12-20 09:17:15.378 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2021-12-20 09:17:16.622 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-12-20 09:17:17.305 | Setting up libfakeroot:amd64 (1.24-1) ... 2021-12-20 09:17:17.312 | Setting up libjansson4:amd64 (2.12-1build1) ... 2021-12-20 09:17:17.318 | Setting up acl (2.2.53-6) ... 2021-12-20 09:17:17.329 | Setting up dns-root-data (2019052802) ... 2021-12-20 09:17:17.338 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:17.343 | Setting up fakeroot (1.24-1) ... 2021-12-20 09:17:17.350 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-12-20 09:17:17.358 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-20 09:17:17.363 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-12-20 09:17:17.369 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:17.373 | Setting up autotools-dev (20180224.1) ... 2021-12-20 09:17:17.378 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-12-20 09:17:18.178 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2021-12-20 09:17:18.183 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2021-12-20 09:17:18.188 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-12-20 09:17:18.194 | Setting up make (4.2.1-1.2) ... 2021-12-20 09:17:18.199 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-12-20 09:17:18.204 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:18.209 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-12-20 09:17:18.214 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2021-12-20 09:17:18.220 | Setting up ebtables (2.0.11-3build1) ... 2021-12-20 09:17:18.768 | Setting up socat (1.7.3.3-2) ... 2021-12-20 09:17:18.775 | Setting up libann0 (1.1.2+doc-7build1) ... 2021-12-20 09:17:18.780 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-12-20 09:17:18.787 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2021-12-20 09:17:18.793 | Setting up autopoint (0.19.8.1-10build1) ... 2021-12-20 09:17:18.798 | Setting up binfmt-support (2.2.0-2) ... 2021-12-20 09:17:19.080 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2021-12-20 09:17:20.125 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-12-20 09:17:20.132 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2021-12-20 09:17:20.155 | Setting up fonts-dejavu-core (2.37-1) ... 2021-12-20 09:17:20.189 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2021-12-20 09:17:20.198 | Setting up lsscsi (0.30-0.1) ... 2021-12-20 09:17:20.205 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-12-20 09:17:20.211 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:17:20.216 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-12-20 09:17:20.222 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-12-20 09:17:20.232 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2021-12-20 09:17:20.237 | Setting up autoconf (2.69-11.1) ... 2021-12-20 09:17:20.244 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2021-12-20 09:17:20.251 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2021-12-20 09:17:20.294 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-12-20 09:17:20.299 | Setting up dwz (0.13-5) ... 2021-12-20 09:17:20.304 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-12-20 09:17:20.310 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-12-20 09:17:20.316 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2021-12-20 09:17:20.322 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-12-20 09:17:20.328 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2021-12-20 09:17:20.342 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:20.347 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:20.353 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-12-20 09:17:20.359 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-12-20 09:17:20.366 | Setting up fonts-liberation (1:1.07.4-11) ... 2021-12-20 09:17:20.371 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:17:20.381 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-12-20 09:17:20.387 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2021-12-20 09:17:20.394 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2021-12-20 09:17:20.400 | Setting up libsub-override-perl (0.09-2) ... 2021-12-20 09:17:20.406 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-12-20 09:17:20.412 | Setting up libthai-data (0.1.28-3) ... 2021-12-20 09:17:20.418 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-12-20 09:17:20.425 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2021-12-20 09:17:20.431 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2021-12-20 09:17:20.438 | Setting up apache2-data (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:20.443 | Setting up curl (7.68.0-1ubuntu2.7) ... 2021-12-20 09:17:20.449 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:20.454 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2021-12-20 09:17:20.460 | Setting up sharutils (1:4.15.2-4build1) ... 2021-12-20 09:17:20.465 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2021-12-20 09:17:20.481 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2021-12-20 09:17:20.491 | Setting up conntrackd (1:1.4.5-2) ... 2021-12-20 09:17:21.525 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-12-20 09:17:21.846 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-12-20 09:17:21.852 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2021-12-20 09:17:21.858 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2021-12-20 09:17:21.865 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-12-20 09:17:21.872 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... 2021-12-20 09:17:21.878 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2021-12-20 09:17:21.884 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-12-20 09:17:21.890 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:17:21.897 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-20 09:17:21.902 | Setting up automake (1:1.16.1-4ubuntu6) ... 2021-12-20 09:17:21.909 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2021-12-20 09:17:21.914 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-12-20 09:17:21.920 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-12-20 09:17:21.925 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:21.931 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-12-20 09:17:21.937 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2021-12-20 09:17:21.943 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-12-20 09:17:21.948 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-12-20 09:17:21.953 | Setting up libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:17:21.959 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:21.965 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-12-20 09:17:21.970 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:21.977 | Setting up wget (1.20.3-1ubuntu2) ... 2021-12-20 09:17:21.988 | Setting up libtool (2.4.6-14) ... 2021-12-20 09:17:21.993 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2021-12-20 09:17:22.097 | Setting up openssh-client (1:8.2p1-4ubuntu0.3) ... 2021-12-20 09:17:22.128 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:22.134 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2021-12-20 09:17:22.527 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-12-20 09:17:23.583 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:23.588 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:17:23.594 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-12-20 09:17:23.738 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-12-20 09:17:23.744 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:23.750 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:23.759 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2021-12-20 09:17:23.770 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:17:23.775 | Setting up python3-mysqldb (1.4.4-2build1) ... 2021-12-20 09:17:24.022 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-12-20 09:17:24.028 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2021-12-20 09:17:24.034 | Setting up libthai0:amd64 (0.1.28-3) ... 2021-12-20 09:17:24.042 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-12-20 09:17:24.047 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:24.661 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2021-12-20 09:17:24.686 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:17:24.693 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-12-20 09:17:24.700 | Setting up ssl-cert (1.0.39) ... 2021-12-20 09:17:25.119 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2021-12-20 09:17:25.126 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2021-12-20 09:17:25.202 | Setting up libjs-jquery-metadata (12-1.1) ... 2021-12-20 09:17:25.208 | Setting up postgresql-common (214ubuntu0.1) ... 2021-12-20 09:17:25.694 | Adding user postgres to group ssl-cert 2021-12-20 09:17:25.849 | 2021-12-20 09:17:25.849 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-12-20 09:17:26.038 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-12-20 09:17:26.038 | Removing obsolete dictionary files: 2021-12-20 09:17:26.618 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-12-20 09:17:27.707 | Setting up libcroco3:amd64 (0.6.13-1) ... 2021-12-20 09:17:27.717 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-12-20 09:17:27.723 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2021-12-20 09:17:27.810 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2021-12-20 09:17:28.217 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2021-12-20 09:17:28.223 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2021-12-20 09:17:28.229 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-12-20 09:17:28.234 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-12-20 09:17:28.240 | Setting up build-essential (12.8ubuntu1.1) ... 2021-12-20 09:17:28.245 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2021-12-20 09:17:28.252 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-12-20 09:17:28.258 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-20 09:17:28.263 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2021-12-20 09:17:28.269 | Setting up libmysqlclient-dev (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:17:28.277 | Setting up apache2-utils (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:28.283 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:28.290 | Setting up ipvsadm (1:1.31-1) ... 2021-12-20 09:17:29.039 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.3) ... 2021-12-20 09:17:29.044 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:17:29.147 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2021-12-20 09:17:31.210 | Regenerating fonts cache... done. 2021-12-20 09:17:31.215 | Setting up gettext (0.19.8.1-10build1) ... 2021-12-20 09:17:31.221 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2021-12-20 09:17:31.228 | Setting up openssh-server (1:8.2p1-4ubuntu0.3) ... 2021-12-20 09:17:32.558 | rescue-ssh.target is a disabled or a static unit, not starting it. 2021-12-20 09:17:33.395 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:17:33.442 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:33.447 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2021-12-20 09:17:34.411 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-12-20 09:17:35.113 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:35.119 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:17:35.124 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-20 09:17:35.130 | Setting up apache2-bin (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:35.135 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-12-20 09:17:35.141 | Setting up intltool-debian (0.35.0+20060710.5) ... 2021-12-20 09:17:35.146 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-12-20 09:17:35.151 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:35.156 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2021-12-20 09:17:35.162 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2021-12-20 09:17:35.167 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2021-12-20 09:17:35.173 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-12-20 09:17:35.178 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-12-20 09:17:35.184 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2021-12-20 09:17:35.189 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:17:35.195 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2021-12-20 09:17:35.214 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-12-20 09:17:35.221 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-12-20 09:17:35.228 | Setting up librados2 (15.2.14-0ubuntu0.20.04.1) ... 2021-12-20 09:17:35.234 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-12-20 09:17:35.240 | Setting up po-debconf (1.0.21) ... 2021-12-20 09:17:35.246 | Setting up apache2 (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:35.624 | Enabling module mpm_event. 2021-12-20 09:17:35.688 | Enabling module authz_core. 2021-12-20 09:17:35.693 | Enabling module authz_host. 2021-12-20 09:17:35.753 | Enabling module authn_core. 2021-12-20 09:17:35.758 | Enabling module auth_basic. 2021-12-20 09:17:35.819 | Enabling module access_compat. 2021-12-20 09:17:35.880 | Enabling module authn_file. 2021-12-20 09:17:35.941 | Enabling module authz_user. 2021-12-20 09:17:36.001 | Enabling module alias. 2021-12-20 09:17:36.060 | Enabling module dir. 2021-12-20 09:17:36.120 | Enabling module autoindex. 2021-12-20 09:17:36.179 | Enabling module env. 2021-12-20 09:17:36.239 | Enabling module mime. 2021-12-20 09:17:36.299 | Enabling module negotiation. 2021-12-20 09:17:36.360 | Enabling module setenvif. 2021-12-20 09:17:36.420 | Enabling module filter. 2021-12-20 09:17:36.481 | Enabling module deflate. 2021-12-20 09:17:36.540 | Enabling module status. 2021-12-20 09:17:36.599 | Enabling module reqtimeout. 2021-12-20 09:17:36.658 | Enabling conf charset. 2021-12-20 09:17:36.717 | Enabling conf localized-error-pages. 2021-12-20 09:17:36.777 | Enabling conf other-vhosts-access-log. 2021-12-20 09:17:36.837 | Enabling conf security. 2021-12-20 09:17:36.897 | Enabling conf serve-cgi-bin. 2021-12-20 09:17:36.958 | Enabling site 000-default. 2021-12-20 09:17:37.009 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-12-20 09:17:37.064 | Enabling conf javascript-common. 2021-12-20 09:17:37.321 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-12-20 09:17:37.909 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-12-20 09:17:40.604 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-12-20 09:17:40.617 | Setting up libgvc6 (2.42.2-3build2) ... 2021-12-20 09:17:40.640 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.1) ... 2021-12-20 09:17:40.646 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:40.658 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2021-12-20 09:17:40.664 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2021-12-20 09:17:40.669 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ... 2021-12-20 09:17:40.674 | Setting up graphviz (2.42.2-3build2) ... 2021-12-20 09:17:40.682 | Setting up qemu-utils (1:4.2-3ubuntu6.18) ... 2021-12-20 09:17:40.689 | Setting up systemd (245.4-4ubuntu3.13) ... 2021-12-20 09:17:40.692 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-12-20 09:17:41.793 | Setting up dh-autoreconf (19) ... 2021-12-20 09:17:41.799 | Setting up systemd-timesyncd (245.4-4ubuntu3.13) ... 2021-12-20 09:17:42.616 | Setting up systemd-sysv (245.4-4ubuntu3.13) ... 2021-12-20 09:17:42.623 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.13) ... 2021-12-20 09:17:42.631 | Setting up debhelper (12.10ubuntu1) ... 2021-12-20 09:17:42.637 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.13) ... 2021-12-20 09:17:42.954 | Setting up apache2-dev (2.4.41-4ubuntu3.8) ... 2021-12-20 09:17:42.964 | Processing triggers for mime-support (3.64ubuntu1) ... 2021-12-20 09:17:42.989 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2021-12-20 09:17:43.060 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2021-12-20 09:17:56.277 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-12-20 09:17:56.300 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2021-12-20 09:17:56.703 | Processing triggers for ufw (0.36-6) ... 2021-12-20 09:17:56.862 | Processing triggers for man-db (2.9.1-1) ... 2021-12-20 09:18:20.783 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2021-12-20 09:18:20.797 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2021-12-20 09:18:27.565 | ++ functions-common:apt_get:1115 : result=0 2021-12-20 09:18:27.567 | ++ functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:18:27.569 | ++ functions-common:time_stop:2310 : local name 2021-12-20 09:18:27.571 | ++ functions-common:time_stop:2311 : local end_time 2021-12-20 09:18:27.574 | ++ functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:18:27.576 | ++ functions-common:time_stop:2313 : local total 2021-12-20 09:18:27.578 | ++ functions-common:time_stop:2314 : local start_time 2021-12-20 09:18:27.580 | ++ functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:18:27.582 | ++ functions-common:time_stop:2317 : start_time=1639991762680 2021-12-20 09:18:27.584 | ++ functions-common:time_stop:2319 : [[ -z 1639991762680 ]] 2021-12-20 09:18:27.587 | +++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:18:27.591 | ++ functions-common:time_stop:2322 : end_time=1639991907588 2021-12-20 09:18:27.593 | ++ functions-common:time_stop:2323 : elapsed_time=144908 2021-12-20 09:18:27.595 | ++ functions-common:time_stop:2324 : total=720 2021-12-20 09:18:27.597 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:18:27.599 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=145628 2021-12-20 09:18:27.601 | ++ functions-common:apt_get:1119 : return 0 2021-12-20 09:18:27.604 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-12-20 09:18:27.606 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-12-20 09:18:27.609 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-12-20 09:18:27.612 | ++ tools/install_prereqs.sh:source:89 : date 2021-12-20 09:18:27.616 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2021-12-20 09:18:27.619 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2021-12-20 09:18:27.622 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2021-12-20 09:18:29.126 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-12-20 09:18:29.128 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-12-20 09:18:29.130 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-12-20 09:18:29.134 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-12-20 09:18:29.137 | + tools/install_pip.sh:main:43 : GetDistro 2021-12-20 09:18:29.139 | + functions-common:GetDistro:373 : GetOSVersion 2021-12-20 09:18:29.140 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-12-20 09:18:29.143 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-12-20 09:18:29.145 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-12-20 09:18:29.147 | + functions-common:_ensure_lsb_release:328 : return 2021-12-20 09:18:29.149 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-12-20 09:18:29.213 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2021-12-20 09:18:29.216 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-12-20 09:18:29.279 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2021-12-20 09:18:29.281 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-12-20 09:18:29.344 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-12-20 09:18:29.346 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-12-20 09:18:29.348 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-12-20 09:18:29.350 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-12-20 09:18:29.352 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-12-20 09:18:29.353 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-12-20 09:18:29.356 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-12-20 09:18:29.358 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-12-20 09:18:29.360 | + functions-common:GetDistro:378 : DISTRO=focal 2021-12-20 09:18:29.361 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-12-20 09:18:29.363 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-12-20 09:18:29.363 | Distro: focal 2021-12-20 09:18:29.366 | + tools/install_pip.sh:main:127 : get_versions 2021-12-20 09:18:29.368 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-12-20 09:18:29.372 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-12-20 09:18:29.374 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-12-20 09:18:29.376 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-12-20 09:18:29.377 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-12-20 09:18:29.753 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-12-20 09:18:29.755 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-12-20 09:18:29.755 | pip: 20.2.2 2021-12-20 09:18:29.757 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2021-12-20 09:18:30.107 | pip 20.2.2 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2021-12-20 09:18:30.128 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-12-20 09:18:30.130 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2021-12-20 09:18:30.132 | + tools/install_pip.sh:main:135 : exit 0 2021-12-20 09:18:30.135 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-12-20 09:18:30.138 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-12-20 09:18:30.141 | + ./stack.sh:main:764 : fixup_all 2021-12-20 09:18:30.144 | + tools/fixup_stuff.sh:fixup_all:195 : fixup_keystone 2021-12-20 09:18:30.146 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-12-20 09:18:30.148 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-20 09:18:30.161 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-20 09:18:30.162 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-12-20 09:18:30.162 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-12-20 09:18:30.167 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-12-20 09:18:30.169 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-12-20 09:18:30.171 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-12-20 09:18:30.179 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-12-20 09:18:30.182 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_ubuntu 2021-12-20 09:18:30.184 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2021-12-20 09:18:30.187 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2021-12-20 09:18:30.189 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_fedora 2021-12-20 09:18:30.191 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-12-20 09:18:30.193 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-12-20 09:18:30.195 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-12-20 09:18:30.197 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-12-20 09:18:30.199 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-20 09:18:30.201 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-20 09:18:30.203 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-12-20 09:18:30.206 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2021-12-20 09:18:30.208 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-12-20 09:18:30.210 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-12-20 09:18:30.212 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_suse 2021-12-20 09:18:30.215 | + tools/fixup_stuff.sh:fixup_suse:156 : is_suse 2021-12-20 09:18:30.217 | + functions-common:is_suse:464 : is_opensuse 2021-12-20 09:18:30.219 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-12-20 09:18:30.221 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-20 09:18:30.223 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-12-20 09:18:30.225 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-12-20 09:18:30.227 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-20 09:18:30.229 | + tools/fixup_stuff.sh:fixup_suse:157 : return 2021-12-20 09:18:30.231 | + ./stack.sh:main:767 : pip_install -U os-testr 2021-12-20 09:18:30.250 | Using python 3.8 to install os-testr 2021-12-20 09:18:30.253 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-12-20 09:18:31.893 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:18:31.897 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:31.902 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:31.903 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:31.908 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:31.909 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:31.911 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:31.911 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:31.913 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:18:32.021 | Collecting os-testr===2.0.0 2021-12-20 09:18:32.028 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-12-20 09:18:32.117 | Requirement already satisfied, skipping upgrade: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2021-12-20 09:18:32.120 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (2.4.0) 2021-12-20 09:18:32.221 | Collecting python-subunit===1.4.0 2021-12-20 09:18:32.227 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-12-20 09:18:32.393 | Collecting stestr===3.0.1 2021-12-20 09:18:32.400 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2021-12-20 09:18:32.496 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) (1.0.0) 2021-12-20 09:18:32.498 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (1.4.0) 2021-12-20 09:18:32.501 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (1.6.0) 2021-12-20 09:18:32.503 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (1.1.0) 2021-12-20 09:18:32.509 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (3.0.0) 2021-12-20 09:18:32.520 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2021-12-20 09:18:32.613 | Collecting future===0.18.2 2021-12-20 09:18:32.621 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-12-20 09:18:33.563 | Requirement already satisfied, skipping upgrade: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (3.4.0) 2021-12-20 09:18:33.578 | Requirement already satisfied, skipping upgrade: voluptuous===0.11.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.11.7) 2021-12-20 09:18:33.581 | Requirement already satisfied, skipping upgrade: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (5.3.1) 2021-12-20 09:18:33.584 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (1.0.0) 2021-12-20 09:18:33.586 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 194)) (1.4.0) 2021-12-20 09:18:33.588 | Requirement already satisfied, skipping upgrade: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (1.3.8) 2021-12-20 09:18:33.643 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) (0.7.2) 2021-12-20 09:18:33.645 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.4.7) 2021-12-20 09:18:33.648 | Requirement already satisfied, skipping upgrade: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (3.2.2) 2021-12-20 09:18:33.654 | Requirement already satisfied, skipping upgrade: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (20.1.0) 2021-12-20 09:18:33.688 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) (0.2.5) 2021-12-20 09:18:33.693 | Requirement already satisfied, skipping upgrade: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (0.4.3) 2021-12-20 09:18:33.696 | Requirement already satisfied, skipping upgrade: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 418)) (49.6.0) 2021-12-20 09:18:33.740 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (1.8.0) 2021-12-20 09:18:33.742 | Building wheels for collected packages: future 2021-12-20 09:18:33.743 | Building wheel for future (setup.py): started 2021-12-20 09:18:34.782 | Building wheel for future (setup.py): finished with status 'done' 2021-12-20 09:18:34.786 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=fe5bf1ba78e5693e06e94962dc0afdf829b6da9d8a9fedb8ec782356e840af9d 2021-12-20 09:18:34.786 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2021-12-20 09:18:34.787 | Successfully built future 2021-12-20 09:18:35.982 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-12-20 09:18:36.812 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.0.1 2021-12-20 09:18:36.921 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:18:36.921 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:18:37.020 | + inc/python:pip_install:200 : result=0 2021-12-20 09:18:37.022 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:18:37.024 | + functions-common:time_stop:2310 : local name 2021-12-20 09:18:37.026 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:18:37.028 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:18:37.030 | + functions-common:time_stop:2313 : local total 2021-12-20 09:18:37.032 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:18:37.034 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:18:37.036 | + functions-common:time_stop:2317 : start_time=1639991910245 2021-12-20 09:18:37.038 | + functions-common:time_stop:2319 : [[ -z 1639991910245 ]] 2021-12-20 09:18:37.041 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:18:37.045 | + functions-common:time_stop:2322 : end_time=1639991917042 2021-12-20 09:18:37.047 | + functions-common:time_stop:2323 : elapsed_time=6797 2021-12-20 09:18:37.049 | + functions-common:time_stop:2324 : total=0 2021-12-20 09:18:37.051 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:18:37.053 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=6797 2021-12-20 09:18:37.055 | + inc/python:pip_install:203 : return 0 2021-12-20 09:18:37.058 | + ./stack.sh:main:769 : pip_install_gr systemd-python 2021-12-20 09:18:37.060 | + inc/python:pip_install_gr:76 : local name=systemd-python 2021-12-20 09:18:37.062 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-20 09:18:37.065 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2021-12-20 09:18:37.067 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2021-12-20 09:18:37.070 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-12-20 09:18:37.073 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-12-20 09:18:37.074 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-12-20 09:18:37.079 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2021-12-20 09:18:37.081 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2021-12-20 09:18:37.083 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2021-12-20 09:18:37.086 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2021-12-20 09:18:37.089 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2021-12-20 09:18:37.108 | Using python 3.8 to install systemd-python 2021-12-20 09:18:37.110 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2021-12-20 09:18:38.778 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:18:38.782 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:38.788 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:38.788 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:38.794 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:38.795 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:38.797 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:38.797 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:38.799 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:18:38.802 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (234) 2021-12-20 09:18:40.292 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:18:40.292 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:18:40.364 | + inc/python:pip_install:200 : result=0 2021-12-20 09:18:40.366 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:18:40.368 | + functions-common:time_stop:2310 : local name 2021-12-20 09:18:40.370 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:18:40.372 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:18:40.374 | + functions-common:time_stop:2313 : local total 2021-12-20 09:18:40.376 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:18:40.379 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:18:40.381 | + functions-common:time_stop:2317 : start_time=1639991917103 2021-12-20 09:18:40.383 | + functions-common:time_stop:2319 : [[ -z 1639991917103 ]] 2021-12-20 09:18:40.385 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:18:40.389 | + functions-common:time_stop:2322 : end_time=1639991920387 2021-12-20 09:18:40.391 | + functions-common:time_stop:2323 : elapsed_time=3284 2021-12-20 09:18:40.393 | + functions-common:time_stop:2324 : total=6797 2021-12-20 09:18:40.395 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:18:40.398 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=10081 2021-12-20 09:18:40.400 | + inc/python:pip_install:203 : return 0 2021-12-20 09:18:40.402 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-12-20 09:18:40.450 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2021-12-20 09:18:40.551 | + ./stack.sh:main:779 : install_infra 2021-12-20 09:18:40.554 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-20 09:18:40.556 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-12-20 09:18:40.560 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-12-20 09:18:43.699 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-20 09:18:43.701 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-12-20 09:18:43.722 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-12-20 09:18:45.677 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:45.911 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:45.913 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:46.118 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:46.176 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:46.237 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:46.239 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:46.289 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:18:46.336 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:18:46.476 | Collecting pbr===5.5.0 2021-12-20 09:18:46.484 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5ad/c0f9fc64319d8/pbr-5.5.0-py2.py3-none-any.whl (106 kB) 2021-12-20 09:18:46.521 | Installing collected packages: pbr 2021-12-20 09:18:46.668 | Successfully installed pbr-5.5.0 2021-12-20 09:18:46.728 | + inc/python:pip_install:200 : result=0 2021-12-20 09:18:46.730 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:18:46.733 | + functions-common:time_stop:2310 : local name 2021-12-20 09:18:46.735 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:18:46.737 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:18:46.739 | + functions-common:time_stop:2313 : local total 2021-12-20 09:18:46.741 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:18:46.743 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:18:46.745 | + functions-common:time_stop:2317 : start_time=1639991923715 2021-12-20 09:18:46.747 | + functions-common:time_stop:2319 : [[ -z 1639991923715 ]] 2021-12-20 09:18:46.750 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:18:46.754 | + functions-common:time_stop:2322 : end_time=1639991926751 2021-12-20 09:18:46.756 | + functions-common:time_stop:2323 : elapsed_time=3036 2021-12-20 09:18:46.758 | + functions-common:time_stop:2324 : total=10081 2021-12-20 09:18:46.760 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:18:46.762 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=13117 2021-12-20 09:18:46.764 | + inc/python:pip_install:203 : return 0 2021-12-20 09:18:46.766 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-20 09:18:46.769 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-12-20 09:18:46.789 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-12-20 09:18:48.747 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:48.987 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:48.990 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:49.196 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:49.255 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:49.321 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:18:49.324 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:18:49.373 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:18:49.420 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:18:49.422 | Processing /opt/stack/requirements 2021-12-20 09:18:50.704 | Collecting fixtures===3.0.0 2021-12-20 09:18:50.711 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-12-20 09:18:50.926 | Collecting PyYAML===5.3.1 2021-12-20 09:18:50.935 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-12-20 09:18:51.665 | Collecting requests===2.23.0 2021-12-20 09:18:51.674 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2021-12-20 09:18:51.763 | Collecting packaging===20.4 2021-12-20 09:18:51.770 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2021-12-20 09:18:51.833 | Collecting testtools===2.4.0 2021-12-20 09:18:51.840 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-12-20 09:18:51.929 | Collecting idna===2.10 2021-12-20 09:18:51.935 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2021-12-20 09:18:52.074 | Collecting pyparsing===2.4.7 2021-12-20 09:18:52.081 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-12-20 09:18:52.132 | Collecting six===1.15.0 2021-12-20 09:18:52.138 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-12-20 09:18:52.164 | Collecting Parsley>=1.2 2021-12-20 09:18:52.170 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-12-20 09:18:52.217 | Collecting beagle>=0.2.1 2021-12-20 09:18:52.224 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2021-12-20 09:18:52.250 | Requirement already satisfied: pbr===5.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2021-12-20 09:18:52.309 | Collecting certifi===2021.10.8 2021-12-20 09:18:52.317 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2021-12-20 09:18:52.401 | Collecting urllib3===1.25.10 2021-12-20 09:18:52.407 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e79/83572181f5e15/urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 2021-12-20 09:18:52.477 | Collecting chardet===3.0.4 2021-12-20 09:18:52.484 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) 2021-12-20 09:18:52.529 | Collecting extras===1.0.0 2021-12-20 09:18:52.535 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-12-20 09:18:52.572 | Collecting python-mimeparse===1.6.0 2021-12-20 09:18:52.579 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-12-20 09:18:52.623 | Collecting unittest2===1.1.0 2021-12-20 09:18:52.630 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-12-20 09:18:52.682 | Collecting traceback2===1.4.0 2021-12-20 09:18:52.688 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-12-20 09:18:52.771 | Collecting cliff===3.4.0 2021-12-20 09:18:52.777 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76 kB) 2021-12-20 09:18:52.844 | Collecting argparse 2021-12-20 09:18:52.851 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-12-20 09:18:52.877 | Collecting linecache2===1.0.0 2021-12-20 09:18:52.883 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-12-20 09:18:53.035 | Collecting cmd2===1.3.8 2021-12-20 09:18:53.042 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a0a/8705dfd7443cc/cmd2-1.3.8-py3-none-any.whl (130 kB) 2021-12-20 09:18:53.149 | Collecting prettytable===0.7.2 2021-12-20 09:18:53.155 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-12-20 09:18:53.235 | Collecting stevedore===3.2.2 2021-12-20 09:18:53.241 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42 kB) 2021-12-20 09:18:53.302 | Collecting attrs===20.1.0 2021-12-20 09:18:53.308 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/286/7b7b9f8326499/attrs-20.1.0-py2.py3-none-any.whl (49 kB) 2021-12-20 09:18:53.384 | Collecting wcwidth===0.2.5 2021-12-20 09:18:53.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-12-20 09:18:53.409 | Requirement already satisfied: setuptools>=34.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 418)) (44.0.0) 2021-12-20 09:18:53.445 | Collecting pyperclip===1.8.0 2021-12-20 09:18:53.452 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl (8.7 kB) 2021-12-20 09:18:53.513 | Collecting colorama===0.4.3 2021-12-20 09:18:53.519 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d7/3d2a99753107a/colorama-0.4.3-py2.py3-none-any.whl (15 kB) 2021-12-20 09:18:53.534 | Building wheels for collected packages: PyYAML, openstack-requirements 2021-12-20 09:18:53.535 | Building wheel for PyYAML (setup.py): started 2021-12-20 09:18:53.781 | Building wheel for PyYAML (setup.py): finished with status 'error' 2021-12-20 09:18:53.782 | ERROR: Command errored out with exit status 1: 2021-12-20 09:18:53.782 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r0yv2lrq/PyYAML/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r0yv2lrq/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/pip-wheel-hu7jlk1y 2021-12-20 09:18:53.782 | cwd: /tmp/pip-install-r0yv2lrq/PyYAML/ 2021-12-20 09:18:53.782 | Complete output (6 lines): 2021-12-20 09:18:53.782 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-12-20 09:18:53.782 | or: setup.py --help [cmd1 cmd2 ...] 2021-12-20 09:18:53.782 | or: setup.py --help-commands 2021-12-20 09:18:53.782 | or: setup.py cmd --help 2021-12-20 09:18:53.782 | 2021-12-20 09:18:53.782 | error: invalid command 'bdist_wheel' 2021-12-20 09:18:53.782 | ---------------------------------------- 2021-12-20 09:18:53.782 | ERROR: Failed building wheel for PyYAML 2021-12-20 09:18:53.782 | Running setup.py clean for PyYAML 2021-12-20 09:18:54.037 | Building wheel for openstack-requirements (setup.py): started 2021-12-20 09:18:54.777 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-12-20 09:18:54.777 | ERROR: Command errored out with exit status 1: 2021-12-20 09:18:54.777 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-7k8iwp2h/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-7k8iwp2h/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-4lmebk6z 2021-12-20 09:18:54.777 | cwd: /tmp/pip-req-build-7k8iwp2h/ 2021-12-20 09:18:54.777 | Complete output (6 lines): 2021-12-20 09:18:54.777 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-12-20 09:18:54.777 | or: setup.py --help [cmd1 cmd2 ...] 2021-12-20 09:18:54.777 | or: setup.py --help-commands 2021-12-20 09:18:54.777 | or: setup.py cmd --help 2021-12-20 09:18:54.777 | 2021-12-20 09:18:54.777 | error: invalid command 'bdist_wheel' 2021-12-20 09:18:54.777 | ---------------------------------------- 2021-12-20 09:18:54.777 | ERROR: Failed building wheel for openstack-requirements 2021-12-20 09:18:54.778 | Running setup.py clean for openstack-requirements 2021-12-20 09:18:55.519 | Failed to build PyYAML openstack-requirements 2021-12-20 09:18:55.726 | Installing collected packages: chardet, certifi, attrs, six, extras, python-mimeparse, argparse, linecache2, traceback2, unittest2, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, pyperclip, colorama, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2021-12-20 09:18:56.923 | Running setup.py install for PyYAML: started 2021-12-20 09:19:11.611 | Running setup.py install for PyYAML: finished with status 'done' 2021-12-20 09:19:12.520 | Running setup.py install for openstack-requirements: started 2021-12-20 09:19:14.762 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-12-20 09:19:14.801 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.1.0 beagle-0.3.0 certifi-2021.10.8 chardet-3.0.4 cliff-3.4.0 cmd2-1.3.8 colorama-0.4.3 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4168 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.0 python-mimeparse-1.6.0 requests-2.23.0 six-1.15.0 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.10 wcwidth-0.2.5 2021-12-20 09:19:14.973 | + inc/python:pip_install:200 : result=0 2021-12-20 09:19:14.975 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:19:14.978 | + functions-common:time_stop:2310 : local name 2021-12-20 09:19:14.980 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:19:14.982 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:19:14.984 | + functions-common:time_stop:2313 : local total 2021-12-20 09:19:14.986 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:19:14.988 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:19:14.990 | + functions-common:time_stop:2317 : start_time=1639991926782 2021-12-20 09:19:14.993 | + functions-common:time_stop:2319 : [[ -z 1639991926782 ]] 2021-12-20 09:19:14.995 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:19:14.999 | + functions-common:time_stop:2322 : end_time=1639991954997 2021-12-20 09:19:15.001 | + functions-common:time_stop:2323 : elapsed_time=28215 2021-12-20 09:19:15.003 | + functions-common:time_stop:2324 : total=13117 2021-12-20 09:19:15.005 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:19:15.007 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=41332 2021-12-20 09:19:15.009 | + inc/python:pip_install:203 : return 0 2021-12-20 09:19:15.012 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-12-20 09:19:15.014 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-12-20 09:19:15.017 | + inc/python:use_library_from_git:250 : local name=pbr 2021-12-20 09:19:15.019 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:19:15.021 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:19:15.024 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-12-20 09:19:15.026 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:19:15.029 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-12-20 09:19:15.054 | Using python 3.8 to install pbr 2021-12-20 09:19:15.057 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-12-20 09:19:16.709 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:19:16.714 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:19:16.720 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:19:16.720 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:19:16.725 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:19:16.727 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:19:16.729 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:19:16.729 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:19:16.731 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:19:16.835 | Requirement already up-to-date: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2021-12-20 09:19:18.318 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:19:18.318 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:19:18.390 | + inc/python:pip_install:200 : result=0 2021-12-20 09:19:18.392 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:19:18.394 | + functions-common:time_stop:2310 : local name 2021-12-20 09:19:18.396 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:19:18.399 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:19:18.401 | + functions-common:time_stop:2313 : local total 2021-12-20 09:19:18.403 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:19:18.405 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:19:18.407 | + functions-common:time_stop:2317 : start_time=1639991955049 2021-12-20 09:19:18.409 | + functions-common:time_stop:2319 : [[ -z 1639991955049 ]] 2021-12-20 09:19:18.411 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:19:18.416 | + functions-common:time_stop:2322 : end_time=1639991958413 2021-12-20 09:19:18.418 | + functions-common:time_stop:2323 : elapsed_time=3364 2021-12-20 09:19:18.420 | + functions-common:time_stop:2324 : total=41332 2021-12-20 09:19:18.422 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:19:18.424 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=44696 2021-12-20 09:19:18.426 | + inc/python:pip_install:203 : return 0 2021-12-20 09:19:18.428 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2021-12-20 09:19:21.552 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2021-12-20 09:19:23.323 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:19:23.402 | Collecting bindep 2021-12-20 09:19:23.408 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0f/4305a9599abb5/bindep-2.10.1-py2.py3-none-any.whl (33 kB) 2021-12-20 09:19:23.469 | Collecting distro 2021-12-20 09:19:23.475 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2021-12-20 09:19:23.597 | Collecting pbr>=2.0.0 2021-12-20 09:19:23.604 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112 kB) 2021-12-20 09:19:23.671 | Collecting Parsley 2021-12-20 09:19:23.678 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-12-20 09:19:23.780 | Collecting packaging; python_version >= "3.6" 2021-12-20 09:19:23.786 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2021-12-20 09:19:23.956 | Collecting pyparsing!=3.0.5,>=2.0.2 2021-12-20 09:19:23.961 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/04f/f808a5b909118/pyparsing-3.0.6-py3-none-any.whl (97 kB) 2021-12-20 09:19:24.009 | Installing collected packages: distro, pbr, Parsley, pyparsing, packaging, bindep 2021-12-20 09:19:24.572 | Successfully installed Parsley-1.3 bindep-2.10.1 distro-1.6.0 packaging-21.3 pbr-5.8.0 pyparsing-3.0.6 2021-12-20 09:19:24.644 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-20 09:19:24.647 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-20 09:19:24.650 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2021-12-20 09:19:24.667 | + ./stack.sh:main:788 : pkgs= 2021-12-20 09:19:24.670 | + ./stack.sh:main:789 : [[ -n '' ]] 2021-12-20 09:19:24.672 | + ./stack.sh:main:796 : run_phase stack pre-install 2021-12-20 09:19:24.674 | + functions-common:run_phase:1738 : local mode=stack 2021-12-20 09:19:24.676 | + functions-common:run_phase:1739 : local phase=pre-install 2021-12-20 09:19:24.678 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-20 09:19:24.681 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2021-12-20 09:19:24.683 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-20 09:19:24.685 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2021-12-20 09:19:24.687 | + functions-common:run_phase:1748 : local extra 2021-12-20 09:19:24.690 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-20 09:19:24.693 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2021-12-20 09:19:24.696 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-20 09:19:24.698 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-20 09:19:24.700 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-12-20 09:19:24.703 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-20 09:19:24.718 | ++ functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:19:24.720 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-20 09:19:24.722 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-20 09:19:24.724 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-12-20 09:19:24.727 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-20 09:19:24.729 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-20 09:19:24.731 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-20 09:19:24.733 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-12-20 09:19:24.735 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-12-20 09:19:24.738 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-12-20 09:19:24.740 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-12-20 09:19:24.742 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-12-20 09:19:24.744 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-20 09:19:24.746 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-20 09:19:24.748 | + functions-common:run_phase:1759 : [[ stack == \s\o\u\r\c\e ]] 2021-12-20 09:19:24.751 | + functions-common:run_phase:1762 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-20 09:19:24.753 | + functions-common:run_phase:1765 : run_plugins stack pre-install 2021-12-20 09:19:24.755 | + functions-common:run_plugins:1724 : local mode=stack 2021-12-20 09:19:24.757 | + functions-common:run_plugins:1725 : local phase=pre-install 2021-12-20 09:19:24.759 | + functions-common:run_plugins:1727 : local plugins= 2021-12-20 09:19:24.761 | + functions-common:run_plugins:1728 : local plugin 2021-12-20 09:19:24.764 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2021-12-20 09:19:24.766 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2021-12-20 09:19:24.768 | + functions:set_systemd_override:826 : local value=2048 2021-12-20 09:19:24.771 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2021-12-20 09:19:24.773 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-12-20 09:19:24.822 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-12-20 09:19:24.822 | Set systemd system override for DefaultLimitNOFILE=2048 2021-12-20 09:19:24.824 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2021-12-20 09:19:25.182 | + ./stack.sh:main:801 : install_rpc_backend 2021-12-20 09:19:25.184 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-12-20 09:19:25.200 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:19:25.202 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-12-20 09:19:25.204 | + functions-common:install_package:1344 : update_package_repo 2021-12-20 09:19:25.207 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:19:25.209 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-12-20 09:19:25.211 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:19:25.214 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:19:25.216 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:19:25.218 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:19:25.220 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:19:25.223 | + functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:19:25.225 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-12-20 09:19:25.227 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-12-20 09:19:25.229 | + functions-common:apt_get_update:1071 : return 2021-12-20 09:19:25.232 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2021-12-20 09:19:25.234 | + functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:19:25.236 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:19:25.238 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:19:25.241 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2021-12-20 09:19:25.261 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-12-20 09:19:25.368 | Reading package lists... 2021-12-20 09:19:25.601 | Building dependency tree... 2021-12-20 09:19:25.603 | Reading state information... 2021-12-20 09:19:25.841 | The following packages were automatically installed and are no longer required: 2021-12-20 09:19:25.842 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:19:25.842 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:19:25.842 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:19:25.842 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:19:25.842 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:19:25.842 | python3-zope.interface 2021-12-20 09:19:25.842 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:19:25.842 | The following additional packages will be installed: 2021-12-20 09:19:25.842 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-12-20 09:19:25.842 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-12-20 09:19:25.842 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-12-20 09:19:25.843 | erlang-tools erlang-xmerl locales-all 2021-12-20 09:19:25.844 | Suggested packages: 2021-12-20 09:19:25.844 | erlang erlang-manpages erlang-doc 2021-12-20 09:19:25.912 | The following NEW packages will be installed: 2021-12-20 09:19:25.912 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-12-20 09:19:25.912 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-12-20 09:19:25.912 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-12-20 09:19:25.913 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2021-12-20 09:19:26.195 | 0 upgraded, 19 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:19:26.195 | Need to get 38.1 MB of archives. 2021-12-20 09:19:26.195 | After this operation, 276 MB of additional disk space will be used. 2021-12-20 09:19:26.196 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2021-12-20 09:19:27.921 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2021-12-20 09:19:28.185 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2021-12-20 09:19:28.188 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2021-12-20 09:19:28.196 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2021-12-20 09:19:28.332 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2021-12-20 09:19:28.335 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2021-12-20 09:19:28.443 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2021-12-20 09:19:28.445 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2021-12-20 09:19:28.446 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2021-12-20 09:19:28.449 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2021-12-20 09:19:28.481 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2021-12-20 09:19:28.744 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2021-12-20 09:19:28.747 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2021-12-20 09:19:28.749 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2021-12-20 09:19:28.776 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2021-12-20 09:19:29.106 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2021-12-20 09:19:29.275 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2021-12-20 09:19:31.010 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2021-12-20 09:19:33.269 | Fetched 38.1 MB in 7s (5,613 kB/s) 2021-12-20 09:19:33.301 | Selecting previously unselected package erlang-base. 2021-12-20 09:19:33.348 | (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 ... 80311 files and directories currently installed.) 2021-12-20 09:19:33.351 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:33.354 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.447 | Selecting previously unselected package erlang-asn1. 2021-12-20 09:19:34.456 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.458 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.568 | Selecting previously unselected package erlang-crypto. 2021-12-20 09:19:34.577 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.579 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.622 | Selecting previously unselected package erlang-public-key. 2021-12-20 09:19:34.630 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.632 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.733 | Selecting previously unselected package erlang-mnesia. 2021-12-20 09:19:34.741 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.744 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.855 | Selecting previously unselected package erlang-runtime-tools. 2021-12-20 09:19:34.863 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.865 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:34.924 | Selecting previously unselected package erlang-ssl. 2021-12-20 09:19:34.933 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:34.935 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.109 | Selecting previously unselected package erlang-eldap. 2021-12-20 09:19:35.118 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.120 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.158 | Selecting previously unselected package erlang-ftp. 2021-12-20 09:19:35.166 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.168 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.202 | Selecting previously unselected package erlang-tftp. 2021-12-20 09:19:35.210 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.212 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.249 | Selecting previously unselected package erlang-inets. 2021-12-20 09:19:35.258 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.260 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.366 | Selecting previously unselected package erlang-snmp. 2021-12-20 09:19:35.375 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.377 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.624 | Selecting previously unselected package erlang-os-mon. 2021-12-20 09:19:35.633 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.635 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.672 | Selecting previously unselected package erlang-parsetools. 2021-12-20 09:19:35.681 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.683 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.728 | Selecting previously unselected package erlang-syntax-tools. 2021-12-20 09:19:35.737 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.739 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.808 | Selecting previously unselected package erlang-tools. 2021-12-20 09:19:35.817 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.819 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:35.912 | Selecting previously unselected package erlang-xmerl. 2021-12-20 09:19:35.921 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-12-20 09:19:35.923 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:36.098 | Selecting previously unselected package locales-all. 2021-12-20 09:19:36.106 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2021-12-20 09:19:36.109 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2021-12-20 09:19:40.312 | Selecting previously unselected package rabbitmq-server. 2021-12-20 09:19:40.323 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2021-12-20 09:19:40.325 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-12-20 09:19:41.469 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:41.850 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2021-12-20 09:19:41.850 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2021-12-20 09:19:45.880 | Searching for services which depend on erlang and should be started... none found. 2021-12-20 09:19:45.884 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.889 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.895 | Setting up locales-all (2.31-0ubuntu9.2) ... 2021-12-20 09:19:45.902 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.907 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.912 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.917 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.923 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.928 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.933 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.939 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.944 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.949 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.954 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.959 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.964 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.970 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2021-12-20 09:19:45.975 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-12-20 09:19:46.070 | Adding group `rabbitmq' (GID 125) ... 2021-12-20 09:19:46.082 | Done. 2021-12-20 09:19:46.161 | Adding system user `rabbitmq' (UID 117) ... 2021-12-20 09:19:46.161 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2021-12-20 09:19:46.195 | Not creating home directory `/var/lib/rabbitmq'. 2021-12-20 09:19:46.461 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-12-20 09:19:52.461 | Processing triggers for man-db (2.9.1-1) ... 2021-12-20 09:19:53.056 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-12-20 09:19:59.973 | + functions-common:apt_get:1115 : result=0 2021-12-20 09:19:59.976 | + functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:19:59.978 | + functions-common:time_stop:2310 : local name 2021-12-20 09:19:59.980 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:19:59.982 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:19:59.984 | + functions-common:time_stop:2313 : local total 2021-12-20 09:19:59.986 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:19:59.988 | + functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:19:59.990 | + functions-common:time_stop:2317 : start_time=1639991965258 2021-12-20 09:19:59.992 | + functions-common:time_stop:2319 : [[ -z 1639991965258 ]] 2021-12-20 09:19:59.995 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:19:59.999 | + functions-common:time_stop:2322 : end_time=1639991999997 2021-12-20 09:20:00.002 | + functions-common:time_stop:2323 : elapsed_time=34739 2021-12-20 09:20:00.004 | + functions-common:time_stop:2324 : total=145628 2021-12-20 09:20:00.006 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:20:00.008 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=180367 2021-12-20 09:20:00.010 | + functions-common:apt_get:1119 : return 0 2021-12-20 09:20:00.012 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-12-20 09:20:00.015 | + functions-common:is_suse:464 : is_opensuse 2021-12-20 09:20:00.017 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-12-20 09:20:00.020 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-20 09:20:00.022 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-12-20 09:20:00.024 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-12-20 09:20:00.026 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-20 09:20:00.029 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-12-20 09:20:00.031 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-12-20 09:20:00.033 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-12-20 09:20:00.035 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-12-20 09:20:00.038 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-20 09:20:00.040 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-20 09:20:00.042 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-12-20 09:20:00.044 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2021-12-20 09:20:00.047 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-12-20 09:20:00.049 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-12-20 09:20:00.051 | + functions-common:is_suse:464 : is_opensuse 2021-12-20 09:20:00.053 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-12-20 09:20:00.056 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-20 09:20:00.058 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-12-20 09:20:00.060 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-12-20 09:20:00.063 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-20 09:20:00.065 | + ./stack.sh:main:802 : restart_rpc_backend 2021-12-20 09:20:00.067 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-12-20 09:20:00.083 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:20:00.086 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-12-20 09:20:00.088 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-12-20 09:20:00.090 | + ./stack.sh:echo_summary:421 : echo -e Starting RabbitMQ 2021-12-20 09:20:00.093 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-12-20 09:20:00.096 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-12-20 09:20:00.100 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-12-20 09:20:00.102 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-12-20 09:20:00.104 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-12-20 09:20:00.106 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-12-20 09:20:00.109 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-12-20 09:20:00.111 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-12-20 09:20:00.114 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-12-20 09:20:00.797 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2021-12-20 09:20:00.798 | user tags 2021-12-20 09:20:00.798 | guest [administrator]' 2021-12-20 09:20:00.801 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2021-12-20 09:20:00.801 | user tags 2021-12-20 09:20:00.801 | guest [administrator]' 2021-12-20 09:20:00.801 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-12-20 09:20:00.807 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-12-20 09:20:00.809 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-12-20 09:20:00.811 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-12-20 09:20:01.471 | Adding user "stackrabbit" ... 2021-12-20 09:20:01.494 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-12-20 09:20:02.167 | Setting permissions for user "stackrabbit" in vhost "/" ... 2021-12-20 09:20:02.190 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-12-20 09:20:02.192 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-12-20 09:20:02.847 | Changing password for user "stackrabbit" ... 2021-12-20 09:20:02.872 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-12-20 09:20:02.874 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-12-20 09:20:02.877 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-12-20 09:20:03.568 | Deleting user "guest" ... 2021-12-20 09:20:03.590 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2021-12-20 09:20:03.607 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:20:03.610 | + ./stack.sh:main:805 : install_database 2021-12-20 09:20:03.613 | + lib/database:install_database:116 : install_database_mysql 2021-12-20 09:20:03.615 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-12-20 09:20:03.617 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:03.619 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:03.622 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-12-20 09:20:03.834 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-12-20 09:20:03.837 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-12-20 09:20:03.841 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-12-20 09:20:03.844 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:03.847 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:03.849 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-12-20 09:20:03.851 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-12-20 09:20:03.853 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-12-20 09:20:03.857 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-12-20 09:20:03.860 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-12-20 09:20:03.862 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-12-20 09:20:03.865 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-12-20 09:20:03.867 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-12-20 09:20:03.869 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-12-20 09:20:03.872 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-12-20 09:20:03.874 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-20 09:20:03.876 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-20 09:20:03.878 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-12-20 09:20:03.881 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2021-12-20 09:20:03.883 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-12-20 09:20:03.885 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-12-20 09:20:03.888 | + functions-common:is_suse:464 : is_opensuse 2021-12-20 09:20:03.891 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-12-20 09:20:03.894 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-20 09:20:03.896 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-12-20 09:20:03.899 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-12-20 09:20:03.901 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-20 09:20:03.903 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-12-20 09:20:03.906 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:03.908 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:03.911 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-12-20 09:20:03.913 | + functions-common:install_package:1344 : update_package_repo 2021-12-20 09:20:03.915 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:20:03.917 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-12-20 09:20:03.920 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:20:03.922 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:20:03.924 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:20:03.926 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:03.929 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:03.931 | + functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:20:03.933 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-12-20 09:20:03.935 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-12-20 09:20:03.938 | + functions-common:apt_get_update:1071 : return 2021-12-20 09:20:03.940 | + functions-common:install_package:1345 : real_install_package mysql-server 2021-12-20 09:20:03.942 | + functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:20:03.944 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:03.947 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:03.949 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2021-12-20 09:20:03.970 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-12-20 09:20:04.076 | Reading package lists... 2021-12-20 09:20:04.308 | Building dependency tree... 2021-12-20 09:20:04.310 | Reading state information... 2021-12-20 09:20:04.545 | The following packages were automatically installed and are no longer required: 2021-12-20 09:20:04.545 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:20:04.546 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:20:04.546 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:20:04.546 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:20:04.546 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:20:04.546 | python3-zope.interface 2021-12-20 09:20:04.546 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:20:04.547 | The following additional packages will be installed: 2021-12-20 09:20:04.547 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-12-20 09:20:04.547 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-12-20 09:20:04.547 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-20 09:20:04.547 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-12-20 09:20:04.547 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-12-20 09:20:04.547 | mysql-server-8.0 mysql-server-core-8.0 2021-12-20 09:20:04.548 | Suggested packages: 2021-12-20 09:20:04.548 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-12-20 09:20:04.623 | The following NEW packages will be installed: 2021-12-20 09:20:04.624 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-12-20 09:20:04.624 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-12-20 09:20:04.624 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-20 09:20:04.624 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-12-20 09:20:04.624 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-12-20 09:20:04.625 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2021-12-20 09:20:04.876 | 0 upgraded, 24 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:20:04.876 | Need to get 31.9 MB of archives. 2021-12-20 09:20:04.876 | After this operation, 263 MB of additional disk space will be used. 2021-12-20 09:20:04.876 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [4,423 kB] 2021-12-20 09:20:06.046 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [22.0 kB] 2021-12-20 09:20:06.048 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2021-12-20 09:20:06.056 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2021-12-20 09:20:06.057 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2021-12-20 09:20:06.076 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [18.4 MB] 2021-12-20 09:20:09.087 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [1,313 kB] 2021-12-20 09:20:09.255 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2021-12-20 09:20:09.256 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2021-12-20 09:20:09.257 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2021-12-20 09:20:09.259 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2021-12-20 09:20:09.262 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2021-12-20 09:20:09.263 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2021-12-20 09:20:09.264 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-12-20 09:20:09.264 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-12-20 09:20:09.265 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2021-12-20 09:20:09.371 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2021-12-20 09:20:09.372 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-12-20 09:20:09.486 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2021-12-20 09:20:09.489 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2021-12-20 09:20:09.500 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2021-12-20 09:20:09.501 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2021-12-20 09:20:10.508 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2021-12-20 09:20:10.509 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.27-0ubuntu0.20.04.1 [9,548 B] 2021-12-20 09:20:11.005 | Preconfiguring packages ... 2021-12-20 09:20:11.117 | Fetched 31.9 MB in 6s (5,425 kB/s) 2021-12-20 09:20:11.145 | Selecting previously unselected package mysql-client-core-8.0. 2021-12-20 09:20:11.195 | (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 ... 88767 files and directories currently installed.) 2021-12-20 09:20:11.198 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:20:11.201 | Unpacking mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:12.135 | Selecting previously unselected package mysql-client-8.0. 2021-12-20 09:20:12.145 | Preparing to unpack .../01-mysql-client-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:20:12.147 | Unpacking mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:12.180 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2021-12-20 09:20:12.189 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-12-20 09:20:12.194 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-12-20 09:20:12.233 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2021-12-20 09:20:12.243 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-12-20 09:20:12.245 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-12-20 09:20:12.276 | Selecting previously unselected package libmecab2:amd64. 2021-12-20 09:20:12.286 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2021-12-20 09:20:12.288 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2021-12-20 09:20:12.354 | Selecting previously unselected package mysql-server-core-8.0. 2021-12-20 09:20:12.364 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:20:12.366 | Unpacking mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:15.290 | Selecting previously unselected package mysql-server-8.0. 2021-12-20 09:20:15.299 | Preparing to unpack .../06-mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-12-20 09:20:15.753 | Unpacking mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:15.820 | Selecting previously unselected package libhtml-tagset-perl. 2021-12-20 09:20:15.830 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2021-12-20 09:20:15.832 | Unpacking libhtml-tagset-perl (3.20-4) ... 2021-12-20 09:20:15.860 | Selecting previously unselected package liburi-perl. 2021-12-20 09:20:15.870 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2021-12-20 09:20:15.873 | Unpacking liburi-perl (1.76-2) ... 2021-12-20 09:20:15.925 | Selecting previously unselected package libhtml-parser-perl. 2021-12-20 09:20:15.934 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2021-12-20 09:20:15.936 | Unpacking libhtml-parser-perl (3.72-5) ... 2021-12-20 09:20:15.977 | Selecting previously unselected package libcgi-pm-perl. 2021-12-20 09:20:15.986 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2021-12-20 09:20:15.989 | Unpacking libcgi-pm-perl (4.46-1) ... 2021-12-20 09:20:16.041 | Selecting previously unselected package libfcgi-perl. 2021-12-20 09:20:16.051 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2021-12-20 09:20:16.053 | Unpacking libfcgi-perl (0.79-1) ... 2021-12-20 09:20:16.085 | Selecting previously unselected package libcgi-fast-perl. 2021-12-20 09:20:16.094 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2021-12-20 09:20:16.097 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2021-12-20 09:20:16.125 | Selecting previously unselected package libencode-locale-perl. 2021-12-20 09:20:16.134 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2021-12-20 09:20:16.137 | Unpacking libencode-locale-perl (1.05-1) ... 2021-12-20 09:20:16.164 | Selecting previously unselected package libhtml-template-perl. 2021-12-20 09:20:16.173 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2021-12-20 09:20:16.175 | Unpacking libhtml-template-perl (2.97-1) ... 2021-12-20 09:20:16.217 | Selecting previously unselected package libtimedate-perl. 2021-12-20 09:20:16.226 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2021-12-20 09:20:16.229 | Unpacking libtimedate-perl (2.3200-1) ... 2021-12-20 09:20:16.268 | Selecting previously unselected package libhttp-date-perl. 2021-12-20 09:20:16.277 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2021-12-20 09:20:16.280 | Unpacking libhttp-date-perl (6.05-1) ... 2021-12-20 09:20:16.307 | Selecting previously unselected package libio-html-perl. 2021-12-20 09:20:16.316 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2021-12-20 09:20:16.318 | Unpacking libio-html-perl (1.001-1) ... 2021-12-20 09:20:16.347 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-12-20 09:20:16.357 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2021-12-20 09:20:16.359 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2021-12-20 09:20:16.389 | Selecting previously unselected package libhttp-message-perl. 2021-12-20 09:20:16.398 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2021-12-20 09:20:16.400 | Unpacking libhttp-message-perl (6.22-1) ... 2021-12-20 09:20:16.443 | Selecting previously unselected package mecab-utils. 2021-12-20 09:20:16.452 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2021-12-20 09:20:16.454 | Unpacking mecab-utils (0.996-10build1) ... 2021-12-20 09:20:16.484 | Selecting previously unselected package mecab-ipadic. 2021-12-20 09:20:16.494 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2021-12-20 09:20:16.496 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-12-20 09:20:17.762 | Selecting previously unselected package mecab-ipadic-utf8. 2021-12-20 09:20:17.771 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2021-12-20 09:20:17.774 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-12-20 09:20:17.801 | Selecting previously unselected package mysql-server. 2021-12-20 09:20:17.810 | Preparing to unpack .../23-mysql-server_8.0.27-0ubuntu0.20.04.1_all.deb ... 2021-12-20 09:20:17.812 | Unpacking mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:17.865 | Setting up libmecab2:amd64 (0.996-10build1) ... 2021-12-20 09:20:17.874 | Setting up mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:17.879 | Setting up libhtml-tagset-perl (3.20-4) ... 2021-12-20 09:20:17.885 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2021-12-20 09:20:17.890 | Setting up libencode-locale-perl (1.05-1) ... 2021-12-20 09:20:17.896 | Setting up mecab-utils (0.996-10build1) ... 2021-12-20 09:20:17.902 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-12-20 09:20:17.908 | Setting up libio-html-perl (1.001-1) ... 2021-12-20 09:20:17.914 | Setting up libtimedate-perl (2.3200-1) ... 2021-12-20 09:20:17.919 | Setting up mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:17.925 | Setting up libfcgi-perl (0.79-1) ... 2021-12-20 09:20:17.931 | Setting up liburi-perl (1.76-2) ... 2021-12-20 09:20:17.936 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-12-20 09:20:17.942 | Setting up libhttp-date-perl (6.05-1) ... 2021-12-20 09:20:17.948 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-12-20 09:20:17.953 | Compiling IPA dictionary for Mecab. This takes long time... 2021-12-20 09:20:17.957 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-12-20 09:20:17.957 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2021-12-20 09:20:17.957 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-12-20 09:20:17.957 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-12-20 09:20:18.106 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-12-20 09:20:18.106 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-12-20 09:20:18.106 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-12-20 09:20:18.106 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-12-20 09:20:18.114 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-12-20 09:20:18.204 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-12-20 09:20:18.204 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-12-20 09:20:18.205 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-12-20 09:20:18.232 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-12-20 09:20:18.276 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-12-20 09:20:18.565 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-12-20 09:20:18.571 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-12-20 09:20:18.663 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-12-20 09:20:18.663 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-12-20 09:20:18.664 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-12-20 09:20:18.664 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-12-20 09:20:18.667 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-12-20 09:20:18.668 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-12-20 09:20:18.713 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-12-20 09:20:18.907 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-12-20 09:20:18.908 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-12-20 09:20:18.908 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-12-20 09:20:18.909 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-12-20 09:20:18.911 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-12-20 09:20:18.912 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-12-20 09:20:19.336 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2021-12-20 09:20:19.457 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-12-20 09:20:19.778 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2021-12-20 09:20:19.782 | 2021-12-20 09:20:19.782 | done! 2021-12-20 09:20:19.789 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-12-20 09:20:19.793 | Setting up mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:19.799 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-12-20 09:20:19.804 | Compiling IPA dictionary for Mecab. This takes long time... 2021-12-20 09:20:19.830 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-12-20 09:20:19.830 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2021-12-20 09:20:19.830 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-12-20 09:20:19.830 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-12-20 09:20:20.040 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-12-20 09:20:20.040 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-12-20 09:20:20.041 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-12-20 09:20:20.041 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-12-20 09:20:20.053 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-12-20 09:20:20.190 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-12-20 09:20:20.191 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-12-20 09:20:20.191 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-12-20 09:20:20.231 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-12-20 09:20:20.304 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-12-20 09:20:20.801 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-12-20 09:20:20.811 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-12-20 09:20:20.925 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-12-20 09:20:20.928 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-12-20 09:20:20.928 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-12-20 09:20:20.929 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-12-20 09:20:20.935 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-12-20 09:20:20.935 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-12-20 09:20:21.025 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-12-20 09:20:21.316 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-12-20 09:20:21.317 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-12-20 09:20:21.317 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-12-20 09:20:21.318 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-12-20 09:20:21.321 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-12-20 09:20:21.322 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-12-20 09:20:21.835 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2021-12-20 09:20:21.978 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-12-20 09:20:22.304 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2021-12-20 09:20:22.307 | 2021-12-20 09:20:22.308 | done! 2021-12-20 09:20:22.315 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-12-20 09:20:22.319 | Setting up libhtml-parser-perl (3.72-5) ... 2021-12-20 09:20:22.324 | Setting up libhttp-message-perl (6.22-1) ... 2021-12-20 09:20:22.329 | Setting up mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:22.987 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-20 09:20:23.017 | Renaming removed key_buffer and myisam-recover options (if present) 2021-12-20 09:20:31.008 | mysqld will log errors to /var/log/mysql/error.log 2021-12-20 09:20:31.623 | mysqld is running as pid 43402 2021-12-20 09:20:34.445 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-12-20 09:20:36.450 | Setting up libcgi-pm-perl (4.46-1) ... 2021-12-20 09:20:36.456 | Setting up libhtml-template-perl (2.97-1) ... 2021-12-20 09:20:36.461 | Setting up mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2021-12-20 09:20:36.467 | Setting up libcgi-fast-perl (1:2.15-1) ... 2021-12-20 09:20:36.473 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-12-20 09:20:36.816 | Processing triggers for man-db (2.9.1-1) ... 2021-12-20 09:20:38.470 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-12-20 09:20:45.050 | + functions-common:apt_get:1115 : result=0 2021-12-20 09:20:45.053 | + functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:20:45.055 | + functions-common:time_stop:2310 : local name 2021-12-20 09:20:45.057 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:20:45.059 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:20:45.061 | + functions-common:time_stop:2313 : local total 2021-12-20 09:20:45.064 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:20:45.066 | + functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:20:45.068 | + functions-common:time_stop:2317 : start_time=1639992003967 2021-12-20 09:20:45.070 | + functions-common:time_stop:2319 : [[ -z 1639992003967 ]] 2021-12-20 09:20:45.072 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:20:45.076 | + functions-common:time_stop:2322 : end_time=1639992045074 2021-12-20 09:20:45.078 | + functions-common:time_stop:2323 : elapsed_time=41107 2021-12-20 09:20:45.081 | + functions-common:time_stop:2324 : total=180367 2021-12-20 09:20:45.083 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:20:45.086 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=221474 2021-12-20 09:20:45.088 | + functions-common:apt_get:1119 : return 0 2021-12-20 09:20:45.090 | + ./stack.sh:main:807 : '[' -n mysql ']' 2021-12-20 09:20:45.092 | + ./stack.sh:main:808 : install_database_python 2021-12-20 09:20:45.095 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-12-20 09:20:45.097 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-12-20 09:20:45.099 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-12-20 09:20:45.101 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-20 09:20:45.104 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-12-20 09:20:45.107 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-12-20 09:20:45.109 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-12-20 09:20:45.113 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-12-20 09:20:45.113 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-12-20 09:20:45.118 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-12-20 09:20:45.120 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-12-20 09:20:45.122 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-12-20 09:20:45.125 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-12-20 09:20:45.128 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-12-20 09:20:45.148 | Using python 3.8 to install PyMySQL 2021-12-20 09:20:45.150 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-12-20 09:20:46.790 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:20:46.794 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:20:46.800 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:20:46.801 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:20:46.806 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:20:46.807 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:20:46.809 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:20:46.809 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:20:46.811 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:20:46.939 | Collecting PyMySQL===0.10.0 2021-12-20 09:20:46.946 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ade/f15ceccf1ff54/PyMySQL-0.10.0-py2.py3-none-any.whl (47 kB) 2021-12-20 09:20:48.352 | Installing collected packages: PyMySQL 2021-12-20 09:20:48.479 | Successfully installed PyMySQL-0.10.0 2021-12-20 09:20:48.584 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:20:48.584 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:20:48.657 | + inc/python:pip_install:200 : result=0 2021-12-20 09:20:48.660 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:20:48.662 | + functions-common:time_stop:2310 : local name 2021-12-20 09:20:48.664 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:20:48.667 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:20:48.669 | + functions-common:time_stop:2313 : local total 2021-12-20 09:20:48.672 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:20:48.675 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:20:48.678 | + functions-common:time_stop:2317 : start_time=1639992045143 2021-12-20 09:20:48.680 | + functions-common:time_stop:2319 : [[ -z 1639992045143 ]] 2021-12-20 09:20:48.683 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:20:48.687 | + functions-common:time_stop:2322 : end_time=1639992048684 2021-12-20 09:20:48.690 | + functions-common:time_stop:2323 : elapsed_time=3541 2021-12-20 09:20:48.692 | + functions-common:time_stop:2324 : total=44696 2021-12-20 09:20:48.694 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:20:48.696 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=48237 2021-12-20 09:20:48.699 | + inc/python:pip_install:203 : return 0 2021-12-20 09:20:48.701 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-12-20 09:20:48.703 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-20 09:20:48.705 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-12-20 09:20:48.708 | + ./stack.sh:main:811 : is_service_enabled neutron 2021-12-20 09:20:48.724 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:20:48.727 | + ./stack.sh:main:812 : install_neutron_agent_packages 2021-12-20 09:20:48.729 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-12-20 09:20:48.732 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-20 09:20:48.732 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-20 09:20:48.738 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-20 09:20:48.740 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-20 09:20:48.743 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-20 09:20:48.745 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-20 09:20:48.747 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-12-20 09:20:48.750 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-12-20 09:20:48.764 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:20:48.767 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-12-20 09:20:48.769 | + functions-common:install_package:1344 : update_package_repo 2021-12-20 09:20:48.771 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:20:48.774 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-12-20 09:20:48.776 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:20:48.778 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:20:48.780 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:20:48.783 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:48.786 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:48.788 | + functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:20:48.790 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-12-20 09:20:48.792 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-12-20 09:20:48.795 | + functions-common:apt_get_update:1071 : return 2021-12-20 09:20:48.797 | + functions-common:install_package:1345 : real_install_package radvd 2021-12-20 09:20:48.800 | + functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:20:48.802 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:48.805 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:48.807 | + functions-common:real_install_package:1331 : apt_get install radvd 2021-12-20 09:20:48.827 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-12-20 09:20:48.935 | Reading package lists... 2021-12-20 09:20:49.170 | Building dependency tree... 2021-12-20 09:20:49.171 | Reading state information... 2021-12-20 09:20:49.406 | The following packages were automatically installed and are no longer required: 2021-12-20 09:20:49.408 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:20:49.408 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:20:49.408 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:20:49.408 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:20:49.408 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:20:49.408 | python3-zope.interface 2021-12-20 09:20:49.408 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:20:49.474 | The following NEW packages will be installed: 2021-12-20 09:20:49.474 | radvd 2021-12-20 09:20:49.716 | 0 upgraded, 1 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:20:49.716 | Need to get 59.0 kB of archives. 2021-12-20 09:20:49.716 | After this operation, 164 kB of additional disk space will be used. 2021-12-20 09:20:49.716 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2021-12-20 09:20:50.518 | Fetched 59.0 kB in 0s (122 kB/s) 2021-12-20 09:20:50.553 | Selecting previously unselected package radvd. 2021-12-20 09:20:50.605 | (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 ... 89345 files and directories currently installed.) 2021-12-20 09:20:50.609 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2021-12-20 09:20:50.611 | Unpacking radvd (1:2.17-2) ... 2021-12-20 09:20:50.673 | Setting up radvd (1:2.17-2) ... 2021-12-20 09:20:51.566 | Job for radvd.service failed because the control process exited with error code. 2021-12-20 09:20:51.566 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-12-20 09:20:51.568 | invoke-rc.d: initscript radvd, action "start" failed. 2021-12-20 09:20:51.579 | ● radvd.service - Router advertisement daemon for IPv6 2021-12-20 09:20:51.579 | Loaded: loaded (]8;;file://n-d-victoria-1/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2021-12-20 09:20:51.579 | Active: failed (Result: exit-code) since Mon 2021-12-20 09:20:51 UTC; 14ms ago 2021-12-20 09:20:51.579 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2021-12-20 09:20:51.579 | Process: 44514 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-12-20 09:20:51.579 | 2021-12-20 09:20:51.579 | Dec 20 09:20:51 n-d-victoria-1 systemd[1]: Starting Router advertisement daemon for IPv6... 2021-12-20 09:20:51.579 | Dec 20 09:20:51 n-d-victoria-1 radvd[44514]: can't open /etc/radvd.conf: No such file or directory 2021-12-20 09:20:51.580 | Dec 20 09:20:51 n-d-victoria-1 radvd[44514]: Insecure file permissions, but continuing anyway 2021-12-20 09:20:51.580 | Dec 20 09:20:51 n-d-victoria-1 radvd[44514]: exiting, failed to read config file 2021-12-20 09:20:51.580 | Dec 20 09:20:51 n-d-victoria-1 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2021-12-20 09:20:51.580 | Dec 20 09:20:51 n-d-victoria-1 systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-12-20 09:20:51.580 | Dec 20 09:20:51 n-d-victoria-1 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-12-20 09:20:51.584 | Processing triggers for man-db (2.9.1-1) ... 2021-12-20 09:20:51.679 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-12-20 09:20:58.720 | + functions-common:apt_get:1115 : result=0 2021-12-20 09:20:58.723 | + functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:20:58.725 | + functions-common:time_stop:2310 : local name 2021-12-20 09:20:58.727 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:20:58.729 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:20:58.731 | + functions-common:time_stop:2313 : local total 2021-12-20 09:20:58.733 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:20:58.736 | + functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:20:58.738 | + functions-common:time_stop:2317 : start_time=1639992048824 2021-12-20 09:20:58.740 | + functions-common:time_stop:2319 : [[ -z 1639992048824 ]] 2021-12-20 09:20:58.743 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:20:58.747 | + functions-common:time_stop:2322 : end_time=1639992058744 2021-12-20 09:20:58.749 | + functions-common:time_stop:2323 : elapsed_time=9920 2021-12-20 09:20:58.751 | + functions-common:time_stop:2324 : total=221474 2021-12-20 09:20:58.753 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:20:58.756 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=231394 2021-12-20 09:20:58.758 | + functions-common:apt_get:1119 : return 0 2021-12-20 09:20:58.760 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-12-20 09:20:58.776 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:20:58.779 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-12-20 09:20:58.781 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-12-20 09:20:58.784 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-12-20 09:20:58.803 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-12-20 09:20:58.805 | + functions-common:install_package:1344 : update_package_repo 2021-12-20 09:20:58.808 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:20:58.810 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-12-20 09:20:58.813 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:20:58.815 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:20:58.817 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:20:58.820 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:58.822 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:58.824 | + functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:20:58.826 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-12-20 09:20:58.828 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-12-20 09:20:58.830 | + functions-common:apt_get_update:1071 : return 2021-12-20 09:20:58.833 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2021-12-20 09:20:58.835 | + functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:20:58.837 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:58.839 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:58.842 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2021-12-20 09:20:58.861 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-12-20 09:20:58.968 | Reading package lists... 2021-12-20 09:20:59.200 | Building dependency tree... 2021-12-20 09:20:59.202 | Reading state information... 2021-12-20 09:20:59.436 | fakeroot is already the newest version (1.24-1). 2021-12-20 09:20:59.436 | fakeroot set to manually installed. 2021-12-20 09:20:59.436 | make is already the newest version (4.2.1-1.2). 2021-12-20 09:20:59.436 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2021-12-20 09:20:59.436 | The following packages were automatically installed and are no longer required: 2021-12-20 09:20:59.437 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:20:59.438 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:20:59.438 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:20:59.438 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:20:59.438 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:20:59.438 | python3-zope.interface 2021-12-20 09:20:59.438 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:20:59.564 | 0 upgraded, 0 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:20:59.568 | + functions-common:apt_get:1115 : result=0 2021-12-20 09:20:59.570 | + functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:20:59.572 | + functions-common:time_stop:2310 : local name 2021-12-20 09:20:59.575 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:20:59.577 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:20:59.579 | + functions-common:time_stop:2313 : local total 2021-12-20 09:20:59.581 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:20:59.583 | + functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:20:59.585 | + functions-common:time_stop:2317 : start_time=1639992058858 2021-12-20 09:20:59.587 | + functions-common:time_stop:2319 : [[ -z 1639992058858 ]] 2021-12-20 09:20:59.589 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:20:59.593 | + functions-common:time_stop:2322 : end_time=1639992059591 2021-12-20 09:20:59.596 | + functions-common:time_stop:2323 : elapsed_time=733 2021-12-20 09:20:59.598 | + functions-common:time_stop:2324 : total=231394 2021-12-20 09:20:59.600 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:20:59.602 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=232127 2021-12-20 09:20:59.604 | + functions-common:apt_get:1119 : return 0 2021-12-20 09:20:59.606 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-12-20 09:20:59.608 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:20:59.611 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:20:59.613 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-12-20 09:20:59.616 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-12-20 09:20:59.619 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-12-20 09:20:59.622 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2021-12-20 09:20:59.625 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-12-20 09:20:59.629 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2021-12-20 09:20:59.629 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-12-20 09:20:59.633 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2021-12-20 09:20:59.636 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2021-12-20 09:20:59.638 | + functions:vercmp:652 : local v1=5.4 2021-12-20 09:20:59.640 | + functions:vercmp:653 : local 'op=<' 2021-12-20 09:20:59.642 | + functions:vercmp:654 : local v2=3.13 2021-12-20 09:20:59.645 | + functions:vercmp:655 : local result 2021-12-20 09:20:59.648 | ++ functions:vercmp:659 : echo -e '5.4\n3.13' 2021-12-20 09:20:59.648 | ++ functions:vercmp:659 : sort -V 2021-12-20 09:20:59.649 | ++ functions:vercmp:659 : head -1 2021-12-20 09:20:59.653 | + functions:vercmp:659 : result=3.13 2021-12-20 09:20:59.655 | + functions:vercmp:661 : case $op in 2021-12-20 09:20:59.658 | + functions:vercmp:671 : '[' 5.4 '!=' 3.13 ']' 2021-12-20 09:20:59.660 | + functions:vercmp:671 : '[' 3.13 = 5.4 ']' 2021-12-20 09:20:59.662 | + functions:vercmp:672 : return 2021-12-20 09:20:59.664 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-12-20 09:20:59.666 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2021-12-20 09:20:59.669 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart openvswitch-switch 2021-12-20 09:21:00.137 | + ./stack.sh:main:815 : is_service_enabled etcd3 2021-12-20 09:21:00.155 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:00.158 | + ./stack.sh:main:816 : install_etcd3 2021-12-20 09:21:00.160 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-12-20 09:21:00.160 | Installing etcd 2021-12-20 09:21:00.163 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-12-20 09:21:00.176 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-12-20 09:21:00.187 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-12-20 09:21:00.190 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-12-20 09:21:00.203 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-12-20 09:21:00.208 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.211 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.214 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.219 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.221 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-12-20 09:21:00.224 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-12-20 09:21:00.226 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.230 | --2021-12-20 09:21:00-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:00.259 | Resolving github.com (github.com)... 140.82.121.3 2021-12-20 09:21:00.304 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-12-20 09:21:00.445 | HTTP request sent, awaiting response... 302 Found 2021-12-20 09:21:00.446 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211220T091914Z&X-Amz-Expires=300&X-Amz-Signature=f7fffa6e7ddb2b6510678d384c88d8bb93ccc7fc89ccda4469226ceee31917e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2021-12-20 09:21:00.446 | --2021-12-20 09:21:00-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211220T091914Z&X-Amz-Expires=300&X-Amz-Signature=f7fffa6e7ddb2b6510678d384c88d8bb93ccc7fc89ccda4469226ceee31917e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2021-12-20 09:21:00.447 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... 2021-12-20 09:21:00.472 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. 2021-12-20 09:21:00.830 | HTTP request sent, awaiting response... 200 OK 2021-12-20 09:21:00.830 | Length: 11350736 (11M) [application/octet-stream] 2021-12-20 09:21:00.830 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-12-20 09:21:00.957 | 2021-12-20 09:21:01.178 | 0K ........ .. 100% 31.1M=0.3s 2021-12-20 09:21:01.178 | 2021-12-20 09:21:01.178 | 2021-12-20 09:21:01 (31.1 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-12-20 09:21:01.178 | 2021-12-20 09:21:01.181 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-12-20 09:21:01.184 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:01.186 | ++ functions:get_extra_file:73 : return 2021-12-20 09:21:01.189 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-20 09:21:01.192 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-12-20 09:21:01.194 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-12-20 09:21:01.196 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-12-20 09:21:01.333 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-12-20 09:21:01.335 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/ 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/README.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-12-20 09:21:01.340 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-20 09:21:01.341 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-12-20 09:21:01.342 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-12-20 09:21:01.343 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-12-20 09:21:01.344 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-12-20 09:21:01.345 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-12-20 09:21:01.346 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-12-20 09:21:01.347 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-12-20 09:21:01.348 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-12-20 09:21:01.349 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-12-20 09:21:01.349 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-12-20 09:21:01.349 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-12-20 09:21:01.349 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-12-20 09:21:01.349 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-12-20 09:21:01.351 | etcd-v3.3.12-linux-amd64/etcdctl 2021-12-20 09:21:01.537 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-12-20 09:21:01.537 | etcd-v3.3.12-linux-amd64/etcd 2021-12-20 09:21:01.766 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-12-20 09:21:01.804 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-12-20 09:21:01.838 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-12-20 09:21:01.840 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2021-12-20 09:21:01.858 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:01.860 | + ./stack.sh:main:835 : install_dstat 2021-12-20 09:21:01.862 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-12-20 09:21:01.878 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:01.880 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2021-12-20 09:21:01.883 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-12-20 09:21:01.885 | + ./stack.sh:echo_summary:421 : echo -e Installing OpenStack project source 2021-12-20 09:21:01.887 | + ./stack.sh:main:844 : install_libs 2021-12-20 09:21:01.890 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-12-20 09:21:01.893 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-12-20 09:21:01.895 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-12-20 09:21:01.897 | + inc/python:use_library_from_git:250 : local name=automaton 2021-12-20 09:21:01.899 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.901 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.903 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-12-20 09:21:01.906 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:01.909 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-12-20 09:21:01.911 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-12-20 09:21:01.913 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-12-20 09:21:01.915 | + inc/python:use_library_from_git:250 : local name=castellan 2021-12-20 09:21:01.918 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.920 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.922 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-12-20 09:21:01.924 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:01.927 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-12-20 09:21:01.929 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-12-20 09:21:01.931 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-12-20 09:21:01.933 | + inc/python:use_library_from_git:250 : local name=cliff 2021-12-20 09:21:01.935 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.938 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.940 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-12-20 09:21:01.943 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:01.945 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-12-20 09:21:01.947 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-12-20 09:21:01.950 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-12-20 09:21:01.952 | + inc/python:use_library_from_git:250 : local name=cursive 2021-12-20 09:21:01.955 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.957 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.959 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-12-20 09:21:01.961 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:01.963 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-12-20 09:21:01.966 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-12-20 09:21:01.968 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-12-20 09:21:01.971 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-12-20 09:21:01.973 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.975 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.977 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-12-20 09:21:01.979 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:01.982 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-12-20 09:21:01.984 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-12-20 09:21:01.986 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-12-20 09:21:01.989 | + inc/python:use_library_from_git:250 : local name=futurist 2021-12-20 09:21:01.991 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:01.993 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:01.995 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-12-20 09:21:01.997 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.000 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-12-20 09:21:02.003 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-12-20 09:21:02.005 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-12-20 09:21:02.007 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-12-20 09:21:02.010 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.012 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.014 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-12-20 09:21:02.017 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.019 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-12-20 09:21:02.022 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-12-20 09:21:02.024 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-12-20 09:21:02.026 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-12-20 09:21:02.028 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.031 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.034 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-12-20 09:21:02.036 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.038 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-12-20 09:21:02.041 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-12-20 09:21:02.043 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-12-20 09:21:02.045 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-12-20 09:21:02.048 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.050 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.052 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-12-20 09:21:02.055 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.057 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-12-20 09:21:02.059 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-12-20 09:21:02.061 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-12-20 09:21:02.064 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-12-20 09:21:02.066 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.069 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.071 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-12-20 09:21:02.073 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.075 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-12-20 09:21:02.078 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-12-20 09:21:02.081 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-12-20 09:21:02.083 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-12-20 09:21:02.085 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.087 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.090 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-12-20 09:21:02.092 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.095 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-12-20 09:21:02.097 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-12-20 09:21:02.099 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-12-20 09:21:02.101 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-12-20 09:21:02.104 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.106 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.108 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-12-20 09:21:02.110 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.113 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-12-20 09:21:02.115 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-12-20 09:21:02.117 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-12-20 09:21:02.119 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-12-20 09:21:02.122 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.124 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.129 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-12-20 09:21:02.132 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.135 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-12-20 09:21:02.137 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-12-20 09:21:02.139 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-12-20 09:21:02.142 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-12-20 09:21:02.144 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.147 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.149 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-12-20 09:21:02.151 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.154 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-12-20 09:21:02.156 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-12-20 09:21:02.158 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-12-20 09:21:02.160 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-12-20 09:21:02.163 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.165 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.167 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-12-20 09:21:02.169 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.172 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-12-20 09:21:02.174 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-12-20 09:21:02.176 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-12-20 09:21:02.178 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-12-20 09:21:02.181 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.183 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.185 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-12-20 09:21:02.188 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.190 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-12-20 09:21:02.193 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-12-20 09:21:02.195 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-12-20 09:21:02.197 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-12-20 09:21:02.199 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.202 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.204 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-12-20 09:21:02.207 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.209 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-12-20 09:21:02.211 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-12-20 09:21:02.214 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-12-20 09:21:02.216 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-12-20 09:21:02.218 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.221 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.223 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-12-20 09:21:02.225 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.227 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-12-20 09:21:02.230 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-12-20 09:21:02.232 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-12-20 09:21:02.234 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-12-20 09:21:02.237 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.239 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.241 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-12-20 09:21:02.243 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.246 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-12-20 09:21:02.248 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-12-20 09:21:02.251 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-12-20 09:21:02.253 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-12-20 09:21:02.255 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.258 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.260 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-12-20 09:21:02.262 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.264 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-12-20 09:21:02.267 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-12-20 09:21:02.270 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-12-20 09:21:02.272 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-12-20 09:21:02.274 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.276 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.279 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-12-20 09:21:02.281 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.283 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-12-20 09:21:02.286 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-12-20 09:21:02.288 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-12-20 09:21:02.290 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-12-20 09:21:02.293 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.295 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.298 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-12-20 09:21:02.300 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.302 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-12-20 09:21:02.304 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-12-20 09:21:02.307 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-12-20 09:21:02.309 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-12-20 09:21:02.311 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.314 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.316 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-12-20 09:21:02.319 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.321 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-12-20 09:21:02.323 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-12-20 09:21:02.325 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-12-20 09:21:02.328 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-12-20 09:21:02.331 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.333 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.335 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-12-20 09:21:02.337 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.340 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-12-20 09:21:02.342 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-12-20 09:21:02.345 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-12-20 09:21:02.347 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-12-20 09:21:02.349 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.352 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.354 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-12-20 09:21:02.356 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.359 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-12-20 09:21:02.361 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-12-20 09:21:02.364 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-12-20 09:21:02.366 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-12-20 09:21:02.368 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.371 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.373 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-12-20 09:21:02.376 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.378 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-12-20 09:21:02.380 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-12-20 09:21:02.383 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-12-20 09:21:02.385 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-12-20 09:21:02.387 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.389 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.392 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-12-20 09:21:02.394 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.396 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-12-20 09:21:02.398 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-12-20 09:21:02.401 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-12-20 09:21:02.404 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-12-20 09:21:02.407 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.409 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.411 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-12-20 09:21:02.414 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.416 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-12-20 09:21:02.418 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-12-20 09:21:02.424 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-12-20 09:21:02.426 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-12-20 09:21:02.428 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.432 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.435 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-12-20 09:21:02.438 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.440 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-12-20 09:21:02.442 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-12-20 09:21:02.444 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-12-20 09:21:02.447 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-12-20 09:21:02.449 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.451 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.454 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-12-20 09:21:02.456 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.458 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-12-20 09:21:02.460 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-12-20 09:21:02.463 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-12-20 09:21:02.465 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-12-20 09:21:02.467 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.470 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.472 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-12-20 09:21:02.474 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.477 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-12-20 09:21:02.479 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-12-20 09:21:02.481 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-12-20 09:21:02.484 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-12-20 09:21:02.486 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.489 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.491 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-12-20 09:21:02.493 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.496 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-12-20 09:21:02.498 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-12-20 09:21:02.501 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-12-20 09:21:02.503 | + inc/python:use_library_from_git:250 : local name=tooz 2021-12-20 09:21:02.505 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.507 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.510 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-12-20 09:21:02.512 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.514 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-12-20 09:21:02.517 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-12-20 09:21:02.519 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-12-20 09:21:02.521 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-12-20 09:21:02.523 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.526 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.528 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-12-20 09:21:02.530 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.533 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-12-20 09:21:02.535 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-12-20 09:21:02.537 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-12-20 09:21:02.539 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-12-20 09:21:02.542 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.544 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.547 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-12-20 09:21:02.549 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.551 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-12-20 09:21:02.554 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-12-20 09:21:02.556 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-12-20 09:21:02.558 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-12-20 09:21:02.561 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:02.563 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:02.566 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-12-20 09:21:02.568 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:02.570 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-12-20 09:21:02.591 | Using python 3.8 to install etcd3 2021-12-20 09:21:02.593 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2021-12-20 09:21:04.251 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:04.255 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:04.261 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:04.262 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:04.267 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:04.269 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:04.270 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:04.271 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:04.272 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:04.379 | Collecting etcd3===0.12.0 2021-12-20 09:21:04.388 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-12-20 09:21:07.182 | Collecting grpcio===1.31.0 2021-12-20 09:21:07.206 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b4/2f0ac76be07a5/grpcio-1.31.0-cp38-cp38-manylinux2014_x86_64.whl (3.4 MB) 2021-12-20 09:21:08.055 | Collecting protobuf===3.13.0 2021-12-20 09:21:08.064 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e76/62437ca1e0c51/protobuf-3.13.0-cp38-cp38-manylinux1_x86_64.whl (1.3 MB) 2021-12-20 09:21:08.166 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2021-12-20 09:21:08.168 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (6.2.0) 2021-12-20 09:21:08.182 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from protobuf===3.13.0->-c /opt/stack/requirements/upper-constraints.txt (line 355)) (49.6.0) 2021-12-20 09:21:08.224 | Building wheels for collected packages: etcd3 2021-12-20 09:21:08.224 | Building wheel for etcd3 (setup.py): started 2021-12-20 09:21:08.950 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-12-20 09:21:08.951 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=e848b16be8076bd51d92abc61e6907f5f35fd95b897e9b71b91005948a602394 2021-12-20 09:21:08.951 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2021-12-20 09:21:08.952 | Successfully built etcd3 2021-12-20 09:21:10.256 | Installing collected packages: grpcio, protobuf, etcd3 2021-12-20 09:21:11.337 | Successfully installed etcd3-0.12.0 grpcio-1.31.0 protobuf-3.13.0 2021-12-20 09:21:11.447 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:21:11.447 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:21:11.536 | + inc/python:pip_install:200 : result=0 2021-12-20 09:21:11.539 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:21:11.541 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:11.543 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:11.545 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:11.547 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:11.549 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:11.551 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:21:11.554 | + functions-common:time_stop:2317 : start_time=1639992062585 2021-12-20 09:21:11.556 | + functions-common:time_stop:2319 : [[ -z 1639992062585 ]] 2021-12-20 09:21:11.558 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:11.562 | + functions-common:time_stop:2322 : end_time=1639992071560 2021-12-20 09:21:11.564 | + functions-common:time_stop:2323 : elapsed_time=8975 2021-12-20 09:21:11.567 | + functions-common:time_stop:2324 : total=48237 2021-12-20 09:21:11.569 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:11.571 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=57212 2021-12-20 09:21:11.573 | + inc/python:pip_install:203 : return 0 2021-12-20 09:21:11.575 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-12-20 09:21:11.597 | Using python 3.8 to install etcd3gw 2021-12-20 09:21:11.600 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2021-12-20 09:21:13.270 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:13.274 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:13.281 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:13.281 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:13.287 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:13.288 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:13.290 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:13.291 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:13.292 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:13.404 | Collecting etcd3gw===0.2.5 2021-12-20 09:21:13.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-12-20 09:21:13.506 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.3.0) 2021-12-20 09:21:13.511 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2021-12-20 09:21:13.514 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2021-12-20 09:21:13.517 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.25.10) 2021-12-20 09:21:13.537 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (2.23.0) 2021-12-20 09:21:13.558 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.10) 2021-12-20 09:21:13.563 | 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) 2021-12-20 09:21:13.565 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 39)) (2021.10.8) 2021-12-20 09:21:14.878 | Installing collected packages: etcd3gw 2021-12-20 09:21:14.982 | Successfully installed etcd3gw-0.2.5 2021-12-20 09:21:15.092 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:21:15.092 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:21:15.167 | + inc/python:pip_install:200 : result=0 2021-12-20 09:21:15.169 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:21:15.171 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:15.174 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:15.176 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:15.178 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:15.180 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:15.182 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:21:15.184 | + functions-common:time_stop:2317 : start_time=1639992071591 2021-12-20 09:21:15.187 | + functions-common:time_stop:2319 : [[ -z 1639992071591 ]] 2021-12-20 09:21:15.189 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:15.193 | + functions-common:time_stop:2322 : end_time=1639992075191 2021-12-20 09:21:15.195 | + functions-common:time_stop:2323 : elapsed_time=3600 2021-12-20 09:21:15.197 | + functions-common:time_stop:2324 : total=57212 2021-12-20 09:21:15.200 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:15.202 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=60812 2021-12-20 09:21:15.204 | + inc/python:pip_install:203 : return 0 2021-12-20 09:21:15.207 | + ./stack.sh:main:847 : install_apache_uwsgi 2021-12-20 09:21:15.209 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-12-20 09:21:15.211 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-12-20 09:21:15.214 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-12-20 09:21:15.216 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-12-20 09:21:15.219 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-12-20 09:21:15.221 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-20 09:21:15.224 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-20 09:21:15.226 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-12-20 09:21:15.228 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2021-12-20 09:21:15.231 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-12-20 09:21:15.233 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-12-20 09:21:15.235 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-12-20 09:21:15.238 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:15.240 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:15.242 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-12-20 09:21:15.244 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2021-12-20 09:21:15.247 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-20 09:21:15.249 | + functions-common:install_package:1344 : update_package_repo 2021-12-20 09:21:15.251 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-12-20 09:21:15.254 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-12-20 09:21:15.256 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-12-20 09:21:15.258 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-12-20 09:21:15.260 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-12-20 09:21:15.263 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:15.266 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:15.268 | + functions-common:update_package_repo:1325 : apt_get_update 2021-12-20 09:21:15.270 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-12-20 09:21:15.272 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-12-20 09:21:15.275 | + functions-common:apt_get_update:1071 : return 2021-12-20 09:21:15.277 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-20 09:21:15.279 | + functions-common:real_install_package:1330 : is_ubuntu 2021-12-20 09:21:15.282 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:15.284 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:15.286 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-20 09:21:15.307 | + 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 2021-12-20 09:21:15.415 | Reading package lists... 2021-12-20 09:21:15.647 | Building dependency tree... 2021-12-20 09:21:15.649 | Reading state information... 2021-12-20 09:21:15.884 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2021-12-20 09:21:15.884 | The following packages were automatically installed and are no longer required: 2021-12-20 09:21:15.885 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-12-20 09:21:15.885 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-12-20 09:21:15.885 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-12-20 09:21:15.885 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-12-20 09:21:15.885 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2021-12-20 09:21:15.885 | python3-zope.interface 2021-12-20 09:21:15.885 | Use 'sudo apt autoremove' to remove them. 2021-12-20 09:21:15.886 | The following additional packages will be installed: 2021-12-20 09:21:15.886 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2021-12-20 09:21:15.887 | Suggested packages: 2021-12-20 09:21:15.887 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2021-12-20 09:21:15.954 | The following NEW packages will be installed: 2021-12-20 09:21:15.955 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2021-12-20 09:21:16.202 | 0 upgraded, 6 newly installed, 0 to remove and 105 not upgraded. 2021-12-20 09:21:16.202 | Need to get 1,306 kB of archives. 2021-12-20 09:21:16.202 | After this operation, 4,613 kB of additional disk space will be used. 2021-12-20 09:21:16.202 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2021-12-20 09:21:16.828 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2021-12-20 09:21:16.874 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2021-12-20 09:21:16.969 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2021-12-20 09:21:17.080 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2021-12-20 09:21:17.082 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2021-12-20 09:21:17.643 | Fetched 1,306 kB in 1s (1,157 kB/s) 2021-12-20 09:21:17.675 | Selecting previously unselected package libnorm1:amd64. 2021-12-20 09:21:17.727 | (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 ... 89358 files and directories currently installed.) 2021-12-20 09:21:17.730 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2021-12-20 09:21:17.736 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-12-20 09:21:17.810 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-12-20 09:21:17.814 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2021-12-20 09:21:17.817 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-12-20 09:21:17.869 | Selecting previously unselected package libzmq5:amd64. 2021-12-20 09:21:17.878 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2021-12-20 09:21:17.880 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-12-20 09:21:17.942 | Selecting previously unselected package uwsgi-core. 2021-12-20 09:21:17.952 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2021-12-20 09:21:17.954 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2021-12-20 09:21:18.096 | Selecting previously unselected package uwsgi. 2021-12-20 09:21:18.105 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2021-12-20 09:21:18.108 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2021-12-20 09:21:18.143 | Selecting previously unselected package uwsgi-plugin-python3. 2021-12-20 09:21:18.152 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2021-12-20 09:21:18.154 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-12-20 09:21:18.218 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-12-20 09:21:18.224 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-12-20 09:21:18.230 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-12-20 09:21:18.235 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2021-12-20 09:21:18.248 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2021-12-20 09:21:19.076 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-12-20 09:21:19.104 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-12-20 09:21:19.459 | Processing triggers for man-db (2.9.1-1) ... 2021-12-20 09:21:19.822 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-12-20 09:21:26.459 | + functions-common:apt_get:1115 : result=0 2021-12-20 09:21:26.461 | + functions-common:apt_get:1118 : time_stop apt-get 2021-12-20 09:21:26.463 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:26.466 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:26.469 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:26.471 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:26.473 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:26.475 | + functions-common:time_stop:2316 : name=apt-get 2021-12-20 09:21:26.477 | + functions-common:time_stop:2317 : start_time=1639992075305 2021-12-20 09:21:26.479 | + functions-common:time_stop:2319 : [[ -z 1639992075305 ]] 2021-12-20 09:21:26.482 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:26.486 | + functions-common:time_stop:2322 : end_time=1639992086484 2021-12-20 09:21:26.488 | + functions-common:time_stop:2323 : elapsed_time=11179 2021-12-20 09:21:26.490 | + functions-common:time_stop:2324 : total=232127 2021-12-20 09:21:26.492 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:26.494 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=243306 2021-12-20 09:21:26.497 | + functions-common:apt_get:1119 : return 0 2021-12-20 09:21:26.499 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2021-12-20 09:21:26.501 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:26.504 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:26.506 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2021-12-20 09:21:26.569 | Enabling module proxy. 2021-12-20 09:21:26.575 | To activate the new configuration, you need to run: 2021-12-20 09:21:26.575 | systemctl restart apache2 2021-12-20 09:21:26.579 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2021-12-20 09:21:26.641 | Considering dependency proxy for proxy_uwsgi: 2021-12-20 09:21:26.641 | Module proxy already enabled 2021-12-20 09:21:26.641 | Enabling module proxy_uwsgi. 2021-12-20 09:21:26.647 | To activate the new configuration, you need to run: 2021-12-20 09:21:26.647 | systemctl restart apache2 2021-12-20 09:21:26.651 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2021-12-20 09:21:26.653 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-12-20 09:21:26.656 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2021-12-20 09:21:26.658 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2021-12-20 09:21:26.785 | + ./stack.sh:main:850 : install_keystoneauth 2021-12-20 09:21:26.788 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-12-20 09:21:26.790 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-12-20 09:21:26.792 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.795 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.798 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-12-20 09:21:26.800 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.802 | + ./stack.sh:main:851 : install_keystoneclient 2021-12-20 09:21:26.805 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-12-20 09:21:26.807 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-12-20 09:21:26.809 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.812 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.814 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-12-20 09:21:26.816 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.819 | + ./stack.sh:main:852 : install_glanceclient 2021-12-20 09:21:26.821 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2021-12-20 09:21:26.823 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-12-20 09:21:26.826 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.828 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.830 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-12-20 09:21:26.833 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.835 | + ./stack.sh:main:853 : install_cinderclient 2021-12-20 09:21:26.837 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2021-12-20 09:21:26.840 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-12-20 09:21:26.843 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.845 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.848 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-12-20 09:21:26.850 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.852 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2021-12-20 09:21:26.855 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-12-20 09:21:26.857 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.860 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.862 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-12-20 09:21:26.865 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.867 | + ./stack.sh:main:854 : install_novaclient 2021-12-20 09:21:26.869 | + lib/nova:install_novaclient:791 : use_library_from_git python-novaclient 2021-12-20 09:21:26.872 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-12-20 09:21:26.874 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.876 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.879 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-12-20 09:21:26.881 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.883 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2021-12-20 09:21:26.900 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:26.902 | + ./stack.sh:main:856 : install_swiftclient 2021-12-20 09:21:26.905 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-12-20 09:21:26.908 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-12-20 09:21:26.910 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.912 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.914 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-12-20 09:21:26.917 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.919 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2021-12-20 09:21:26.936 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:26.938 | + ./stack.sh:main:859 : install_neutronclient 2021-12-20 09:21:26.940 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-12-20 09:21:26.943 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-12-20 09:21:26.945 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.948 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.950 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-12-20 09:21:26.953 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.955 | + ./stack.sh:main:863 : install_keystonemiddleware 2021-12-20 09:21:26.957 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-12-20 09:21:26.960 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-12-20 09:21:26.962 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:26.964 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:26.967 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-12-20 09:21:26.970 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:26.972 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-12-20 09:21:26.974 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-12-20 09:21:26.977 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-20 09:21:26.981 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-12-20 09:21:26.984 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-12-20 09:21:26.986 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-12-20 09:21:26.989 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-12-20 09:21:26.990 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-12-20 09:21:26.994 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-12-20 09:21:26.997 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-12-20 09:21:26.999 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-12-20 09:21:27.002 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-12-20 09:21:27.004 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-12-20 09:21:27.024 | Using python 3.8 to install keystonemiddleware 2021-12-20 09:21:27.026 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2021-12-20 09:21:28.697 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:28.701 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:28.707 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:28.708 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:28.713 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:28.715 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:28.717 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:28.717 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:28.719 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:28.722 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (9.1.0) 2021-12-20 09:21:28.793 | Requirement already satisfied: oslo.cache===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.6.2) 2021-12-20 09:21:28.834 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (8.3.4) 2021-12-20 09:21:28.850 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.0.2) 2021-12-20 09:21:28.856 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (3.2.2) 2021-12-20 09:21:28.862 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2021-12-20 09:21:28.865 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (1.4.0) 2021-12-20 09:21:28.869 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.2.1) 2021-12-20 09:21:28.933 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (4.1.1) 2021-12-20 09:21:28.953 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.4.2) 2021-12-20 09:21:28.956 | Requirement already satisfied: oslo.utils===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (4.6.0) 2021-12-20 09:21:28.973 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (2020.1) 2021-12-20 09:21:28.977 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2021-12-20 09:21:28.979 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 56)) (3.1.1) 2021-12-20 09:21:28.990 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (2.23.0) 2021-12-20 09:21:29.010 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.8.6) 2021-12-20 09:21:29.024 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (4.4.0) 2021-12-20 09:21:29.062 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53)) (3.1.2) 2021-12-20 09:21:29.068 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (4.0.2) 2021-12-20 09:21:29.076 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 50)) (5.0.1) 2021-12-20 09:21:29.083 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (2.2.0) 2021-12-20 09:21:29.091 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (0.8.0) 2021-12-20 09:21:29.095 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (5.3.1) 2021-12-20 09:21:29.098 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.1.12) 2021-12-20 09:21:29.101 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.7.0) 2021-12-20 09:21:29.105 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (0.10.9) 2021-12-20 09:21:29.107 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.4.7) 2021-12-20 09:21:29.110 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (20.4) 2021-12-20 09:21:29.116 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.10) 2021-12-20 09:21:29.120 | 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) 2021-12-20 09:21:29.122 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.25.10) 2021-12-20 09:21:29.142 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 39)) (2021.10.8) 2021-12-20 09:21:29.145 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (2.8.1) 2021-12-20 09:21:29.149 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.9.6) 2021-12-20 09:21:29.152 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (1.0.0) 2021-12-20 09:21:29.154 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (1.12.1) 2021-12-20 09:21:30.409 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:21:30.409 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:21:30.481 | + inc/python:pip_install:200 : result=0 2021-12-20 09:21:30.483 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:21:30.486 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:30.488 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:30.490 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:30.492 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:30.494 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:30.496 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:21:30.499 | + functions-common:time_stop:2317 : start_time=1639992087019 2021-12-20 09:21:30.501 | + functions-common:time_stop:2319 : [[ -z 1639992087019 ]] 2021-12-20 09:21:30.504 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:30.508 | + functions-common:time_stop:2322 : end_time=1639992090505 2021-12-20 09:21:30.510 | + functions-common:time_stop:2323 : elapsed_time=3486 2021-12-20 09:21:30.512 | + functions-common:time_stop:2324 : total=60812 2021-12-20 09:21:30.515 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:30.517 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=64298 2021-12-20 09:21:30.519 | + inc/python:pip_install:203 : return 0 2021-12-20 09:21:30.522 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-12-20 09:21:30.524 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-12-20 09:21:30.526 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-20 09:21:30.529 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-12-20 09:21:30.532 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-12-20 09:21:30.534 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-12-20 09:21:30.538 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-12-20 09:21:30.538 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-12-20 09:21:30.543 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-12-20 09:21:30.546 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-12-20 09:21:30.548 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-12-20 09:21:30.551 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-12-20 09:21:30.553 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-12-20 09:21:30.574 | Using python 3.8 to install python-memcached 2021-12-20 09:21:30.577 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2021-12-20 09:21:32.240 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:32.244 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:32.251 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:32.251 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:32.256 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:32.258 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:32.259 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:32.260 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:32.261 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:32.383 | Collecting python-memcached===1.59 2021-12-20 09:21:32.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-12-20 09:21:32.482 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2021-12-20 09:21:33.841 | Installing collected packages: python-memcached 2021-12-20 09:21:33.932 | Successfully installed python-memcached-1.59 2021-12-20 09:21:34.041 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:21:34.041 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:21:34.115 | + inc/python:pip_install:200 : result=0 2021-12-20 09:21:34.117 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:21:34.119 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:34.121 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:34.124 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:34.126 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:34.129 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:34.131 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:21:34.133 | + functions-common:time_stop:2317 : start_time=1639992090569 2021-12-20 09:21:34.135 | + functions-common:time_stop:2319 : [[ -z 1639992090569 ]] 2021-12-20 09:21:34.138 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:34.142 | + functions-common:time_stop:2322 : end_time=1639992094140 2021-12-20 09:21:34.144 | + functions-common:time_stop:2323 : elapsed_time=3571 2021-12-20 09:21:34.147 | + functions-common:time_stop:2324 : total=64298 2021-12-20 09:21:34.149 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:34.151 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=67869 2021-12-20 09:21:34.153 | + inc/python:pip_install:203 : return 0 2021-12-20 09:21:34.156 | + ./stack.sh:main:865 : is_service_enabled keystone 2021-12-20 09:21:34.172 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:34.174 | + ./stack.sh:main:866 : '[' 10.222.0.31 == 10.222.0.31 ']' 2021-12-20 09:21:34.177 | + ./stack.sh:main:867 : stack_install_service keystone 2021-12-20 09:21:34.179 | + lib/stack:stack_install_service:20 : local service=keystone 2021-12-20 09:21:34.182 | + lib/stack:stack_install_service:21 : type install_keystone 2021-12-20 09:21:34.184 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-20 09:21:34.187 | + lib/stack:stack_install_service:32 : install_keystone 2021-12-20 09:21:34.189 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-12-20 09:21:34.204 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:34.206 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/victoria 2021-12-20 09:21:34.208 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2021-12-20 09:21:34.210 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2021-12-20 09:21:34.212 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2021-12-20 09:21:34.214 | + functions-common:git_clone:528 : local orig_dir 2021-12-20 09:21:34.217 | ++ functions-common:git_clone:529 : pwd 2021-12-20 09:21:34.220 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-12-20 09:21:34.222 | + functions-common:git_clone:530 : local git_clone_flags= 2021-12-20 09:21:34.224 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-12-20 09:21:34.239 | + functions-common:git_clone:532 : RECLONE=False 2021-12-20 09:21:34.241 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-12-20 09:21:34.243 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-12-20 09:21:34.245 | + functions-common:git_clone:546 : echo stable/victoria 2021-12-20 09:21:34.246 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-12-20 09:21:34.251 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2021-12-20 09:21:34.253 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-12-20 09:21:34.255 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2021-12-20 09:21:34.258 | + functions-common:git_clone:595 : git show --oneline 2021-12-20 09:21:34.258 | + functions-common:git_clone:595 : head -1 2021-12-20 09:21:34.261 | 67584ec84 Merge "Fix typos in application credential policies" into stable/victoria 2021-12-20 09:21:34.263 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-12-20 09:21:34.266 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-12-20 09:21:34.268 | + inc/python:setup_develop:338 : local bindep 2021-12-20 09:21:34.270 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-20 09:21:34.273 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-12-20 09:21:34.275 | + inc/python:setup_develop:344 : local extras= 2021-12-20 09:21:34.277 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-12-20 09:21:34.279 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-12-20 09:21:34.282 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-20 09:21:34.284 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-12-20 09:21:34.286 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-12-20 09:21:34.288 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-12-20 09:21:34.291 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-12-20 09:21:34.293 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-12-20 09:21:34.296 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-12-20 09:21:34.298 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-12-20 09:21:34.301 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-12-20 09:21:34.303 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-12-20 09:21:34.309 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-12-20 09:21:34.312 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-12-20 09:21:34.902 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-12-20 09:21:34.905 | + inc/python:setup_package:417 : local bindep=0 2021-12-20 09:21:34.907 | + inc/python:setup_package:418 : local bindep_flag= 2021-12-20 09:21:34.909 | + inc/python:setup_package:419 : local bindep_profiles= 2021-12-20 09:21:34.911 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-20 09:21:34.914 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-12-20 09:21:34.916 | + inc/python:setup_package:426 : local flags=-e 2021-12-20 09:21:34.918 | + inc/python:setup_package:427 : local extras= 2021-12-20 09:21:34.920 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-12-20 09:21:34.922 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-12-20 09:21:34.924 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-12-20 09:21:34.926 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-12-20 09:21:34.928 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-12-20 09:21:34.930 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-12-20 09:21:34.950 | Using python 3.8 to install /opt/stack/keystone 2021-12-20 09:21:34.952 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2021-12-20 09:21:36.628 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:36.628 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-20 09:21:36.633 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:36.633 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:36.635 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:36.636 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:36.637 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:36.637 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:36.637 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:36.638 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:36.651 | Obtaining file:///opt/stack/keystone 2021-12-20 09:21:38.192 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-20 09:21:39.837 | Collecting Flask===1.1.2 2021-12-20 09:21:39.844 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-12-20 09:21:40.037 | Collecting Flask-RESTful===0.3.8 2021-12-20 09:21:40.043 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-12-20 09:21:40.119 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2021-12-20 09:21:40.126 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-12-20 09:21:40.129 | Requirement already satisfied: PyJWT===1.7.1 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.7.1) 2021-12-20 09:21:40.136 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2021-12-20 09:21:40.156 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-12-20 09:21:40.302 | Collecting Werkzeug===1.0.1 2021-12-20 09:21:40.308 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-12-20 09:21:40.500 | Collecting aniso8601===8.0.0 2021-12-20 09:21:40.507 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2021-12-20 09:21:40.577 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2021-12-20 09:21:40.586 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2021-12-20 09:21:40.641 | Collecting click===7.1.2 2021-12-20 09:21:40.647 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-12-20 09:21:40.655 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.1) 2021-12-20 09:21:40.694 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2021-12-20 09:21:40.785 | Collecting itsdangerous===1.1.0 2021-12-20 09:21:40.791 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-12-20 09:21:40.868 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.2.0) 2021-12-20 09:21:40.879 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (9.1.0) 2021-12-20 09:21:40.934 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.0) 2021-12-20 09:21:40.937 | Requirement already satisfied: oauthlib===3.1.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) (3.1.0) 2021-12-20 09:21:40.942 | Requirement already satisfied: oslo.cache===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (2.6.2) 2021-12-20 09:21:40.976 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.3.4) 2021-12-20 09:21:40.991 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (3.1.2) 2021-12-20 09:21:40.997 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.4.1) 2021-12-20 09:21:41.043 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (5.0.1) 2021-12-20 09:21:41.050 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.4.0) 2021-12-20 09:21:41.087 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (12.5.2) 2021-12-20 09:21:41.142 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.1.1) 2021-12-20 09:21:41.161 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (3.5.0) 2021-12-20 09:21:41.177 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.0.2) 2021-12-20 09:21:41.186 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.4.0) 2021-12-20 09:21:41.209 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (1.1.1) 2021-12-20 09:21:41.217 | Requirement already satisfied: oslo.utils===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.6.0) 2021-12-20 09:21:41.234 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (3.4.0) 2021-12-20 09:21:41.279 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.4) 2021-12-20 09:21:41.379 | Collecting passlib===1.7.2 2021-12-20 09:21:41.385 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/68c/35c98a7968850/passlib-1.7.2-py2.py3-none-any.whl (507 kB) 2021-12-20 09:21:41.502 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.5.0) 2021-12-20 09:21:41.505 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (0.7.2) 2021-12-20 09:21:41.507 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (3.1.1) 2021-12-20 09:21:41.518 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (2.20) 2021-12-20 09:21:41.520 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (0.9.6) 2021-12-20 09:21:41.523 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2021-12-20 09:21:41.637 | Collecting pysaml2===6.1.0 2021-12-20 09:21:41.646 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/989/47065526c55b7/pysaml2-6.1.0-py2.py3-none-any.whl (341 kB) 2021-12-20 09:21:41.734 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.8.1) 2021-12-20 09:21:41.739 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (4.1.1) 2021-12-20 09:21:41.757 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.1) 2021-12-20 09:21:41.760 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.23.0) 2021-12-20 09:21:41.782 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2021-12-20 09:21:42.019 | Collecting scrypt===0.8.15 2021-12-20 09:21:42.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/813/b6fb76c0e1e28/scrypt-0.8.15-cp38-cp38-manylinux1_x86_64.whl (651 kB) 2021-12-20 09:21:42.111 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (1.15.0) 2021-12-20 09:21:42.114 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.13.0) 2021-12-20 09:21:42.124 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (0.3.1) 2021-12-20 09:21:42.127 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2021-12-20 09:21:42.129 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.2.2) 2021-12-20 09:21:42.136 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.0.1) 2021-12-20 09:21:42.145 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (0.5.0) 2021-12-20 09:21:42.150 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.4.0) 2021-12-20 09:21:42.168 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (1.4.0) 2021-12-20 09:21:42.172 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.1.0) 2021-12-20 09:21:42.178 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.25.10) 2021-12-20 09:21:42.198 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.2.5) 2021-12-20 09:21:42.202 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2021-12-20 09:21:42.205 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.2.1) 2021-12-20 09:21:42.274 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2021-12-20 09:21:42.280 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2021-12-20 09:21:42.293 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-12-20 09:21:42.301 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2021-12-20 09:21:42.312 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2021-12-20 09:21:42.316 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2021-12-20 09:21:42.320 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (2.3.0) 2021-12-20 09:21:42.330 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.0.2) 2021-12-20 09:21:42.381 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2021-12-20 09:21:42.389 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (4.3.1) 2021-12-20 09:21:42.399 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2021-12-20 09:21:42.409 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.16) 2021-12-20 09:21:42.412 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2021-12-20 09:21:42.419 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.26.1) 2021-12-20 09:21:42.428 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2021-12-20 09:21:42.435 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.12) 2021-12-20 09:21:42.438 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-12-20 09:21:42.526 | Collecting defusedxml===0.6.0 2021-12-20 09:21:42.532 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-12-20 09:21:42.603 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (19.1.0) 2021-12-20 09:21:42.616 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2021-12-20 09:21:42.618 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2021-12-20 09:21:42.622 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2021-12-20 09:21:42.624 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-12-20 09:21:42.626 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.6.0) 2021-12-20 09:21:42.628 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2021-12-20 09:21:42.631 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.0) 2021-12-20 09:21:42.633 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0) 2021-12-20 09:21:42.635 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (1.7.0) 2021-12-20 09:21:42.640 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.12.1) 2021-12-20 09:21:42.642 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2021-12-20 09:21:42.650 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (1.0.4) 2021-12-20 09:21:42.652 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (5.0.0) 2021-12-20 09:21:42.655 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2021-12-20 09:21:42.659 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (0.7) 2021-12-20 09:21:42.666 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2021-12-20 09:21:42.675 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.5) 2021-12-20 09:21:43.572 | Installing collected packages: click, itsdangerous, Werkzeug, Flask, aniso8601, Flask-RESTful, passlib, scrypt, defusedxml, pysaml2, keystone 2021-12-20 09:21:43.572 | Attempting uninstall: click 2021-12-20 09:21:43.573 | Found existing installation: Click 7.0 2021-12-20 09:21:43.580 | Uninstalling Click-7.0: 2021-12-20 09:21:43.611 | Successfully uninstalled Click-7.0 2021-12-20 09:21:45.076 | Running setup.py develop for keystone 2021-12-20 09:21:46.764 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Werkzeug-1.0.1 aniso8601-8.0.0 click-7.1.2 defusedxml-0.6.0 itsdangerous-1.1.0 keystone passlib-1.7.2 pysaml2-6.1.0 scrypt-0.8.15 2021-12-20 09:21:46.880 | WARNING: You are using pip version 20.2.2; however, version 21.3.1 is available. 2021-12-20 09:21:46.880 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2021-12-20 09:21:46.965 | + inc/python:pip_install:200 : result=0 2021-12-20 09:21:46.967 | + inc/python:pip_install:202 : time_stop pip_install 2021-12-20 09:21:46.970 | + functions-common:time_stop:2310 : local name 2021-12-20 09:21:46.972 | + functions-common:time_stop:2311 : local end_time 2021-12-20 09:21:46.974 | + functions-common:time_stop:2312 : local elapsed_time 2021-12-20 09:21:46.976 | + functions-common:time_stop:2313 : local total 2021-12-20 09:21:46.978 | + functions-common:time_stop:2314 : local start_time 2021-12-20 09:21:46.980 | + functions-common:time_stop:2316 : name=pip_install 2021-12-20 09:21:46.982 | + functions-common:time_stop:2317 : start_time=1639992094945 2021-12-20 09:21:46.984 | + functions-common:time_stop:2319 : [[ -z 1639992094945 ]] 2021-12-20 09:21:46.987 | ++ functions-common:time_stop:2322 : date +%s%3N 2021-12-20 09:21:46.991 | + functions-common:time_stop:2322 : end_time=1639992106988 2021-12-20 09:21:46.993 | + functions-common:time_stop:2323 : elapsed_time=12043 2021-12-20 09:21:46.995 | + functions-common:time_stop:2324 : total=67869 2021-12-20 09:21:46.997 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2021-12-20 09:21:46.999 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=79912 2021-12-20 09:21:47.001 | + inc/python:pip_install:203 : return 0 2021-12-20 09:21:47.004 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-12-20 09:21:47.006 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-20 09:21:47.008 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-20 09:21:47.026 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-20 09:21:47.037 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2021-12-20 09:21:47.040 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-12-20 09:21:47.042 | + inc/python:use_library_from_git:251 : local enabled=1 2021-12-20 09:21:47.045 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-12-20 09:21:47.047 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-12-20 09:21:47.050 | + inc/python:use_library_from_git:253 : return 1 2021-12-20 09:21:47.052 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-12-20 09:21:47.068 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:47.071 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-12-20 09:21:47.073 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-20 09:21:47.076 | + ./stack.sh:main:868 : configure_keystone 2021-12-20 09:21:47.078 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-12-20 09:21:47.090 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-12-20 09:21:47.092 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-12-20 09:21:47.097 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-12-20 09:21:47.112 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:47.115 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-12-20 09:21:47.145 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-12-20 09:21:47.172 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-12-20 09:21:47.201 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-12-20 09:21:47.230 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-12-20 09:21:47.260 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-12-20 09:21:47.290 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-12-20 09:21:47.318 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-12-20 09:21:47.347 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-12-20 09:21:47.349 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-12-20 09:21:47.351 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-12-20 09:21:47.354 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-12-20 09:21:47.356 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-20 09:21:47.358 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-20 09:21:47.374 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:47.377 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-20 09:21:47.379 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-20 09:21:47.381 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-20 09:21:47.396 | ++ functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:47.399 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.31:5672/ 2021-12-20 09:21:47.401 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.31:5672/ 2021-12-20 09:21:47.430 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-20 09:21:47.432 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-20 09:21:47.435 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-12-20 09:21:47.438 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-12-20 09:21:47.440 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-12-20 09:21:47.456 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:47.458 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.31/identity 2021-12-20 09:21:47.487 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.31/identity 2021-12-20 09:21:47.515 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-12-20 09:21:47.517 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-12-20 09:21:47.549 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-12-20 09:21:47.551 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-12-20 09:21:47.553 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-12-20 09:21:47.555 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-12-20 09:21:47.558 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-20 09:21:47.561 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-20 09:21:47.590 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-12-20 09:21:47.593 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-12-20 09:21:47.595 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2021-12-20 09:21:47.598 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2021-12-20 09:21:47.600 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-12-20 09:21:47.617 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-12-20 09:21:47.619 | + functions:setup_systemd_logging:719 : local pidstr= 2021-12-20 09:21:47.622 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-12-20 09:21:47.624 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-12-20 09:21:47.626 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-20 09:21:47.653 | + functions:setup_systemd_logging:728 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-20 09:21:47.681 | + functions:setup_systemd_logging:729 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-20 09:21:47.708 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-20 09:21:47.737 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-12-20 09:21:47.765 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-12-20 09:21:47.767 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-12-20 09:21:47.769 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-12-20 09:21:47.771 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-12-20 09:21:47.774 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2021-12-20 09:21:47.776 | + lib/apache:write_uwsgi_config:260 : local http= 2021-12-20 09:21:47.778 | + lib/apache:write_uwsgi_config:261 : local name= 2021-12-20 09:21:47.782 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2021-12-20 09:21:47.786 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2021-12-20 09:21:47.788 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-12-20 09:21:47.790 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-20 09:21:47.803 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-20 09:21:47.803 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-20 09:21:47.811 | d /var/run/uwsgi 0755 ubuntu root 2021-12-20 09:21:47.814 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-20 09:21:47.830 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-12-20 09:21:47.833 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-12-20 09:21:47.836 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-12-20 09:21:47.865 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-12-20 09:21:47.893 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-12-20 09:21:47.919 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-12-20 09:21:47.945 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-12-20 09:21:47.973 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-12-20 09:21:47.999 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-12-20 09:21:48.025 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-12-20 09:21:48.052 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-12-20 09:21:48.079 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-20 09:21:48.106 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-12-20 09:21:48.133 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-12-20 09:21:48.160 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-12-20 09:21:48.186 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-12-20 09:21:48.189 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-12-20 09:21:48.191 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2021-12-20 09:21:48.194 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2021-12-20 09:21:48.196 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-12-20 09:21:48.198 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:48.200 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:48.203 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-20 09:21:48.205 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-20 09:21:48.208 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-12-20 09:21:48.235 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-12-20 09:21:48.262 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2021-12-20 09:21:48.262 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-20 09:21:48.271 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2021-12-20 09:21:48.274 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2021-12-20 09:21:48.276 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2021-12-20 09:21:48.279 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-12-20 09:21:48.281 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-20 09:21:48.284 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-20 09:21:48.286 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:48.288 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:48.290 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-20 09:21:48.293 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-12-20 09:21:48.295 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:48.297 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:48.299 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2021-12-20 09:21:48.362 | Enabling site keystone-wsgi-public. 2021-12-20 09:21:48.368 | To activate the new configuration, you need to run: 2021-12-20 09:21:48.368 | systemctl reload apache2 2021-12-20 09:21:48.372 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-12-20 09:21:48.375 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-12-20 09:21:48.377 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2021-12-20 09:21:48.379 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2021-12-20 09:21:48.505 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-12-20 09:21:48.508 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-12-20 09:21:48.510 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-12-20 09:21:48.512 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2021-12-20 09:21:48.515 | + lib/apache:write_uwsgi_config:260 : local http= 2021-12-20 09:21:48.518 | + lib/apache:write_uwsgi_config:261 : local name= 2021-12-20 09:21:48.521 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2021-12-20 09:21:48.525 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2021-12-20 09:21:48.527 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-12-20 09:21:48.530 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-20 09:21:48.549 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-20 09:21:48.549 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-20 09:21:48.557 | d /var/run/uwsgi 0755 ubuntu root 2021-12-20 09:21:48.561 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-20 09:21:48.577 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-20 09:21:48.579 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-12-20 09:21:48.583 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-12-20 09:21:48.613 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-12-20 09:21:48.640 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-12-20 09:21:48.667 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-12-20 09:21:48.694 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-12-20 09:21:48.721 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-12-20 09:21:48.748 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-12-20 09:21:48.775 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-12-20 09:21:48.802 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-12-20 09:21:48.833 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-20 09:21:48.861 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-12-20 09:21:48.889 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-12-20 09:21:48.915 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-12-20 09:21:48.943 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-12-20 09:21:48.945 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-12-20 09:21:48.948 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2021-12-20 09:21:48.950 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2021-12-20 09:21:48.953 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-12-20 09:21:48.955 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:48.957 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:48.960 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-20 09:21:48.962 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-20 09:21:48.965 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-20 09:21:48.992 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-12-20 09:21:49.020 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2021-12-20 09:21:49.020 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-20 09:21:49.028 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2021-12-20 09:21:49.032 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2021-12-20 09:21:49.034 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2021-12-20 09:21:49.036 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-12-20 09:21:49.039 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-20 09:21:49.041 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-20 09:21:49.043 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:49.046 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:49.048 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-20 09:21:49.050 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-12-20 09:21:49.052 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-12-20 09:21:49.055 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-12-20 09:21:49.057 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2021-12-20 09:21:49.118 | Enabling site keystone-wsgi-admin. 2021-12-20 09:21:49.124 | To activate the new configuration, you need to run: 2021-12-20 09:21:49.124 | systemctl reload apache2 2021-12-20 09:21:49.129 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-12-20 09:21:49.131 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-12-20 09:21:49.133 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2021-12-20 09:21:49.136 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2021-12-20 09:21:49.262 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-12-20 09:21:49.291 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-12-20 09:21:49.325 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-12-20 09:21:49.355 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-12-20 09:21:49.358 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-12-20 09:21:49.388 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-12-20 09:21:49.415 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-12-20 09:21:49.443 | + ./stack.sh:main:872 : is_service_enabled swift 2021-12-20 09:21:49.460 | + functions-common:is_service_enabled:1966 : return 0 2021-12-20 09:21:49.462 | + ./stack.sh:main:873 : is_service_enabled ceilometer 2021-12-20 09:21:49.479 | + functions-common:is_service_enabled:1966 : return 1 2021-12-20 09:21:49.482 | + ./stack.sh:main:876 : stack_install_service swift 2021-12-20 09:21:49.488 | + lib/stack:stack_install_service:20 : local service=swift 2021-12-20 09:21:49.490 | + lib/stack:stack_install_service:21 : type install_swift 2021-12-20 09:21:49.493 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-20 09:21:49.495 | + lib/stack:stack_install_service:32 : install_swift 2021-12-20 09:21:49.497 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/victoria 2021-12-20 09:21:49.500 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2021-12-20 09:21:49.502 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2021-12-20 09:21:49.504 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2021-12-20 09:21:49.506 | + functions-common:git_clone:528 : local orig_dir 2021-12-20 09:21:49.509 | ++ functions-common:git_clone:529 : pwd 2021-12-20 09:21:49.511 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-12-20 09:21:49.514 | + functions-common:git_clone:530 : local git_clone_flags= 2021-12-20 09:21:49.516 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-12-20 09:21:49.533 | + functions-common:git_clone:532 : RECLONE=False 2021-12-20 09:21:49.535 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-12-20 09:21:49.537 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-12-20 09:21:49.540 | + functions-common:git_clone:546 : echo stable/victoria 2021-12-20 09:21:49.540 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-12-20 09:21:49.545 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2021-12-20 09:21:49.548 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-12-20 09:21:49.550 | + functions-common:git_clone:594 : cd /opt/stack/swift 2021-12-20 09:21:49.553 | + functions-common:git_clone:595 : git show --oneline 2021-12-20 09:21:49.553 | + functions-common:git_clone:595 : head -1 2021-12-20 09:21:49.556 | f53500522 Fix cname_lookup test 2021-12-20 09:21:49.559 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-12-20 09:21:49.561 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2021-12-20 09:21:49.564 | + inc/python:setup_develop:338 : local bindep 2021-12-20 09:21:49.566 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-12-20 09:21:49.569 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-12-20 09:21:49.571 | + inc/python:setup_develop:344 : local extras=keystone 2021-12-20 09:21:49.574 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-12-20 09:21:49.576 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-12-20 09:21:49.578 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-12-20 09:21:49.581 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-12-20 09:21:49.583 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-12-20 09:21:49.585 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-12-20 09:21:49.588 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-12-20 09:21:49.591 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-12-20 09:21:49.594 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-12-20 09:21:49.596 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-12-20 09:21:49.599 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-12-20 09:21:49.601 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-12-20 09:21:49.608 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2021-12-20 09:21:49.610 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-12-20 09:21:50.201 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2021-12-20 09:21:50.204 | + inc/python:setup_package:417 : local bindep=0 2021-12-20 09:21:50.206 | + inc/python:setup_package:418 : local bindep_flag= 2021-12-20 09:21:50.208 | + inc/python:setup_package:419 : local bindep_profiles= 2021-12-20 09:21:50.210 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2021-12-20 09:21:50.212 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2021-12-20 09:21:50.215 | + inc/python:setup_package:426 : local flags=-e 2021-12-20 09:21:50.218 | + inc/python:setup_package:427 : local extras=keystone 2021-12-20 09:21:50.220 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-12-20 09:21:50.222 | + inc/python:setup_package:431 : [[ -z keystone ]] 2021-12-20 09:21:50.224 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2021-12-20 09:21:50.227 | + inc/python:setup_package:437 : extras='[keystone]' 2021-12-20 09:21:50.229 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-12-20 09:21:50.231 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2021-12-20 09:21:50.252 | Using python 3.8 to install /opt/stack/swift 2021-12-20 09:21:50.255 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2021-12-20 09:21:51.935 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-20 09:21:51.935 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-20 09:21:51.940 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:51.940 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:51.942 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-20 09:21:51.943 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:51.944 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:51.944 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:51.944 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2021-12-20 09:21:51.944 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2021-12-20 09:21:51.958 | Obtaining file:///opt/stack/swift 2021-12-20 09:21:53.223 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-20 09:21:54.429 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2021-12-20 09:21:54.437 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.1) 2021-12-20 09:21:54.478 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.26.1) 2021-12-20 09:21:54.488 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.16) 2021-12-20 09:21:54.491 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (9.1.0) 2021-12-20 09:21:55.429 | Collecting lxml===4.5.2 2021-12-20 09:21:55.466 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa8/eba3db3d8761d/lxml-4.5.2-cp38-cp38-manylinux1_x86_64.whl (5.4 MB) 2021-12-20 09:21:55.661 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.5) 2021-12-20 09:21:55.663 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.10.9) 2021-12-20 09:21:55.666 | Requirement already satisfied: oslo.cache===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.6.2) 2021-12-20 09:21:55.699 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (8.3.4) 2021-12-20 09:21:55.715 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (3.1.2) 2021-12-20 09:21:55.721 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (5.0.1) 2021-12-20 09:21:55.727 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (4.4.0) 2021-12-20 09:21:55.765 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.0.2) 2021-12-20 09:21:55.774 | Requirement already satisfied: oslo.utils===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.6.0) 2021-12-20 09:21:55.791 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (20.4) 2021-12-20 09:21:55.798 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (5.5.0) 2021-12-20 09:21:55.800 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (3.1.1) 2021-12-20 09:21:55.901 | Collecting pyeclib===1.6.0 2021-12-20 09:21:55.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-12-20 09:21:56.979 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.9.6) 2021-12-20 09:21:56.981 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (2.4.7) 2021-12-20 09:21:56.984 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (2.8.1) 2021-12-20 09:21:56.989 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (4.1.1) 2021-12-20 09:21:57.007 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (2020.1) 2021-12-20 09:21:57.011 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (2.23.0) 2021-12-20 09:21:57.032 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.4.0) 2021-12-20 09:21:57.036 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2021-12-20 09:21:57.039 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.2.2) 2021-12-20 09:21:57.045 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.25.10)