2020-11-03 12:29:09.822 | + ./stack.sh:main:457 : exec 2020-11-03 12:29:09.822 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-11-03-122909' 2020-11-03 12:29:09.822 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-11-03-122909.summary.2020-11-03-122909 2020-11-03 12:29:09.822 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-03 12:29:09.822 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-11-03-122909 2020-11-03 12:29:09.822 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-11-03-122909 /opt/stack/logs/stack.sh.log 2020-11-03 12:29:09.822 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-11-03-122909.summary.2020-11-03-122909 /opt/stack/logs/stack.sh.log.summary 2020-11-03 12:29:09.822 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:620 : local real_path 2020-11-03 12:29:09.822 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-11-03 12:29:09.822 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-11-03 12:29:09.822 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-11-03 12:29:09.822 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-11-03 12:29:09.822 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-11-03 12:29:09.822 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-11-03 12:29:09.823 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-11-03 12:29:09.825 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-11-03 12:29:09.827 | + ./stack.sh:main:530 : trap err_trap ERR 2020-11-03 12:29:09.829 | + ./stack.sh:main:543 : set -o errexit 2020-11-03 12:29:09.831 | + ./stack.sh:main:546 : uname -a 2020-11-03 12:29:09.832 | Linux dv-cinder-756711-6-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-11-03 12:29:09.834 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-11-03 12:29:09.835 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-11-03 12:29:09.838 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-11-03 12:29:09.862 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-11-03 12:29:09.877 | + ./stack.sh:main:560 : fetch_plugins 2020-11-03 12:29:09.879 | + functions-common:fetch_plugins:1656 : local plugins= 2020-11-03 12:29:09.881 | + functions-common:fetch_plugins:1657 : local plugin 2020-11-03 12:29:09.882 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2020-11-03 12:29:09.884 | + functions-common:fetch_plugins:1661 : return 2020-11-03 12:29:09.886 | + ./stack.sh:main:564 : run_phase override_defaults 2020-11-03 12:29:09.888 | + functions-common:run_phase:1738 : local mode=override_defaults 2020-11-03 12:29:09.890 | + functions-common:run_phase:1739 : local phase= 2020-11-03 12:29:09.891 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-03 12:29:09.893 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-03 12:29:09.895 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-03 12:29:09.897 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-03 12:29:09.898 | + functions-common:run_phase:1748 : local extra 2020-11-03 12:29:09.900 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-03 12:29:09.903 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-03 12:29:09.905 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-03 12:29:09.906 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-03 12:29:09.908 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-11-03 12:29:09.910 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-03 12:29:09.922 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:09.924 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-11-03 12:29:09.925 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-03 12:29:09.927 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-03 12:29:09.930 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-03 12:29:09.931 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-03 12:29:09.933 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-03 12:29:09.935 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-11-03 12:29:09.937 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-11-03 12:29:09.938 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-11-03 12:29:09.940 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-11-03 12:29:09.942 | + functions-common:run_phase:1763 : plugin_override_defaults 2020-11-03 12:29:09.944 | + functions-common:plugin_override_defaults:1697 : local plugins= 2020-11-03 12:29:09.945 | + functions-common:plugin_override_defaults:1698 : local plugin 2020-11-03 12:29:09.947 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2020-11-03 12:29:09.949 | + functions-common:plugin_override_defaults:1702 : return 2020-11-03 12:29:09.951 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-11-03 12:29:09.967 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-11-03 12:29:09.968 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-11-03 12:29:09.980 | ++ functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:29:09.983 | +++ lib/tls:source:43 : hostname -f 2020-11-03 12:29:09.986 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-11-03 12:29:09.988 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-11-03 12:29:09.990 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-11-03 12:29:09.992 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-11-03 12:29:09.994 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-11-03 12:29:09.996 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-11-03 12:29:09.997 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-11-03 12:29:09.999 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-11-03 12:29:10.001 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-11-03 12:29:10.003 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-11-03 12:29:10.007 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-11-03 12:29:10.018 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-11-03 12:29:10.033 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-11-03 12:29:10.044 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-11-03 12:29:10.056 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-11-03 12:29:10.079 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-11-03 12:29:10.113 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-11-03 12:29:10.181 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-11-03 12:29:10.199 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-11-03 12:29:10.230 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-11-03 12:29:10.274 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-11-03 12:29:10.384 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-11-03 12:29:10.397 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-11-03 12:29:10.409 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-11-03 12:29:10.421 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-11-03 12:29:10.510 | + ./stack.sh:main:593 : run_phase source 2020-11-03 12:29:10.512 | + functions-common:run_phase:1738 : local mode=source 2020-11-03 12:29:10.514 | + functions-common:run_phase:1739 : local phase= 2020-11-03 12:29:10.516 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-03 12:29:10.518 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-03 12:29:10.520 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-03 12:29:10.523 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-03 12:29:10.525 | + functions-common:run_phase:1748 : local extra 2020-11-03 12:29:10.527 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-03 12:29:10.530 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-03 12:29:10.532 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-03 12:29:10.534 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-03 12:29:10.536 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-11-03 12:29:10.539 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-03 12:29:10.551 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:10.554 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-11-03 12:29:10.556 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-11-03 12:29:10.590 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-11-03 12:29:10.592 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-11-03 12:29:10.594 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2020-11-03 12:29:10.596 | + functions-common:run_phase:1760 : load_plugin_settings 2020-11-03 12:29:10.599 | + functions-common:load_plugin_settings:1674 : local plugins= 2020-11-03 12:29:10.601 | + functions-common:load_plugin_settings:1675 : local plugin 2020-11-03 12:29:10.603 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2020-11-03 12:29:10.605 | + functions-common:load_plugin_settings:1679 : return 2020-11-03 12:29:10.607 | + functions-common:run_phase:1761 : verify_disabled_services 2020-11-03 12:29:10.609 | + functions-common:verify_disabled_services:2021 : local service 2020-11-03 12:29:10.611 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.613 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-11-03 12:29:10.616 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.618 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2020-11-03 12:29:10.620 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.622 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2020-11-03 12:29:10.624 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.627 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2020-11-03 12:29:10.629 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.631 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2020-11-03 12:29:10.634 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.636 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2020-11-03 12:29:10.638 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.640 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2020-11-03 12:29:10.642 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.644 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2020-11-03 12:29:10.647 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.649 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2020-11-03 12:29:10.652 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.654 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2020-11-03 12:29:10.656 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.658 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2020-11-03 12:29:10.660 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.663 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2020-11-03 12:29:10.665 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.667 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2020-11-03 12:29:10.669 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.671 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2020-11-03 12:29:10.673 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.676 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2020-11-03 12:29:10.678 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.680 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-11-03 12:29:10.682 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.685 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-11-03 12:29:10.687 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.689 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-11-03 12:29:10.691 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.694 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-11-03 12:29:10.696 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.698 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-11-03 12:29:10.700 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.702 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2020-11-03 12:29:10.705 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.707 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2020-11-03 12:29:10.709 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.711 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2020-11-03 12:29:10.713 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.716 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2020-11-03 12:29:10.718 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.720 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2020-11-03 12:29:10.722 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.724 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-11-03 12:29:10.727 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.729 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2020-11-03 12:29:10.731 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.734 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2020-11-03 12:29:10.736 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.738 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2020-11-03 12:29:10.740 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.743 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2020-11-03 12:29:10.745 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.747 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-11-03 12:29:10.749 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.751 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2020-11-03 12:29:10.753 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.756 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2020-11-03 12:29:10.758 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.760 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2020-11-03 12:29:10.762 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.764 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2020-11-03 12:29:10.767 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.769 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2020-11-03 12:29:10.771 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.773 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2020-11-03 12:29:10.775 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.777 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2020-11-03 12:29:10.780 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.782 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2020-11-03 12:29:10.784 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-03 12:29:10.786 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2020-11-03 12:29:10.789 | + ./stack.sh:main:664 : initialize_database_backends 2020-11-03 12:29:10.791 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-11-03 12:29:10.793 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-11-03 12:29:10.807 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:10.810 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-11-03 12:29:10.812 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-11-03 12:29:10.814 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-11-03 12:29:10.827 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:29:10.830 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-11-03 12:29:10.832 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-11-03 12:29:10.834 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-11-03 12:29:10.836 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-11-03 12:29:10.838 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-11-03 12:29:10.840 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-11-03 12:29:10.843 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-11-03 12:29:10.845 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-11-03 12:29:10.847 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-11-03 12:29:10.850 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-11-03 12:29:10.853 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-11-03 12:29:10.855 | + lib/database:initialize_database_backends:104 : return 0 2020-11-03 12:29:10.857 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-11-03 12:29:10.857 | Using mysql database backend 2020-11-03 12:29:10.859 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-11-03 12:29:10.874 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-11-03 12:29:10.888 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:10.890 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-11-03 12:29:10.905 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-11-03 12:29:10.920 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:10.922 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-11-03 12:29:10.937 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-11-03 12:29:10.952 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-11-03 12:29:10.967 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:29:10.969 | + ./stack.sh:main:712 : is_service_enabled nova 2020-11-03 12:29:10.984 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:10.986 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-11-03 12:29:10.988 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-11-03 12:29:11.003 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:29:11.005 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-11-03 12:29:11.020 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-11-03 12:29:11.022 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-11-03 12:29:11.025 | + ./stack.sh:main:734 : save_stackenv 734 2020-11-03 12:29:11.027 | + functions-common:save_stackenv:60 : local tag=734 2020-11-03 12:29:11.030 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-11-03 12:29:11.033 | + functions-common:save_stackenv:62 : time_stamp=2020-11-03-122911 2020-11-03 12:29:11.035 | + functions-common:save_stackenv:63 : echo '# 2020-11-03-122911 734' 2020-11-03 12:29:11.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.041 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-11-03 12:29:11.043 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.045 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-11-03 12:29:11.048 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.050 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-11-03 12:29:11.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.055 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-11-03 12:29:11.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.059 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.40 2020-11-03 12:29:11.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.064 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.40/identity 2020-11-03 12:29:11.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.068 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-11-03-122909 2020-11-03 12:29:11.071 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.073 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-11-03 12:29:11.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.077 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.40 2020-11-03 12:29:11.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.082 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-11-03 12:29:11.085 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.087 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-11-03 12:29:11.089 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.092 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-11-03 12:29:11.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-03 12:29:11.096 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-11-03 12:29:11.099 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-11-03 12:29:11.101 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-11-03 12:29:11.104 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-11-03 12:29:11.106 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:29:11.108 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:29:11.110 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:29:11.113 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:29:11.115 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:29:11.117 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:29:11.131 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:29:11.133 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:29:11.135 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:29:11.138 | + functions-common:git_clone:546 : echo master 2020-11-03 12:29:11.138 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:29:11.142 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-11-03 12:29:11.144 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:29:11.147 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-11-03 12:29:11.149 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:29:11.151 | + functions-common:git_clone:595 : head -1 2020-11-03 12:29:11.152 | 6f836ec4 Updated from generate-constraints 2020-11-03 12:29:11.154 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:29:11.157 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-11-03 12:29:11.159 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-03 12:29:11.161 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-11-03 12:29:11.164 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-11-03 12:29:11.167 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-11-03 12:29:11.169 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-11-03 12:29:11.171 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-11-03 12:29:11.174 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-11-03 12:29:11.176 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-11-03 12:29:11.178 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-11-03 12:29:11.181 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-11-03 12:29:11.185 | ++ tools/install_prereqs.sh:source:47 : NOW=1604406551 2020-11-03 12:29:11.188 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-11-03 12:29:11.192 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-11-03 12:29:11.194 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-11-03 12:29:11.197 | ++ tools/install_prereqs.sh:source:49 : DELTA=1604406551 2020-11-03 12:29:11.199 | ++ tools/install_prereqs.sh:source:50 : [[ 1604406551 -lt 7200 ]] 2020-11-03 12:29:11.201 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-11-03 12:29:11.204 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2020-11-03 12:29:11.206 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-11-03 12:29:11.208 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2020-11-03 12:29:11.211 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-11-03 12:29:11.213 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2020-11-03 12:29:11.215 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-11-03 12:29:11.218 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-11-03 12:29:11.264 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-11-03 12:29:11.264 | apache2-dev 2020-11-03 12:29:11.264 | bc 2020-11-03 12:29:11.264 | bsdmainutils 2020-11-03 12:29:11.264 | curl 2020-11-03 12:29:11.264 | g++ 2020-11-03 12:29:11.264 | gcc 2020-11-03 12:29:11.264 | gettext 2020-11-03 12:29:11.264 | git 2020-11-03 12:29:11.264 | graphviz 2020-11-03 12:29:11.264 | iputils-ping 2020-11-03 12:29:11.264 | libapache2-mod-proxy-uwsgi 2020-11-03 12:29:11.264 | libffi-dev 2020-11-03 12:29:11.265 | libjpeg-dev 2020-11-03 12:29:11.265 | libmysqlclient-dev 2020-11-03 12:29:11.265 | libpcre3-dev 2020-11-03 12:29:11.265 | libpq-dev 2020-11-03 12:29:11.265 | libssl-dev 2020-11-03 12:29:11.265 | libsystemd-dev 2020-11-03 12:29:11.265 | libxml2-dev 2020-11-03 12:29:11.265 | libxslt1-dev 2020-11-03 12:29:11.265 | libyaml-dev 2020-11-03 12:29:11.265 | lsof 2020-11-03 12:29:11.265 | openssh-server 2020-11-03 12:29:11.265 | openssl 2020-11-03 12:29:11.265 | pkg-config 2020-11-03 12:29:11.265 | psmisc 2020-11-03 12:29:11.265 | python3-dev 2020-11-03 12:29:11.265 | python3-pip 2020-11-03 12:29:11.265 | python3-venv 2020-11-03 12:29:11.265 | tar 2020-11-03 12:29:11.265 | tcpdump 2020-11-03 12:29:11.265 | unzip 2020-11-03 12:29:11.265 | uuid-runtime 2020-11-03 12:29:11.265 | wget 2020-11-03 12:29:11.265 | wget 2020-11-03 12:29:11.265 | zlib1g-dev 2020-11-03 12:29:11.265 | libkrb5-dev 2020-11-03 12:29:11.265 | libldap2-dev 2020-11-03 12:29:11.265 | libsasl2-dev 2020-11-03 12:29:11.265 | memcached 2020-11-03 12:29:11.265 | python3-mysqldb 2020-11-03 12:29:11.265 | sqlite3 2020-11-03 12:29:11.265 | conntrack 2020-11-03 12:29:11.265 | curl 2020-11-03 12:29:11.265 | dnsmasq-base 2020-11-03 12:29:11.265 | dnsmasq-utils 2020-11-03 12:29:11.265 | ebtables 2020-11-03 12:29:11.266 | gawk 2020-11-03 12:29:11.266 | genisoimage 2020-11-03 12:29:11.266 | iptables 2020-11-03 12:29:11.266 | iputils-arping 2020-11-03 12:29:11.266 | kpartx 2020-11-03 12:29:11.266 | libjs-jquery-tablesorter 2020-11-03 12:29:11.266 | libmysqlclient-dev 2020-11-03 12:29:11.266 | parted 2020-11-03 12:29:11.266 | pm-utils 2020-11-03 12:29:11.266 | python3-mysqldb 2020-11-03 12:29:11.266 | socat 2020-11-03 12:29:11.266 | sqlite3 2020-11-03 12:29:11.266 | sudo 2020-11-03 12:29:11.266 | vlan 2020-11-03 12:29:11.266 | lsscsi 2020-11-03 12:29:11.266 | open-iscsi 2020-11-03 12:29:11.266 | lvm2 2020-11-03 12:29:11.266 | qemu-utils 2020-11-03 12:29:11.266 | thin-provisioning-tools 2020-11-03 12:29:11.266 | acl 2020-11-03 12:29:11.266 | dnsmasq-base 2020-11-03 12:29:11.266 | dnsmasq-utils 2020-11-03 12:29:11.266 | ebtables 2020-11-03 12:29:11.266 | haproxy 2020-11-03 12:29:11.266 | iptables 2020-11-03 12:29:11.266 | iputils-arping 2020-11-03 12:29:11.266 | iputils-ping 2020-11-03 12:29:11.266 | libmysqlclient-dev 2020-11-03 12:29:11.266 | postgresql-server-dev-all 2020-11-03 12:29:11.266 | python3-mysqldb 2020-11-03 12:29:11.266 | sqlite3 2020-11-03 12:29:11.266 | sudo 2020-11-03 12:29:11.266 | vlan 2020-11-03 12:29:11.266 | ipset 2020-11-03 12:29:11.266 | conntrack 2020-11-03 12:29:11.266 | conntrackd 2020-11-03 12:29:11.266 | keepalived 2020-11-03 12:29:11.266 | dstat 2020-11-03 12:29:11.267 | lvm2 2020-11-03 12:29:11.267 | qemu-utils 2020-11-03 12:29:11.267 | thin-provisioning-tools 2020-11-03 12:29:11.267 | curl 2020-11-03 12:29:11.267 | liberasurecode-dev 2020-11-03 12:29:11.267 | make 2020-11-03 12:29:11.267 | memcached 2020-11-03 12:29:11.267 | sqlite3 2020-11-03 12:29:11.267 | xfsprogs' 2020-11-03 12:29:11.269 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-11-03 12:29:11.286 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-11-03 12:29:11.286 | apache2-dev 2020-11-03 12:29:11.286 | bc 2020-11-03 12:29:11.286 | bsdmainutils 2020-11-03 12:29:11.286 | curl 2020-11-03 12:29:11.286 | g++ 2020-11-03 12:29:11.286 | gcc 2020-11-03 12:29:11.286 | gettext 2020-11-03 12:29:11.286 | git 2020-11-03 12:29:11.286 | graphviz 2020-11-03 12:29:11.286 | iputils-ping 2020-11-03 12:29:11.286 | libapache2-mod-proxy-uwsgi 2020-11-03 12:29:11.286 | libffi-dev 2020-11-03 12:29:11.286 | libjpeg-dev 2020-11-03 12:29:11.286 | libmysqlclient-dev 2020-11-03 12:29:11.286 | libpcre3-dev 2020-11-03 12:29:11.286 | libpq-dev 2020-11-03 12:29:11.286 | libssl-dev 2020-11-03 12:29:11.286 | libsystemd-dev 2020-11-03 12:29:11.286 | libxml2-dev 2020-11-03 12:29:11.287 | libxslt1-dev 2020-11-03 12:29:11.287 | libyaml-dev 2020-11-03 12:29:11.287 | lsof 2020-11-03 12:29:11.287 | openssh-server 2020-11-03 12:29:11.287 | openssl 2020-11-03 12:29:11.287 | pkg-config 2020-11-03 12:29:11.287 | psmisc 2020-11-03 12:29:11.287 | python3-dev 2020-11-03 12:29:11.287 | python3-pip 2020-11-03 12:29:11.287 | python3-venv 2020-11-03 12:29:11.287 | tar 2020-11-03 12:29:11.287 | tcpdump 2020-11-03 12:29:11.287 | unzip 2020-11-03 12:29:11.287 | uuid-runtime 2020-11-03 12:29:11.287 | wget 2020-11-03 12:29:11.287 | wget 2020-11-03 12:29:11.287 | zlib1g-dev 2020-11-03 12:29:11.287 | libkrb5-dev 2020-11-03 12:29:11.287 | libldap2-dev 2020-11-03 12:29:11.287 | libsasl2-dev 2020-11-03 12:29:11.287 | memcached 2020-11-03 12:29:11.287 | python3-mysqldb 2020-11-03 12:29:11.287 | sqlite3 2020-11-03 12:29:11.287 | conntrack 2020-11-03 12:29:11.287 | curl 2020-11-03 12:29:11.287 | dnsmasq-base 2020-11-03 12:29:11.287 | dnsmasq-utils 2020-11-03 12:29:11.287 | ebtables 2020-11-03 12:29:11.287 | gawk 2020-11-03 12:29:11.287 | genisoimage 2020-11-03 12:29:11.287 | iptables 2020-11-03 12:29:11.287 | iputils-arping 2020-11-03 12:29:11.287 | kpartx 2020-11-03 12:29:11.287 | libjs-jquery-tablesorter 2020-11-03 12:29:11.287 | libmysqlclient-dev 2020-11-03 12:29:11.288 | parted 2020-11-03 12:29:11.288 | pm-utils 2020-11-03 12:29:11.288 | python3-mysqldb 2020-11-03 12:29:11.288 | socat 2020-11-03 12:29:11.288 | sqlite3 2020-11-03 12:29:11.288 | sudo 2020-11-03 12:29:11.288 | vlan 2020-11-03 12:29:11.288 | lsscsi 2020-11-03 12:29:11.288 | open-iscsi 2020-11-03 12:29:11.288 | lvm2 2020-11-03 12:29:11.288 | qemu-utils 2020-11-03 12:29:11.288 | thin-provisioning-tools 2020-11-03 12:29:11.288 | acl 2020-11-03 12:29:11.288 | dnsmasq-base 2020-11-03 12:29:11.288 | dnsmasq-utils 2020-11-03 12:29:11.288 | ebtables 2020-11-03 12:29:11.288 | haproxy 2020-11-03 12:29:11.288 | iptables 2020-11-03 12:29:11.288 | iputils-arping 2020-11-03 12:29:11.288 | iputils-ping 2020-11-03 12:29:11.288 | libmysqlclient-dev 2020-11-03 12:29:11.288 | postgresql-server-dev-all 2020-11-03 12:29:11.288 | python3-mysqldb 2020-11-03 12:29:11.288 | sqlite3 2020-11-03 12:29:11.288 | sudo 2020-11-03 12:29:11.288 | vlan 2020-11-03 12:29:11.288 | ipset 2020-11-03 12:29:11.288 | conntrack 2020-11-03 12:29:11.288 | conntrackd 2020-11-03 12:29:11.288 | keepalived 2020-11-03 12:29:11.288 | dstat 2020-11-03 12:29:11.288 | lvm2 2020-11-03 12:29:11.288 | qemu-utils 2020-11-03 12:29:11.288 | thin-provisioning-tools 2020-11-03 12:29:11.288 | curl 2020-11-03 12:29:11.288 | liberasurecode-dev 2020-11-03 12:29:11.288 | make 2020-11-03 12:29:11.289 | memcached 2020-11-03 12:29:11.289 | sqlite3 2020-11-03 12:29:11.289 | xfsprogs ' 2020-11-03 12:29:11.289 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-11-03 12:29:11.290 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:29:11.293 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:29:11.296 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-11-03 12:29:11.296 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-03 12:29:11.300 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-03 12:29:11.302 | ++ functions-common:install_package:1344 : update_package_repo 2020-11-03 12:29:11.305 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:29:11.307 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-11-03 12:29:11.309 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:29:11.311 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:29:11.313 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:29:11.315 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:29:11.317 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:29:11.320 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:29:11.322 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-11-03 12:29:11.324 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-11-03 12:29:11.326 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-11-03 12:29:11.329 | +++ functions-common:apt_get_update:1078 : id -u 2020-11-03 12:29:11.333 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-11-03 12:29:11.335 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-11-03 12:29:11.337 | ++ functions-common:time_start:2296 : local name=apt-get-update 2020-11-03 12:29:11.339 | ++ functions-common:time_start:2297 : local start_time= 2020-11-03 12:29:11.342 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2020-11-03 12:29:11.344 | +++ functions-common:time_start:2301 : date +%s%3N 2020-11-03 12:29:11.348 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1604406551345 2020-11-03 12:29:11.350 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-11-03 12:29:11.352 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-11-03 12:29:11.354 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-11-03 12:29:11.729 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-03 12:29:11.729 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-11-03 12:29:11.849 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-03 12:29:11.977 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-03 12:29:13.991 | Reading package lists... 2020-11-03 12:29:14.049 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-11-03 12:29:14.051 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-11-03 12:29:14.053 | ++ functions-common:time_stop:2310 : local name 2020-11-03 12:29:14.055 | ++ functions-common:time_stop:2311 : local end_time 2020-11-03 12:29:14.057 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:29:14.060 | ++ functions-common:time_stop:2313 : local total 2020-11-03 12:29:14.062 | ++ functions-common:time_stop:2314 : local start_time 2020-11-03 12:29:14.064 | ++ functions-common:time_stop:2316 : name=apt-get-update 2020-11-03 12:29:14.066 | ++ functions-common:time_stop:2317 : start_time=1604406551345 2020-11-03 12:29:14.068 | ++ functions-common:time_stop:2319 : [[ -z 1604406551345 ]] 2020-11-03 12:29:14.071 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:29:14.074 | ++ functions-common:time_stop:2322 : end_time=1604406554072 2020-11-03 12:29:14.076 | ++ functions-common:time_stop:2323 : elapsed_time=2727 2020-11-03 12:29:14.078 | ++ functions-common:time_stop:2324 : total=0 2020-11-03 12:29:14.081 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:29:14.083 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2727 2020-11-03 12:29:14.086 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-03 12:29:14.088 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:29:14.090 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:29:14.092 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:29:14.095 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-03 12:29:14.115 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-03 12:29:14.232 | Reading package lists... 2020-11-03 12:29:14.470 | Building dependency tree... 2020-11-03 12:29:14.471 | Reading state information... 2020-11-03 12:29:14.702 | acl is already the newest version (2.2.52-3build1). 2020-11-03 12:29:14.702 | acl set to manually installed. 2020-11-03 12:29:14.702 | bc is already the newest version (1.07.1-2). 2020-11-03 12:29:14.702 | bc set to manually installed. 2020-11-03 12:29:14.702 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-11-03 12:29:14.702 | bsdmainutils set to manually installed. 2020-11-03 12:29:14.702 | dnsmasq-base is already the newest version (2.79-1). 2020-11-03 12:29:14.702 | dnsmasq-base set to manually installed. 2020-11-03 12:29:14.702 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-11-03 12:29:14.702 | gawk set to manually installed. 2020-11-03 12:29:14.702 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-11-03 12:29:14.702 | iptables set to manually installed. 2020-11-03 12:29:14.702 | libpcre3-dev is already the newest version (2:8.39-9). 2020-11-03 12:29:14.702 | lsof is already the newest version (4.89+dfsg-0.1). 2020-11-03 12:29:14.702 | lsof set to manually installed. 2020-11-03 12:29:14.702 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-11-03 12:29:14.702 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-11-03 12:29:14.702 | ebtables set to manually installed. 2020-11-03 12:29:14.702 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-11-03 12:29:14.702 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-11-03 12:29:14.702 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-11-03 12:29:14.702 | parted is already the newest version (3.2-20ubuntu0.2). 2020-11-03 12:29:14.702 | parted set to manually installed. 2020-11-03 12:29:14.702 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-11-03 12:29:14.702 | psmisc set to manually installed. 2020-11-03 12:29:14.702 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-11-03 12:29:14.702 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-11-03 12:29:14.702 | tar set to manually installed. 2020-11-03 12:29:14.702 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-11-03 12:29:14.702 | wget set to manually installed. 2020-11-03 12:29:14.703 | The following packages were automatically installed and are no longer required: 2020-11-03 12:29:14.703 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:29:14.703 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:29:14.703 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-11-03 12:29:14.703 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-11-03 12:29:14.703 | python3-twisted-bin python3-zope.interface 2020-11-03 12:29:14.703 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:29:14.703 | The following additional packages will be installed: 2020-11-03 12:29:14.703 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-11-03 12:29:14.703 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-11-03 12:29:14.703 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-11-03 12:29:14.703 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-11-03 12:29:14.703 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-11-03 12:29:14.703 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-11-03 12:29:14.703 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-11-03 12:29:14.703 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-11-03 12:29:14.703 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-11-03 12:29:14.703 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-11-03 12:29:14.703 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-11-03 12:29:14.703 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-11-03 12:29:14.703 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 libgts-0.7-5 2020-11-03 12:29:14.703 | libgts-bin libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 2020-11-03 12:29:14.703 | libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 libicu-dev 2020-11-03 12:29:14.703 | libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 libiscsi7 2020-11-03 12:29:14.703 | libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev 2020-11-03 12:29:14.703 | libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 libkadm5srv-mit11 2020-11-03 12:29:14.703 | libkdb5-9 liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 2020-11-03 12:29:14.703 | liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-11-03 12:29:14.703 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-11-03 12:29:14.703 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-11-03 12:29:14.703 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-11-03 12:29:14.704 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-11-03 12:29:14.704 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-11-03 12:29:14.704 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-11-03 12:29:14.704 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-11-03 12:29:14.704 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-11-03 12:29:14.704 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-11-03 12:29:14.704 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-11-03 12:29:14.704 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-11-03 12:29:14.704 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-11-03 12:29:14.704 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-11-03 12:29:14.704 | uuid-dev uwsgi-core vbetool x11-common 2020-11-03 12:29:14.705 | Suggested packages: 2020-11-03 12:29:14.705 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-11-03 12:29:14.705 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-11-03 12:29:14.705 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-11-03 12:29:14.705 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-11-03 12:29:14.705 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-11-03 12:29:14.705 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-11-03 12:29:14.705 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-11-03 12:29:14.705 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-11-03 12:29:14.705 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-11-03 12:29:14.705 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-11-03 12:29:14.705 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-11-03 12:29:14.705 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-11-03 12:29:14.705 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-11-03 12:29:14.705 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-11-03 12:29:14.705 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-11-03 12:29:14.705 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-11-03 12:29:14.705 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-11-03 12:29:14.705 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-11-03 12:29:14.705 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-11-03 12:29:14.705 | uwsgi-extra uwsgi-dev 2020-11-03 12:29:14.944 | The following NEW packages will be installed: 2020-11-03 12:29:14.944 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-11-03 12:29:14.945 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-11-03 12:29:14.945 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-11-03 12:29:14.945 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-11-03 12:29:14.945 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-11-03 12:29:14.945 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-11-03 12:29:14.945 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-11-03 12:29:14.945 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-11-03 12:29:14.945 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-11-03 12:29:14.945 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-11-03 12:29:14.945 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-11-03 12:29:14.945 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-11-03 12:29:14.945 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-11-03 12:29:14.945 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-11-03 12:29:14.945 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-11-03 12:29:14.945 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-11-03 12:29:14.945 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-11-03 12:29:14.945 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-11-03 12:29:14.945 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-11-03 12:29:14.945 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-11-03 12:29:14.945 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-11-03 12:29:14.945 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-11-03 12:29:14.945 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-11-03 12:29:14.945 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-11-03 12:29:14.945 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-11-03 12:29:14.945 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-11-03 12:29:14.945 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-11-03 12:29:14.945 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-11-03 12:29:14.945 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-11-03 12:29:14.945 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-11-03 12:29:14.945 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-11-03 12:29:14.946 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-11-03 12:29:14.946 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-11-03 12:29:14.946 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-11-03 12:29:14.946 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-11-03 12:29:14.946 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-11-03 12:29:14.946 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-11-03 12:29:14.946 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-11-03 12:29:14.946 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-11-03 12:29:14.946 | The following packages will be upgraded: 2020-11-03 12:29:14.946 | curl git libcom-err2 libcurl4 libglib2.0-0 libicu60 libldap-2.4-2 2020-11-03 12:29:14.946 | libldap-common libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-11-03 12:29:14.946 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-11-03 12:29:14.947 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-11-03 12:29:15.082 | 26 upgraded, 202 newly installed, 0 to remove and 140 not upgraded. 2020-11-03 12:29:15.082 | Need to get 83.8 MB of archives. 2020-11-03 12:29:15.082 | After this operation, 263 MB of additional disk space will be used. 2020-11-03 12:29:15.082 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.42 [105 kB] 2020-11-03 12:29:15.353 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.42 [107 kB] 2020-11-03 12:29:15.410 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.42 [2,914 kB] 2020-11-03 12:29:15.729 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.42 [208 kB] 2020-11-03 12:29:15.746 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2020-11-03 12:29:15.749 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2020-11-03 12:29:15.751 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-11-03 12:29:15.759 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1,301 kB] 2020-11-03 12:29:15.956 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-11-03 12:29:15.958 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2020-11-03 12:29:15.973 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2020-11-03 12:29:15.973 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 2020-11-03 12:29:15.974 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 2020-11-03 12:29:15.976 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.6 [17.0 kB] 2020-11-03 12:29:15.977 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.6 [155 kB] 2020-11-03 12:29:16.015 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-11-03 12:29:16.015 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2020-11-03 12:29:16.018 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-11-03 12:29:17.223 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2020-11-03 12:29:17.260 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2020-11-03 12:29:17.372 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2020-11-03 12:29:17.400 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2020-11-03 12:29:17.421 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2020-11-03 12:29:17.440 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-11-03 12:29:17.599 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2020-11-03 12:29:17.739 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-11-03 12:29:17.749 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-11-03 12:29:17.890 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-11-03 12:29:17.894 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2020-11-03 12:29:17.898 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2020-11-03 12:29:17.995 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2020-11-03 12:29:18.015 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2020-11-03 12:29:18.016 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-11-03 12:29:18.026 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-11-03 12:29:18.027 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2020-11-03 12:29:18.075 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-11-03 12:29:18.076 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2020-11-03 12:29:18.077 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2020-11-03 12:29:18.278 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 2020-11-03 12:29:18.457 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2020-11-03 12:29:18.471 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2020-11-03 12:29:18.495 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2020-11-03 12:29:18.504 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-11-03 12:29:18.507 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2020-11-03 12:29:18.516 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-11-03 12:29:18.663 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.6 [261 kB] 2020-11-03 12:29:18.671 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-11-03 12:29:18.722 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-11-03 12:29:18.803 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-11-03 12:29:18.809 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-11-03 12:29:18.831 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-11-03 12:29:19.001 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2020-11-03 12:29:19.015 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-11-03 12:29:19.019 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-11-03 12:29:19.020 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2020-11-03 12:29:19.024 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2020-11-03 12:29:19.024 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-11-03 12:29:19.029 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2020-11-03 12:29:19.029 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2020-11-03 12:29:19.069 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-11-03 12:29:19.138 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2020-11-03 12:29:19.205 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-11-03 12:29:19.207 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2020-11-03 12:29:19.468 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2020-11-03 12:29:19.469 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-11-03 12:29:19.475 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-11-03 12:29:19.603 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2020-11-03 12:29:19.676 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2020-11-03 12:29:19.930 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2020-11-03 12:29:21.448 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2020-11-03 12:29:21.448 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-11-03 12:29:21.449 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2020-11-03 12:29:21.454 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-11-03 12:29:21.454 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-11-03 12:29:21.467 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 2020-11-03 12:29:21.504 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 2020-11-03 12:29:21.536 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-11-03 12:29:21.538 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-11-03 12:29:21.539 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-11-03 12:29:21.558 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-11-03 12:29:21.563 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-11-03 12:29:21.624 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-11-03 12:29:21.673 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-11-03 12:29:21.675 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-11-03 12:29:21.681 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2020-11-03 12:29:21.682 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2020-11-03 12:29:22.373 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-11-03 12:29:22.374 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-11-03 12:29:22.375 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-11-03 12:29:22.376 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-11-03 12:29:22.377 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-11-03 12:29:22.377 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-11-03 12:29:22.382 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-11-03 12:29:22.387 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-11-03 12:29:22.393 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-11-03 12:29:22.429 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2020-11-03 12:29:22.506 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-11-03 12:29:22.606 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2020-11-03 12:29:22.607 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2020-11-03 12:29:22.607 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-11-03 12:29:22.608 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-11-03 12:29:22.801 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-11-03 12:29:22.931 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-11-03 12:29:23.046 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-11-03 12:29:23.053 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-11-03 12:29:23.059 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2020-11-03 12:29:23.109 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2020-11-03 12:29:23.116 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2020-11-03 12:29:23.121 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-11-03 12:29:23.125 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-11-03 12:29:23.201 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-11-03 12:29:23.215 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-11-03 12:29:23.230 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-11-03 12:29:23.244 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-11-03 12:29:23.248 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-11-03 12:29:23.263 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-11-03 12:29:23.314 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2020-11-03 12:29:23.318 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2020-11-03 12:29:23.331 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-11-03 12:29:23.334 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-11-03 12:29:23.348 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-11-03 12:29:23.396 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-11-03 12:29:23.399 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-11-03 12:29:23.399 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2020-11-03 12:29:23.400 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-11-03 12:29:23.403 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2020-11-03 12:29:23.422 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2020-11-03 12:29:23.501 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2020-11-03 12:29:23.521 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.1 [54.2 kB] 2020-11-03 12:29:23.526 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.1 [37.2 kB] 2020-11-03 12:29:23.529 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.1 [49.7 kB] 2020-11-03 12:29:23.593 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.1 [38.2 kB] 2020-11-03 12:29:23.596 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2020-11-03 12:29:23.599 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.1 [120 kB] 2020-11-03 12:29:23.610 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2020-11-03 12:29:23.610 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2020-11-03 12:29:23.614 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2020-11-03 12:29:23.653 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-11-03 12:29:23.654 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-11-03 12:29:23.655 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-11-03 12:29:23.658 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2020-11-03 12:29:23.709 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2020-11-03 12:29:23.718 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-11-03 12:29:23.722 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2020-11-03 12:29:23.737 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2020-11-03 12:29:23.888 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-11-03 12:29:23.889 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2020-11-03 12:29:23.890 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-11-03 12:29:23.890 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-11-03 12:29:23.891 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2020-11-03 12:29:23.892 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-11-03 12:29:23.914 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2020-11-03 12:29:23.917 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2020-11-03 12:29:25.116 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-11-03 12:29:25.264 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-11-03 12:29:25.265 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-11-03 12:29:25.266 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2020-11-03 12:29:25.273 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-11-03 12:29:25.274 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-11-03 12:29:25.274 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-11-03 12:29:25.278 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-11-03 12:29:25.278 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2020-11-03 12:29:25.282 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-11-03 12:29:25.339 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2020-11-03 12:29:25.376 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-11-03 12:29:25.379 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-11-03 12:29:25.383 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2020-11-03 12:29:25.384 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2020-11-03 12:29:25.518 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1,566 kB] 2020-11-03 12:29:25.717 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2020-11-03 12:29:25.888 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-11-03 12:29:25.893 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-11-03 12:29:25.938 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2020-11-03 12:29:26.089 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2020-11-03 12:29:26.093 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.14-0ubuntu0.18.04.1 [107 kB] 2020-11-03 12:29:26.108 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.14-0ubuntu0.18.04.1 [218 kB] 2020-11-03 12:29:26.192 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.4 [2,727 kB] 2020-11-03 12:29:26.649 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.4 [924 kB] 2020-11-03 12:29:26.783 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [256 kB] 2020-11-03 12:29:26.834 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB] 2020-11-03 12:29:26.835 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-11-03 12:29:26.839 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.42 [184 kB] 2020-11-03 12:29:26.854 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2020-11-03 12:29:26.872 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2020-11-03 12:29:26.994 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2020-11-03 12:29:27.061 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2020-11-03 12:29:27.085 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-11-03 12:29:27.158 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-11-03 12:29:27.159 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2020-11-03 12:29:27.330 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-11-03 12:29:27.334 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-11-03 12:29:27.335 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-11-03 12:29:27.337 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-11-03 12:29:27.338 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-11-03 12:29:27.343 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.14-0ubuntu0.18.04.1 [838 kB] 2020-11-03 12:29:27.459 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2020-11-03 12:29:27.475 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2020-11-03 12:29:27.764 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-11-03 12:29:27.781 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-11-03 12:29:27.781 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-11-03 12:29:27.782 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-11-03 12:29:27.783 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-11-03 12:29:27.905 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2020-11-03 12:29:28.140 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-11-03 12:29:28.235 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2020-11-03 12:29:28.237 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2020-11-03 12:29:28.237 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2020-11-03 12:29:28.248 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-11-03 12:29:28.256 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.32 [40.3 kB] 2020-11-03 12:29:28.260 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.32 [869 kB] 2020-11-03 12:29:28.356 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-11-03 12:29:28.369 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-11-03 12:29:28.433 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-11-03 12:29:28.464 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 2020-11-03 12:29:28.478 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2020-11-03 12:29:28.522 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-11-03 12:29:28.523 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-11-03 12:29:28.527 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-11-03 12:29:28.530 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2020-11-03 12:29:28.533 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-11-03 12:29:28.536 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2020-11-03 12:29:28.538 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-11-03 12:29:28.541 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-11-03 12:29:28.593 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-11-03 12:29:28.607 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.1 [11.8 kB] 2020-11-03 12:29:28.608 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-11-03 12:29:28.613 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-11-03 12:29:28.642 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-11-03 12:29:30.273 | Preconfiguring packages ... 2020-11-03 12:29:30.515 | Fetched 83.8 MB in 14s (6,124 kB/s) 2020-11-03 12:29:30.807 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-11-03 12:29:30.810 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.42_amd64.deb ... 2020-11-03 12:29:31.078 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-11-03 12:29:31.633 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.42_amd64.deb ... 2020-11-03 12:29:31.804 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-11-03 12:29:32.428 | Preparing to unpack .../systemd_237-3ubuntu10.42_amd64.deb ... 2020-11-03 12:29:32.713 | Unpacking systemd (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-11-03 12:29:34.308 | Preparing to unpack .../libsystemd0_237-3ubuntu10.42_amd64.deb ... 2020-11-03 12:29:34.467 | Unpacking libsystemd0:amd64 (237-3ubuntu10.42) over (237-3ubuntu10.25) ... 2020-11-03 12:29:34.846 | Setting up libsystemd0:amd64 (237-3ubuntu10.42) ... 2020-11-03 12:29:35.372 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-11-03 12:29:35.374 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-03 12:29:35.553 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-11-03 12:29:35.896 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-03 12:29:36.448 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-11-03 12:29:36.450 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-03 12:29:36.614 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-11-03 12:29:37.296 | Selecting previously unselected package libapr1:amd64. 2020-11-03 12:29:37.303 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-11-03 12:29:37.359 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-11-03 12:29:37.868 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-03 12:29:37.999 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-11-03 12:29:38.569 | Selecting previously unselected package libaprutil1:amd64. 2020-11-03 12:29:38.575 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-11-03 12:29:38.633 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-11-03 12:29:39.074 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-11-03 12:29:39.285 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-11-03 12:29:39.713 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-11-03 12:29:39.720 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-11-03 12:29:39.758 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-11-03 12:29:40.050 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-03 12:29:40.221 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-03 12:29:40.685 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-03 12:29:40.849 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-03 12:29:41.239 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb ... 2020-11-03 12:29:41.410 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-11-03 12:29:41.863 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-11-03 12:29:42.039 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-11-03 12:29:42.399 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-11-03 12:29:42.406 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-11-03 12:29:42.450 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-11-03 12:29:42.810 | Selecting previously unselected package liblua5.2-0:amd64. 2020-11-03 12:29:42.816 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-11-03 12:29:42.850 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-11-03 12:29:43.302 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-11-03 12:29:43.472 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-11-03 12:29:45.166 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-11-03 12:29:45.313 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-11-03 12:29:45.816 | Selecting previously unselected package apache2-bin. 2020-11-03 12:29:45.822 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-03 12:29:45.873 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-11-03 12:29:46.374 | Selecting previously unselected package apache2-utils. 2020-11-03 12:29:46.381 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-03 12:29:46.437 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-11-03 12:29:46.810 | Selecting previously unselected package apache2-data. 2020-11-03 12:29:46.816 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-11-03 12:29:46.873 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-11-03 12:29:47.496 | Selecting previously unselected package apache2. 2020-11-03 12:29:47.503 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-03 12:29:47.574 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-11-03 12:29:48.066 | Selecting previously unselected package fonts-dejavu-core. 2020-11-03 12:29:48.073 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-11-03 12:29:48.123 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-11-03 12:29:48.587 | Selecting previously unselected package fonts-liberation. 2020-11-03 12:29:48.594 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-11-03 12:29:48.644 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-11-03 12:29:49.336 | Selecting previously unselected package fontconfig-config. 2020-11-03 12:29:49.342 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-11-03 12:29:49.393 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-11-03 12:29:49.746 | Selecting previously unselected package libfontconfig1:amd64. 2020-11-03 12:29:49.753 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-11-03 12:29:49.803 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-11-03 12:29:50.216 | Selecting previously unselected package fontconfig. 2020-11-03 12:29:50.222 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-11-03 12:29:50.250 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-11-03 12:29:50.650 | Selecting previously unselected package liblua5.3-0:amd64. 2020-11-03 12:29:50.656 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:29:50.684 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-11-03 12:29:51.124 | Selecting previously unselected package haproxy. 2020-11-03 12:29:51.131 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-11-03 12:29:51.188 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-11-03 12:29:51.805 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-11-03 12:29:51.811 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-11-03 12:29:51.873 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-03 12:29:52.340 | Selecting previously unselected package x11-common. 2020-11-03 12:29:52.347 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-11-03 12:29:52.430 | dpkg-query: no packages found matching nux-tools 2020-11-03 12:29:52.439 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-11-03 12:29:52.747 | Selecting previously unselected package libice6:amd64. 2020-11-03 12:29:52.754 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-11-03 12:29:52.804 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-11-03 12:29:53.197 | Selecting previously unselected package libsm6:amd64. 2020-11-03 12:29:53.204 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-11-03 12:29:53.254 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-11-03 12:29:53.622 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-11-03 12:29:54.478 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-11-03 12:29:55.313 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-11-03 12:29:55.320 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-11-03 12:29:55.347 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-11-03 12:29:55.696 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-11-03 12:29:55.821 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-11-03 12:29:56.225 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-11-03 12:29:56.768 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65643 files and directories currently installed.) 2020-11-03 12:29:56.770 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-03 12:29:56.930 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-11-03 12:29:57.634 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-03 12:29:57.787 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-11-03 12:29:58.399 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2020-11-03 12:29:58.568 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2020-11-03 12:29:59.141 | Preparing to unpack .../003-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:29:59.295 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-11-03 12:29:59.775 | Selecting previously unselected package uuid-dev:amd64. 2020-11-03 12:29:59.781 | Preparing to unpack .../004-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-03 12:29:59.832 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-03 12:30:00.216 | Selecting previously unselected package libsctp1:amd64. 2020-11-03 12:30:00.222 | Preparing to unpack .../005-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-11-03 12:30:00.273 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-11-03 12:30:00.576 | Selecting previously unselected package libsctp-dev:amd64. 2020-11-03 12:30:00.582 | Preparing to unpack .../006-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-11-03 12:30:00.633 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-11-03 12:30:00.879 | Selecting previously unselected package libapr1-dev. 2020-11-03 12:30:00.885 | Preparing to unpack .../007-libapr1-dev_1.6.3-2_amd64.deb ... 2020-11-03 12:30:00.913 | Unpacking libapr1-dev (1.6.3-2) ... 2020-11-03 12:30:01.639 | Selecting previously unselected package libldap2-dev:amd64. 2020-11-03 12:30:01.646 | Preparing to unpack .../008-libldap2-dev_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-11-03 12:30:01.679 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-03 12:30:02.090 | Selecting previously unselected package libaprutil1-dev. 2020-11-03 12:30:02.097 | Preparing to unpack .../009-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-11-03 12:30:02.136 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-11-03 12:30:02.695 | Selecting previously unselected package autotools-dev. 2020-11-03 12:30:02.702 | Preparing to unpack .../010-autotools-dev_20180224.1_all.deb ... 2020-11-03 12:30:02.753 | Unpacking autotools-dev (20180224.1) ... 2020-11-03 12:30:03.107 | Selecting previously unselected package m4. 2020-11-03 12:30:03.114 | Preparing to unpack .../011-m4_1.4.18-1_amd64.deb ... 2020-11-03 12:30:03.164 | Unpacking m4 (1.4.18-1) ... 2020-11-03 12:30:03.519 | Selecting previously unselected package autoconf. 2020-11-03 12:30:03.526 | Preparing to unpack .../012-autoconf_2.69-11_all.deb ... 2020-11-03 12:30:03.587 | Unpacking autoconf (2.69-11) ... 2020-11-03 12:30:04.015 | Selecting previously unselected package automake. 2020-11-03 12:30:04.021 | Preparing to unpack .../013-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-11-03 12:30:04.109 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-11-03 12:30:04.559 | Selecting previously unselected package autopoint. 2020-11-03 12:30:04.566 | Preparing to unpack .../014-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-11-03 12:30:04.633 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-11-03 12:30:04.929 | Selecting previously unselected package libtool. 2020-11-03 12:30:04.936 | Preparing to unpack .../015-libtool_2.4.6-2_all.deb ... 2020-11-03 12:30:04.976 | Unpacking libtool (2.4.6-2) ... 2020-11-03 12:30:05.285 | Selecting previously unselected package dh-autoreconf. 2020-11-03 12:30:05.292 | Preparing to unpack .../016-dh-autoreconf_17_all.deb ... 2020-11-03 12:30:05.336 | Unpacking dh-autoreconf (17) ... 2020-11-03 12:30:05.558 | Selecting previously unselected package libarchive-zip-perl. 2020-11-03 12:30:05.564 | Preparing to unpack .../017-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-11-03 12:30:05.615 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-11-03 12:30:05.929 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-11-03 12:30:05.937 | Preparing to unpack .../018-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-11-03 12:30:05.986 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-11-03 12:30:06.302 | Selecting previously unselected package libtimedate-perl. 2020-11-03 12:30:06.309 | Preparing to unpack .../019-libtimedate-perl_2.3000-2_all.deb ... 2020-11-03 12:30:06.348 | Unpacking libtimedate-perl (2.3000-2) ... 2020-11-03 12:30:06.643 | Selecting previously unselected package dh-strip-nondeterminism. 2020-11-03 12:30:06.650 | Preparing to unpack .../020-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-11-03 12:30:06.701 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-11-03 12:30:07.039 | Selecting previously unselected package libdpkg-perl. 2020-11-03 12:30:07.046 | Preparing to unpack .../021-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-11-03 12:30:07.108 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-11-03 12:30:07.468 | Selecting previously unselected package make. 2020-11-03 12:30:07.475 | Preparing to unpack .../022-make_4.1-9.1ubuntu1_amd64.deb ... 2020-11-03 12:30:07.525 | Unpacking make (4.1-9.1ubuntu1) ... 2020-11-03 12:30:07.856 | Selecting previously unselected package dpkg-dev. 2020-11-03 12:30:07.863 | Preparing to unpack .../023-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-11-03 12:30:07.912 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-11-03 12:30:08.365 | Selecting previously unselected package libcroco3:amd64. 2020-11-03 12:30:08.372 | Preparing to unpack .../024-libcroco3_0.6.12-2_amd64.deb ... 2020-11-03 12:30:08.405 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-11-03 12:30:08.748 | Selecting previously unselected package gettext. 2020-11-03 12:30:08.754 | Preparing to unpack .../025-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-11-03 12:30:08.794 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-11-03 12:30:09.948 | Selecting previously unselected package intltool-debian. 2020-11-03 12:30:09.955 | Preparing to unpack .../026-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-11-03 12:30:10.005 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-11-03 12:30:10.342 | Selecting previously unselected package po-debconf. 2020-11-03 12:30:10.348 | Preparing to unpack .../027-po-debconf_1.0.20_all.deb ... 2020-11-03 12:30:10.397 | Unpacking po-debconf (1.0.20) ... 2020-11-03 12:30:10.706 | Selecting previously unselected package debhelper. 2020-11-03 12:30:10.713 | Preparing to unpack .../028-debhelper_11.1.6ubuntu2_all.deb ... 2020-11-03 12:30:10.763 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-11-03 12:30:11.251 | Selecting previously unselected package apache2-dev. 2020-11-03 12:30:11.258 | Preparing to unpack .../029-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-03 12:30:11.296 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-11-03 12:30:11.639 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-11-03 12:30:11.646 | Preparing to unpack .../030-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-11-03 12:30:11.687 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-11-03 12:30:12.405 | Selecting previously unselected package g++-7. 2020-11-03 12:30:12.412 | Preparing to unpack .../031-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-11-03 12:30:12.462 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-11-03 12:30:14.222 | Selecting previously unselected package g++. 2020-11-03 12:30:14.230 | Preparing to unpack .../032-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-11-03 12:30:14.283 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-11-03 12:30:14.580 | Selecting previously unselected package build-essential. 2020-11-03 12:30:14.587 | Preparing to unpack .../033-build-essential_12.4ubuntu1_amd64.deb ... 2020-11-03 12:30:14.632 | Unpacking build-essential (12.4ubuntu1) ... 2020-11-03 12:30:14.953 | Selecting previously unselected package conntrack. 2020-11-03 12:30:14.960 | Preparing to unpack .../034-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-11-03 12:30:15.010 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-03 12:30:15.291 | Selecting previously unselected package libnetfilter-queue1. 2020-11-03 12:30:15.297 | Preparing to unpack .../035-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-11-03 12:30:15.330 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-11-03 12:30:15.725 | Selecting previously unselected package conntrackd. 2020-11-03 12:30:15.731 | Preparing to unpack .../036-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-11-03 12:30:15.782 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-03 12:30:16.132 | Preparing to unpack .../037-curl_7.58.0-2ubuntu3.10_amd64.deb ... 2020-11-03 12:30:16.272 | Unpacking curl (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-11-03 12:30:16.731 | Preparing to unpack .../038-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 2020-11-03 12:30:16.889 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-11-03 12:30:17.331 | Selecting previously unselected package dctrl-tools. 2020-11-03 12:30:17.338 | Preparing to unpack .../039-dctrl-tools_2.24-2build1_amd64.deb ... 2020-11-03 12:30:17.395 | Unpacking dctrl-tools (2.24-2build1) ... 2020-11-03 12:30:17.720 | Selecting previously unselected package dnsmasq-utils. 2020-11-03 12:30:17.727 | Preparing to unpack .../040-dnsmasq-utils_2.79-1_amd64.deb ... 2020-11-03 12:30:17.775 | Unpacking dnsmasq-utils (2.79-1) ... 2020-11-03 12:30:18.142 | Selecting previously unselected package dstat. 2020-11-03 12:30:18.149 | Preparing to unpack .../041-dstat_0.7.3-1_all.deb ... 2020-11-03 12:30:18.198 | Unpacking dstat (0.7.3-1) ... 2020-11-03 12:30:18.537 | Selecting previously unselected package libfakeroot:amd64. 2020-11-03 12:30:18.544 | Preparing to unpack .../042-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-11-03 12:30:18.594 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-11-03 12:30:18.918 | Selecting previously unselected package fakeroot. 2020-11-03 12:30:18.925 | Preparing to unpack .../043-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-11-03 12:30:18.983 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-11-03 12:30:19.279 | Selecting previously unselected package genisoimage. 2020-11-03 12:30:19.286 | Preparing to unpack .../044-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-11-03 12:30:19.325 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-11-03 12:30:19.747 | Selecting previously unselected package libgraphite2-3:amd64. 2020-11-03 12:30:19.754 | Preparing to unpack .../045-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-11-03 12:30:19.806 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-11-03 12:30:20.268 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-11-03 12:30:20.276 | Preparing to unpack .../046-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-11-03 12:30:20.331 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:30:20.685 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-11-03 12:30:20.692 | Preparing to unpack .../047-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-03 12:30:20.742 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:30:21.167 | Preparing to unpack .../048-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-11-03 12:30:21.368 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-11-03 12:30:22.753 | Selecting previously unselected package libann0. 2020-11-03 12:30:22.760 | Preparing to unpack .../049-libann0_1.1.2+doc-6_amd64.deb ... 2020-11-03 12:30:22.817 | Unpacking libann0 (1.1.2+doc-6) ... 2020-11-03 12:30:23.200 | Selecting previously unselected package libcdt5. 2020-11-03 12:30:23.207 | Preparing to unpack .../050-libcdt5_2.40.1-2_amd64.deb ... 2020-11-03 12:30:23.263 | Unpacking libcdt5 (2.40.1-2) ... 2020-11-03 12:30:23.611 | Selecting previously unselected package libcgraph6. 2020-11-03 12:30:23.618 | Preparing to unpack .../051-libcgraph6_2.40.1-2_amd64.deb ... 2020-11-03 12:30:23.662 | Unpacking libcgraph6 (2.40.1-2) ... 2020-11-03 12:30:23.931 | Selecting previously unselected package libjpeg8:amd64. 2020-11-03 12:30:23.938 | Preparing to unpack .../052-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-11-03 12:30:23.965 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-11-03 12:30:24.394 | Selecting previously unselected package libjbig0:amd64. 2020-11-03 12:30:24.402 | Preparing to unpack .../053-libjbig0_2.1-3.1build1_amd64.deb ... 2020-11-03 12:30:24.434 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-11-03 12:30:24.872 | Selecting previously unselected package libtiff5:amd64. 2020-11-03 12:30:24.879 | Preparing to unpack .../054-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-11-03 12:30:24.929 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-11-03 12:30:25.297 | Selecting previously unselected package libwebp6:amd64. 2020-11-03 12:30:25.303 | Preparing to unpack .../055-libwebp6_0.6.1-2_amd64.deb ... 2020-11-03 12:30:25.331 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-11-03 12:30:25.714 | Selecting previously unselected package libxpm4:amd64. 2020-11-03 12:30:25.721 | Preparing to unpack .../056-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-11-03 12:30:25.771 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-11-03 12:30:26.192 | Selecting previously unselected package libgd3:amd64. 2020-11-03 12:30:26.200 | Preparing to unpack .../057-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-11-03 12:30:26.249 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-11-03 12:30:26.627 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-11-03 12:30:26.633 | Preparing to unpack .../058-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-11-03 12:30:26.679 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-11-03 12:30:27.114 | Selecting previously unselected package libpixman-1-0:amd64. 2020-11-03 12:30:27.121 | Preparing to unpack .../059-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-11-03 12:30:27.169 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-11-03 12:30:27.617 | Selecting previously unselected package libxcb-render0:amd64. 2020-11-03 12:30:27.624 | Preparing to unpack .../060-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-11-03 12:30:27.668 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-03 12:30:28.011 | Selecting previously unselected package libxcb-shm0:amd64. 2020-11-03 12:30:28.018 | Preparing to unpack .../061-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-11-03 12:30:28.057 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-03 12:30:28.377 | Selecting previously unselected package libxrender1:amd64. 2020-11-03 12:30:28.384 | Preparing to unpack .../062-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-11-03 12:30:28.434 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-11-03 12:30:28.794 | Selecting previously unselected package libcairo2:amd64. 2020-11-03 12:30:28.801 | Preparing to unpack .../063-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:28.840 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-11-03 12:30:29.217 | Selecting previously unselected package libltdl7:amd64. 2020-11-03 12:30:29.224 | Preparing to unpack .../064-libltdl7_2.4.6-2_amd64.deb ... 2020-11-03 12:30:29.257 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-11-03 12:30:29.474 | Selecting previously unselected package libthai-data. 2020-11-03 12:30:29.481 | Preparing to unpack .../065-libthai-data_0.1.27-2_all.deb ... 2020-11-03 12:30:29.530 | Unpacking libthai-data (0.1.27-2) ... 2020-11-03 12:30:29.958 | Selecting previously unselected package libdatrie1:amd64. 2020-11-03 12:30:29.965 | Preparing to unpack .../066-libdatrie1_0.2.10-7_amd64.deb ... 2020-11-03 12:30:30.015 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-11-03 12:30:30.398 | Selecting previously unselected package libthai0:amd64. 2020-11-03 12:30:30.406 | Preparing to unpack .../067-libthai0_0.1.27-2_amd64.deb ... 2020-11-03 12:30:30.473 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-11-03 12:30:30.886 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-11-03 12:30:30.893 | Preparing to unpack .../068-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-03 12:30:30.943 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:30:31.376 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-11-03 12:30:31.382 | Preparing to unpack .../069-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-03 12:30:31.440 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:30:31.863 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-11-03 12:30:31.869 | Preparing to unpack .../070-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-03 12:30:31.937 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:30:32.228 | Selecting previously unselected package libpathplan4. 2020-11-03 12:30:32.235 | Preparing to unpack .../071-libpathplan4_2.40.1-2_amd64.deb ... 2020-11-03 12:30:32.268 | Unpacking libpathplan4 (2.40.1-2) ... 2020-11-03 12:30:32.674 | Selecting previously unselected package libgvc6. 2020-11-03 12:30:32.682 | Preparing to unpack .../072-libgvc6_2.40.1-2_amd64.deb ... 2020-11-03 12:30:32.731 | Unpacking libgvc6 (2.40.1-2) ... 2020-11-03 12:30:33.200 | Selecting previously unselected package libgvpr2. 2020-11-03 12:30:33.207 | Preparing to unpack .../073-libgvpr2_2.40.1-2_amd64.deb ... 2020-11-03 12:30:33.263 | Unpacking libgvpr2 (2.40.1-2) ... 2020-11-03 12:30:33.698 | Selecting previously unselected package liblab-gamut1. 2020-11-03 12:30:33.705 | Preparing to unpack .../074-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-11-03 12:30:33.766 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-11-03 12:30:34.354 | Selecting previously unselected package libxt6:amd64. 2020-11-03 12:30:34.361 | Preparing to unpack .../075-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-11-03 12:30:34.406 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-11-03 12:30:34.875 | Selecting previously unselected package libxmu6:amd64. 2020-11-03 12:30:34.882 | Preparing to unpack .../076-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-11-03 12:30:35.061 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-11-03 12:30:35.480 | Selecting previously unselected package libxaw7:amd64. 2020-11-03 12:30:35.487 | Preparing to unpack .../077-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-11-03 12:30:35.543 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-11-03 12:30:35.948 | Selecting previously unselected package graphviz. 2020-11-03 12:30:35.955 | Preparing to unpack .../078-graphviz_2.40.1-2_amd64.deb ... 2020-11-03 12:30:36.011 | Unpacking graphviz (2.40.1-2) ... 2020-11-03 12:30:36.606 | Selecting previously unselected package libnl-3-200:amd64. 2020-11-03 12:30:36.613 | Preparing to unpack .../079-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-03 12:30:36.668 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:30:37.079 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-11-03 12:30:37.085 | Preparing to unpack .../080-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-03 12:30:37.141 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:30:37.663 | Selecting previously unselected package libibverbs1:amd64. 2020-11-03 12:30:37.670 | Preparing to unpack .../081-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-11-03 12:30:37.730 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-11-03 12:30:38.183 | Selecting previously unselected package ibverbs-providers:amd64. 2020-11-03 12:30:38.190 | Preparing to unpack .../082-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-11-03 12:30:38.240 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-11-03 12:30:38.599 | Selecting previously unselected package icu-devtools. 2020-11-03 12:30:38.606 | Preparing to unpack .../083-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-11-03 12:30:38.657 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-11-03 12:30:39.086 | Selecting previously unselected package iputils-arping. 2020-11-03 12:30:39.094 | Preparing to unpack .../084-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-11-03 12:30:39.160 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-11-03 12:30:39.692 | Selecting previously unselected package javascript-common. 2020-11-03 12:30:39.699 | Preparing to unpack .../085-javascript-common_11_all.deb ... 2020-11-03 12:30:39.743 | Unpacking javascript-common (11) ... 2020-11-03 12:30:40.183 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-11-03 12:30:40.190 | Preparing to unpack .../086-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-03 12:30:40.240 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:30:40.783 | Selecting previously unselected package libsensors4:amd64. 2020-11-03 12:30:40.790 | Preparing to unpack .../087-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-11-03 12:30:40.973 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-11-03 12:30:41.395 | Selecting previously unselected package libsnmp-base. 2020-11-03 12:30:41.402 | Preparing to unpack .../088-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-11-03 12:30:41.457 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-03 12:30:41.983 | Selecting previously unselected package libsnmp30:amd64. 2020-11-03 12:30:41.990 | Preparing to unpack .../089-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-11-03 12:30:42.046 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-03 12:30:42.635 | Selecting previously unselected package keepalived. 2020-11-03 12:30:42.643 | Preparing to unpack .../090-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-11-03 12:30:42.698 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-11-03 12:30:43.205 | Selecting previously unselected package libgssrpc4:amd64. 2020-11-03 12:30:43.212 | Preparing to unpack .../091-libgssrpc4_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:43.267 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:30:43.566 | Selecting previously unselected package libkdb5-9:amd64. 2020-11-03 12:30:43.573 | Preparing to unpack .../092-libkdb5-9_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:43.612 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:30:44.029 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-11-03 12:30:44.036 | Preparing to unpack .../093-libkadm5srv-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:44.098 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:30:44.515 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-11-03 12:30:44.522 | Preparing to unpack .../094-libkadm5clnt-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:44.577 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:30:44.886 | Selecting previously unselected package comerr-dev:amd64. 2020-11-03 12:30:44.893 | Preparing to unpack .../095-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-11-03 12:30:44.938 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-11-03 12:30:45.262 | Selecting previously unselected package krb5-multidev:amd64. 2020-11-03 12:30:45.269 | Preparing to unpack .../096-krb5-multidev_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:30:45.326 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:30:45.805 | Selecting previously unselected package libaio1:amd64. 2020-11-03 12:30:45.812 | Preparing to unpack .../097-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-11-03 12:30:45.863 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-11-03 12:30:46.189 | Selecting previously unselected package libalgorithm-diff-perl. 2020-11-03 12:30:46.196 | Preparing to unpack .../098-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-11-03 12:30:46.258 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-11-03 12:30:46.624 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-11-03 12:30:46.631 | Preparing to unpack .../099-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-11-03 12:30:46.690 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-11-03 12:30:47.041 | Selecting previously unselected package libalgorithm-merge-perl. 2020-11-03 12:30:47.048 | Preparing to unpack .../100-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-11-03 12:30:47.109 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-11-03 12:30:47.441 | Selecting previously unselected package libarchive-cpio-perl. 2020-11-03 12:30:47.448 | Preparing to unpack .../101-libarchive-cpio-perl_0.10-1_all.deb ... 2020-11-03 12:30:47.503 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-11-03 12:30:47.864 | Selecting previously unselected package libfile-fcntllock-perl. 2020-11-03 12:30:47.871 | Preparing to unpack .../102-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-11-03 12:30:47.926 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-11-03 12:30:48.302 | Selecting previously unselected package libglib2.0-bin. 2020-11-03 12:30:48.310 | Preparing to unpack .../103-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-03 12:30:48.365 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:30:48.812 | Selecting previously unselected package libglib2.0-dev-bin. 2020-11-03 12:30:48.820 | Preparing to unpack .../104-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-03 12:30:48.873 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:30:49.264 | Selecting previously unselected package pkg-config. 2020-11-03 12:30:49.271 | Preparing to unpack .../105-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-11-03 12:30:49.330 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-11-03 12:30:49.687 | Selecting previously unselected package zlib1g-dev:amd64. 2020-11-03 12:30:49.694 | Preparing to unpack .../106-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-11-03 12:30:49.748 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-11-03 12:30:50.148 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-11-03 12:30:50.155 | Preparing to unpack .../107-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-03 12:30:50.212 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:30:50.850 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-11-03 12:30:50.858 | Preparing to unpack .../108-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-11-03 12:30:50.907 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-11-03 12:30:51.241 | Selecting previously unselected package libgts-bin. 2020-11-03 12:30:51.248 | Preparing to unpack .../109-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-11-03 12:30:51.308 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-11-03 12:30:51.743 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-11-03 12:30:51.750 | Preparing to unpack .../110-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-03 12:30:51.806 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:30:52.138 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-11-03 12:30:52.145 | Preparing to unpack .../111-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-03 12:30:52.200 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:30:52.595 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-11-03 12:30:52.602 | Preparing to unpack .../112-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-11-03 12:30:52.658 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-11-03 12:30:53.075 | Selecting previously unselected package libiculx60:amd64. 2020-11-03 12:30:53.082 | Preparing to unpack .../113-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-11-03 12:30:53.120 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-11-03 12:30:53.452 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-11-03 12:30:53.459 | Preparing to unpack .../114-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-11-03 12:30:53.492 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-11-03 12:30:53.847 | Selecting previously unselected package libicu-dev. 2020-11-03 12:30:53.854 | Preparing to unpack .../115-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-11-03 12:30:53.909 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-11-03 12:30:55.674 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-11-03 12:30:55.681 | Preparing to unpack .../116-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-11-03 12:30:55.742 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:30:56.178 | Selecting previously unselected package libiscsi7:amd64. 2020-11-03 12:30:56.186 | Preparing to unpack .../117-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-11-03 12:30:56.241 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-11-03 12:30:56.630 | Selecting previously unselected package libjansson4:amd64. 2020-11-03 12:30:56.637 | Preparing to unpack .../118-libjansson4_2.11-1_amd64.deb ... 2020-11-03 12:30:56.685 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-11-03 12:30:56.983 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-11-03 12:30:56.990 | Preparing to unpack .../119-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-11-03 12:30:57.052 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-03 12:30:57.453 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-11-03 12:30:57.460 | Preparing to unpack .../120-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-11-03 12:30:57.515 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-11-03 12:30:57.830 | Selecting previously unselected package libjpeg-dev:amd64. 2020-11-03 12:30:57.837 | Preparing to unpack .../121-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-11-03 12:30:57.892 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-11-03 12:30:58.219 | Selecting previously unselected package libjs-jquery. 2020-11-03 12:30:58.226 | Preparing to unpack .../122-libjs-jquery_3.2.1-1_all.deb ... 2020-11-03 12:30:58.276 | Unpacking libjs-jquery (3.2.1-1) ... 2020-11-03 12:30:58.584 | Selecting previously unselected package libjs-jquery-metadata. 2020-11-03 12:30:58.592 | Preparing to unpack .../123-libjs-jquery-metadata_12-1_all.deb ... 2020-11-03 12:30:58.624 | Unpacking libjs-jquery-metadata (12-1) ... 2020-11-03 12:30:58.944 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-11-03 12:30:58.952 | Preparing to unpack .../124-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-11-03 12:30:59.018 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-11-03 12:30:59.401 | Selecting previously unselected package libltdl-dev:amd64. 2020-11-03 12:30:59.409 | Preparing to unpack .../125-libltdl-dev_2.4.6-2_amd64.deb ... 2020-11-03 12:30:59.464 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-11-03 12:30:59.898 | Selecting previously unselected package libsys-hostname-long-perl. 2020-11-03 12:30:59.906 | Preparing to unpack .../126-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-11-03 12:30:59.965 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-11-03 12:31:00.274 | Selecting previously unselected package libmail-sendmail-perl. 2020-11-03 12:31:00.282 | Preparing to unpack .../127-libmail-sendmail-perl_0.80-1_all.deb ... 2020-11-03 12:31:00.337 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-11-03 12:31:00.756 | Selecting previously unselected package libmatheval1:amd64. 2020-11-03 12:31:00.763 | Preparing to unpack .../128-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-11-03 12:31:00.807 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-11-03 12:31:01.253 | Selecting previously unselected package mysql-common. 2020-11-03 12:31:01.260 | Preparing to unpack .../129-mysql-common_5.8+1.0.4_all.deb ... 2020-11-03 12:31:01.346 | Unpacking mysql-common (5.8+1.0.4) ... 2020-11-03 12:31:01.714 | Selecting previously unselected package libmysqlclient20:amd64. 2020-11-03 12:31:01.722 | Preparing to unpack .../130-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:01.773 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:31:02.304 | Selecting previously unselected package libssl-dev:amd64. 2020-11-03 12:31:02.312 | Preparing to unpack .../131-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-03 12:31:02.356 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-03 12:31:02.905 | Selecting previously unselected package libmysqlclient-dev. 2020-11-03 12:31:02.912 | Preparing to unpack .../132-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:02.967 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:31:03.590 | Selecting previously unselected package libnorm1:amd64. 2020-11-03 12:31:03.597 | Preparing to unpack .../133-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-11-03 12:31:03.662 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-11-03 12:31:04.053 | Selecting previously unselected package libnspr4:amd64. 2020-11-03 12:31:04.061 | Preparing to unpack .../134-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-11-03 12:31:04.120 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-11-03 12:31:04.516 | Selecting previously unselected package libnss3:amd64. 2020-11-03 12:31:04.523 | Preparing to unpack .../135-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-11-03 12:31:04.584 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-11-03 12:31:05.166 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-11-03 12:31:05.173 | Preparing to unpack .../136-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-11-03 12:31:05.228 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-11-03 12:31:05.687 | Selecting previously unselected package libpq5:amd64. 2020-11-03 12:31:05.694 | Preparing to unpack .../137-libpq5_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:05.727 | Unpacking libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:31:06.114 | Selecting previously unselected package libpq-dev. 2020-11-03 12:31:06.121 | Preparing to unpack .../138-libpq-dev_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:06.188 | Unpacking libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:31:06.704 | Selecting previously unselected package librados2. 2020-11-03 12:31:06.712 | Preparing to unpack .../139-librados2_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-11-03 12:31:06.778 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-03 12:31:07.579 | Selecting previously unselected package librbd1. 2020-11-03 12:31:07.586 | Preparing to unpack .../140-librbd1_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-11-03 12:31:07.624 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-03 12:31:08.087 | Selecting previously unselected package libsasl2-dev. 2020-11-03 12:31:08.095 | Preparing to unpack .../141-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-03 12:31:08.148 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-03 12:31:08.527 | Preparing to unpack .../142-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-03 12:31:08.686 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-03 12:31:09.229 | Selecting previously unselected package libsodium23:amd64. 2020-11-03 12:31:09.236 | Preparing to unpack .../143-libsodium23_1.0.16-2_amd64.deb ... 2020-11-03 12:31:09.291 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-11-03 12:31:09.663 | Selecting previously unselected package libsystemd-dev:amd64. 2020-11-03 12:31:09.671 | Preparing to unpack .../144-libsystemd-dev_237-3ubuntu10.42_amd64.deb ... 2020-11-03 12:31:09.731 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.42) ... 2020-11-03 12:31:10.196 | Selecting previously unselected package libx86-1:amd64. 2020-11-03 12:31:10.204 | Preparing to unpack .../145-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-11-03 12:31:10.269 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-11-03 12:31:10.659 | Selecting previously unselected package libxml2-dev:amd64. 2020-11-03 12:31:10.666 | Preparing to unpack .../146-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-11-03 12:31:10.728 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-03 12:31:11.364 | Preparing to unpack .../147-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-11-03 12:31:11.539 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-11-03 12:31:11.985 | Selecting previously unselected package libxslt1-dev:amd64. 2020-11-03 12:31:11.992 | Preparing to unpack .../148-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-11-03 12:31:12.053 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-03 12:31:12.572 | Selecting previously unselected package libzmq5:amd64. 2020-11-03 12:31:12.580 | Preparing to unpack .../149-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-11-03 12:31:12.647 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-11-03 12:31:13.002 | Selecting previously unselected package lsscsi. 2020-11-03 12:31:13.009 | Preparing to unpack .../150-lsscsi_0.28-0.1_amd64.deb ... 2020-11-03 12:31:13.070 | Unpacking lsscsi (0.28-0.1) ... 2020-11-03 12:31:13.610 | Preparing to unpack .../151-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-11-03 12:31:13.789 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-11-03 12:31:15.082 | Selecting previously unselected package memcached. 2020-11-03 12:31:15.090 | Preparing to unpack .../152-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-11-03 12:31:15.133 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-11-03 12:31:15.539 | Selecting previously unselected package pm-utils. 2020-11-03 12:31:15.547 | Preparing to unpack .../153-pm-utils_1.4.1-17_all.deb ... 2020-11-03 12:31:15.602 | Unpacking pm-utils (1.4.1-17) ... 2020-11-03 12:31:16.054 | Selecting previously unselected package postgresql-client-common. 2020-11-03 12:31:16.062 | Preparing to unpack .../154-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-11-03 12:31:16.111 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-11-03 12:31:16.528 | Selecting previously unselected package ssl-cert. 2020-11-03 12:31:16.535 | Preparing to unpack .../155-ssl-cert_1.0.39_all.deb ... 2020-11-03 12:31:16.594 | Unpacking ssl-cert (1.0.39) ... 2020-11-03 12:31:17.172 | Selecting previously unselected package postgresql-common. 2020-11-03 12:31:17.179 | Preparing to unpack .../156-postgresql-common_190ubuntu0.1_all.deb ... 2020-11-03 12:31:17.259 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-11-03 12:31:17.311 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-11-03 12:31:17.866 | Selecting previously unselected package postgresql-server-dev-10. 2020-11-03 12:31:17.874 | Preparing to unpack .../157-postgresql-server-dev-10_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:17.934 | Unpacking postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:31:18.551 | Selecting previously unselected package postgresql-server-dev-all. 2020-11-03 12:31:18.559 | Preparing to unpack .../158-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-11-03 12:31:18.596 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-11-03 12:31:18.922 | Selecting previously unselected package python-pip-whl. 2020-11-03 12:31:18.929 | Preparing to unpack .../159-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-11-03 12:31:18.973 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-03 12:31:19.545 | Selecting previously unselected package python3-crypto. 2020-11-03 12:31:19.553 | Preparing to unpack .../160-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-11-03 12:31:19.613 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-11-03 12:31:20.063 | Selecting previously unselected package python3-secretstorage. 2020-11-03 12:31:20.071 | Preparing to unpack .../161-python3-secretstorage_2.3.1-2_all.deb ... 2020-11-03 12:31:20.131 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-11-03 12:31:20.454 | Selecting previously unselected package python3-keyring. 2020-11-03 12:31:20.461 | Preparing to unpack .../162-python3-keyring_10.6.0-1_all.deb ... 2020-11-03 12:31:20.499 | Unpacking python3-keyring (10.6.0-1) ... 2020-11-03 12:31:20.961 | Selecting previously unselected package python3-keyrings.alt. 2020-11-03 12:31:20.968 | Preparing to unpack .../163-python3-keyrings.alt_3.0-1_all.deb ... 2020-11-03 12:31:21.040 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-11-03 12:31:21.471 | Selecting previously unselected package python3-mysqldb. 2020-11-03 12:31:21.478 | Preparing to unpack .../164-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-11-03 12:31:21.522 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-11-03 12:31:21.911 | Selecting previously unselected package python3-pip. 2020-11-03 12:31:21.919 | Preparing to unpack .../165-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-11-03 12:31:21.974 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-03 12:31:22.454 | Selecting previously unselected package python3-setuptools. 2020-11-03 12:31:22.462 | Preparing to unpack .../166-python3-setuptools_39.0.1-2_all.deb ... 2020-11-03 12:31:22.516 | Unpacking python3-setuptools (39.0.1-2) ... 2020-11-03 12:31:23.048 | Selecting previously unselected package python3.6-venv. 2020-11-03 12:31:23.056 | Preparing to unpack .../167-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2020-11-03 12:31:23.099 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-11-03 12:31:23.374 | Selecting previously unselected package python3-venv. 2020-11-03 12:31:23.381 | Preparing to unpack .../168-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-11-03 12:31:23.431 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-11-03 12:31:23.763 | Selecting previously unselected package python3-wheel. 2020-11-03 12:31:23.770 | Preparing to unpack .../169-python3-wheel_0.30.0-0.2_all.deb ... 2020-11-03 12:31:23.831 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-11-03 12:31:24.151 | Selecting previously unselected package python3-xdg. 2020-11-03 12:31:24.158 | Preparing to unpack .../170-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-11-03 12:31:24.242 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-11-03 12:31:24.585 | Selecting previously unselected package qemu-block-extra:amd64. 2020-11-03 12:31:24.594 | Preparing to unpack .../171-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-11-03 12:31:24.637 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-03 12:31:24.986 | Selecting previously unselected package qemu-utils. 2020-11-03 12:31:24.993 | Preparing to unpack .../172-qemu-utils_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-11-03 12:31:25.037 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-03 12:31:25.561 | Selecting previously unselected package sharutils. 2020-11-03 12:31:25.569 | Preparing to unpack .../173-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-11-03 12:31:25.629 | Unpacking sharutils (1:4.15.2-3) ... 2020-11-03 12:31:25.973 | Selecting previously unselected package sqlite3. 2020-11-03 12:31:25.980 | Preparing to unpack .../174-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-11-03 12:31:26.031 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-11-03 12:31:26.458 | Selecting previously unselected package thin-provisioning-tools. 2020-11-03 12:31:26.466 | Preparing to unpack .../175-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-11-03 12:31:26.517 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-11-03 12:31:26.984 | Selecting previously unselected package unzip. 2020-11-03 12:31:26.992 | Preparing to unpack .../176-unzip_6.0-21ubuntu1_amd64.deb ... 2020-11-03 12:31:27.041 | Unpacking unzip (6.0-21ubuntu1) ... 2020-11-03 12:31:27.437 | Selecting previously unselected package uwsgi-core. 2020-11-03 12:31:27.445 | Preparing to unpack .../177-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-03 12:31:27.488 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:31:27.934 | Selecting previously unselected package vbetool. 2020-11-03 12:31:27.943 | Preparing to unpack .../178-vbetool_1.1-4_amd64.deb ... 2020-11-03 12:31:27.995 | Unpacking vbetool (1.1-4) ... 2020-11-03 12:31:28.426 | Selecting previously unselected package libipset3:amd64. 2020-11-03 12:31:28.433 | Preparing to unpack .../179-libipset3_6.34-1_amd64.deb ... 2020-11-03 12:31:28.481 | Unpacking libipset3:amd64 (6.34-1) ... 2020-11-03 12:31:28.831 | Selecting previously unselected package ipset. 2020-11-03 12:31:28.839 | Preparing to unpack .../180-ipset_6.34-1_amd64.deb ... 2020-11-03 12:31:28.892 | Unpacking ipset (6.34-1) ... 2020-11-03 12:31:29.270 | Selecting previously unselected package ipvsadm. 2020-11-03 12:31:29.277 | Preparing to unpack .../181-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:31:29.334 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-11-03 12:31:29.710 | Selecting previously unselected package kpartx. 2020-11-03 12:31:29.717 | Preparing to unpack .../182-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-11-03 12:31:29.766 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-11-03 12:31:30.146 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-11-03 12:31:30.153 | Preparing to unpack .../183-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-03 12:31:30.203 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:31:30.592 | Selecting previously unselected package liberasurecode1:amd64. 2020-11-03 12:31:30.599 | Preparing to unpack .../184-liberasurecode1_1.5.0-1_amd64.deb ... 2020-11-03 12:31:30.659 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-11-03 12:31:30.950 | Selecting previously unselected package liberasurecode-dev. 2020-11-03 12:31:30.957 | Preparing to unpack .../185-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-11-03 12:31:31.020 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-11-03 12:31:31.369 | Selecting previously unselected package libffi-dev:amd64. 2020-11-03 12:31:31.376 | Preparing to unpack .../186-libffi-dev_3.2.1-8_amd64.deb ... 2020-11-03 12:31:31.425 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-11-03 12:31:31.761 | Selecting previously unselected package libkrb5-dev:amd64. 2020-11-03 12:31:31.769 | Preparing to unpack .../187-libkrb5-dev_1.16-2ubuntu0.1_amd64.deb ... 2020-11-03 12:31:31.808 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:31:32.127 | Selecting previously unselected package libyaml-dev:amd64. 2020-11-03 12:31:32.134 | Preparing to unpack .../188-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-11-03 12:31:32.189 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-11-03 12:31:32.506 | Selecting previously unselected package socat. 2020-11-03 12:31:32.513 | Preparing to unpack .../189-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-11-03 12:31:32.540 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-11-03 12:31:32.946 | Selecting previously unselected package vlan. 2020-11-03 12:31:32.954 | Preparing to unpack .../190-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-11-03 12:31:33.003 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-11-03 12:31:33.406 | Setting up libjs-jquery (3.2.1-1) ... 2020-11-03 12:31:33.544 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-11-03 12:31:33.700 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-11-03 12:31:33.854 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-03 12:31:33.986 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-11-03 12:31:34.258 | Setting up libpathplan4 (2.40.1-2) ... 2020-11-03 12:31:34.397 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-03 12:31:34.561 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-11-03 12:31:34.738 | Setting up make (4.1-9.1ubuntu1) ... 2020-11-03 12:31:34.883 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-11-03 12:31:35.024 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:31:35.173 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-03 12:31:35.321 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-11-03 12:31:35.632 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-11-03 12:31:35.786 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-11-03 12:31:35.958 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-11-03 12:31:36.072 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-11-03 12:31:36.190 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:31:36.346 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2020-11-03 12:31:36.620 | Setting up libtimedate-perl (2.3000-2) ... 2020-11-03 12:31:36.734 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-11-03 12:31:36.843 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-03 12:31:37.058 | Setting up fonts-dejavu-core (2.37-1) ... 2020-11-03 12:31:37.797 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-11-03 12:31:38.306 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-11-03 12:31:38.716 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-11-03 12:31:38.853 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-11-03 12:31:39.866 | update-initramfs: deferring update (trigger activated) 2020-11-03 12:31:42.049 | Setting up lsscsi (0.28-0.1) ... 2020-11-03 12:31:42.207 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:31:42.308 | No schema files found: doing nothing. 2020-11-03 12:31:42.358 | Setting up mysql-common (5.8+1.0.4) ... 2020-11-03 12:31:42.651 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-11-03 12:31:42.733 | Setting up sharutils (1:4.15.2-3) ... 2020-11-03 12:31:42.866 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-11-03 12:31:43.021 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-11-03 12:31:43.443 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-03 12:31:43.603 | Setting up libjansson4:amd64 (2.11-1) ... 2020-11-03 12:31:43.746 | Setting up python3-keyrings.alt (3.0-1) ... 2020-11-03 12:31:44.144 | Setting up unzip (6.0-21ubuntu1) ... 2020-11-03 12:31:44.305 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-11-03 12:31:44.535 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-03 12:31:44.683 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-11-03 12:31:44.842 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-11-03 12:31:44.975 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-11-03 12:31:45.122 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-03 12:31:45.244 | Setting up dctrl-tools (2.24-2build1) ... 2020-11-03 12:31:45.409 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-11-03 12:31:45.590 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-11-03 12:31:45.741 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-11-03 12:31:45.905 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-03 12:31:46.044 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-11-03 12:31:46.192 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-11-03 12:31:46.283 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-11-03 12:31:56.873 | Setting up pm-utils (1.4.1-17) ... 2020-11-03 12:31:57.079 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-11-03 12:31:57.302 | Setting up python3-wheel (0.30.0-0.2) ... 2020-11-03 12:31:57.719 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:31:57.883 | Setting up m4 (1.4.18-1) ... 2020-11-03 12:31:58.050 | Setting up libipset3:amd64 (6.34-1) ... 2020-11-03 12:31:58.193 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-11-03 12:31:58.345 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-03 12:31:58.485 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-11-03 12:31:58.763 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-11-03 12:32:00.822 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-11-03 12:32:00.934 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-03 12:32:01.117 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-11-03 12:32:02.186 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-11-03 12:32:02.342 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-11-03 12:32:02.468 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-03 12:32:02.609 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-11-03 12:32:02.742 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-11-03 12:32:02.855 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-11-03 12:32:03.020 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-11-03 12:32:03.146 | Setting up dnsmasq-utils (2.79-1) ... 2020-11-03 12:32:03.300 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-11-03 12:32:03.553 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-11-03 12:32:03.708 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-11-03 12:32:03.974 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-03 12:32:04.125 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-11-03 12:32:04.279 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:32:04.410 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-11-03 12:32:04.622 | Setting up autotools-dev (20180224.1) ... 2020-11-03 12:32:04.786 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-03 12:32:04.934 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-11-03 12:32:05.096 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-11-03 12:32:05.376 | Setting up dstat (0.7.3-1) ... 2020-11-03 12:32:05.723 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-03 12:32:06.180 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-11-03 12:32:06.334 | Setting up ipset (6.34-1) ... 2020-11-03 12:32:06.491 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-11-03 12:32:06.702 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-11-03 12:32:06.862 | Setting up systemd (237-3ubuntu10.42) ... 2020-11-03 12:32:06.917 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-11-03 12:32:08.670 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-11-03 12:32:08.671 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-11-03 12:32:08.672 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-11-03 12:32:08.673 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-11-03 12:32:08.803 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-11-03 12:32:08.976 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-03 12:32:09.191 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-03 12:32:09.701 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:32:09.826 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-11-03 12:32:09.951 | Setting up libann0 (1.1.2+doc-6) ... 2020-11-03 12:32:10.111 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-11-03 12:32:10.246 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-03 12:32:10.423 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-11-03 12:32:10.550 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-11-03 12:32:10.687 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-11-03 12:32:10.944 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:32:33.099 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:32:33.196 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.42) ... 2020-11-03 12:32:33.293 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:32:33.453 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-11-03 12:32:33.584 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-11-03 12:32:33.704 | Setting up libthai-data (0.1.27-2) ... 2020-11-03 12:32:33.795 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-11-03 12:32:33.942 | Setting up javascript-common (11) ... 2020-11-03 12:32:34.175 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-11-03 12:32:34.241 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-03 12:32:34.376 | Setting up python3-setuptools (39.0.1-2) ... 2020-11-03 12:32:34.959 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-03 12:32:35.164 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:32:35.427 | Setting up libjs-jquery-metadata (12-1) ... 2020-11-03 12:32:35.583 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-11-03 12:32:36.801 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-11-03 12:32:37.229 | Setting up python3-secretstorage (2.3.1-2) ... 2020-11-03 12:32:37.632 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-11-03 12:32:37.834 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-11-03 12:32:38.000 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:32:38.160 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-11-03 12:32:38.331 | Setting up vbetool (1.1-4) ... 2020-11-03 12:32:38.474 | Setting up libcdt5 (2.40.1-2) ... 2020-11-03 12:32:38.617 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-11-03 12:32:38.880 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-11-03 12:32:39.051 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-11-03 12:32:39.240 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-11-03 12:32:39.560 | Setting up libcgraph6 (2.40.1-2) ... 2020-11-03 12:32:39.723 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-11-03 12:32:39.902 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-11-03 12:32:40.072 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-11-03 12:32:40.240 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-03 12:32:40.405 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-11-03 12:32:40.559 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-11-03 12:32:40.734 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-11-03 12:32:40.896 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-11-03 12:32:41.119 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-03 12:32:41.306 | Setting up libtool (2.4.6-2) ... 2020-11-03 12:32:41.514 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-11-03 12:32:41.690 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-11-03 12:32:41.860 | Setting up libnss-systemd:amd64 (237-3ubuntu10.42) ... 2020-11-03 12:32:42.043 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-11-03 12:32:42.222 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-11-03 12:32:43.981 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-11-03 12:32:44.627 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-11-03 12:32:46.927 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-11-03 12:32:47.084 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-03 12:32:47.270 | Setting up libpam-systemd:amd64 (237-3ubuntu10.42) ... 2020-11-03 12:32:47.878 | Setting up libapr1-dev (1.6.3-2) ... 2020-11-03 12:32:48.038 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-11-03 12:32:48.175 | Setting up python3-keyring (10.6.0-1) ... 2020-11-03 12:32:48.621 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:32:49.044 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-11-03 12:32:49.215 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-11-03 12:32:49.350 | Setting up libgvpr2 (2.40.1-2) ... 2020-11-03 12:32:49.521 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-11-03 12:32:49.681 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-11-03 12:32:50.801 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-11-03 12:32:51.413 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-11-03 12:32:51.558 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-11-03 12:32:51.701 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-03 12:32:51.838 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 2020-11-03 12:32:51.995 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-11-03 12:32:52.133 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-11-03 12:32:52.270 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-11-03 12:32:52.421 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:32:52.569 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-11-03 12:32:52.729 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:32:52.899 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-11-03 12:32:53.060 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-03 12:32:53.220 | Setting up ssl-cert (1.0.39) ... 2020-11-03 12:32:54.043 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-11-03 12:32:54.432 | Setting up autoconf (2.69-11) ... 2020-11-03 12:32:54.552 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-11-03 12:32:54.687 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-11-03 12:32:54.801 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-11-03 12:32:54.898 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-11-03 12:32:55.295 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-11-03 12:32:56.060 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-11-03 12:32:56.226 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-11-03 12:32:56.395 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-11-03 12:32:56.567 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-11-03 12:32:56.849 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:32:57.026 | Setting up libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:32:57.201 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-11-03 12:32:57.380 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-11-03 12:32:57.540 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:32:57.704 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-11-03 12:32:57.866 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-11-03 12:32:58.434 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-11-03 12:32:59.072 | Setting up postgresql-common (190ubuntu0.1) ... 2020-11-03 12:33:00.384 | Adding user postgres to group ssl-cert 2020-11-03 12:33:00.645 | 2020-11-03 12:33:00.645 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-11-03 12:33:00.895 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-11-03 12:33:00.895 | Removing obsolete dictionary files: 2020-11-03 12:33:01.123 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-11-03 12:33:01.929 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-11-03 12:33:02.027 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-11-03 12:33:02.110 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:33:02.321 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-11-03 12:33:02.455 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-11-03 12:33:02.607 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-11-03 12:33:02.699 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-11-03 12:33:02.850 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:33:03.003 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:33:03.192 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-03 12:33:03.692 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-11-03 12:33:04.404 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-11-03 12:33:04.773 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-11-03 12:33:04.939 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-11-03 12:33:05.133 | Setting up libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:33:05.295 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:33:05.438 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-11-03 12:33:14.375 | Enabling module mpm_event. 2020-11-03 12:33:14.436 | Enabling module authz_core. 2020-11-03 12:33:14.441 | Enabling module authz_host. 2020-11-03 12:33:14.497 | Enabling module authn_core. 2020-11-03 12:33:14.502 | Enabling module auth_basic. 2020-11-03 12:33:14.558 | Enabling module access_compat. 2020-11-03 12:33:14.617 | Enabling module authn_file. 2020-11-03 12:33:14.673 | Enabling module authz_user. 2020-11-03 12:33:14.728 | Enabling module alias. 2020-11-03 12:33:14.783 | Enabling module dir. 2020-11-03 12:33:14.839 | Enabling module autoindex. 2020-11-03 12:33:14.893 | Enabling module env. 2020-11-03 12:33:14.949 | Enabling module mime. 2020-11-03 12:33:15.004 | Enabling module negotiation. 2020-11-03 12:33:15.060 | Enabling module setenvif. 2020-11-03 12:33:15.115 | Enabling module filter. 2020-11-03 12:33:15.170 | Enabling module deflate. 2020-11-03 12:33:15.226 | Enabling module status. 2020-11-03 12:33:15.282 | Enabling module reqtimeout. 2020-11-03 12:33:15.338 | Enabling conf charset. 2020-11-03 12:33:15.393 | Enabling conf localized-error-pages. 2020-11-03 12:33:15.447 | Enabling conf other-vhosts-access-log. 2020-11-03 12:33:15.502 | Enabling conf security. 2020-11-03 12:33:15.557 | Enabling conf serve-cgi-bin. 2020-11-03 12:33:15.612 | Enabling site 000-default. 2020-11-03 12:33:15.662 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-11-03 12:33:15.714 | Enabling conf javascript-common. 2020-11-03 12:33:15.950 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-11-03 12:33:16.353 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-11-03 12:33:17.757 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:33:17.932 | Setting up po-debconf (1.0.20) ... 2020-11-03 12:33:18.100 | Setting up curl (7.58.0-2ubuntu3.10) ... 2020-11-03 12:33:18.263 | Setting up build-essential (12.4ubuntu1) ... 2020-11-03 12:33:18.406 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-11-03 12:33:18.569 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-11-03 12:33:18.746 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-11-03 12:33:18.955 | Setting up postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-11-03 12:33:19.117 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-03 12:33:19.277 | Setting up librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-03 12:33:19.452 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-11-03 12:33:19.620 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-11-03 12:33:20.646 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-11-03 12:33:20.823 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-11-03 12:33:21.029 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-11-03 12:33:23.300 | Regenerating fonts cache... done. 2020-11-03 12:33:23.366 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-11-03 12:33:23.526 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-03 12:33:23.657 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-03 12:33:23.823 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-03 12:33:24.003 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-11-03 12:33:24.203 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:33:24.366 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-11-03 12:33:24.577 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:33:24.757 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-03 12:33:24.914 | Setting up libgvc6 (2.40.1-2) ... 2020-11-03 12:33:25.097 | Setting up graphviz (2.40.1-2) ... 2020-11-03 12:33:25.261 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-11-03 12:33:25.437 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-03 12:33:25.635 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-11-03 12:33:25.825 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-03 12:33:26.094 | Setting up debhelper (11.1.6ubuntu2) ... 2020-11-03 12:33:26.288 | Setting up dh-autoreconf (17) ... 2020-11-03 12:33:26.443 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-11-03 12:33:26.591 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-11-03 12:33:26.746 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-11-03 12:33:26.932 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-11-03 12:33:27.100 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-11-03 12:33:36.000 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:33:36.151 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:33:36.434 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:33:36.557 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-11-03 12:33:36.914 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-03 12:33:37.031 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-11-03 12:33:39.220 | ++ functions-common:apt_get:1115 : result=0 2020-11-03 12:33:39.222 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:33:39.224 | ++ functions-common:time_stop:2310 : local name 2020-11-03 12:33:39.227 | ++ functions-common:time_stop:2311 : local end_time 2020-11-03 12:33:39.229 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:33:39.231 | ++ functions-common:time_stop:2313 : local total 2020-11-03 12:33:39.233 | ++ functions-common:time_stop:2314 : local start_time 2020-11-03 12:33:39.235 | ++ functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:33:39.237 | ++ functions-common:time_stop:2317 : start_time=1604406554112 2020-11-03 12:33:39.239 | ++ functions-common:time_stop:2319 : [[ -z 1604406554112 ]] 2020-11-03 12:33:39.241 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:33:39.245 | ++ functions-common:time_stop:2322 : end_time=1604406819243 2020-11-03 12:33:39.247 | ++ functions-common:time_stop:2323 : elapsed_time=265131 2020-11-03 12:33:39.249 | ++ functions-common:time_stop:2324 : total=646 2020-11-03 12:33:39.251 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:33:39.254 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=265777 2020-11-03 12:33:39.256 | ++ functions-common:apt_get:1119 : return 0 2020-11-03 12:33:39.259 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-11-03 12:33:39.261 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-11-03 12:33:39.263 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-11-03 12:33:39.267 | ++ tools/install_prereqs.sh:source:89 : date 2020-11-03 12:33:39.271 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-11-03 12:33:39.274 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-11-03 12:33:39.276 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-11-03 12:33:40.649 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-11-03 12:33:40.651 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-11-03 12:33:40.653 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-11-03 12:33:40.656 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-11-03 12:33:40.658 | + tools/install_pip.sh:main:43 : GetDistro 2020-11-03 12:33:40.660 | + functions-common:GetDistro:373 : GetOSVersion 2020-11-03 12:33:40.661 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-11-03 12:33:40.663 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-11-03 12:33:40.666 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-11-03 12:33:40.667 | + functions-common:_ensure_lsb_release:328 : return 2020-11-03 12:33:40.669 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-11-03 12:33:40.744 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-11-03 12:33:40.747 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-11-03 12:33:40.817 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-11-03 12:33:40.820 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-11-03 12:33:40.890 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-11-03 12:33:40.892 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-11-03 12:33:40.894 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-11-03 12:33:40.896 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-11-03 12:33:40.898 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-11-03 12:33:40.900 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-11-03 12:33:40.902 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-11-03 12:33:40.904 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-11-03 12:33:40.906 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-11-03 12:33:40.907 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-11-03 12:33:40.910 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-11-03 12:33:40.910 | Distro: bionic 2020-11-03 12:33:40.912 | + tools/install_pip.sh:main:125 : get_versions 2020-11-03 12:33:40.914 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-11-03 12:33:40.917 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-11-03 12:33:40.919 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-11-03 12:33:40.922 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-11-03 12:33:40.922 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-11-03 12:33:41.255 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-11-03 12:33:41.256 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-11-03 12:33:41.256 | pip: 20.2.2 2020-11-03 12:33:41.258 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-11-03 12:33:41.565 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-11-03 12:33:41.587 | + tools/install_pip.sh:main:127 : [[ -n '' ]] 2020-11-03 12:33:41.589 | + tools/install_pip.sh:main:132 : [[ bionic == focal ]] 2020-11-03 12:33:41.591 | + tools/install_pip.sh:main:141 : is_fedora 2020-11-03 12:33:41.593 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:33:41.594 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:33:41.596 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:33:41.598 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:33:41.600 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:33:41.601 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:33:41.603 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:33:41.605 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:33:41.607 | + tools/install_pip.sh:main:141 : is_suse 2020-11-03 12:33:41.608 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:33:41.610 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:33:41.612 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:33:41.613 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:33:41.615 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:33:41.617 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:33:41.618 | + tools/install_pip.sh:main:142 : is_package_installed python3-pip 2020-11-03 12:33:41.620 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-11-03 12:33:41.622 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-11-03 12:33:41.624 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-11-03 12:33:41.625 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-11-03 12:33:41.647 | + tools/install_pip.sh:main:143 : uninstall_package python3-pip 2020-11-03 12:33:41.649 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-11-03 12:33:41.651 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:33:41.652 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:33:41.654 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-11-03 12:33:41.669 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-11-03 12:33:41.786 | Reading package lists... 2020-11-03 12:33:42.022 | Building dependency tree... 2020-11-03 12:33:42.024 | Reading state information... 2020-11-03 12:33:42.224 | The following packages were automatically installed and are no longer required: 2020-11-03 12:33:42.224 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:33:42.224 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:33:42.225 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:33:42.225 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:33:42.225 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:33:42.225 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:33:42.225 | python3-zope.interface 2020-11-03 12:33:42.225 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:33:42.263 | The following packages will be REMOVED: 2020-11-03 12:33:42.263 | python3-pip* 2020-11-03 12:33:42.786 | 0 upgraded, 0 newly installed, 1 to remove and 140 not upgraded. 2020-11-03 12:33:42.786 | After this operation, 601 kB disk space will be freed. 2020-11-03 12:33:42.899 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74799 files and directories currently installed.) 2020-11-03 12:33:42.902 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-03 12:33:43.624 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:33:46.604 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:33:46.606 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:33:46.607 | + functions-common:time_stop:2310 : local name 2020-11-03 12:33:46.609 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:33:46.611 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:33:46.612 | + functions-common:time_stop:2313 : local total 2020-11-03 12:33:46.614 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:33:46.616 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:33:46.618 | + functions-common:time_stop:2317 : start_time=1604406821667 2020-11-03 12:33:46.619 | + functions-common:time_stop:2319 : [[ -z 1604406821667 ]] 2020-11-03 12:33:46.622 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:33:46.624 | + functions-common:time_stop:2322 : end_time=1604406826622 2020-11-03 12:33:46.626 | + functions-common:time_stop:2323 : elapsed_time=4955 2020-11-03 12:33:46.627 | + functions-common:time_stop:2324 : total=0 2020-11-03 12:33:46.629 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:33:46.631 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=4955 2020-11-03 12:33:46.632 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:33:46.634 | + tools/install_pip.sh:main:147 : install_get_pip 2020-11-03 12:33:46.636 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-03 12:33:46.638 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-03 12:33:46.640 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-11-03 12:33:46.642 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-03 12:33:46.643 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-11-03 12:33:46.654 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-11-03 12:33:46.654 | Dload Upload Total Spent Left Speed 2020-11-03 12:33:47.257 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1842k 100 1842k 0 0 3050k 0 --:--:-- --:--:-- --:--:-- 3055k 2020-11-03 12:33:47.262 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-11-03 12:33:47.265 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py 2020-11-03 12:33:49.878 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:33:50.056 | Collecting pip 2020-11-03 12:33:50.067 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2020-11-03 12:33:50.374 | Installing collected packages: pip 2020-11-03 12:33:50.374 | Attempting uninstall: pip 2020-11-03 12:33:50.375 | Found existing installation: pip 20.2.2 2020-11-03 12:33:50.609 | Uninstalling pip-20.2.2: 2020-11-03 12:33:50.622 | Successfully uninstalled pip-20.2.2 2020-11-03 12:33:51.964 | Successfully installed pip-20.2.4 2020-11-03 12:33:52.090 | + tools/install_pip.sh:main:149 : set -x 2020-11-03 12:33:52.092 | + tools/install_pip.sh:main:153 : pip_install_gr setuptools 2020-11-03 12:33:52.093 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-11-03 12:33:52.095 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-03 12:33:52.098 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-11-03 12:33:52.100 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-11-03 12:33:52.102 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-03 12:33:52.105 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:33:52.105 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-03 12:33:52.109 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2020-11-03 12:33:52.110 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2020-11-03 12:33:52.112 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-03 12:33:52.114 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-03 12:33:52.116 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-03 12:33:52.131 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2020-11-03 12:33:52.132 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-03 12:33:53.945 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:33:54.582 | Collecting setuptools===50.3.2 2020-11-03 12:33:54.589 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785 kB) 2020-11-03 12:33:54.962 | Installing collected packages: setuptools 2020-11-03 12:33:54.962 | Attempting uninstall: setuptools 2020-11-03 12:33:54.963 | Found existing installation: setuptools 49.6.0 2020-11-03 12:33:55.054 | Uninstalling setuptools-49.6.0: 2020-11-03 12:33:55.083 | Successfully uninstalled setuptools-49.6.0 2020-11-03 12:33:55.688 | Successfully installed setuptools-50.3.2 2020-11-03 12:33:55.823 | + inc/python:pip_install:200 : result=0 2020-11-03 12:33:55.825 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:33:55.827 | + functions-common:time_stop:2310 : local name 2020-11-03 12:33:55.829 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:33:55.831 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:33:55.832 | + functions-common:time_stop:2313 : local total 2020-11-03 12:33:55.834 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:33:55.836 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:33:55.838 | + functions-common:time_stop:2317 : start_time=1604406832127 2020-11-03 12:33:55.839 | + functions-common:time_stop:2319 : [[ -z 1604406832127 ]] 2020-11-03 12:33:55.842 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:33:55.844 | + functions-common:time_stop:2322 : end_time=1604406835842 2020-11-03 12:33:55.846 | + functions-common:time_stop:2323 : elapsed_time=3715 2020-11-03 12:33:55.848 | + functions-common:time_stop:2324 : total=0 2020-11-03 12:33:55.849 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:33:55.851 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3715 2020-11-03 12:33:55.853 | + inc/python:pip_install:203 : return 0 2020-11-03 12:33:55.855 | + tools/install_pip.sh:main:155 : get_versions 2020-11-03 12:33:55.857 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-11-03 12:33:55.860 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-11-03 12:33:55.862 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-11-03 12:33:55.865 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-11-03 12:33:55.865 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-11-03 12:33:56.194 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-11-03 12:33:56.196 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-11-03 12:33:56.196 | pip: 20.2.4 2020-11-03 12:33:56.197 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-11-03 12:33:56.501 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-11-03 12:33:56.523 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-11-03 12:33:56.526 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-11-03 12:33:56.529 | + ./stack.sh:main:759 : fixup_all 2020-11-03 12:33:56.531 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-11-03 12:33:56.534 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-11-03 12:33:56.536 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-11-03 12:33:56.542 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-11-03 12:33:56.542 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-11-03 12:33:56.542 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-11-03 12:33:56.547 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-11-03 12:33:56.549 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-11-03 12:33:56.551 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-11-03 12:33:56.559 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-11-03 12:33:56.562 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-11-03 12:33:56.564 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-11-03 12:33:56.566 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-11-03 12:33:56.568 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:33:56.570 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:33:56.572 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:33:56.574 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:33:56.576 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:33:56.578 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:33:56.580 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:33:56.582 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:33:56.585 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:33:56.587 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:33:56.589 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:33:56.591 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:33:56.593 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-11-03 12:33:56.595 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:33:56.597 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:33:56.599 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:33:56.601 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-11-03 12:33:56.618 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-11-03 12:33:56.735 | Reading package lists... 2020-11-03 12:33:56.977 | Building dependency tree... 2020-11-03 12:33:56.978 | Reading state information... 2020-11-03 12:33:57.176 | The following packages were automatically installed and are no longer required: 2020-11-03 12:33:57.177 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:33:57.177 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:33:57.177 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:33:57.177 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:33:57.177 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:33:57.177 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:33:57.177 | python3-zope.interface 2020-11-03 12:33:57.177 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:33:57.178 | The following additional packages will be installed: 2020-11-03 12:33:57.178 | python3-software-properties 2020-11-03 12:33:57.225 | The following packages will be upgraded: 2020-11-03 12:33:57.225 | python3-software-properties software-properties-common 2020-11-03 12:33:57.497 | 2 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2020-11-03 12:33:57.497 | Need to get 33.9 kB of archives. 2020-11-03 12:33:57.497 | After this operation, 0 B of additional disk space will be used. 2020-11-03 12:33:57.497 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2020-11-03 12:33:57.651 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2020-11-03 12:33:58.242 | Fetched 33.9 kB in 0s (70.4 kB/s) 2020-11-03 12:33:58.500 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-11-03 12:33:58.503 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-11-03 12:33:58.822 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-11-03 12:33:59.392 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-11-03 12:33:59.699 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-11-03 12:34:00.113 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:34:00.762 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-11-03 12:34:01.168 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-03 12:34:01.282 | Setting up software-properties-common (0.96.24.32.14) ... 2020-11-03 12:34:03.692 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:34:03.695 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:34:03.697 | + functions-common:time_stop:2310 : local name 2020-11-03 12:34:03.699 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:34:03.701 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:34:03.703 | + functions-common:time_stop:2313 : local total 2020-11-03 12:34:03.705 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:34:03.707 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:34:03.709 | + functions-common:time_stop:2317 : start_time=1604406836615 2020-11-03 12:34:03.711 | + functions-common:time_stop:2319 : [[ -z 1604406836615 ]] 2020-11-03 12:34:03.714 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:34:03.717 | + functions-common:time_stop:2322 : end_time=1604406843715 2020-11-03 12:34:03.719 | + functions-common:time_stop:2323 : elapsed_time=7100 2020-11-03 12:34:03.721 | + functions-common:time_stop:2324 : total=265777 2020-11-03 12:34:03.723 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:34:03.725 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=272877 2020-11-03 12:34:03.727 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:34:03.729 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-11-03 12:34:04.523 | 'universe' distribution component is already enabled for all sources. 2020-11-03 12:34:04.550 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-11-03 12:34:04.552 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2020-11-03 12:34:05.396 | Reading package lists... 2020-11-03 12:34:05.635 | Building dependency tree... 2020-11-03 12:34:05.636 | Reading state information... 2020-11-03 12:34:05.838 | The following packages were automatically installed and are no longer required: 2020-11-03 12:34:05.839 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:34:05.839 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:34:05.839 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:34:05.839 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:34:05.839 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:34:05.839 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:34:05.839 | python3-zope.interface 2020-11-03 12:34:05.839 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:34:05.882 | The following NEW packages will be installed: 2020-11-03 12:34:05.882 | ubuntu-cloud-keyring 2020-11-03 12:34:06.012 | 0 upgraded, 1 newly installed, 0 to remove and 138 not upgraded. 2020-11-03 12:34:06.012 | Need to get 6,008 B of archives. 2020-11-03 12:34:06.012 | After this operation, 22.5 kB of additional disk space will be used. 2020-11-03 12:34:06.012 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2020-11-03 12:34:08.183 | Fetched 6,008 B in 0s (51.2 kB/s) 2020-11-03 12:34:08.316 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-11-03 12:34:08.354 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-11-03 12:34:08.358 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-11-03 12:34:08.419 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-11-03 12:34:08.758 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-11-03 12:34:11.206 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-11-03 12:34:11.304 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-03 12:34:11.338 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2020-11-03 12:34:11.358 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-03 12:34:11.425 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-03 12:34:11.624 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [171 kB] 2020-11-03 12:34:15.313 | Fetched 179 kB in 1s (190 kB/s) 2020-11-03 12:34:16.968 | Reading package lists... 2020-11-03 12:34:17.027 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-11-03 12:34:17.029 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-11-03 12:34:17.031 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-11-03 12:34:17.033 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-11-03 12:34:17.036 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-11-03 12:34:17.038 | ++ functions-common:apt_get_update:1078 : id -u 2020-11-03 12:34:17.042 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-11-03 12:34:17.044 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-11-03 12:34:17.046 | + functions-common:time_start:2296 : local name=apt-get-update 2020-11-03 12:34:17.048 | + functions-common:time_start:2297 : local start_time= 2020-11-03 12:34:17.050 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-03 12:34:17.053 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-03 12:34:17.056 | + functions-common:time_start:2301 : _TIME_START[$name]=1604406857054 2020-11-03 12:34:17.059 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-11-03 12:34:17.061 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-11-03 12:34:17.063 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-11-03 12:34:17.294 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-11-03 12:34:17.294 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-11-03 12:34:17.431 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-03 12:34:17.559 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-03 12:34:17.687 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-03 12:34:19.707 | Reading package lists... 2020-11-03 12:34:19.766 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-11-03 12:34:19.768 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-11-03 12:34:19.770 | + functions-common:time_stop:2310 : local name 2020-11-03 12:34:19.773 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:34:19.775 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:34:19.777 | + functions-common:time_stop:2313 : local total 2020-11-03 12:34:19.779 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:34:19.781 | + functions-common:time_stop:2316 : name=apt-get-update 2020-11-03 12:34:19.783 | + functions-common:time_stop:2317 : start_time=1604406857054 2020-11-03 12:34:19.786 | + functions-common:time_stop:2319 : [[ -z 1604406857054 ]] 2020-11-03 12:34:19.788 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:34:19.791 | + functions-common:time_stop:2322 : end_time=1604406859789 2020-11-03 12:34:19.793 | + functions-common:time_stop:2323 : elapsed_time=2735 2020-11-03 12:34:19.795 | + functions-common:time_stop:2324 : total=2727 2020-11-03 12:34:19.797 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:34:19.799 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=5462 2020-11-03 12:34:19.802 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-11-03 12:34:19.813 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-11-03 12:34:19.823 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-11-03 12:34:19.833 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-11-03 12:34:19.835 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-11-03 12:34:19.837 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:34:19.839 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:34:19.841 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:34:19.843 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:34:19.845 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:34:19.847 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:34:19.850 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:34:19.852 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:34:19.854 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-11-03 12:34:19.856 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-11-03 12:34:19.858 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-11-03 12:34:19.860 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:34:19.862 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:34:19.864 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:34:19.867 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:34:19.869 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:34:19.871 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:34:19.873 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-11-03 12:34:19.876 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-11-03 12:34:19.894 | Using python 3.6 to install os-testr 2020-11-03 12:34:19.896 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-11-03 12:34:21.642 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:34:21.745 | Collecting os-testr===2.0.0 2020-11-03 12:34:21.752 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2020-11-03 12:34:21.844 | Collecting python-subunit===1.4.0 2020-11-03 12:34:21.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2020-11-03 12:34:21.994 | Collecting testtools===2.4.0 2020-11-03 12:34:22.002 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2020-11-03 12:34:22.113 | Collecting stestr===3.0.1 2020-11-03 12:34:22.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2020-11-03 12:34:22.298 | Collecting pbr===5.5.1 2020-11-03 12:34:22.304 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2020-11-03 12:34:22.382 | Collecting extras===1.0.0 2020-11-03 12:34:22.389 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2020-11-03 12:34:22.478 | Collecting fixtures===3.0.0 2020-11-03 12:34:22.484 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2020-11-03 12:34:22.573 | Collecting python-mimeparse===1.6.0 2020-11-03 12:34:22.580 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2020-11-03 12:34:22.657 | Collecting traceback2===1.4.0 2020-11-03 12:34:22.663 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2020-11-03 12:34:22.729 | Collecting six===1.15.0 2020-11-03 12:34:22.748 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2020-11-03 12:34:22.805 | Collecting unittest2===1.1.0 2020-11-03 12:34:22.811 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2020-11-03 12:34:22.984 | Collecting PyYAML===5.3.1 2020-11-03 12:34:22.992 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-11-03 12:34:23.817 | Collecting voluptuous===0.12.0 2020-11-03 12:34:23.825 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ff/f348a097c9a74/voluptuous-0.12.0-py3-none-any.whl (29 kB) 2020-11-03 12:34:23.921 | Collecting future===0.18.2 2020-11-03 12:34:23.928 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-11-03 12:34:24.860 | Collecting cliff===3.4.0 2020-11-03 12:34:24.866 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76 kB) 2020-11-03 12:34:25.093 | Collecting linecache2===1.0.0 2020-11-03 12:34:25.098 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2020-11-03 12:34:25.185 | Collecting argparse 2020-11-03 12:34:25.191 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2020-11-03 12:34:25.322 | Collecting stevedore===3.2.2 2020-11-03 12:34:25.328 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42 kB) 2020-11-03 12:34:25.527 | Collecting cmd2===1.3.11 2020-11-03 12:34:25.533 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3ed/598781362ff32/cmd2-1.3.11-py3-none-any.whl (133 kB) 2020-11-03 12:34:25.679 | Collecting prettytable===0.7.2 2020-11-03 12:34:25.685 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-11-03 12:34:25.858 | Collecting pyparsing===2.4.7 2020-11-03 12:34:25.867 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2020-11-03 12:34:25.900 | Requirement already satisfied, skipping upgrade: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) (2.0.0) 2020-11-03 12:34:25.972 | Collecting colorama===0.4.4 2020-11-03 12:34:25.978 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2020-11-03 12:34:25.984 | Requirement already satisfied, skipping upgrade: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (50.3.2) 2020-11-03 12:34:26.083 | Collecting wcwidth===0.2.5 2020-11-03 12:34:26.090 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2020-11-03 12:34:26.184 | Collecting pyperclip===1.8.1 2020-11-03 12:34:26.190 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9ab/ef1e79ce635eb/pyperclip-1.8.1.tar.gz (20 kB) 2020-11-03 12:34:26.741 | Collecting attrs===20.2.0 2020-11-03 12:34:26.751 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fce/7fc47dfc97615/attrs-20.2.0-py2.py3-none-any.whl (48 kB) 2020-11-03 12:34:26.800 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-11-03 12:34:26.853 | Building wheels for collected packages: PyYAML, pyperclip, future 2020-11-03 12:34:26.854 | Building wheel for PyYAML (setup.py): started 2020-11-03 12:34:36.570 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-11-03 12:34:36.574 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403681 sha256=8b9c4e69f8726113a463cbd2c6686a6bb2e933a6a804d21ee89811f6449bc9b2 2020-11-03 12:34:36.574 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-11-03 12:34:36.576 | Building wheel for pyperclip (setup.py): started 2020-11-03 12:34:37.121 | Building wheel for pyperclip (setup.py): finished with status 'done' 2020-11-03 12:34:37.121 | Created wheel for pyperclip: filename=pyperclip-1.8.1-py3-none-any.whl size=11119 sha256=5b9ff5af1ac8f304fa57de1d97d15bbb7a055a007c8d0c89050e957a99ad7d66 2020-11-03 12:34:37.122 | Stored in directory: /root/.cache/pip/wheels/6b/61/3b/9ce5c27623eb45051839ddfdb83ccb31f286e2a23872c1071c 2020-11-03 12:34:37.123 | Building wheel for future (setup.py): started 2020-11-03 12:34:38.070 | Building wheel for future (setup.py): finished with status 'done' 2020-11-03 12:34:38.074 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=d464872bc7ba200c7b3843a017e02eb3e90adffd7c16321709c715c7ed5b36f3 2020-11-03 12:34:38.074 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-11-03 12:34:38.075 | Successfully built PyYAML pyperclip future 2020-11-03 12:34:38.463 | Installing collected packages: voluptuous, pbr, attrs, six, python-mimeparse, linecache2, traceback2, extras, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, stevedore, colorama, pyperclip, cmd2, pyparsing, cliff, future, stestr, os-testr 2020-11-03 12:34:38.749 | Attempting uninstall: attrs 2020-11-03 12:34:38.750 | Found existing installation: attrs 17.4.0 2020-11-03 12:34:38.760 | Uninstalling attrs-17.4.0: 2020-11-03 12:34:38.857 | Successfully uninstalled attrs-17.4.0 2020-11-03 12:34:38.979 | Attempting uninstall: six 2020-11-03 12:34:38.979 | Found existing installation: six 1.11.0 2020-11-03 12:34:38.981 | Uninstalling six-1.11.0: 2020-11-03 12:34:39.015 | Successfully uninstalled six-1.11.0 2020-11-03 12:34:40.761 | Attempting uninstall: colorama 2020-11-03 12:34:40.761 | Found existing installation: colorama 0.3.7 2020-11-03 12:34:40.768 | Uninstalling colorama-0.3.7: 2020-11-03 12:34:40.798 | Successfully uninstalled colorama-0.3.7 2020-11-03 12:34:42.167 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.2.0 cliff-3.4.0 cmd2-1.3.11 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.0.1 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.0 wcwidth-0.2.5 2020-11-03 12:34:42.375 | + inc/python:pip_install:200 : result=0 2020-11-03 12:34:42.378 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:34:42.380 | + functions-common:time_stop:2310 : local name 2020-11-03 12:34:42.383 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:34:42.385 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:34:42.387 | + functions-common:time_stop:2313 : local total 2020-11-03 12:34:42.389 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:34:42.391 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:34:42.393 | + functions-common:time_stop:2317 : start_time=1604406859889 2020-11-03 12:34:42.395 | + functions-common:time_stop:2319 : [[ -z 1604406859889 ]] 2020-11-03 12:34:42.398 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:34:42.401 | + functions-common:time_stop:2322 : end_time=1604406882399 2020-11-03 12:34:42.403 | + functions-common:time_stop:2323 : elapsed_time=22510 2020-11-03 12:34:42.405 | + functions-common:time_stop:2324 : total=0 2020-11-03 12:34:42.407 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:34:42.409 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=22510 2020-11-03 12:34:42.412 | + inc/python:pip_install:203 : return 0 2020-11-03 12:34:42.414 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-11-03 12:34:42.416 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-11-03 12:34:42.419 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-03 12:34:42.421 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-11-03 12:34:42.424 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-11-03 12:34:42.426 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-03 12:34:42.430 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:34:42.430 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-03 12:34:42.434 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-11-03 12:34:42.436 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-11-03 12:34:42.439 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-11-03 12:34:42.441 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-11-03 12:34:42.444 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-11-03 12:34:42.462 | Using python 3.6 to install systemd-python 2020-11-03 12:34:42.464 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2020-11-03 12:34:44.242 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:34:44.264 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (234) 2020-11-03 12:34:44.845 | + inc/python:pip_install:200 : result=0 2020-11-03 12:34:44.847 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:34:44.850 | + functions-common:time_stop:2310 : local name 2020-11-03 12:34:44.853 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:34:44.855 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:34:44.857 | + functions-common:time_stop:2313 : local total 2020-11-03 12:34:44.859 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:34:44.861 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:34:44.863 | + functions-common:time_stop:2317 : start_time=1604406882457 2020-11-03 12:34:44.865 | + functions-common:time_stop:2319 : [[ -z 1604406882457 ]] 2020-11-03 12:34:44.868 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:34:44.871 | + functions-common:time_stop:2322 : end_time=1604406884868 2020-11-03 12:34:44.873 | + functions-common:time_stop:2323 : elapsed_time=2411 2020-11-03 12:34:44.875 | + functions-common:time_stop:2324 : total=22510 2020-11-03 12:34:44.877 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:34:44.879 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=24921 2020-11-03 12:34:44.881 | + inc/python:pip_install:203 : return 0 2020-11-03 12:34:44.884 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-11-03 12:34:44.928 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-11-03 12:34:45.098 | + ./stack.sh:main:774 : install_infra 2020-11-03 12:34:45.100 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-03 12:34:45.102 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-11-03 12:34:45.104 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-11-03 12:34:47.667 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-03 12:34:47.669 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-11-03 12:34:47.689 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-11-03 12:34:50.314 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2020-11-03 12:34:50.423 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-11-03 12:34:50.451 | Installing collected packages: pbr 2020-11-03 12:34:50.554 | Successfully installed pbr-5.5.1 2020-11-03 12:34:50.610 | + inc/python:pip_install:200 : result=0 2020-11-03 12:34:50.613 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:34:50.615 | + functions-common:time_stop:2310 : local name 2020-11-03 12:34:50.617 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:34:50.619 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:34:50.621 | + functions-common:time_stop:2313 : local total 2020-11-03 12:34:50.623 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:34:50.625 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:34:50.627 | + functions-common:time_stop:2317 : start_time=1604406887682 2020-11-03 12:34:50.629 | + functions-common:time_stop:2319 : [[ -z 1604406887682 ]] 2020-11-03 12:34:50.631 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:34:50.635 | + functions-common:time_stop:2322 : end_time=1604406890632 2020-11-03 12:34:50.637 | + functions-common:time_stop:2323 : elapsed_time=2950 2020-11-03 12:34:50.639 | + functions-common:time_stop:2324 : total=24921 2020-11-03 12:34:50.641 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:34:50.643 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=27871 2020-11-03 12:34:50.645 | + inc/python:pip_install:203 : return 0 2020-11-03 12:34:50.648 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-03 12:34:50.650 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-11-03 12:34:50.670 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2020-11-03 12:34:53.282 | Processing /opt/stack/requirements 2020-11-03 12:34:54.674 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2020-11-03 12:34:54.738 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-11-03 12:34:54.773 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2020-11-03 12:34:54.854 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-11-03 12:34:55.477 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) 2020-11-03 12:34:55.582 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2020-11-03 12:34:55.621 | Collecting packaging===20.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2020-11-03 12:34:55.663 | Downloading http://10.100.0.9:8080/root/pypi/+f/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl 2020-11-03 12:34:55.683 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2020-11-03 12:34:55.726 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-11-03 12:34:55.784 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2020-11-03 12:34:55.813 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-11-03 12:34:55.832 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2020-11-03 12:34:55.937 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-11-03 12:34:55.955 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2020-11-03 12:34:55.988 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-11-03 12:34:56.002 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4122) 2020-11-03 12:34:56.020 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-11-03 12:34:56.047 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4122) 2020-11-03 12:34:56.066 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-11-03 12:34:56.091 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2020-11-03 12:34:56.097 | Collecting urllib3===1.25.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2020-11-03 12:34:56.171 | Downloading http://10.100.0.9:8080/root/pypi/+f/f53/21fbe4bf3fefa/urllib3-1.25.11-py2.py3-none-any.whl (127kB) 2020-11-03 12:34:56.219 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-11-03 12:34:56.257 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-11-03 12:34:56.285 | Collecting certifi===2020.6.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) 2020-11-03 12:34:56.330 | Downloading http://10.100.0.9:8080/root/pypi/+f/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156kB) 2020-11-03 12:34:56.350 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2020-11-03 12:34:56.370 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-11-03 12:34:56.386 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2020-11-03 12:34:56.407 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-11-03 12:34:56.420 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2020-11-03 12:34:56.446 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-11-03 12:34:56.477 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2020-11-03 12:34:56.494 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-11-03 12:34:56.508 | Collecting cliff===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2020-11-03 12:34:56.571 | Downloading http://10.100.0.9:8080/root/pypi/+f/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76kB) 2020-11-03 12:34:56.609 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2020-11-03 12:34:56.625 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-11-03 12:34:56.640 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 194)) 2020-11-03 12:34:56.667 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-11-03 12:34:56.680 | Collecting stevedore===3.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2020-11-03 12:34:56.744 | Downloading http://10.100.0.9:8080/root/pypi/+f/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42kB) 2020-11-03 12:34:56.773 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2020-11-03 12:34:56.801 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-11-03 12:34:56.814 | Collecting cmd2===1.3.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2020-11-03 12:34:56.932 | Downloading http://10.100.0.9:8080/root/pypi/+f/3ed/598781362ff32/cmd2-1.3.11-py3-none-any.whl (133kB) 2020-11-03 12:34:57.012 | Collecting importlib-metadata===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2020-11-03 12:34:57.068 | Downloading http://10.100.0.9:8080/root/pypi/+f/cef/a1a2f919b866c/importlib_metadata-2.0.0-py2.py3-none-any.whl 2020-11-03 12:34:57.109 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2020-11-03 12:34:57.137 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-11-03 12:34:57.157 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2020-11-03 12:34:57.188 | Downloading http://10.100.0.9:8080/root/pypi/+f/9ab/ef1e79ce635eb/pyperclip-1.8.1.tar.gz 2020-11-03 12:34:57.591 | Collecting attrs===20.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) 2020-11-03 12:34:57.623 | Downloading http://10.100.0.9:8080/root/pypi/+f/fce/7fc47dfc97615/attrs-20.2.0-py2.py3-none-any.whl (48kB) 2020-11-03 12:34:57.686 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) 2020-11-03 12:34:57.734 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2020-11-03 12:34:57.748 | Collecting setuptools===50.3.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) 2020-11-03 12:34:58.218 | Downloading http://10.100.0.9:8080/root/pypi/+f/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785kB) 2020-11-03 12:34:58.346 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) 2020-11-03 12:34:58.385 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2020-11-03 12:34:58.443 | Building wheels for collected packages: PyYAML, pyperclip 2020-11-03 12:34:58.443 | Running setup.py bdist_wheel for PyYAML: started 2020-11-03 12:34:58.726 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-11-03 12:34:58.726 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8orcpnoo/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/tmpaf4fglc4pip-wheel- --python-tag cp36: 2020-11-03 12:34:58.727 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-11-03 12:34:58.727 | or: -c --help [cmd1 cmd2 ...] 2020-11-03 12:34:58.727 | or: -c --help-commands 2020-11-03 12:34:58.727 | or: -c cmd --help 2020-11-03 12:34:58.727 | 2020-11-03 12:34:58.727 | error: invalid command 'bdist_wheel' 2020-11-03 12:34:58.727 | 2020-11-03 12:34:58.727 | ---------------------------------------- 2020-11-03 12:34:58.727 | Failed building wheel for PyYAML 2020-11-03 12:34:58.727 | Running setup.py clean for PyYAML 2020-11-03 12:34:59.015 | Running setup.py bdist_wheel for pyperclip: started 2020-11-03 12:34:59.301 | Running setup.py bdist_wheel for pyperclip: finished with status 'error' 2020-11-03 12:34:59.302 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8orcpnoo/pyperclip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpka0edl6ypip-wheel- --python-tag cp36: 2020-11-03 12:34:59.302 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-11-03 12:34:59.302 | or: -c --help [cmd1 cmd2 ...] 2020-11-03 12:34:59.302 | or: -c --help-commands 2020-11-03 12:34:59.302 | or: -c cmd --help 2020-11-03 12:34:59.302 | 2020-11-03 12:34:59.302 | error: invalid command 'bdist_wheel' 2020-11-03 12:34:59.302 | 2020-11-03 12:34:59.302 | ---------------------------------------- 2020-11-03 12:34:59.302 | Failed building wheel for pyperclip 2020-11-03 12:34:59.302 | Running setup.py clean for pyperclip 2020-11-03 12:34:59.585 | Failed to build PyYAML pyperclip 2020-11-03 12:34:59.586 | Installing collected packages: chardet, certifi, attrs, six, linecache2, traceback2, python-mimeparse, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, zipp, importlib-metadata, stevedore, pyparsing, pyperclip, colorama, setuptools, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2020-11-03 12:35:00.520 | Running setup.py install for PyYAML: started 2020-11-03 12:35:10.095 | Running setup.py install for PyYAML: finished with status 'done' 2020-11-03 12:35:10.431 | Running setup.py install for pyperclip: started 2020-11-03 12:35:10.884 | Running setup.py install for pyperclip: finished with status 'done' 2020-11-03 12:35:10.907 | Found existing installation: setuptools 39.0.1 2020-11-03 12:35:10.997 | Uninstalling setuptools-39.0.1: 2020-11-03 12:35:11.015 | Successfully uninstalled setuptools-39.0.1 2020-11-03 12:35:11.907 | Running setup.py install for openstack-requirements: started 2020-11-03 12:35:14.213 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-11-03 12:35:14.782 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.2.0 beagle-0.3.0 certifi-2020.6.20 chardet-3.0.4 cliff-3.4.0 cmd2-1.3.11 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-2.0.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4122 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.23.0 setuptools-50.3.2 six-1.15.0 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.11 wcwidth-0.2.5 zipp-3.4.0 2020-11-03 12:35:14.916 | + inc/python:pip_install:200 : result=0 2020-11-03 12:35:14.918 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:35:14.920 | + functions-common:time_stop:2310 : local name 2020-11-03 12:35:14.922 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:35:14.924 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:35:14.926 | + functions-common:time_stop:2313 : local total 2020-11-03 12:35:14.928 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:35:14.931 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:35:14.933 | + functions-common:time_stop:2317 : start_time=1604406890664 2020-11-03 12:35:14.935 | + functions-common:time_stop:2319 : [[ -z 1604406890664 ]] 2020-11-03 12:35:14.938 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:35:14.941 | + functions-common:time_stop:2322 : end_time=1604406914938 2020-11-03 12:35:14.943 | + functions-common:time_stop:2323 : elapsed_time=24274 2020-11-03 12:35:14.945 | + functions-common:time_stop:2324 : total=27871 2020-11-03 12:35:14.947 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:35:14.949 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=52145 2020-11-03 12:35:14.951 | + inc/python:pip_install:203 : return 0 2020-11-03 12:35:14.953 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-11-03 12:35:14.956 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-11-03 12:35:14.958 | + inc/python:use_library_from_git:250 : local name=pbr 2020-11-03 12:35:14.960 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:35:14.963 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:35:14.965 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2020-11-03 12:35:14.967 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:35:14.970 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-11-03 12:35:14.987 | Using python 3.6 to install pbr 2020-11-03 12:35:14.990 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-11-03 12:35:16.769 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:35:16.904 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-03 12:35:17.488 | + inc/python:pip_install:200 : result=0 2020-11-03 12:35:17.490 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:35:17.492 | + functions-common:time_stop:2310 : local name 2020-11-03 12:35:17.494 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:35:17.496 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:35:17.498 | + functions-common:time_stop:2313 : local total 2020-11-03 12:35:17.501 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:35:17.503 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:35:17.505 | + functions-common:time_stop:2317 : start_time=1604406914983 2020-11-03 12:35:17.510 | + functions-common:time_stop:2319 : [[ -z 1604406914983 ]] 2020-11-03 12:35:17.514 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:35:17.517 | + functions-common:time_stop:2322 : end_time=1604406917514 2020-11-03 12:35:17.520 | + functions-common:time_stop:2323 : elapsed_time=2531 2020-11-03 12:35:17.522 | + functions-common:time_stop:2324 : total=52145 2020-11-03 12:35:17.525 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:35:17.527 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=54676 2020-11-03 12:35:17.530 | + inc/python:pip_install:203 : return 0 2020-11-03 12:35:17.534 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-11-03 12:35:20.120 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-11-03 12:35:21.768 | Collecting bindep 2020-11-03 12:35:21.831 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-11-03 12:35:21.853 | Collecting pbr>=2.0.0 (from bindep) 2020-11-03 12:35:21.937 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-11-03 12:35:21.967 | Collecting distro (from bindep) 2020-11-03 12:35:21.994 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-11-03 12:35:22.005 | Collecting Parsley (from bindep) 2020-11-03 12:35:22.021 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-11-03 12:35:22.043 | Installing collected packages: pbr, distro, Parsley, bindep 2020-11-03 12:35:22.367 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2020-11-03 12:35:22.430 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-11-03 12:35:22.433 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-11-03 12:35:22.436 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-11-03 12:35:22.452 | + ./stack.sh:main:783 : pkgs= 2020-11-03 12:35:22.454 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-11-03 12:35:22.456 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-11-03 12:35:22.459 | + functions-common:run_phase:1738 : local mode=stack 2020-11-03 12:35:22.461 | + functions-common:run_phase:1739 : local phase=pre-install 2020-11-03 12:35:22.463 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-03 12:35:22.465 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-03 12:35:22.467 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-03 12:35:22.470 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-03 12:35:22.472 | + functions-common:run_phase:1748 : local extra 2020-11-03 12:35:22.475 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-03 12:35:22.478 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-03 12:35:22.480 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-03 12:35:22.482 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-03 12:35:22.485 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-11-03 12:35:22.487 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-03 12:35:22.501 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:35:22.503 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-11-03 12:35:22.505 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-11-03 12:35:22.507 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-11-03 12:35:22.509 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-11-03 12:35:22.511 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-11-03 12:35:22.513 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-11-03 12:35:22.515 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-11-03 12:35:22.517 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-11-03 12:35:22.519 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-11-03 12:35:22.521 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-11-03 12:35:22.523 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-11-03 12:35:22.525 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-11-03 12:35:22.527 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-11-03 12:35:22.529 | + functions-common:run_phase:1759 : [[ stack == \s\o\u\r\c\e ]] 2020-11-03 12:35:22.532 | + functions-common:run_phase:1762 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-11-03 12:35:22.534 | + functions-common:run_phase:1765 : run_plugins stack pre-install 2020-11-03 12:35:22.536 | + functions-common:run_plugins:1724 : local mode=stack 2020-11-03 12:35:22.538 | + functions-common:run_plugins:1725 : local phase=pre-install 2020-11-03 12:35:22.541 | + functions-common:run_plugins:1727 : local plugins= 2020-11-03 12:35:22.543 | + functions-common:run_plugins:1728 : local plugin 2020-11-03 12:35:22.545 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-11-03 12:35:22.547 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2020-11-03 12:35:22.550 | + functions:set_systemd_override:826 : local value=2048 2020-11-03 12:35:22.552 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2020-11-03 12:35:22.554 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-11-03 12:35:22.598 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-11-03 12:35:22.598 | Set systemd system override for DefaultLimitNOFILE=2048 2020-11-03 12:35:22.600 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2020-11-03 12:35:22.772 | + ./stack.sh:main:796 : install_rpc_backend 2020-11-03 12:35:22.775 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-11-03 12:35:22.790 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:35:22.792 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-11-03 12:35:22.795 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:35:22.797 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:35:22.799 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:35:22.801 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:35:22.803 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:35:22.806 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:35:22.808 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:35:22.811 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:35:22.813 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:35:22.815 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:35:22.817 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:35:22.819 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:35:22.822 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-11-03 12:35:22.824 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:35:22.826 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:35:22.828 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:35:22.830 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-11-03 12:35:22.849 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2020-11-03 12:35:22.968 | Reading package lists... 2020-11-03 12:35:23.209 | Building dependency tree... 2020-11-03 12:35:23.211 | Reading state information... 2020-11-03 12:35:23.413 | The following packages were automatically installed and are no longer required: 2020-11-03 12:35:23.414 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:35:23.414 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:35:23.414 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:35:23.414 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:35:23.414 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:35:23.414 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:35:23.414 | python3-zope.interface 2020-11-03 12:35:23.415 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:35:23.415 | The following additional packages will be installed: 2020-11-03 12:35:23.415 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-11-03 12:35:23.415 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-11-03 12:35:23.415 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-11-03 12:35:23.415 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-11-03 12:35:23.415 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-11-03 12:35:23.417 | Suggested packages: 2020-11-03 12:35:23.417 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-11-03 12:35:23.417 | odbc-postgresql tdsodbc unixodbc-bin 2020-11-03 12:35:23.461 | The following NEW packages will be installed: 2020-11-03 12:35:23.461 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-11-03 12:35:23.461 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-11-03 12:35:23.461 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-11-03 12:35:23.461 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-11-03 12:35:23.462 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-11-03 12:35:23.462 | rabbitmq-server 2020-11-03 12:35:24.164 | 0 upgraded, 26 newly installed, 0 to remove and 157 not upgraded. 2020-11-03 12:35:24.164 | Need to get 24.5 MB of archives. 2020-11-03 12:35:24.164 | After this operation, 40.4 MB of additional disk space will be used. 2020-11-03 12:35:24.164 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2020-11-03 12:35:25.765 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-11-03 12:35:25.827 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-11-03 12:35:25.888 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2020-11-03 12:35:26.098 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2020-11-03 12:35:26.102 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2020-11-03 12:35:26.115 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2020-11-03 12:35:26.297 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2020-11-03 12:35:26.313 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2020-11-03 12:35:26.761 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2020-11-03 12:35:26.769 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2020-11-03 12:35:26.821 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2020-11-03 12:35:26.865 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2020-11-03 12:35:26.894 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2020-11-03 12:35:26.903 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2020-11-03 12:35:26.913 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2020-11-03 12:35:27.047 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2020-11-03 12:35:27.124 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-11-03 12:35:27.128 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2020-11-03 12:35:27.130 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2020-11-03 12:35:27.539 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2020-11-03 12:35:27.541 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2020-11-03 12:35:27.565 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2020-11-03 12:35:27.576 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2020-11-03 12:35:27.604 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2020-11-03 12:35:27.604 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2020-11-03 12:35:28.860 | Fetched 24.5 MB in 5s (5,068 kB/s) 2020-11-03 12:35:29.077 | Selecting previously unselected package erlang-base. 2020-11-03 12:35:29.115 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74728 files and directories currently installed.) 2020-11-03 12:35:29.118 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:29.165 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:30.559 | Selecting previously unselected package erlang-asn1. 2020-11-03 12:35:30.567 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:30.630 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:30.962 | Selecting previously unselected package erlang-mnesia. 2020-11-03 12:35:30.969 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:31.016 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:31.399 | Selecting previously unselected package erlang-runtime-tools. 2020-11-03 12:35:31.406 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:31.447 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:31.802 | Selecting previously unselected package erlang-crypto. 2020-11-03 12:35:31.809 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:31.856 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:32.176 | Selecting previously unselected package erlang-public-key. 2020-11-03 12:35:32.183 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:32.236 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:32.605 | Selecting previously unselected package erlang-ssl. 2020-11-03 12:35:32.612 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:32.650 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:33.099 | Selecting previously unselected package erlang-inets. 2020-11-03 12:35:33.107 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:33.173 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:33.630 | Selecting previously unselected package erlang-corba. 2020-11-03 12:35:33.638 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:33.690 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:34.333 | Selecting previously unselected package erlang-syntax-tools. 2020-11-03 12:35:34.341 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:34.390 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:34.713 | Selecting previously unselected package erlang-diameter. 2020-11-03 12:35:34.721 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:34.773 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:35.153 | Selecting previously unselected package erlang-xmerl. 2020-11-03 12:35:35.160 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:35.210 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:35.641 | Selecting previously unselected package erlang-edoc. 2020-11-03 12:35:35.649 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:35.687 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:36.021 | Selecting previously unselected package erlang-eldap. 2020-11-03 12:35:36.029 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:36.084 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:36.373 | Selecting previously unselected package erlang-erl-docgen. 2020-11-03 12:35:36.380 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:36.452 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:36.812 | Selecting previously unselected package erlang-eunit. 2020-11-03 12:35:36.820 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:36.875 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:37.275 | Selecting previously unselected package erlang-ic. 2020-11-03 12:35:37.283 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:37.332 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:37.869 | Selecting previously unselected package libodbc1:amd64. 2020-11-03 12:35:37.877 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-11-03 12:35:37.966 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-11-03 12:35:38.301 | Selecting previously unselected package erlang-odbc. 2020-11-03 12:35:38.308 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:38.352 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:38.632 | Selecting previously unselected package erlang-snmp. 2020-11-03 12:35:38.640 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:38.689 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:39.235 | Selecting previously unselected package erlang-os-mon. 2020-11-03 12:35:39.243 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:39.283 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:39.601 | Selecting previously unselected package erlang-parsetools. 2020-11-03 12:35:39.609 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:39.660 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:39.964 | Selecting previously unselected package erlang-ssh. 2020-11-03 12:35:39.971 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:40.021 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:40.418 | Selecting previously unselected package erlang-tools. 2020-11-03 12:35:40.425 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-03 12:35:40.475 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:40.880 | Selecting previously unselected package erlang-nox. 2020-11-03 12:35:40.888 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-11-03 12:35:40.955 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:41.286 | Selecting previously unselected package rabbitmq-server. 2020-11-03 12:35:41.295 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2020-11-03 12:35:41.338 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-11-03 12:35:42.270 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-11-03 12:35:42.437 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:43.633 | Searching for services which depend on erlang and should be started...none found. 2020-11-03 12:35:43.689 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:35:43.861 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.037 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.186 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.331 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.469 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.594 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:44.743 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:35:44.886 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:35:45.178 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:35:45.977 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.143 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.295 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.434 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.569 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.692 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.829 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:46.995 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.169 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.320 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.460 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.614 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.765 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:47.906 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:48.037 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:48.191 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:48.348 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-03 12:35:48.514 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-11-03 12:35:49.067 | Adding group `rabbitmq' (GID 121) ... 2020-11-03 12:35:49.176 | Done. 2020-11-03 12:35:49.252 | Adding system user `rabbitmq' (UID 115) ... 2020-11-03 12:35:49.252 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-11-03 12:35:49.568 | Not creating home directory `/var/lib/rabbitmq'. 2020-11-03 12:35:49.808 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-11-03 12:35:55.603 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:35:55.871 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:35:58.016 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:35:58.018 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:35:58.020 | + functions-common:time_stop:2310 : local name 2020-11-03 12:35:58.022 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:35:58.025 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:35:58.027 | + functions-common:time_stop:2313 : local total 2020-11-03 12:35:58.029 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:35:58.031 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:35:58.034 | + functions-common:time_stop:2317 : start_time=1604406922846 2020-11-03 12:35:58.036 | + functions-common:time_stop:2319 : [[ -z 1604406922846 ]] 2020-11-03 12:35:58.039 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:35:58.043 | + functions-common:time_stop:2322 : end_time=1604406958040 2020-11-03 12:35:58.045 | + functions-common:time_stop:2323 : elapsed_time=35194 2020-11-03 12:35:58.047 | + functions-common:time_stop:2324 : total=272877 2020-11-03 12:35:58.049 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:35:58.051 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=308071 2020-11-03 12:35:58.053 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:35:58.056 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-11-03 12:35:58.058 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:35:58.060 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:35:58.062 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:35:58.064 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:35:58.066 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:35:58.069 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:35:58.071 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-11-03 12:35:58.074 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:35:58.076 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:35:58.078 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:35:58.080 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:35:58.082 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:35:58.085 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:35:58.087 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:35:58.090 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:35:58.092 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-11-03 12:35:58.094 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:35:58.096 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:35:58.098 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:35:58.100 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:35:58.103 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:35:58.105 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:35:58.107 | + ./stack.sh:main:797 : restart_rpc_backend 2020-11-03 12:35:58.109 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-11-03 12:35:58.124 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:35:58.126 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-11-03 12:35:58.128 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-03 12:35:58.130 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-11-03 12:35:58.133 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-11-03 12:35:58.136 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-11-03 12:35:58.139 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-11-03 12:35:58.141 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-11-03 12:35:58.143 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-11-03 12:35:58.146 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-11-03 12:35:58.148 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-11-03 12:35:58.151 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-11-03 12:35:58.153 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-11-03 12:35:59.200 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-11-03 12:35:59.200 | guest [administrator]' 2020-11-03 12:35:59.203 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-11-03 12:35:59.204 | guest [administrator]' 2020-11-03 12:35:59.204 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-11-03 12:35:59.209 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-11-03 12:35:59.212 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-11-03 12:35:59.214 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-11-03 12:36:00.231 | Creating user "stackrabbit" 2020-11-03 12:36:00.303 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-11-03 12:36:01.306 | Setting permissions for user "stackrabbit" in vhost "/" 2020-11-03 12:36:01.379 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-11-03 12:36:01.381 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-11-03 12:36:02.382 | Changing password for user "stackrabbit" 2020-11-03 12:36:02.450 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-11-03 12:36:02.453 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-11-03 12:36:02.455 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-11-03 12:36:03.454 | Deleting user "guest" 2020-11-03 12:36:03.533 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-11-03 12:36:03.548 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:36:03.551 | + ./stack.sh:main:800 : install_database 2020-11-03 12:36:03.553 | + lib/database:install_database:116 : install_database_mysql 2020-11-03 12:36:03.556 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-11-03 12:36:03.558 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:03.560 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:03.563 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-11-03 12:36:03.901 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-11-03 12:36:03.903 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-11-03 12:36:03.907 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-11-03 12:36:03.910 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:03.912 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:03.915 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-11-03 12:36:03.917 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-11-03 12:36:03.920 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-11-03 12:36:03.923 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-11-03 12:36:03.925 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-11-03 12:36:03.928 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:36:03.931 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-11-03 12:36:03.933 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:36:03.935 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:36:03.938 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:36:03.940 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:36:03.942 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:36:03.944 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:36:03.947 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:36:03.949 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:36:03.951 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-11-03 12:36:03.953 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:36:03.956 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:36:03.958 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:36:03.960 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:36:03.963 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:36:03.965 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:36:03.967 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-11-03 12:36:03.969 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:03.972 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:03.974 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-11-03 12:36:03.976 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:36:03.979 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:36:03.981 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:36:03.983 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:36:03.985 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:36:03.988 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:36:03.990 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:03.992 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:03.995 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:36:03.997 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:36:03.999 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:36:04.001 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:36:04.003 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-11-03 12:36:04.006 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:36:04.008 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:04.010 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:04.012 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-11-03 12:36:04.030 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2020-11-03 12:36:04.149 | Reading package lists... 2020-11-03 12:36:04.391 | Building dependency tree... 2020-11-03 12:36:04.392 | Reading state information... 2020-11-03 12:36:04.599 | The following packages were automatically installed and are no longer required: 2020-11-03 12:36:04.599 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:36:04.599 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:36:04.599 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:36:04.599 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:36:04.599 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:36:04.599 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:36:04.599 | python3-zope.interface 2020-11-03 12:36:04.599 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:36:04.600 | The following additional packages will be installed: 2020-11-03 12:36:04.600 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-11-03 12:36:04.600 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-11-03 12:36:04.600 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-11-03 12:36:04.600 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-11-03 12:36:04.600 | mysql-server-5.7 mysql-server-core-5.7 2020-11-03 12:36:04.602 | Suggested packages: 2020-11-03 12:36:04.602 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-11-03 12:36:04.653 | The following NEW packages will be installed: 2020-11-03 12:36:04.653 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-11-03 12:36:04.653 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-11-03 12:36:04.653 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-11-03 12:36:04.654 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-11-03 12:36:04.654 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-11-03 12:36:04.928 | 0 upgraded, 18 newly installed, 0 to remove and 157 not upgraded. 2020-11-03 12:36:04.928 | Need to get 19.7 MB of archives. 2020-11-03 12:36:04.928 | After this operation, 156 MB of additional disk space will be used. 2020-11-03 12:36:04.928 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [6,660 kB] 2020-11-03 12:36:06.498 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [1,943 kB] 2020-11-03 12:36:06.663 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [7,455 kB] 2020-11-03 12:36:07.897 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2020-11-03 12:36:07.899 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [2,935 kB] 2020-11-03 12:36:08.329 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-11-03 12:36:08.330 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-11-03 12:36:08.365 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-11-03 12:36:08.367 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-11-03 12:36:08.411 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-11-03 12:36:08.412 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2020-11-03 12:36:08.413 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-11-03 12:36:08.413 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-11-03 12:36:08.415 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-11-03 12:36:08.457 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-11-03 12:36:08.585 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-11-03 12:36:08.588 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-11-03 12:36:08.593 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.32-0ubuntu0.18.04.1 [9,944 B] 2020-11-03 12:36:09.093 | Preconfiguring packages ... 2020-11-03 12:36:09.346 | Fetched 19.7 MB in 4s (5,014 kB/s) 2020-11-03 12:36:09.451 | Selecting previously unselected package mysql-client-core-5.7. 2020-11-03 12:36:09.489 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 76729 files and directories currently installed.) 2020-11-03 12:36:09.492 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:36:09.536 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:10.879 | Selecting previously unselected package mysql-client-5.7. 2020-11-03 12:36:10.887 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:36:10.930 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:11.705 | Selecting previously unselected package mysql-server-core-5.7. 2020-11-03 12:36:11.712 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:36:11.764 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:13.559 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-11-03 12:36:13.567 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-11-03 12:36:13.670 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-11-03 12:36:14.221 | Selecting previously unselected package mysql-server-5.7. 2020-11-03 12:36:14.229 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-03 12:36:15.209 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:16.227 | Selecting previously unselected package libhtml-tagset-perl. 2020-11-03 12:36:16.235 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-11-03 12:36:16.290 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-11-03 12:36:16.610 | Selecting previously unselected package liburi-perl. 2020-11-03 12:36:16.617 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-11-03 12:36:16.667 | Unpacking liburi-perl (1.73-1) ... 2020-11-03 12:36:17.010 | Selecting previously unselected package libhtml-parser-perl. 2020-11-03 12:36:17.018 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-11-03 12:36:17.064 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-11-03 12:36:17.356 | Selecting previously unselected package libcgi-pm-perl. 2020-11-03 12:36:17.364 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-11-03 12:36:17.413 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-11-03 12:36:17.781 | Selecting previously unselected package libfcgi-perl. 2020-11-03 12:36:17.789 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-11-03 12:36:17.850 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-11-03 12:36:18.153 | Selecting previously unselected package libcgi-fast-perl. 2020-11-03 12:36:18.160 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-11-03 12:36:18.204 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-11-03 12:36:18.484 | Selecting previously unselected package libencode-locale-perl. 2020-11-03 12:36:18.492 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-11-03 12:36:18.541 | Unpacking libencode-locale-perl (1.05-1) ... 2020-11-03 12:36:18.827 | Selecting previously unselected package libhtml-template-perl. 2020-11-03 12:36:18.835 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-11-03 12:36:18.873 | Unpacking libhtml-template-perl (2.97-1) ... 2020-11-03 12:36:19.184 | Selecting previously unselected package libhttp-date-perl. 2020-11-03 12:36:19.192 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-11-03 12:36:19.241 | Unpacking libhttp-date-perl (6.02-1) ... 2020-11-03 12:36:19.516 | Selecting previously unselected package libio-html-perl. 2020-11-03 12:36:19.523 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-11-03 12:36:19.570 | Unpacking libio-html-perl (1.001-1) ... 2020-11-03 12:36:19.910 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-11-03 12:36:19.918 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-11-03 12:36:19.978 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-11-03 12:36:20.293 | Selecting previously unselected package libhttp-message-perl. 2020-11-03 12:36:20.301 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-11-03 12:36:20.350 | Unpacking libhttp-message-perl (6.14-1) ... 2020-11-03 12:36:20.684 | Selecting previously unselected package mysql-server. 2020-11-03 12:36:20.692 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2020-11-03 12:36:20.741 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:21.063 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-11-03 12:36:21.255 | Setting up libhttp-date-perl (6.02-1) ... 2020-11-03 12:36:21.415 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-11-03 12:36:21.567 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:36:21.690 | Setting up libencode-locale-perl (1.05-1) ... 2020-11-03 12:36:21.824 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:21.961 | Setting up libio-html-perl (1.001-1) ... 2020-11-03 12:36:22.093 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-11-03 12:36:22.227 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:36:22.335 | Setting up liburi-perl (1.73-1) ... 2020-11-03 12:36:22.458 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:36:22.747 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-11-03 12:36:22.850 | Setting up libcgi-pm-perl (4.38-1) ... 2020-11-03 12:36:22.996 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:36:24.944 | Setting up libhttp-message-perl (6.14-1) ... 2020-11-03 12:36:25.093 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:25.238 | Setting up libfcgi-perl (0.78-2build1) ... 2020-11-03 12:36:25.390 | Setting up libhtml-template-perl (2.97-1) ... 2020-11-03 12:36:25.544 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-11-03 12:36:25.684 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:25.798 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:26.999 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-11-03 12:36:27.057 | Renaming removed key_buffer and myisam-recover options (if present) 2020-11-03 12:36:46.416 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-11-03 12:36:47.647 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-11-03 12:36:47.821 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:36:48.127 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:36:50.264 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:36:50.267 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:36:50.269 | + functions-common:time_stop:2310 : local name 2020-11-03 12:36:50.271 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:36:50.273 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:36:50.276 | + functions-common:time_stop:2313 : local total 2020-11-03 12:36:50.278 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:36:50.280 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:36:50.282 | + functions-common:time_stop:2317 : start_time=1604406964028 2020-11-03 12:36:50.284 | + functions-common:time_stop:2319 : [[ -z 1604406964028 ]] 2020-11-03 12:36:50.287 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:36:50.290 | + functions-common:time_stop:2322 : end_time=1604407010288 2020-11-03 12:36:50.292 | + functions-common:time_stop:2323 : elapsed_time=46260 2020-11-03 12:36:50.294 | + functions-common:time_stop:2324 : total=308071 2020-11-03 12:36:50.296 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:36:50.298 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=354331 2020-11-03 12:36:50.300 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:36:50.303 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-11-03 12:36:50.305 | + ./stack.sh:main:803 : install_database_python 2020-11-03 12:36:50.307 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-11-03 12:36:50.310 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-11-03 12:36:50.312 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-11-03 12:36:50.314 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-03 12:36:50.317 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-11-03 12:36:50.319 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-11-03 12:36:50.322 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-03 12:36:50.326 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-03 12:36:50.326 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:36:50.330 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-11-03 12:36:50.332 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-11-03 12:36:50.334 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-11-03 12:36:50.338 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-11-03 12:36:50.340 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-11-03 12:36:50.358 | Using python 3.6 to install PyMySQL 2020-11-03 12:36:50.360 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2020-11-03 12:36:52.146 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:36:52.274 | Collecting PyMySQL===0.10.1 2020-11-03 12:36:52.282 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44f/47128dda8676e/PyMySQL-0.10.1-py2.py3-none-any.whl (47 kB) 2020-11-03 12:36:52.771 | Installing collected packages: PyMySQL 2020-11-03 12:36:52.926 | Successfully installed PyMySQL-0.10.1 2020-11-03 12:36:53.060 | + inc/python:pip_install:200 : result=0 2020-11-03 12:36:53.062 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:36:53.065 | + functions-common:time_stop:2310 : local name 2020-11-03 12:36:53.067 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:36:53.069 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:36:53.071 | + functions-common:time_stop:2313 : local total 2020-11-03 12:36:53.074 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:36:53.076 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:36:53.078 | + functions-common:time_stop:2317 : start_time=1604407010353 2020-11-03 12:36:53.080 | + functions-common:time_stop:2319 : [[ -z 1604407010353 ]] 2020-11-03 12:36:53.083 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:36:53.086 | + functions-common:time_stop:2322 : end_time=1604407013084 2020-11-03 12:36:53.089 | + functions-common:time_stop:2323 : elapsed_time=2731 2020-11-03 12:36:53.091 | + functions-common:time_stop:2324 : total=54676 2020-11-03 12:36:53.093 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:36:53.095 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=57407 2020-11-03 12:36:53.097 | + inc/python:pip_install:203 : return 0 2020-11-03 12:36:53.100 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-11-03 12:36:53.102 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-11-03 12:36:53.105 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-11-03 12:36:53.107 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-11-03 12:36:53.122 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:36:53.124 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-11-03 12:36:53.126 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-11-03 12:36:53.129 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-03 12:36:53.130 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-11-03 12:36:53.134 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-03 12:36:53.136 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-11-03 12:36:53.139 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2020-11-03 12:36:53.141 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-11-03 12:36:53.143 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-11-03 12:36:53.146 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2020-11-03 12:36:53.160 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:36:53.163 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2020-11-03 12:36:53.165 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:36:53.167 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:36:53.169 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:36:53.172 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:36:53.174 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:36:53.176 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:36:53.178 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:53.180 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:53.183 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:36:53.185 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:36:53.187 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:36:53.189 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:36:53.191 | + functions-common:install_package:1345 : real_install_package radvd 2020-11-03 12:36:53.193 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:36:53.196 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:36:53.198 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:36:53.201 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-11-03 12:36:53.219 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2020-11-03 12:36:53.338 | Reading package lists... 2020-11-03 12:36:53.584 | Building dependency tree... 2020-11-03 12:36:53.585 | Reading state information... 2020-11-03 12:36:53.788 | The following packages were automatically installed and are no longer required: 2020-11-03 12:36:53.788 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-03 12:36:53.788 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-03 12:36:53.788 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-03 12:36:53.788 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:36:53.788 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:36:53.789 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:36:53.789 | python3-zope.interface 2020-11-03 12:36:53.789 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:36:53.831 | The following NEW packages will be installed: 2020-11-03 12:36:53.831 | radvd 2020-11-03 12:36:54.102 | 0 upgraded, 1 newly installed, 0 to remove and 157 not upgraded. 2020-11-03 12:36:54.102 | Need to get 59.0 kB of archives. 2020-11-03 12:36:54.102 | After this operation, 164 kB of additional disk space will be used. 2020-11-03 12:36:54.102 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-11-03 12:36:54.924 | Fetched 59.0 kB in 1s (108 kB/s) 2020-11-03 12:36:55.170 | Selecting previously unselected package radvd. 2020-11-03 12:36:55.212 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77186 files and directories currently installed.) 2020-11-03 12:36:55.216 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-11-03 12:36:55.266 | Unpacking radvd (1:2.16-3) ... 2020-11-03 12:36:55.785 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:36:55.927 | Setting up radvd (1:2.16-3) ... 2020-11-03 12:36:57.132 | Job for radvd.service failed because the control process exited with error code. 2020-11-03 12:36:57.132 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-11-03 12:36:57.134 | invoke-rc.d: initscript radvd, action "start" failed. 2020-11-03 12:36:57.143 | ● radvd.service - Router advertisement daemon for IPv6 2020-11-03 12:36:57.143 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-11-03 12:36:57.143 | Active: failed (Result: exit-code) since Tue 2020-11-03 12:36:57 UTC; 12ms ago 2020-11-03 12:36:57.143 | Docs: man:radvd(8) 2020-11-03 12:36:57.143 | Process: 41893 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-11-03 12:36:57.143 | 2020-11-03 12:36:57.143 | Nov 03 12:36:56 dv-cinder-756711-6-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2020-11-03 12:36:57.143 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi radvd[41893]: can't open /etc/radvd.conf: No such file or directory 2020-11-03 12:36:57.143 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi radvd[41893]: Insecure file permissions, but continuing anyway 2020-11-03 12:36:57.143 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi radvd[41893]: exiting, failed to read config file 2020-11-03 12:36:57.144 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-11-03 12:36:57.144 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-11-03 12:36:57.144 | Nov 03 12:36:57 dv-cinder-756711-6-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-11-03 12:36:57.201 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:36:57.495 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:36:57.847 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:36:59.943 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:36:59.945 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:36:59.948 | + functions-common:time_stop:2310 : local name 2020-11-03 12:36:59.950 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:36:59.952 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:36:59.954 | + functions-common:time_stop:2313 : local total 2020-11-03 12:36:59.956 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:36:59.958 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:36:59.960 | + functions-common:time_stop:2317 : start_time=1604407013216 2020-11-03 12:36:59.963 | + functions-common:time_stop:2319 : [[ -z 1604407013216 ]] 2020-11-03 12:36:59.965 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:36:59.968 | + functions-common:time_stop:2322 : end_time=1604407019966 2020-11-03 12:36:59.970 | + functions-common:time_stop:2323 : elapsed_time=6750 2020-11-03 12:36:59.973 | + functions-common:time_stop:2324 : total=354331 2020-11-03 12:36:59.975 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:36:59.977 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=361081 2020-11-03 12:36:59.979 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:36:59.981 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2020-11-03 12:36:59.997 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:36:59.999 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2020-11-03 12:37:00.001 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-11-03 12:37:00.004 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-11-03 12:37:00.023 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-11-03 12:37:00.025 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:37:00.027 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:37:00.030 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:37:00.032 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:37:00.034 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:37:00.036 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:37:00.039 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:00.041 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:00.043 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:37:00.045 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:37:00.047 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:37:00.049 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:37:00.051 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-11-03 12:37:00.054 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:37:00.056 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:00.058 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:00.060 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-11-03 12:37:00.078 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2020-11-03 12:37:00.198 | Reading package lists... 2020-11-03 12:37:00.439 | Building dependency tree... 2020-11-03 12:37:00.440 | Reading state information... 2020-11-03 12:37:00.642 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-11-03 12:37:00.642 | fakeroot set to manually installed. 2020-11-03 12:37:00.642 | make is already the newest version (4.1-9.1ubuntu1). 2020-11-03 12:37:00.642 | The following packages were automatically installed and are no longer required: 2020-11-03 12:37:00.642 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-03 12:37:00.642 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-03 12:37:00.642 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-03 12:37:00.643 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:37:00.643 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:37:00.643 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:37:00.643 | python3-zope.interface 2020-11-03 12:37:00.643 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:37:00.643 | The following additional packages will be installed: 2020-11-03 12:37:00.644 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-11-03 12:37:00.645 | Suggested packages: 2020-11-03 12:37:00.645 | openvswitch-doc python-sortedcontainers-doc 2020-11-03 12:37:00.696 | The following NEW packages will be installed: 2020-11-03 12:37:00.697 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-11-03 12:37:00.698 | The following packages will be upgraded: 2020-11-03 12:37:00.698 | openvswitch-common openvswitch-switch 2020-11-03 12:37:00.842 | 2 upgraded, 3 newly installed, 0 to remove and 155 not upgraded. 2020-11-03 12:37:00.842 | Need to get 3,087 kB of archives. 2020-11-03 12:37:00.842 | After this operation, 3,063 kB of additional disk space will be used. 2020-11-03 12:37:00.842 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.1-0ubuntu0.19.10.1~cloud0 [117 kB] 2020-11-03 12:37:00.972 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-11-03 12:37:01.144 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.1-0ubuntu0.19.10.1~cloud0 [970 kB] 2020-11-03 12:37:01.650 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-11-03 12:37:01.763 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.1-0ubuntu0.19.10.1~cloud0 [1,707 kB] 2020-11-03 12:37:03.020 | Fetched 3,087 kB in 2s (1,751 kB/s) 2020-11-03 12:37:03.216 | Selecting previously unselected package libunbound2:amd64. 2020-11-03 12:37:03.256 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77199 files and directories currently installed.) 2020-11-03 12:37:03.260 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-11-03 12:37:03.361 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-11-03 12:37:03.781 | Selecting previously unselected package python3-sortedcontainers. 2020-11-03 12:37:03.789 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-11-03 12:37:03.844 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-11-03 12:37:04.225 | Selecting previously unselected package python3-openvswitch. 2020-11-03 12:37:04.233 | Preparing to unpack .../python3-openvswitch_2.12.1-0ubuntu0.19.10.1~cloud0_all.deb ... 2020-11-03 12:37:04.282 | Unpacking python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-03 12:37:04.589 | Preparing to unpack .../openvswitch-common_2.12.1-0ubuntu0.19.10.1~cloud0_amd64.deb ... 2020-11-03 12:37:04.729 | Unpacking openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-11-03 12:37:05.400 | Preparing to unpack .../openvswitch-switch_2.12.1-0ubuntu0.19.10.1~cloud0_amd64.deb ... 2020-11-03 12:37:05.529 | Unpacking openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-11-03 12:37:07.334 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-11-03 12:37:07.427 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:37:07.542 | Setting up openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-03 12:37:07.678 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-11-03 12:37:08.095 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:37:08.227 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:37:08.462 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:37:09.436 | Setting up python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-03 12:37:09.953 | Setting up openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-03 12:37:10.259 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-11-03 12:37:13.504 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:37:13.506 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:37:13.509 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:13.511 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:13.513 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:13.515 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:13.517 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:13.519 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:37:13.521 | + functions-common:time_stop:2317 : start_time=1604407020076 2020-11-03 12:37:13.523 | + functions-common:time_stop:2319 : [[ -z 1604407020076 ]] 2020-11-03 12:37:13.526 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:13.529 | + functions-common:time_stop:2322 : end_time=1604407033527 2020-11-03 12:37:13.531 | + functions-common:time_stop:2323 : elapsed_time=13451 2020-11-03 12:37:13.533 | + functions-common:time_stop:2324 : total=361081 2020-11-03 12:37:13.535 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:13.537 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=374532 2020-11-03 12:37:13.540 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:37:13.542 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-11-03 12:37:13.544 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:13.546 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:13.548 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-11-03 12:37:13.551 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-11-03 12:37:13.553 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-11-03 12:37:13.557 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-11-03 12:37:13.559 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-11-03 12:37:13.562 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-11-03 12:37:13.563 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-11-03 12:37:13.566 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-11-03 12:37:13.568 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-11-03 12:37:13.571 | + functions:vercmp:652 : local v1=4.15 2020-11-03 12:37:13.573 | + functions:vercmp:653 : local 'op=<' 2020-11-03 12:37:13.575 | + functions:vercmp:654 : local v2=3.13 2020-11-03 12:37:13.578 | + functions:vercmp:655 : local result 2020-11-03 12:37:13.581 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-11-03 12:37:13.581 | ++ functions:vercmp:659 : sort -V 2020-11-03 12:37:13.581 | ++ functions:vercmp:659 : head -1 2020-11-03 12:37:13.585 | + functions:vercmp:659 : result=3.13 2020-11-03 12:37:13.587 | + functions:vercmp:661 : case $op in 2020-11-03 12:37:13.589 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-11-03 12:37:13.591 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-11-03 12:37:13.594 | + functions:vercmp:672 : return 2020-11-03 12:37:13.596 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-11-03 12:37:13.598 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:37:13.600 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart openvswitch-switch 2020-11-03 12:37:14.046 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-11-03 12:37:14.061 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:37:14.063 | + ./stack.sh:main:811 : install_etcd3 2020-11-03 12:37:14.067 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-11-03 12:37:14.067 | Installing etcd 2020-11-03 12:37:14.070 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-11-03 12:37:14.081 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-11-03 12:37:14.091 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-11-03 12:37:14.093 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-11-03 12:37:14.105 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-11-03 12:37:14.108 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.110 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.113 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.117 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.120 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2020-11-03 12:37:14.122 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-11-03 12:37:14.125 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.167 | --2020-11-03 12:37:14-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:14.365 | Resolving github.com (github.com)... 140.82.121.3 2020-11-03 12:37:14.410 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2020-11-03 12:37:14.551 | HTTP request sent, awaiting response... 302 Found 2020-11-03 12:37:14.565 | Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201103T123614Z&X-Amz-Expires=300&X-Amz-Signature=4052e6622cd99d6a277a5819569e9b70295fdc1844a5a4e22d3b00bb988dd9f8&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2020-11-03 12:37:14.566 | --2020-11-03 12:37:14-- https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201103T123614Z&X-Amz-Expires=300&X-Amz-Signature=4052e6622cd99d6a277a5819569e9b70295fdc1844a5a4e22d3b00bb988dd9f8&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2020-11-03 12:37:14.676 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.248.228 2020-11-03 12:37:14.836 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.248.228|:443... connected. 2020-11-03 12:37:15.340 | HTTP request sent, awaiting response... 200 OK 2020-11-03 12:37:15.340 | Length: 11350736 (11M) [application/octet-stream] 2020-11-03 12:37:15.340 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-11-03 12:37:16.142 | 2020-11-03 12:37:17.571 | 0K ........ .. 100% 4.85M=2.2s 2020-11-03 12:37:17.571 | 2020-11-03 12:37:17.571 | 2020-11-03 12:37:17 (4.85 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-11-03 12:37:17.571 | 2020-11-03 12:37:17.575 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-11-03 12:37:17.577 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:17.580 | ++ functions:get_extra_file:73 : return 2020-11-03 12:37:17.582 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-03 12:37:17.585 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-11-03 12:37:17.587 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-11-03 12:37:17.589 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-11-03 12:37:17.722 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-11-03 12:37:17.725 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/ 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/README.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-11-03 12:37:17.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-11-03 12:37:17.731 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-11-03 12:37:17.732 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-11-03 12:37:17.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-11-03 12:37:17.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-11-03 12:37:17.735 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-11-03 12:37:17.736 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-11-03 12:37:17.737 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-11-03 12:37:17.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-11-03 12:37:17.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-11-03 12:37:17.741 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-11-03 12:37:17.742 | etcd-v3.3.12-linux-amd64/etcdctl 2020-11-03 12:37:17.950 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-11-03 12:37:17.950 | etcd-v3.3.12-linux-amd64/etcd 2020-11-03 12:37:18.205 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-11-03 12:37:18.240 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-11-03 12:37:18.270 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-11-03 12:37:18.273 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-11-03 12:37:18.288 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:37:18.291 | + ./stack.sh:main:830 : install_dstat 2020-11-03 12:37:18.293 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-11-03 12:37:18.308 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:37:18.310 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-11-03 12:37:18.312 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-03 12:37:18.315 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-11-03 12:37:18.317 | + ./stack.sh:main:839 : install_libs 2020-11-03 12:37:18.319 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-11-03 12:37:18.322 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-11-03 12:37:18.324 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-11-03 12:37:18.326 | + inc/python:use_library_from_git:250 : local name=automaton 2020-11-03 12:37:18.328 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.330 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.333 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2020-11-03 12:37:18.335 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.337 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-11-03 12:37:18.340 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-11-03 12:37:18.342 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-11-03 12:37:18.344 | + inc/python:use_library_from_git:250 : local name=castellan 2020-11-03 12:37:18.346 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.348 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.350 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2020-11-03 12:37:18.353 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.355 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-11-03 12:37:18.357 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-11-03 12:37:18.360 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-11-03 12:37:18.362 | + inc/python:use_library_from_git:250 : local name=cliff 2020-11-03 12:37:18.365 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.367 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.369 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2020-11-03 12:37:18.371 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.373 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-11-03 12:37:18.376 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-11-03 12:37:18.378 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-11-03 12:37:18.380 | + inc/python:use_library_from_git:250 : local name=cursive 2020-11-03 12:37:18.382 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.385 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.387 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2020-11-03 12:37:18.389 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.391 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-11-03 12:37:18.393 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-11-03 12:37:18.395 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-11-03 12:37:18.398 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-11-03 12:37:18.400 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.402 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.405 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2020-11-03 12:37:18.407 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.409 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-11-03 12:37:18.411 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-11-03 12:37:18.414 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-11-03 12:37:18.416 | + inc/python:use_library_from_git:250 : local name=futurist 2020-11-03 12:37:18.418 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.420 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.422 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2020-11-03 12:37:18.424 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.427 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-11-03 12:37:18.429 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-11-03 12:37:18.431 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-11-03 12:37:18.433 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-11-03 12:37:18.435 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.438 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.440 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2020-11-03 12:37:18.442 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.444 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-11-03 12:37:18.447 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-11-03 12:37:18.449 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-11-03 12:37:18.451 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-11-03 12:37:18.453 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.455 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.458 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2020-11-03 12:37:18.460 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.463 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-11-03 12:37:18.465 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-11-03 12:37:18.467 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-11-03 12:37:18.469 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-11-03 12:37:18.471 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.474 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.476 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2020-11-03 12:37:18.478 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.480 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-11-03 12:37:18.482 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-11-03 12:37:18.485 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-11-03 12:37:18.487 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-11-03 12:37:18.489 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.491 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.493 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2020-11-03 12:37:18.496 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.498 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-11-03 12:37:18.500 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-11-03 12:37:18.502 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-11-03 12:37:18.504 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-11-03 12:37:18.507 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.509 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.511 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2020-11-03 12:37:18.514 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.516 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-11-03 12:37:18.518 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-11-03 12:37:18.520 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-11-03 12:37:18.522 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-11-03 12:37:18.525 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.527 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.529 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2020-11-03 12:37:18.532 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.534 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-11-03 12:37:18.536 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-11-03 12:37:18.538 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-11-03 12:37:18.541 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-11-03 12:37:18.543 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.545 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.547 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2020-11-03 12:37:18.550 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.552 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-11-03 12:37:18.554 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-11-03 12:37:18.556 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-11-03 12:37:18.558 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-11-03 12:37:18.561 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.563 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.565 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2020-11-03 12:37:18.567 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.570 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-11-03 12:37:18.572 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-11-03 12:37:18.574 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-11-03 12:37:18.577 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-11-03 12:37:18.579 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.581 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.583 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2020-11-03 12:37:18.586 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.588 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-11-03 12:37:18.591 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-11-03 12:37:18.593 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-11-03 12:37:18.595 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-11-03 12:37:18.597 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.599 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.602 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2020-11-03 12:37:18.604 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.606 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-11-03 12:37:18.608 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-11-03 12:37:18.611 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-11-03 12:37:18.613 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-11-03 12:37:18.615 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.618 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.620 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2020-11-03 12:37:18.622 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.624 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-11-03 12:37:18.627 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-11-03 12:37:18.629 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-11-03 12:37:18.631 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-11-03 12:37:18.634 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.637 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.639 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2020-11-03 12:37:18.641 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.643 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-11-03 12:37:18.646 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-11-03 12:37:18.648 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-11-03 12:37:18.650 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-11-03 12:37:18.652 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.655 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.657 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2020-11-03 12:37:18.659 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.661 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-11-03 12:37:18.664 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-11-03 12:37:18.666 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-11-03 12:37:18.668 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-11-03 12:37:18.670 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.673 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.675 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2020-11-03 12:37:18.677 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.679 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-11-03 12:37:18.682 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-11-03 12:37:18.684 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-11-03 12:37:18.686 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-11-03 12:37:18.689 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.691 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.693 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2020-11-03 12:37:18.695 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.698 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-11-03 12:37:18.700 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-11-03 12:37:18.703 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-11-03 12:37:18.705 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-11-03 12:37:18.707 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.709 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.712 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2020-11-03 12:37:18.714 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.716 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-11-03 12:37:18.718 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-11-03 12:37:18.721 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-11-03 12:37:18.723 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-11-03 12:37:18.725 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.727 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.730 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2020-11-03 12:37:18.732 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.734 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-11-03 12:37:18.736 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-11-03 12:37:18.739 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-11-03 12:37:18.741 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-11-03 12:37:18.744 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.746 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.748 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2020-11-03 12:37:18.750 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.753 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-11-03 12:37:18.755 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-11-03 12:37:18.757 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-11-03 12:37:18.760 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-11-03 12:37:18.762 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.764 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.766 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2020-11-03 12:37:18.769 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.771 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-11-03 12:37:18.773 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-11-03 12:37:18.775 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-11-03 12:37:18.778 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-11-03 12:37:18.780 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.782 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.784 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2020-11-03 12:37:18.787 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.789 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-11-03 12:37:18.791 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-11-03 12:37:18.794 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-11-03 12:37:18.796 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-11-03 12:37:18.798 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.800 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.802 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2020-11-03 12:37:18.805 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.807 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-11-03 12:37:18.810 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-11-03 12:37:18.812 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-11-03 12:37:18.814 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-11-03 12:37:18.816 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.819 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.821 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2020-11-03 12:37:18.824 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.826 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-11-03 12:37:18.828 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-11-03 12:37:18.830 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-11-03 12:37:18.833 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-11-03 12:37:18.835 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.837 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.839 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2020-11-03 12:37:18.842 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.844 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-11-03 12:37:18.846 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-11-03 12:37:18.848 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-11-03 12:37:18.851 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-11-03 12:37:18.853 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.855 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.857 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2020-11-03 12:37:18.859 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.862 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-11-03 12:37:18.864 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-11-03 12:37:18.866 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-11-03 12:37:18.869 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-11-03 12:37:18.871 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.874 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.876 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2020-11-03 12:37:18.878 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.880 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-11-03 12:37:18.883 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-11-03 12:37:18.885 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-11-03 12:37:18.888 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-11-03 12:37:18.890 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.892 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.894 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2020-11-03 12:37:18.896 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.899 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-11-03 12:37:18.901 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-11-03 12:37:18.903 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-11-03 12:37:18.906 | + inc/python:use_library_from_git:250 : local name=tooz 2020-11-03 12:37:18.908 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.910 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.912 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2020-11-03 12:37:18.915 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.917 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-11-03 12:37:18.919 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-11-03 12:37:18.921 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-11-03 12:37:18.924 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-11-03 12:37:18.926 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.928 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.931 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2020-11-03 12:37:18.933 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.935 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-11-03 12:37:18.938 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-11-03 12:37:18.940 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-11-03 12:37:18.942 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-11-03 12:37:18.944 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.947 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.949 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2020-11-03 12:37:18.952 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.954 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-11-03 12:37:18.956 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-11-03 12:37:18.958 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-11-03 12:37:18.961 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-11-03 12:37:18.963 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:18.965 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:18.967 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2020-11-03 12:37:18.970 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:18.972 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-11-03 12:37:18.990 | Using python 3.6 to install etcd3 2020-11-03 12:37:18.992 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2020-11-03 12:37:20.762 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:37:20.865 | Collecting etcd3===0.12.0 2020-11-03 12:37:20.873 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-11-03 12:37:23.313 | Collecting grpcio===1.33.2 2020-11-03 12:37:23.336 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a8c/84db387907e8d/grpcio-1.33.2-cp36-cp36m-manylinux2014_x86_64.whl (3.8 MB) 2020-11-03 12:37:23.850 | Collecting protobuf===3.13.0 2020-11-03 12:37:23.863 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5db/9d3e12b6ede5e/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2020-11-03 12:37:23.934 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-03 12:37:24.019 | Collecting tenacity===6.2.0 2020-11-03 12:37:24.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/d3dcd46381abe/tenacity-6.2.0-py2.py3-none-any.whl (24 kB) 2020-11-03 12:37:24.077 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (50.3.2) 2020-11-03 12:37:24.125 | Building wheels for collected packages: etcd3 2020-11-03 12:37:24.126 | Building wheel for etcd3 (setup.py): started 2020-11-03 12:37:24.782 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-11-03 12:37:24.783 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=df55593841f9eebe1ea46532362e80c167907398f7dd8d300a2ba8d9dc026726 2020-11-03 12:37:24.783 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-11-03 12:37:24.784 | Successfully built etcd3 2020-11-03 12:37:25.235 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-11-03 12:37:26.524 | Successfully installed etcd3-0.12.0 grpcio-1.33.2 protobuf-3.13.0 tenacity-6.2.0 2020-11-03 12:37:26.683 | + inc/python:pip_install:200 : result=0 2020-11-03 12:37:26.686 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:37:26.688 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:26.690 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:26.692 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:26.694 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:26.696 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:26.698 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:37:26.700 | + functions-common:time_stop:2317 : start_time=1604407038985 2020-11-03 12:37:26.703 | + functions-common:time_stop:2319 : [[ -z 1604407038985 ]] 2020-11-03 12:37:26.705 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:26.708 | + functions-common:time_stop:2322 : end_time=1604407046706 2020-11-03 12:37:26.711 | + functions-common:time_stop:2323 : elapsed_time=7721 2020-11-03 12:37:26.713 | + functions-common:time_stop:2324 : total=57407 2020-11-03 12:37:26.715 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:26.717 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=65128 2020-11-03 12:37:26.719 | + inc/python:pip_install:203 : return 0 2020-11-03 12:37:26.721 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-11-03 12:37:26.741 | Using python 3.6 to install etcd3gw 2020-11-03 12:37:26.743 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2020-11-03 12:37:28.547 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:37:28.655 | Collecting etcd3gw===0.2.5 2020-11-03 12:37:28.663 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2020-11-03 12:37:28.808 | Collecting futurist===2.3.0 2020-11-03 12:37:28.815 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-11-03 12:37:28.879 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-03 12:37:28.996 | Collecting requests===2.23.0 2020-11-03 12:37:29.003 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2020-11-03 12:37:29.032 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-03 12:37:29.095 | Collecting urllib3===1.25.11 2020-11-03 12:37:29.102 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f53/21fbe4bf3fefa/urllib3-1.25.11-py2.py3-none-any.whl (127 kB) 2020-11-03 12:37:29.157 | Collecting idna===2.10 2020-11-03 12:37:29.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-11-03 12:37:29.220 | Collecting certifi===2020.6.20 2020-11-03 12:37:29.227 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 2020-11-03 12:37:29.237 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-11-03 12:37:29.739 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-11-03 12:37:29.739 | Attempting uninstall: certifi 2020-11-03 12:37:29.740 | Found existing installation: certifi 2018.1.18 2020-11-03 12:37:29.750 | Uninstalling certifi-2018.1.18: 2020-11-03 12:37:29.780 | Successfully uninstalled certifi-2018.1.18 2020-11-03 12:37:29.879 | Attempting uninstall: urllib3 2020-11-03 12:37:29.880 | Found existing installation: urllib3 1.22 2020-11-03 12:37:29.891 | Uninstalling urllib3-1.22: 2020-11-03 12:37:29.922 | Successfully uninstalled urllib3-1.22 2020-11-03 12:37:30.086 | Attempting uninstall: idna 2020-11-03 12:37:30.087 | Found existing installation: idna 2.6 2020-11-03 12:37:30.099 | Uninstalling idna-2.6: 2020-11-03 12:37:30.128 | Successfully uninstalled idna-2.6 2020-11-03 12:37:30.294 | Attempting uninstall: requests 2020-11-03 12:37:30.295 | Found existing installation: requests 2.18.4 2020-11-03 12:37:30.304 | Uninstalling requests-2.18.4: 2020-11-03 12:37:30.332 | Successfully uninstalled requests-2.18.4 2020-11-03 12:37:30.705 | Successfully installed certifi-2020.6.20 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.23.0 urllib3-1.25.11 2020-11-03 12:37:30.845 | + inc/python:pip_install:200 : result=0 2020-11-03 12:37:30.847 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:37:30.849 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:30.851 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:30.854 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:30.856 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:30.858 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:30.860 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:37:30.862 | + functions-common:time_stop:2317 : start_time=1604407046736 2020-11-03 12:37:30.864 | + functions-common:time_stop:2319 : [[ -z 1604407046736 ]] 2020-11-03 12:37:30.867 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:30.871 | + functions-common:time_stop:2322 : end_time=1604407050868 2020-11-03 12:37:30.873 | + functions-common:time_stop:2323 : elapsed_time=4132 2020-11-03 12:37:30.875 | + functions-common:time_stop:2324 : total=65128 2020-11-03 12:37:30.877 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:30.879 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=69260 2020-11-03 12:37:30.881 | + inc/python:pip_install:203 : return 0 2020-11-03 12:37:30.884 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-11-03 12:37:30.887 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-11-03 12:37:30.889 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-11-03 12:37:30.891 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:37:30.893 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:37:30.896 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:37:30.898 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:37:30.900 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:37:30.903 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:37:30.905 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:37:30.907 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:37:30.909 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-11-03 12:37:30.912 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-11-03 12:37:30.914 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:30.916 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:30.919 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-11-03 12:37:30.921 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-11-03 12:37:30.923 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-11-03 12:37:30.925 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-03 12:37:30.927 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:37:30.930 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:37:30.932 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:37:30.935 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:37:30.937 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:37:30.939 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:37:30.941 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:30.944 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:30.947 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:37:30.949 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:37:30.951 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:37:30.953 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:37:30.955 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-03 12:37:30.958 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:37:30.960 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:30.962 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:30.964 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-03 12:37:30.982 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-03 12:37:31.101 | Reading package lists... 2020-11-03 12:37:31.344 | Building dependency tree... 2020-11-03 12:37:31.346 | Reading state information... 2020-11-03 12:37:31.548 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-11-03 12:37:31.548 | The following packages were automatically installed and are no longer required: 2020-11-03 12:37:31.549 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-03 12:37:31.549 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-03 12:37:31.549 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-03 12:37:31.549 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:37:31.549 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:37:31.549 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:37:31.549 | python3-zope.interface 2020-11-03 12:37:31.549 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:37:31.551 | Suggested packages: 2020-11-03 12:37:31.551 | python-uwsgidecorators python3-uwsgidecorators 2020-11-03 12:37:31.598 | The following NEW packages will be installed: 2020-11-03 12:37:31.598 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-11-03 12:37:31.873 | 0 upgraded, 3 newly installed, 0 to remove and 155 not upgraded. 2020-11-03 12:37:31.874 | Need to get 163 kB of archives. 2020-11-03 12:37:31.874 | After this operation, 634 kB of additional disk space will be used. 2020-11-03 12:37:31.874 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2020-11-03 12:37:32.132 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2020-11-03 12:37:32.322 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2020-11-03 12:37:32.989 | Fetched 163 kB in 1s (193 kB/s) 2020-11-03 12:37:33.254 | Selecting previously unselected package uwsgi. 2020-11-03 12:37:33.294 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77267 files and directories currently installed.) 2020-11-03 12:37:33.297 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-03 12:37:33.356 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:33.819 | Selecting previously unselected package uwsgi-plugin-python. 2020-11-03 12:37:33.828 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-03 12:37:33.905 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:34.362 | Selecting previously unselected package uwsgi-plugin-python3. 2020-11-03 12:37:34.370 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-03 12:37:34.436 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:34.748 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:35.007 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:37:35.124 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:36.008 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-11-03 12:37:36.278 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:37:36.575 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:37:37.238 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:37:39.352 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:37:39.354 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:37:39.357 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:39.359 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:39.361 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:39.363 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:39.365 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:39.367 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:37:39.369 | + functions-common:time_stop:2317 : start_time=1604407050980 2020-11-03 12:37:39.371 | + functions-common:time_stop:2319 : [[ -z 1604407050980 ]] 2020-11-03 12:37:39.374 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:39.377 | + functions-common:time_stop:2322 : end_time=1604407059375 2020-11-03 12:37:39.379 | + functions-common:time_stop:2323 : elapsed_time=8395 2020-11-03 12:37:39.382 | + functions-common:time_stop:2324 : total=374532 2020-11-03 12:37:39.384 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:39.386 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=382927 2020-11-03 12:37:39.388 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:37:39.391 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2020-11-03 12:37:39.393 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:37:39.395 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:37:39.397 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2020-11-03 12:37:39.455 | Enabling module proxy. 2020-11-03 12:37:39.459 | To activate the new configuration, you need to run: 2020-11-03 12:37:39.459 | systemctl restart apache2 2020-11-03 12:37:39.464 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2020-11-03 12:37:39.520 | Considering dependency proxy for proxy_uwsgi: 2020-11-03 12:37:39.520 | Module proxy already enabled 2020-11-03 12:37:39.520 | Enabling module proxy_uwsgi. 2020-11-03 12:37:39.526 | To activate the new configuration, you need to run: 2020-11-03 12:37:39.526 | systemctl restart apache2 2020-11-03 12:37:39.530 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2020-11-03 12:37:39.532 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:37:39.534 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:37:39.537 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:37:39.674 | + ./stack.sh:main:845 : install_keystoneauth 2020-11-03 12:37:39.676 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2020-11-03 12:37:39.678 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2020-11-03 12:37:39.681 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.683 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.686 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2020-11-03 12:37:39.689 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.691 | + ./stack.sh:main:846 : install_keystoneclient 2020-11-03 12:37:39.693 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2020-11-03 12:37:39.696 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2020-11-03 12:37:39.699 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.701 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.703 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2020-11-03 12:37:39.706 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.708 | + ./stack.sh:main:847 : install_glanceclient 2020-11-03 12:37:39.710 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2020-11-03 12:37:39.713 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2020-11-03 12:37:39.715 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.719 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.722 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2020-11-03 12:37:39.724 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.726 | + ./stack.sh:main:848 : install_cinderclient 2020-11-03 12:37:39.728 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2020-11-03 12:37:39.731 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2020-11-03 12:37:39.733 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.735 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.738 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2020-11-03 12:37:39.740 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.742 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2020-11-03 12:37:39.745 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2020-11-03 12:37:39.747 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.750 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.752 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2020-11-03 12:37:39.754 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.756 | + ./stack.sh:main:849 : install_novaclient 2020-11-03 12:37:39.759 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2020-11-03 12:37:39.762 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2020-11-03 12:37:39.764 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.766 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.768 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2020-11-03 12:37:39.771 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.773 | + ./stack.sh:main:850 : is_service_enabled swift glance horizon 2020-11-03 12:37:39.789 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:37:39.791 | + ./stack.sh:main:851 : install_swiftclient 2020-11-03 12:37:39.794 | + lib/swift:install_swiftclient:751 : use_library_from_git python-swiftclient 2020-11-03 12:37:39.796 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2020-11-03 12:37:39.798 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.800 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.803 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2020-11-03 12:37:39.806 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.808 | + ./stack.sh:main:853 : is_service_enabled neutron nova horizon 2020-11-03 12:37:39.823 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:37:39.826 | + ./stack.sh:main:854 : install_neutronclient 2020-11-03 12:37:39.828 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2020-11-03 12:37:39.830 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2020-11-03 12:37:39.833 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.835 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.837 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2020-11-03 12:37:39.840 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.842 | + ./stack.sh:main:858 : install_keystonemiddleware 2020-11-03 12:37:39.844 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2020-11-03 12:37:39.847 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2020-11-03 12:37:39.849 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:37:39.851 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:37:39.854 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2020-11-03 12:37:39.856 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:37:39.858 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2020-11-03 12:37:39.861 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2020-11-03 12:37:39.863 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-03 12:37:39.866 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2020-11-03 12:37:39.869 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2020-11-03 12:37:39.871 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-03 12:37:39.874 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:37:39.875 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-03 12:37:39.879 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2020-11-03 12:37:39.881 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2020-11-03 12:37:39.884 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2020-11-03 12:37:39.886 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2020-11-03 12:37:39.889 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2020-11-03 12:37:39.906 | Using python 3.6 to install keystonemiddleware 2020-11-03 12:37:39.908 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2020-11-03 12:37:41.709 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:37:41.876 | Collecting keystonemiddleware===9.1.0 2020-11-03 12:37:41.885 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/949745b3c8d99/keystonemiddleware-9.1.0-py3-none-any.whl (113 kB) 2020-11-03 12:37:42.132 | Collecting oslo.cache===2.6.1 2020-11-03 12:37:42.140 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2020-11-03 12:37:42.389 | Collecting oslo.config===8.3.2 2020-11-03 12:37:42.396 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/490/bc3dc05ad69f7/oslo.config-8.3.2-py3-none-any.whl (119 kB) 2020-11-03 12:37:42.523 | Collecting dogpile.cache===1.0.2 2020-11-03 12:37:42.543 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/64f/da39d25b46486/dogpile.cache-1.0.2.tar.gz (351 kB) 2020-11-03 12:37:43.238 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (3.2.2) 2020-11-03 12:37:43.247 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-03 12:37:43.311 | Collecting rfc3986===1.4.0 2020-11-03 12:37:43.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2020-11-03 12:37:43.483 | Collecting keystoneauth1===4.2.1 2020-11-03 12:37:43.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0bc/f362c314ea2c4/keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 2020-11-03 12:37:43.739 | Collecting python-keystoneclient===4.1.1 2020-11-03 12:37:43.746 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b63/0e10dd5cc7b17/python_keystoneclient-4.1.1-py3-none-any.whl (390 kB) 2020-11-03 12:37:43.886 | Collecting decorator===4.4.2 2020-11-03 12:37:43.895 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2020-11-03 12:37:44.099 | Collecting oslo.utils===4.7.0 2020-11-03 12:37:44.106 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2020-11-03 12:37:44.499 | Collecting pytz===2020.4 2020-11-03 12:37:44.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c5/5e189b682d420/pytz-2020.4-py2.py3-none-any.whl (509 kB) 2020-11-03 12:37:44.687 | Collecting oslo.serialization===4.0.1 2020-11-03 12:37:44.694 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2020-11-03 12:37:44.742 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-03 12:37:44.744 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (2.23.0) 2020-11-03 12:37:44.872 | Collecting oslo.i18n===5.0.1 2020-11-03 12:37:44.879 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2020-11-03 12:37:45.052 | Collecting oslo.context===3.1.1 2020-11-03 12:37:45.059 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2020-11-03 12:37:45.203 | Collecting WebOb===1.8.6 2020-11-03 12:37:45.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2020-11-03 12:37:45.418 | Collecting oslo.log===4.4.0 2020-11-03 12:37:45.425 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2020-11-03 12:37:45.587 | Collecting pycadf===3.1.1 2020-11-03 12:37:45.594 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2020-11-03 12:37:45.643 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (0.8.0) 2020-11-03 12:37:45.649 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (5.3.1) 2020-11-03 12:37:45.652 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) (2.0.0) 2020-11-03 12:37:45.761 | Collecting debtcollector===2.2.0 2020-11-03 12:37:45.768 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2020-11-03 12:37:45.868 | Collecting os-service-types===1.7.0 2020-11-03 12:37:45.875 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2020-11-03 12:37:45.977 | Collecting iso8601===0.1.13 2020-11-03 12:37:45.983 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f0/2f01dd13320a7/iso8601-0.1.13-py3-none-any.whl (9.3 kB) 2020-11-03 12:37:46.099 | Collecting packaging===20.4 2020-11-03 12:37:46.106 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2020-11-03 12:37:46.230 | Collecting netifaces===0.10.9 2020-11-03 12:37:46.238 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2020-11-03 12:37:46.244 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.4.7) 2020-11-03 12:37:46.375 | Collecting msgpack===1.0.0 2020-11-03 12:37:46.382 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/3bc3190f3d9d9/msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (274 kB) 2020-11-03 12:37:46.429 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.10) 2020-11-03 12:37:46.432 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.25.11) 2020-11-03 12:37:46.455 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (2020.6.20) 2020-11-03 12:37:46.456 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-11-03 12:37:46.531 | Collecting python-dateutil===2.8.1 2020-11-03 12:37:46.538 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2020-11-03 12:37:46.633 | Collecting pyinotify===0.9.6 2020-11-03 12:37:46.639 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2020-11-03 12:37:47.199 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-11-03 12:37:47.218 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-11-03 12:37:47.313 | Collecting wrapt===1.12.1 2020-11-03 12:37:47.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2020-11-03 12:37:47.876 | Building wheels for collected packages: pyinotify, dogpile.cache, wrapt 2020-11-03 12:37:47.878 | Building wheel for pyinotify (setup.py): started 2020-11-03 12:37:48.452 | Building wheel for pyinotify (setup.py): finished with status 'done' 2020-11-03 12:37:48.453 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=8e87a570ba5ae415c1b0dba47e00830fa2d56accbe95c0330cf7e5203aed84ac 2020-11-03 12:37:48.454 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2020-11-03 12:37:48.455 | Building wheel for dogpile.cache (setup.py): started 2020-11-03 12:37:49.103 | Building wheel for dogpile.cache (setup.py): finished with status 'done' 2020-11-03 12:37:49.104 | Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=8a99d1d97fbe2429b4647ef059122695e69012820ca5357c3b60593e2c0340b6 2020-11-03 12:37:49.104 | Stored in directory: /root/.cache/pip/wheels/33/a8/b5/b927bbfb7bd35be20dfa7ddf2a0b44306e9106fe204b5016d1 2020-11-03 12:37:49.106 | Building wheel for wrapt (setup.py): started 2020-11-03 12:37:50.573 | Building wheel for wrapt (setup.py): finished with status 'done' 2020-11-03 12:37:50.574 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67499 sha256=b30b13b4f09abb4ee01ea8392c35ed36257f5e3f1fe4e5ff78d710f15caaa764 2020-11-03 12:37:50.574 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2020-11-03 12:37:50.575 | Successfully built pyinotify dogpile.cache wrapt 2020-11-03 12:37:51.275 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, pytz, rfc3986, oslo.config, iso8601, packaging, netifaces, oslo.utils, msgpack, oslo.serialization, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, keystoneauth1, python-keystoneclient, decorator, dogpile.cache, oslo.cache, keystonemiddleware 2020-11-03 12:37:52.831 | Attempting uninstall: netifaces 2020-11-03 12:37:52.832 | Found existing installation: netifaces 0.10.4 2020-11-03 12:37:52.838 | Uninstalling netifaces-0.10.4: 2020-11-03 12:37:52.866 | Successfully uninstalled netifaces-0.10.4 2020-11-03 12:37:55.314 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.0.2 iso8601-0.1.13 keystoneauth1-4.2.1 keystonemiddleware-9.1.0 msgpack-1.0.0 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.3.2 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.0.1 oslo.utils-4.7.0 packaging-20.4 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.1.1 pytz-2020.4 rfc3986-1.4.0 wrapt-1.12.1 2020-11-03 12:37:55.522 | + inc/python:pip_install:200 : result=0 2020-11-03 12:37:55.524 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:37:55.527 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:55.529 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:55.531 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:55.533 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:55.535 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:55.537 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:37:55.540 | + functions-common:time_stop:2317 : start_time=1604407059902 2020-11-03 12:37:55.542 | + functions-common:time_stop:2319 : [[ -z 1604407059902 ]] 2020-11-03 12:37:55.545 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:55.548 | + functions-common:time_stop:2322 : end_time=1604407075546 2020-11-03 12:37:55.550 | + functions-common:time_stop:2323 : elapsed_time=15644 2020-11-03 12:37:55.552 | + functions-common:time_stop:2324 : total=69260 2020-11-03 12:37:55.554 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:55.556 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=84904 2020-11-03 12:37:55.559 | + inc/python:pip_install:203 : return 0 2020-11-03 12:37:55.561 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2020-11-03 12:37:55.563 | + inc/python:pip_install_gr:76 : local name=python-memcached 2020-11-03 12:37:55.565 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-03 12:37:55.568 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2020-11-03 12:37:55.571 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2020-11-03 12:37:55.573 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-03 12:37:55.576 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:37:55.577 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-03 12:37:55.581 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2020-11-03 12:37:55.583 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2020-11-03 12:37:55.585 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2020-11-03 12:37:55.589 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2020-11-03 12:37:55.591 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2020-11-03 12:37:55.609 | Using python 3.6 to install python-memcached 2020-11-03 12:37:55.611 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2020-11-03 12:37:57.458 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:37:57.574 | Collecting python-memcached===1.59 2020-11-03 12:37:57.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2020-11-03 12:37:57.631 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-03 12:37:58.376 | Installing collected packages: python-memcached 2020-11-03 12:37:58.518 | Successfully installed python-memcached-1.59 2020-11-03 12:37:58.671 | + inc/python:pip_install:200 : result=0 2020-11-03 12:37:58.673 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:37:58.675 | + functions-common:time_stop:2310 : local name 2020-11-03 12:37:58.677 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:37:58.680 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:37:58.683 | + functions-common:time_stop:2313 : local total 2020-11-03 12:37:58.685 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:37:58.687 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:37:58.689 | + functions-common:time_stop:2317 : start_time=1604407075605 2020-11-03 12:37:58.691 | + functions-common:time_stop:2319 : [[ -z 1604407075605 ]] 2020-11-03 12:37:58.694 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:37:58.697 | + functions-common:time_stop:2322 : end_time=1604407078694 2020-11-03 12:37:58.699 | + functions-common:time_stop:2323 : elapsed_time=3089 2020-11-03 12:37:58.701 | + functions-common:time_stop:2324 : total=84904 2020-11-03 12:37:58.703 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:37:58.705 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=87993 2020-11-03 12:37:58.708 | + inc/python:pip_install:203 : return 0 2020-11-03 12:37:58.710 | + ./stack.sh:main:860 : is_service_enabled keystone 2020-11-03 12:37:58.726 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:37:58.729 | + ./stack.sh:main:861 : '[' 10.222.0.40 == 10.222.0.40 ']' 2020-11-03 12:37:58.731 | + ./stack.sh:main:862 : stack_install_service keystone 2020-11-03 12:37:58.733 | + lib/stack:stack_install_service:20 : local service=keystone 2020-11-03 12:37:58.736 | + lib/stack:stack_install_service:21 : type install_keystone 2020-11-03 12:37:58.738 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:37:58.740 | + lib/stack:stack_install_service:32 : install_keystone 2020-11-03 12:37:58.743 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2020-11-03 12:37:58.757 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:37:58.759 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2020-11-03 12:37:58.762 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2020-11-03 12:37:58.764 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2020-11-03 12:37:58.766 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:37:58.768 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:37:58.770 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:37:58.773 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:37:58.775 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:37:58.778 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:37:58.792 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:37:58.794 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:37:58.796 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:37:58.799 | + functions-common:git_clone:546 : echo master 2020-11-03 12:37:58.800 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:37:58.804 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2020-11-03 12:37:58.806 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:37:58.808 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2020-11-03 12:37:58.810 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:37:58.811 | + functions-common:git_clone:595 : head -1 2020-11-03 12:37:58.814 | b0b93c039 Merge "Generalize release note for bug 1878938" 2020-11-03 12:37:58.817 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:37:58.819 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2020-11-03 12:37:58.821 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:37:58.824 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-03 12:37:58.826 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2020-11-03 12:37:58.828 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:37:58.831 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2020-11-03 12:37:58.833 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:37:58.835 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-03 12:37:58.838 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2020-11-03 12:37:58.840 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:37:58.842 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:37:58.845 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2020-11-03 12:37:58.847 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:37:58.850 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2020-11-03 12:37:58.852 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:37:58.854 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:37:58.857 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2020-11-03 12:37:58.862 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2020-11-03 12:37:58.864 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2020-11-03 12:37:59.586 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2020-11-03 12:37:59.589 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:37:59.591 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:37:59.594 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:37:59.596 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-03 12:37:59.598 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2020-11-03 12:37:59.600 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:37:59.602 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:37:59.604 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:37:59.606 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:37:59.608 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:37:59.610 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:37:59.612 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:37:59.614 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2020-11-03 12:37:59.631 | Using python 3.6 to install /opt/stack/keystone 2020-11-03 12:37:59.634 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2020-11-03 12:38:01.486 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:38:01.486 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:38:01.508 | Obtaining file:///opt/stack/keystone 2020-11-03 12:38:03.049 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:38:04.679 | Collecting Flask===1.1.2 2020-11-03 12:38:04.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2020-11-03 12:38:04.843 | Collecting Flask-RESTful===0.3.8 2020-11-03 12:38:04.849 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2020-11-03 12:38:04.950 | Collecting Jinja2===2.11.2 2020-11-03 12:38:04.956 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2020-11-03 12:38:05.031 | Collecting MarkupSafe===1.1.1 2020-11-03 12:38:05.038 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2020-11-03 12:38:05.105 | Collecting PyJWT===1.7.1 2020-11-03 12:38:05.111 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2020-11-03 12:38:05.378 | Collecting SQLAlchemy===1.3.20 2020-11-03 12:38:05.389 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c09/2fe282de83d48/SQLAlchemy-1.3.20-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2020-11-03 12:38:05.491 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:38:05.615 | Collecting Werkzeug===1.0.1 2020-11-03 12:38:05.624 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2020-11-03 12:38:05.769 | Collecting aniso8601===8.0.0 2020-11-03 12:38:05.776 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2020-11-03 12:38:06.026 | Collecting bcrypt===3.2.0 2020-11-03 12:38:06.032 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2020-11-03 12:38:06.658 | Collecting cffi===1.14.3 2020-11-03 12:38:06.666 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4d7/c26bfc1ea9f92/cffi-1.14.3-cp36-cp36m-manylinux1_x86_64.whl (400 kB) 2020-11-03 12:38:06.803 | Collecting click===7.1.2 2020-11-03 12:38:06.811 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2020-11-03 12:38:07.533 | Collecting cryptography===3.2.1 2020-11-03 12:38:07.546 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/324/34673d8505b42/cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) 2020-11-03 12:38:07.656 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-03 12:38:07.725 | Collecting itsdangerous===1.1.0 2020-11-03 12:38:07.732 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2020-11-03 12:38:07.828 | Collecting jsonschema===3.2.0 2020-11-03 12:38:07.835 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2020-11-03 12:38:07.871 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (9.1.0) 2020-11-03 12:38:07.932 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.0.0) 2020-11-03 12:38:07.973 | Collecting oauthlib===3.1.0 2020-11-03 12:38:07.980 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2020-11-03 12:38:07.997 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.6.1) 2020-11-03 12:38:08.036 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (8.3.2) 2020-11-03 12:38:08.055 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (3.1.1) 2020-11-03 12:38:08.238 | Collecting oslo.db===8.4.0 2020-11-03 12:38:08.245 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2020-11-03 12:38:08.348 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.0.1) 2020-11-03 12:38:08.354 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (4.4.0) 2020-11-03 12:38:08.622 | Collecting oslo.messaging===12.6.0 2020-11-03 12:38:08.629 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e17/200f2741a84c7/oslo.messaging-12.6.0-py3-none-any.whl (240 kB) 2020-11-03 12:38:08.913 | Collecting oslo.middleware===4.1.1 2020-11-03 12:38:08.919 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2020-11-03 12:38:09.148 | Collecting oslo.policy===3.5.0 2020-11-03 12:38:09.163 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/98a/4ac7d6951b247/oslo.policy-3.5.0-py3-none-any.whl (78 kB) 2020-11-03 12:38:09.230 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.0.1) 2020-11-03 12:38:09.382 | Collecting oslo.service===2.4.0 2020-11-03 12:38:09.390 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/99fc3b445febf/oslo.service-2.4.0-py3-none-any.whl (73 kB) 2020-11-03 12:38:09.529 | Collecting oslo.upgradecheck===1.1.1 2020-11-03 12:38:09.536 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/559/c5a2b394c51dd/oslo.upgradecheck-1.1.1-py3-none-any.whl (8.8 kB) 2020-11-03 12:38:09.588 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.7.0) 2020-11-03 12:38:09.710 | Collecting osprofiler===3.4.0 2020-11-03 12:38:09.716 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2020-11-03 12:38:09.815 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (20.4) 2020-11-03 12:38:09.905 | Collecting passlib===1.7.4 2020-11-03 12:38:09.912 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2020-11-03 12:38:09.983 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (5.5.1) 2020-11-03 12:38:09.986 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (0.7.2) 2020-11-03 12:38:09.987 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (3.1.1) 2020-11-03 12:38:10.064 | Collecting pycparser===2.20 2020-11-03 12:38:10.070 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2020-11-03 12:38:10.120 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.9.6) 2020-11-03 12:38:10.122 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.4.7) 2020-11-03 12:38:10.212 | Collecting pyrsistent===0.17.3 2020-11-03 12:38:10.220 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2020-11-03 12:38:10.907 | Collecting pysaml2===6.3.0 2020-11-03 12:38:10.915 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/4e52b6154b31d/pysaml2-6.3.0-py2.py3-none-any.whl (338 kB) 2020-11-03 12:38:10.986 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (2.8.1) 2020-11-03 12:38:10.991 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (4.1.1) 2020-11-03 12:38:11.011 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.4) 2020-11-03 12:38:11.014 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.23.0) 2020-11-03 12:38:11.038 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-11-03 12:38:11.241 | Collecting scrypt===0.8.17 2020-11-03 12:38:11.249 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2020-11-03 12:38:11.318 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (50.3.2) 2020-11-03 12:38:11.366 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.15.0) 2020-11-03 12:38:11.444 | Collecting sqlalchemy-migrate===0.13.0 2020-11-03 12:38:11.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2020-11-03 12:38:11.583 | Collecting sqlparse===0.4.1 2020-11-03 12:38:11.591 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2020-11-03 12:38:11.708 | Collecting statsd===3.3.0 2020-11-03 12:38:11.714 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2020-11-03 12:38:11.761 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (3.2.2) 2020-11-03 12:38:11.830 | Collecting testresources===2.0.1 2020-11-03 12:38:11.836 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2020-11-03 12:38:11.946 | Collecting testscenarios===0.5.0 2020-11-03 12:38:11.952 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2020-11-03 12:38:12.003 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.4.0) 2020-11-03 12:38:12.021 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (1.4.0) 2020-11-03 12:38:12.025 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.1.0) 2020-11-03 12:38:12.032 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.25.11) 2020-11-03 12:38:12.114 | Collecting yappi===1.3.0 2020-11-03 12:38:12.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a44/3240f4a776fa1/yappi-1.3.0.tar.gz (58 kB) 2020-11-03 12:38:12.784 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-03 12:38:12.786 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-03 12:38:12.809 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:38:12.853 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (4.2.1) 2020-11-03 12:38:12.925 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:38:12.928 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-03 12:38:12.936 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (0.8.0) 2020-11-03 12:38:13.046 | Collecting alembic===1.4.3 2020-11-03 12:38:13.052 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/2ed2aa796bd17/alembic-1.4.3-py2.py3-none-any.whl (159 kB) 2020-11-03 12:38:13.112 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-03 12:38:13.254 | Collecting amqp===5.0.1 2020-11-03 12:38:13.261 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a8f/b8151eb9d1220/amqp-5.0.1-py2.py3-none-any.whl (46 kB) 2020-11-03 12:38:13.477 | Collecting kombu===5.0.2 2020-11-03 12:38:13.486 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2020-11-03 12:38:13.667 | Collecting cachetools===4.1.1 2020-11-03 12:38:13.674 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/513/d4ff98dd27f85/cachetools-4.1.1-py3-none-any.whl (10 kB) 2020-11-03 12:38:13.963 | Collecting greenlet===0.4.17 2020-11-03 12:38:13.971 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bee/111161420f341/greenlet-0.4.17-cp36-cp36m-manylinux1_x86_64.whl (44 kB) 2020-11-03 12:38:14.092 | Collecting PasteDeploy===2.1.1 2020-11-03 12:38:14.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2020-11-03 12:38:14.283 | Collecting oslo.concurrency===4.3.1 2020-11-03 12:38:14.302 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/367/2179805822f15/oslo.concurrency-4.3.1-py3-none-any.whl (42 kB) 2020-11-03 12:38:14.482 | Collecting Paste===3.5.0 2020-11-03 12:38:14.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2020-11-03 12:38:14.558 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-03 12:38:14.650 | Collecting Routes===2.5.1 2020-11-03 12:38:14.657 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2020-11-03 12:38:14.802 | Collecting eventlet===0.29.1 2020-11-03 12:38:14.809 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a07/b8c8e1f43bc4c/eventlet-0.29.1-py2.py3-none-any.whl (223 kB) 2020-11-03 12:38:14.869 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.10.9) 2020-11-03 12:38:14.871 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-03 12:38:14.920 | Collecting pyOpenSSL===19.1.0 2020-11-03 12:38:14.927 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) 2020-11-03 12:38:15.005 | Collecting defusedxml===0.6.0 2020-11-03 12:38:15.012 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2020-11-03 12:38:15.062 | 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) 2020-11-03 12:38:15.064 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-03 12:38:15.067 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:38:15.127 | Collecting Tempita===0.5.2 2020-11-03 12:38:15.134 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2020-11-03 12:38:15.181 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.6.0) 2020-11-03 12:38:15.183 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-03 12:38:15.185 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (1.0.0) 2020-11-03 12:38:15.187 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2020-11-03 12:38:15.189 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (3.4.0) 2020-11-03 12:38:15.215 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (1.7.0) 2020-11-03 12:38:15.220 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.12.1) 2020-11-03 12:38:15.222 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-03 12:38:15.304 | Collecting python-editor===1.0.4 2020-11-03 12:38:15.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2020-11-03 12:38:15.443 | Collecting Mako===1.1.3 2020-11-03 12:38:15.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/29a258e4ff074/Mako-1.1.3-py2.py3-none-any.whl (75 kB) 2020-11-03 12:38:15.572 | Collecting vine===5.0.0 2020-11-03 12:38:15.580 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2020-11-03 12:38:15.695 | Collecting fasteners===0.14.1 2020-11-03 12:38:15.703 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2020-11-03 12:38:15.809 | Collecting repoze.lru===0.7 2020-11-03 12:38:15.816 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2020-11-03 12:38:15.929 | Collecting dnspython===1.16.0 2020-11-03 12:38:15.937 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) 2020-11-03 12:38:16.060 | Collecting monotonic===1.5 2020-11-03 12:38:16.066 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2020-11-03 12:38:16.113 | Building wheels for collected packages: pyrsistent, yappi 2020-11-03 12:38:16.114 | Building wheel for pyrsistent (setup.py): started 2020-11-03 12:38:17.471 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2020-11-03 12:38:17.473 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97030 sha256=c861d4a3bc4a11b91b5fb839c86942895cc4d6e0398de800844e4279d2b6c012 2020-11-03 12:38:17.473 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2020-11-03 12:38:17.475 | Building wheel for yappi (setup.py): started 2020-11-03 12:38:19.862 | Building wheel for yappi (setup.py): finished with status 'done' 2020-11-03 12:38:19.863 | Created wheel for yappi: filename=yappi-1.3.0-cp36-cp36m-linux_x86_64.whl size=89975 sha256=f5e2ac335dfc7fdb7b667e879cb9e88b5993dfba6c1bf5ae0067276a61408af2 2020-11-03 12:38:19.863 | Stored in directory: /root/.cache/pip/wheels/87/3a/a8/59a7e67bf8e6e2d05989b98623f2362ff943971689fe397911 2020-11-03 12:38:19.864 | Successfully built pyrsistent yappi 2020-11-03 12:38:20.822 | Installing collected packages: MarkupSafe, Jinja2, Werkzeug, itsdangerous, click, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, sqlparse, Tempita, sqlalchemy-migrate, passlib, bcrypt, scrypt, vine, amqp, yappi, greenlet, PasteDeploy, monotonic, fasteners, oslo.concurrency, Paste, repoze.lru, Routes, dnspython, eventlet, oslo.service, kombu, statsd, oslo.middleware, cachetools, oslo.messaging, testresources, python-editor, Mako, alembic, testscenarios, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, pyOpenSSL, defusedxml, pysaml2, PyJWT, pyrsistent, jsonschema, osprofiler, keystone 2020-11-03 12:38:20.822 | Attempting uninstall: MarkupSafe 2020-11-03 12:38:20.823 | Found existing installation: MarkupSafe 1.0 2020-11-03 12:38:20.832 | Uninstalling MarkupSafe-1.0: 2020-11-03 12:38:20.862 | Successfully uninstalled MarkupSafe-1.0 2020-11-03 12:38:20.972 | Attempting uninstall: Jinja2 2020-11-03 12:38:20.973 | Found existing installation: Jinja2 2.10 2020-11-03 12:38:20.976 | Uninstalling Jinja2-2.10: 2020-11-03 12:38:21.004 | Successfully uninstalled Jinja2-2.10 2020-11-03 12:38:21.557 | Attempting uninstall: click 2020-11-03 12:38:21.558 | Found existing installation: click 6.7 2020-11-03 12:38:21.569 | Uninstalling click-6.7: 2020-11-03 12:38:21.598 | Successfully uninstalled click-6.7 2020-11-03 12:38:22.580 | Attempting uninstall: cryptography 2020-11-03 12:38:22.582 | Found existing installation: cryptography 2.1.4 2020-11-03 12:38:22.588 | Uninstalling cryptography-2.1.4: 2020-11-03 12:38:22.615 | Successfully uninstalled cryptography-2.1.4 2020-11-03 12:38:29.023 | Attempting uninstall: oauthlib 2020-11-03 12:38:29.024 | Found existing installation: oauthlib 2.0.6 2020-11-03 12:38:29.027 | Uninstalling oauthlib-2.0.6: 2020-11-03 12:38:29.052 | Successfully uninstalled oauthlib-2.0.6 2020-11-03 12:38:29.243 | Attempting uninstall: pyOpenSSL 2020-11-03 12:38:29.245 | Found existing installation: pyOpenSSL 17.5.0 2020-11-03 12:38:29.251 | Uninstalling pyOpenSSL-17.5.0: 2020-11-03 12:38:29.275 | Successfully uninstalled pyOpenSSL-17.5.0 2020-11-03 12:38:30.034 | Attempting uninstall: PyJWT 2020-11-03 12:38:30.035 | Found existing installation: PyJWT 1.5.3 2020-11-03 12:38:30.039 | Uninstalling PyJWT-1.5.3: 2020-11-03 12:38:30.063 | Successfully uninstalled PyJWT-1.5.3 2020-11-03 12:38:30.289 | Attempting uninstall: jsonschema 2020-11-03 12:38:30.290 | Found existing installation: jsonschema 2.6.0 2020-11-03 12:38:30.296 | Uninstalling jsonschema-2.6.0: 2020-11-03 12:38:30.337 | Successfully uninstalled jsonschema-2.6.0 2020-11-03 12:38:30.670 | Running setup.py develop for keystone 2020-11-03 12:38:32.418 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Jinja2-2.11.2 Mako-1.1.3 MarkupSafe-1.1.1 Paste-3.5.0 PasteDeploy-2.1.1 PyJWT-1.7.1 Routes-2.5.1 SQLAlchemy-1.3.20 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.4.3 amqp-5.0.1 aniso8601-8.0.0 bcrypt-3.2.0 cachetools-4.1.1 cffi-1.14.3 click-7.1.2 cryptography-3.2.1 defusedxml-0.6.0 dnspython-1.16.0 eventlet-0.29.1 fasteners-0.14.1 greenlet-0.4.17 itsdangerous-1.1.0 jsonschema-3.2.0 keystone kombu-5.0.2 monotonic-1.5 oauthlib-3.1.0 oslo.concurrency-4.3.1 oslo.db-8.4.0 oslo.messaging-12.6.0 oslo.middleware-4.1.1 oslo.policy-3.5.0 oslo.service-2.4.0 oslo.upgradecheck-1.1.1 osprofiler-3.4.0 passlib-1.7.4 pyOpenSSL-19.1.0 pycparser-2.20 pyrsistent-0.17.3 pysaml2-6.3.0 python-editor-1.0.4 repoze.lru-0.7 scrypt-0.8.17 sqlalchemy-migrate-0.13.0 sqlparse-0.4.1 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 yappi-1.3.0 2020-11-03 12:38:32.659 | + inc/python:pip_install:200 : result=0 2020-11-03 12:38:32.661 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:38:32.664 | + functions-common:time_stop:2310 : local name 2020-11-03 12:38:32.666 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:38:32.668 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:38:32.670 | + functions-common:time_stop:2313 : local total 2020-11-03 12:38:32.672 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:38:32.674 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:38:32.676 | + functions-common:time_stop:2317 : start_time=1604407079627 2020-11-03 12:38:32.678 | + functions-common:time_stop:2319 : [[ -z 1604407079627 ]] 2020-11-03 12:38:32.681 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:38:32.684 | + functions-common:time_stop:2322 : end_time=1604407112682 2020-11-03 12:38:32.686 | + functions-common:time_stop:2323 : elapsed_time=33055 2020-11-03 12:38:32.688 | + functions-common:time_stop:2324 : total=87993 2020-11-03 12:38:32.690 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:38:32.692 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=121048 2020-11-03 12:38:32.694 | + inc/python:pip_install:203 : return 0 2020-11-03 12:38:32.696 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:38:32.699 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-03 12:38:32.701 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-03 12:38:32.718 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-03 12:38:32.728 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2020-11-03 12:38:32.731 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2020-11-03 12:38:32.733 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:38:32.735 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:38:32.737 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/keystone, ]] 2020-11-03 12:38:32.740 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:38:32.742 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2020-11-03 12:38:32.757 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:32.760 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2020-11-03 12:38:32.762 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:38:32.764 | + ./stack.sh:main:863 : configure_keystone 2020-11-03 12:38:32.767 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2020-11-03 12:38:32.778 | + 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 ]] 2020-11-03 12:38:32.781 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2020-11-03 12:38:32.785 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2020-11-03 12:38:32.799 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:32.802 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2020-11-03 12:38:32.827 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2020-11-03 12:38:32.850 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2020-11-03 12:38:32.875 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2020-11-03 12:38:32.901 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2020-11-03 12:38:32.926 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2020-11-03 12:38:32.952 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2020-11-03 12:38:32.976 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2020-11-03 12:38:32.999 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2020-11-03 12:38:33.002 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2020-11-03 12:38:33.004 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2020-11-03 12:38:33.006 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2020-11-03 12:38:33.008 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-03 12:38:33.011 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-03 12:38:33.025 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:33.027 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-03 12:38:33.030 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-03 12:38:33.032 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-03 12:38:33.046 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:33.048 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:38:33.051 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:38:33.077 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-03 12:38:33.079 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-03 12:38:33.081 | + lib/keystone:configure_keystone:225 : local service_port=5000 2020-11-03 12:38:33.083 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2020-11-03 12:38:33.086 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2020-11-03 12:38:33.100 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:33.102 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.40/identity 2020-11-03 12:38:33.128 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.40/identity 2020-11-03 12:38:33.152 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2020-11-03 12:38:33.154 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2020-11-03 12:38:33.179 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2020-11-03 12:38:33.182 | ++ lib/database:database_connection_url:132 : local db=keystone 2020-11-03 12:38:33.185 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2020-11-03 12:38:33.187 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2020-11-03 12:38:33.189 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-11-03 12:38:33.192 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-11-03 12:38:33.218 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2020-11-03 12:38:33.220 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2020-11-03 12:38:33.222 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2020-11-03 12:38:33.225 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2020-11-03 12:38:33.227 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-03 12:38:33.243 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-03 12:38:33.245 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-03 12:38:33.248 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-03 12:38:33.250 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-03 12:38:33.252 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-03 12:38:33.275 | + 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' 2020-11-03 12:38:33.299 | + 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' 2020-11-03 12:38:33.322 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-03 12:38:33.345 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2020-11-03 12:38:33.370 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2020-11-03 12:38:33.372 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2020-11-03 12:38:33.374 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2020-11-03 12:38:33.376 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2020-11-03 12:38:33.378 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2020-11-03 12:38:33.381 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-03 12:38:33.383 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-03 12:38:33.386 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2020-11-03 12:38:33.389 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2020-11-03 12:38:33.391 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-03 12:38:33.393 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-03 12:38:33.404 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-03 12:38:33.404 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:38:33.411 | d /var/run/uwsgi 0755 ubuntu root 2020-11-03 12:38:33.414 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:38:33.428 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2020-11-03 12:38:33.430 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2020-11-03 12:38:33.434 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2020-11-03 12:38:33.458 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2020-11-03 12:38:33.481 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2020-11-03 12:38:33.505 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2020-11-03 12:38:33.527 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2020-11-03 12:38:33.551 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2020-11-03 12:38:33.574 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2020-11-03 12:38:33.597 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2020-11-03 12:38:33.620 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2020-11-03 12:38:33.643 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:38:33.667 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2020-11-03 12:38:33.690 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2020-11-03 12:38:33.713 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2020-11-03 12:38:33.736 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-03 12:38:33.738 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-03 12:38:33.741 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2020-11-03 12:38:33.744 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2020-11-03 12:38:33.746 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-03 12:38:33.748 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:33.750 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:33.753 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-03 12:38:33.755 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-03 12:38:33.757 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2020-11-03 12:38:33.781 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2020-11-03 12:38:33.805 | + 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 ' 2020-11-03 12:38:33.805 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-03 12:38:33.812 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2020-11-03 12:38:33.815 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2020-11-03 12:38:33.817 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2020-11-03 12:38:33.820 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-03 12:38:33.822 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-03 12:38:33.824 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:38:33.826 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:33.829 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:33.831 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-03 12:38:33.833 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-03 12:38:33.835 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:33.838 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:33.840 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2020-11-03 12:38:33.896 | Enabling site keystone-wsgi-public. 2020-11-03 12:38:33.901 | To activate the new configuration, you need to run: 2020-11-03 12:38:33.901 | systemctl reload apache2 2020-11-03 12:38:33.905 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-03 12:38:33.908 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:38:33.910 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:38:33.912 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:38:34.048 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2020-11-03 12:38:34.050 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2020-11-03 12:38:34.053 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2020-11-03 12:38:34.055 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2020-11-03 12:38:34.057 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-03 12:38:34.059 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-03 12:38:34.062 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2020-11-03 12:38:34.065 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2020-11-03 12:38:34.068 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-03 12:38:34.070 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-03 12:38:34.082 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:38:34.083 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-03 12:38:34.090 | d /var/run/uwsgi 0755 ubuntu root 2020-11-03 12:38:34.093 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:38:34.106 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2020-11-03 12:38:34.108 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2020-11-03 12:38:34.112 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2020-11-03 12:38:34.138 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2020-11-03 12:38:34.161 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2020-11-03 12:38:34.185 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2020-11-03 12:38:34.208 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2020-11-03 12:38:34.232 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2020-11-03 12:38:34.255 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2020-11-03 12:38:34.279 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2020-11-03 12:38:34.302 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2020-11-03 12:38:34.327 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:38:34.350 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2020-11-03 12:38:34.374 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2020-11-03 12:38:34.398 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2020-11-03 12:38:34.421 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-03 12:38:34.423 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-03 12:38:34.426 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2020-11-03 12:38:34.428 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2020-11-03 12:38:34.430 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-03 12:38:34.433 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:34.435 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:34.438 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-03 12:38:34.440 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-03 12:38:34.443 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2020-11-03 12:38:34.466 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2020-11-03 12:38:34.490 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-03 12:38:34.490 | + 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 ' 2020-11-03 12:38:34.498 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2020-11-03 12:38:34.501 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2020-11-03 12:38:34.503 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2020-11-03 12:38:34.505 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-03 12:38:34.508 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-03 12:38:34.510 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:38:34.513 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:34.515 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:34.517 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-03 12:38:34.519 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-03 12:38:34.522 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:34.524 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:34.526 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2020-11-03 12:38:34.582 | Enabling site keystone-wsgi-admin. 2020-11-03 12:38:34.587 | To activate the new configuration, you need to run: 2020-11-03 12:38:34.587 | systemctl reload apache2 2020-11-03 12:38:34.591 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-03 12:38:34.593 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:38:34.596 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:38:34.598 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:38:34.732 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2020-11-03 12:38:34.757 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2020-11-03 12:38:34.783 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2020-11-03 12:38:34.810 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2020-11-03 12:38:34.812 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2020-11-03 12:38:34.838 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2020-11-03 12:38:34.861 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2020-11-03 12:38:34.886 | + ./stack.sh:main:867 : is_service_enabled swift 2020-11-03 12:38:34.901 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:34.903 | + ./stack.sh:main:868 : is_service_enabled ceilometer 2020-11-03 12:38:34.919 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:34.921 | + ./stack.sh:main:871 : stack_install_service swift 2020-11-03 12:38:34.923 | + lib/stack:stack_install_service:20 : local service=swift 2020-11-03 12:38:34.926 | + lib/stack:stack_install_service:21 : type install_swift 2020-11-03 12:38:34.928 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:38:34.930 | + lib/stack:stack_install_service:32 : install_swift 2020-11-03 12:38:34.933 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2020-11-03 12:38:34.936 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2020-11-03 12:38:34.938 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2020-11-03 12:38:34.940 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:38:34.942 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:38:34.945 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:38:34.948 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:38:34.950 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:38:34.952 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:38:34.967 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:38:34.969 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:38:34.971 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:38:34.974 | + functions-common:git_clone:546 : echo master 2020-11-03 12:38:34.974 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:38:34.979 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2020-11-03 12:38:34.981 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:38:34.984 | + functions-common:git_clone:594 : cd /opt/stack/swift 2020-11-03 12:38:34.986 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:38:34.987 | + functions-common:git_clone:595 : head -1 2020-11-03 12:38:34.989 | 06460cc8a Merge "Do not require the close method for response iterator" 2020-11-03 12:38:34.991 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:38:34.994 | + lib/swift:install_swift:744 : setup_develop /opt/stack/swift 2020-11-03 12:38:34.997 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:38:34.999 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2020-11-03 12:38:35.001 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2020-11-03 12:38:35.004 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:38:35.006 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e 2020-11-03 12:38:35.009 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:38:35.011 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2020-11-03 12:38:35.013 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2020-11-03 12:38:35.015 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:38:35.018 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:38:35.021 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2020-11-03 12:38:35.023 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:38:35.026 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2020-11-03 12:38:35.028 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:38:35.030 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:38:35.033 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2020-11-03 12:38:35.038 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2020-11-03 12:38:35.040 | + 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' 2020-11-03 12:38:35.770 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e 2020-11-03 12:38:35.772 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:38:35.775 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:38:35.777 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:38:35.780 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2020-11-03 12:38:35.782 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2020-11-03 12:38:35.784 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:38:35.786 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:38:35.788 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:38:35.791 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:38:35.793 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:38:35.796 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:38:35.798 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:38:35.800 | + inc/python:setup_package:445 : pip_install -e /opt/stack/swift 2020-11-03 12:38:35.818 | Using python 3.6 to install /opt/stack/swift 2020-11-03 12:38:35.820 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/swift 2020-11-03 12:38:37.808 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:38:37.808 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:38:37.828 | Obtaining file:///opt/stack/swift 2020-11-03 12:38:39.094 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:38:40.351 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:38:40.360 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-03 12:38:40.404 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-03 12:38:40.413 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-03 12:38:41.221 | Collecting lxml===4.6.1 2020-11-03 12:38:41.241 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d9/b2b72eb0dbbdb/lxml-4.6.1-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2020-11-03 12:38:41.435 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-03 12:38:41.521 | Collecting pyeclib===1.6.0 2020-11-03 12:38:41.543 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2020-11-03 12:38:42.522 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-03 12:38:42.546 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-03 12:38:42.594 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-03 12:38:42.597 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.25.11) 2020-11-03 12:38:42.741 | Collecting xattr===0.9.7 2020-11-03 12:38:42.749 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2020-11-03 12:38:43.482 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:38:43.485 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-03 12:38:43.495 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-03 12:38:43.498 | 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) 2020-11-03 12:38:43.500 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:38:43.503 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-03 12:38:43.506 | Building wheels for collected packages: pyeclib, xattr 2020-11-03 12:38:43.507 | Building wheel for pyeclib (setup.py): started 2020-11-03 12:38:44.608 | Building wheel for pyeclib (setup.py): finished with status 'done' 2020-11-03 12:38:44.609 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53038 sha256=d5daad51a71d474e3f05eeb4fc678d0621ac63c9215ff336bb16447dafdc7d8f 2020-11-03 12:38:44.609 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2020-11-03 12:38:44.611 | Building wheel for xattr (setup.py): started 2020-11-03 12:38:45.805 | Building wheel for xattr (setup.py): finished with status 'done' 2020-11-03 12:38:45.806 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30931 sha256=37418e40fdbbe06c1df68f6b9d5734836627fd115e15df778743f2aed6f70ee3 2020-11-03 12:38:45.806 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2020-11-03 12:38:45.807 | Successfully built pyeclib xattr 2020-11-03 12:38:46.932 | Installing collected packages: lxml, xattr, pyeclib, swift 2020-11-03 12:38:47.481 | Running setup.py develop for swift 2020-11-03 12:38:48.994 | Successfully installed lxml-4.6.1 pyeclib-1.6.0 swift xattr-0.9.7 2020-11-03 12:38:49.195 | + inc/python:pip_install:200 : result=0 2020-11-03 12:38:49.197 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:38:49.200 | + functions-common:time_stop:2310 : local name 2020-11-03 12:38:49.202 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:38:49.204 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:38:49.206 | + functions-common:time_stop:2313 : local total 2020-11-03 12:38:49.208 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:38:49.210 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:38:49.212 | + functions-common:time_stop:2317 : start_time=1604407115813 2020-11-03 12:38:49.215 | + functions-common:time_stop:2319 : [[ -z 1604407115813 ]] 2020-11-03 12:38:49.219 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:38:49.222 | + functions-common:time_stop:2322 : end_time=1604407129219 2020-11-03 12:38:49.224 | + functions-common:time_stop:2323 : elapsed_time=13406 2020-11-03 12:38:49.226 | + functions-common:time_stop:2324 : total=121048 2020-11-03 12:38:49.228 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:38:49.230 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=134454 2020-11-03 12:38:49.232 | + inc/python:pip_install:203 : return 0 2020-11-03 12:38:49.235 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:38:49.237 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-03 12:38:49.239 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-03 12:38:49.255 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-03 12:38:49.267 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2020-11-03 12:38:49.269 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2020-11-03 12:38:49.271 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:38:49.274 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:38:49.276 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/swift, ]] 2020-11-03 12:38:49.279 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:38:49.281 | + lib/swift:install_swift:745 : '[' False == True ']' 2020-11-03 12:38:49.283 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:38:49.286 | + ./stack.sh:main:872 : configure_swift 2020-11-03 12:38:49.288 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2020-11-03 12:38:49.290 | + lib/swift:configure_swift:335 : local node_number 2020-11-03 12:38:49.292 | + lib/swift:configure_swift:336 : local swift_node_config 2020-11-03 12:38:49.294 | + lib/swift:configure_swift:337 : local swift_log_dir 2020-11-03 12:38:49.296 | + lib/swift:configure_swift:338 : local user_group 2020-11-03 12:38:49.298 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2020-11-03 12:38:50.151 | No proxy-server running 2020-11-03 12:38:50.151 | No account-auditor running 2020-11-03 12:38:50.151 | No container-auditor running 2020-11-03 12:38:50.151 | No object-auditor running 2020-11-03 12:38:50.151 | No object-replicator running 2020-11-03 12:38:50.151 | No account-replicator running 2020-11-03 12:38:50.151 | No container-server running 2020-11-03 12:38:50.151 | No account-server running 2020-11-03 12:38:50.151 | No container-reconciler running 2020-11-03 12:38:50.151 | No object-updater running 2020-11-03 12:38:50.151 | No container-sync running 2020-11-03 12:38:50.151 | No container-replicator running 2020-11-03 12:38:50.151 | No object-expirer running 2020-11-03 12:38:50.151 | No container-sharder running 2020-11-03 12:38:50.151 | No account-reaper running 2020-11-03 12:38:50.151 | No object-reconstructor running 2020-11-03 12:38:50.151 | No object-server running 2020-11-03 12:38:50.151 | No container-updater running 2020-11-03 12:38:50.197 | + lib/swift:configure_swift:341 : true 2020-11-03 12:38:50.199 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2020-11-03 12:38:50.211 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2020-11-03 12:38:50.222 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2020-11-03 12:38:50.225 | + lib/swift:configure_swift:355 : sed -e ' 2020-11-03 12:38:50.225 | s/%GROUP%//; 2020-11-03 12:38:50.225 | s/%USER%/ubuntu/; 2020-11-03 12:38:50.225 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2020-11-03 12:38:50.225 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2020-11-03 12:38:50.225 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2020-11-03 12:38:50.232 | uid = ubuntu 2020-11-03 12:38:50.232 | gid = 2020-11-03 12:38:50.232 | log file = /opt/stack/data/swift/logs/rsyncd.log 2020-11-03 12:38:50.232 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2020-11-03 12:38:50.232 | address = 127.0.0.1 2020-11-03 12:38:50.232 | 2020-11-03 12:38:50.232 | [account6612] 2020-11-03 12:38:50.232 | max connections = 25 2020-11-03 12:38:50.232 | path = /opt/stack/data/swift/1/node/ 2020-11-03 12:38:50.232 | read only = false 2020-11-03 12:38:50.232 | lock file = /opt/stack/data/swift/run/account6612.lock 2020-11-03 12:38:50.232 | 2020-11-03 12:38:50.232 | [account6622] 2020-11-03 12:38:50.232 | max connections = 25 2020-11-03 12:38:50.232 | path = /opt/stack/data/swift/2/node/ 2020-11-03 12:38:50.232 | read only = false 2020-11-03 12:38:50.232 | lock file = /opt/stack/data/swift/run/account6622.lock 2020-11-03 12:38:50.232 | 2020-11-03 12:38:50.232 | [account6632] 2020-11-03 12:38:50.232 | max connections = 25 2020-11-03 12:38:50.232 | path = /opt/stack/data/swift/3/node/ 2020-11-03 12:38:50.232 | read only = false 2020-11-03 12:38:50.232 | lock file = /opt/stack/data/swift/run/account6632.lock 2020-11-03 12:38:50.232 | 2020-11-03 12:38:50.232 | [account6642] 2020-11-03 12:38:50.232 | max connections = 25 2020-11-03 12:38:50.232 | path = /opt/stack/data/swift/4/node/ 2020-11-03 12:38:50.232 | read only = false 2020-11-03 12:38:50.232 | lock file = /opt/stack/data/swift/run/account6642.lock 2020-11-03 12:38:50.232 | 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [container6611] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.233 | path = /opt/stack/data/swift/1/node/ 2020-11-03 12:38:50.233 | read only = false 2020-11-03 12:38:50.233 | lock file = /opt/stack/data/swift/run/container6611.lock 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [container6621] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.233 | path = /opt/stack/data/swift/2/node/ 2020-11-03 12:38:50.233 | read only = false 2020-11-03 12:38:50.233 | lock file = /opt/stack/data/swift/run/container6621.lock 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [container6631] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.233 | path = /opt/stack/data/swift/3/node/ 2020-11-03 12:38:50.233 | read only = false 2020-11-03 12:38:50.233 | lock file = /opt/stack/data/swift/run/container6631.lock 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [container6641] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.233 | path = /opt/stack/data/swift/4/node/ 2020-11-03 12:38:50.233 | read only = false 2020-11-03 12:38:50.233 | lock file = /opt/stack/data/swift/run/container6641.lock 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [object6613] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.233 | path = /opt/stack/data/swift/1/node/ 2020-11-03 12:38:50.233 | read only = false 2020-11-03 12:38:50.233 | lock file = /opt/stack/data/swift/run/object6613.lock 2020-11-03 12:38:50.233 | 2020-11-03 12:38:50.233 | [object6623] 2020-11-03 12:38:50.233 | max connections = 25 2020-11-03 12:38:50.234 | path = /opt/stack/data/swift/2/node/ 2020-11-03 12:38:50.234 | read only = false 2020-11-03 12:38:50.234 | lock file = /opt/stack/data/swift/run/object6623.lock 2020-11-03 12:38:50.234 | 2020-11-03 12:38:50.234 | [object6633] 2020-11-03 12:38:50.234 | max connections = 25 2020-11-03 12:38:50.234 | path = /opt/stack/data/swift/3/node/ 2020-11-03 12:38:50.234 | read only = false 2020-11-03 12:38:50.234 | lock file = /opt/stack/data/swift/run/object6633.lock 2020-11-03 12:38:50.234 | 2020-11-03 12:38:50.234 | [object6643] 2020-11-03 12:38:50.234 | max connections = 25 2020-11-03 12:38:50.234 | path = /opt/stack/data/swift/4/node/ 2020-11-03 12:38:50.234 | read only = false 2020-11-03 12:38:50.234 | lock file = /opt/stack/data/swift/run/object6643.lock 2020-11-03 12:38:50.234 | + lib/swift:configure_swift:361 : is_ubuntu 2020-11-03 12:38:50.237 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:38:50.238 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:38:50.240 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2020-11-03 12:38:50.255 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2020-11-03 12:38:50.258 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2020-11-03 12:38:50.262 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2020-11-03 12:38:50.266 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2020-11-03 12:38:50.268 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2020-11-03 12:38:50.271 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2020-11-03 12:38:50.295 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.40:8080/v1/ 2020-11-03 12:38:50.317 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2020-11-03 12:38:50.336 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2020-11-03 12:38:50.363 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2020-11-03 12:38:50.382 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2020-11-03 12:38:50.410 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2020-11-03 12:38:50.429 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2020-11-03 12:38:50.457 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2020-11-03 12:38:50.476 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2020-11-03 12:38:50.503 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2020-11-03 12:38:50.523 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2020-11-03 12:38:50.550 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2020-11-03 12:38:50.570 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2020-11-03 12:38:50.583 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:50.585 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2020-11-03 12:38:50.612 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2020-11-03 12:38:50.639 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2020-11-03 12:38:50.665 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2020-11-03 12:38:50.692 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2020-11-03 12:38:50.705 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:50.708 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2020-11-03 12:38:50.734 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2020-11-03 12:38:50.748 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:50.750 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2020-11-03 12:38:50.763 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:50.765 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2020-11-03 12:38:50.767 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2020-11-03 12:38:50.781 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:50.783 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2020-11-03 12:38:50.785 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2020-11-03 12:38:50.787 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2020-11-03 12:38:50.795 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2020-11-03 12:38:50.803 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2020-11-03 12:38:50.830 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2020-11-03 12:38:50.857 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2020-11-03 12:38:50.885 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2020-11-03 12:38:50.913 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2020-11-03 12:38:50.940 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2020-11-03 12:38:50.942 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2020-11-03 12:38:50.944 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2020-11-03 12:38:50.946 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2020-11-03 12:38:50.948 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2020-11-03 12:38:50.974 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2020-11-03 12:38:51.001 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.40/identity 2020-11-03 12:38:51.028 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2020-11-03 12:38:51.055 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2020-11-03 12:38:51.081 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2020-11-03 12:38:51.109 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2020-11-03 12:38:51.135 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2020-11-03 12:38:51.162 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-03 12:38:51.189 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2020-11-03 12:38:51.216 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2020-11-03 12:38:51.243 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2020-11-03 12:38:51.269 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2020-11-03 12:38:51.296 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2020-11-03 12:38:51.325 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2020-11-03 12:38:51.351 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2020-11-03 12:38:51.371 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2020-11-03 12:38:51.397 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2020-11-03 12:38:51.424 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2020-11-03 12:38:51.428 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2020-11-03 12:38:51.452 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2020-11-03 12:38:51.476 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2020-11-03 12:38:51.498 | + lib/swift:configure_swift:479 : local node_number 2020-11-03 12:38:51.500 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2020-11-03 12:38:51.502 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2020-11-03 12:38:51.505 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2020-11-03 12:38:51.508 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2020-11-03 12:38:51.511 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2020-11-03 12:38:51.513 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-03 12:38:51.515 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2020-11-03 12:38:51.517 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2020-11-03 12:38:51.519 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-03 12:38:51.521 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-03 12:38:51.523 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2020-11-03 12:38:51.541 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2020-11-03 12:38:51.566 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2020-11-03 12:38:51.583 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2020-11-03 12:38:51.609 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2020-11-03 12:38:51.627 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-03 12:38:51.653 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2020-11-03 12:38:51.670 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-03 12:38:51.696 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2020-11-03 12:38:51.713 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-03 12:38:51.738 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2020-11-03 12:38:51.756 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2020-11-03 12:38:51.782 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2020-11-03 12:38:51.800 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2020-11-03 12:38:51.826 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2020-11-03 12:38:51.844 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2020-11-03 12:38:51.869 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2020-11-03 12:38:51.887 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2020-11-03 12:38:51.911 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2020-11-03 12:38:51.917 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2020-11-03 12:38:51.935 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-03 12:38:51.961 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2020-11-03 12:38:51.987 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2020-11-03 12:38:51.989 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2020-11-03 12:38:51.993 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2020-11-03 12:38:51.995 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2020-11-03 12:38:51.997 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-03 12:38:51.999 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2020-11-03 12:38:52.001 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2020-11-03 12:38:52.004 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-03 12:38:52.006 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-03 12:38:52.008 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2020-11-03 12:38:52.025 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2020-11-03 12:38:52.052 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2020-11-03 12:38:52.070 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2020-11-03 12:38:52.095 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2020-11-03 12:38:52.112 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-03 12:38:52.138 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2020-11-03 12:38:52.155 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-03 12:38:52.181 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2020-11-03 12:38:52.199 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-03 12:38:52.225 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2020-11-03 12:38:52.242 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2020-11-03 12:38:52.268 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2020-11-03 12:38:52.285 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2020-11-03 12:38:52.312 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2020-11-03 12:38:52.329 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2020-11-03 12:38:52.355 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2020-11-03 12:38:52.372 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2020-11-03 12:38:52.396 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2020-11-03 12:38:52.407 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2020-11-03 12:38:52.425 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-03 12:38:52.450 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2020-11-03 12:38:52.452 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2020-11-03 12:38:52.455 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2020-11-03 12:38:52.458 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2020-11-03 12:38:52.460 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-03 12:38:52.462 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2020-11-03 12:38:52.464 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2020-11-03 12:38:52.466 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-03 12:38:52.468 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-03 12:38:52.470 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2020-11-03 12:38:52.504 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2020-11-03 12:38:52.529 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2020-11-03 12:38:52.547 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2020-11-03 12:38:52.571 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2020-11-03 12:38:52.587 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-03 12:38:52.613 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2020-11-03 12:38:52.629 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-03 12:38:52.655 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2020-11-03 12:38:52.672 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-03 12:38:52.696 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2020-11-03 12:38:52.713 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2020-11-03 12:38:52.738 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2020-11-03 12:38:52.755 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2020-11-03 12:38:52.780 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2020-11-03 12:38:52.797 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2020-11-03 12:38:52.822 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2020-11-03 12:38:52.838 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2020-11-03 12:38:52.863 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2020-11-03 12:38:52.869 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2020-11-03 12:38:52.885 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-03 12:38:52.910 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2020-11-03 12:38:52.937 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2020-11-03 12:38:52.964 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2020-11-03 12:38:52.991 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2020-11-03 12:38:52.993 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2020-11-03 12:38:52.997 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2020-11-03 12:38:53.021 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2020-11-03 12:38:53.046 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2020-11-03 12:38:53.070 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2020-11-03 12:38:53.095 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2020-11-03 12:38:53.121 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2020-11-03 12:38:53.144 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2020-11-03 12:38:53.167 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2020-11-03 12:38:53.191 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2020-11-03 12:38:53.219 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2020-11-03 12:38:53.234 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:53.236 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2020-11-03 12:38:53.254 | + lib/swift:configure_swift:522 : local auth_vers 2020-11-03 12:38:53.256 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2020-11-03 12:38:53.274 | + lib/swift:configure_swift:523 : auth_vers=3 2020-11-03 12:38:53.276 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.40 2020-11-03 12:38:53.338 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2020-11-03 12:38:53.340 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2020-11-03 12:38:53.363 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.40/identity 2020-11-03 12:38:53.388 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2020-11-03 12:38:53.390 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2020-11-03 12:38:53.413 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2020-11-03 12:38:53.428 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:53.430 | + lib/swift:configure_swift:542 : local user_group 2020-11-03 12:38:53.433 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2020-11-03 12:38:53.437 | + lib/swift:configure_swift:543 : user_group=1000 2020-11-03 12:38:53.439 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2020-11-03 12:38:53.451 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2020-11-03 12:38:53.453 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2020-11-03 12:38:53.463 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2020-11-03 12:38:53.465 | + lib/swift:configure_swift:549 : is_suse 2020-11-03 12:38:53.468 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:38:53.470 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:38:53.472 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:38:53.474 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:38:53.476 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:38:53.478 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:38:53.481 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2020-11-03 12:38:53.492 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2020-11-03 12:38:53.494 | + lib/swift:configure_swift:562 : '[' False == True ']' 2020-11-03 12:38:53.497 | + ./stack.sh:main:875 : is_service_enabled s3api 2020-11-03 12:38:53.512 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:38:53.515 | + ./stack.sh:main:881 : is_service_enabled g-api n-api 2020-11-03 12:38:53.530 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:53.532 | + ./stack.sh:main:883 : stack_install_service glance 2020-11-03 12:38:53.535 | + lib/stack:stack_install_service:20 : local service=glance 2020-11-03 12:38:53.537 | + lib/stack:stack_install_service:21 : type install_glance 2020-11-03 12:38:53.539 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:38:53.541 | + lib/stack:stack_install_service:32 : install_glance 2020-11-03 12:38:53.545 | + lib/glance:install_glance:436 : glance_store_extras=() 2020-11-03 12:38:53.547 | + lib/glance:install_glance:436 : local glance_store_extras 2020-11-03 12:38:53.549 | + lib/glance:install_glance:438 : is_service_enabled cinder 2020-11-03 12:38:53.565 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:53.568 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2020-11-03 12:38:53.570 | + lib/glance:install_glance:442 : is_service_enabled swift 2020-11-03 12:38:53.586 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:38:53.588 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2020-11-03 12:38:53.591 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2020-11-03 12:38:53.593 | + inc/python:use_library_from_git:250 : local name=glance_store 2020-11-03 12:38:53.596 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:38:53.598 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:38:53.601 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,glance_store, ]] 2020-11-03 12:38:53.603 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:38:53.607 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2020-11-03 12:38:53.609 | ++ inc/python:join_extras:29 : local IFS=, 2020-11-03 12:38:53.612 | ++ inc/python:join_extras:30 : echo swift,cinder 2020-11-03 12:38:53.615 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2020-11-03 12:38:53.617 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2020-11-03 12:38:53.620 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2020-11-03 12:38:53.623 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2020-11-03 12:38:53.626 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2020-11-03 12:38:53.628 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2020-11-03 12:38:53.631 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2020-11-03 12:38:53.635 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2020-11-03 12:38:53.635 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2020-11-03 12:38:53.639 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2020-11-03 12:38:53.641 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2020-11-03 12:38:53.644 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2020-11-03 12:38:53.647 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2020-11-03 12:38:53.649 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2020-11-03 12:38:53.668 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2020-11-03 12:38:53.671 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2020-11-03 12:38:55.655 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:38:55.655 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:38:55.825 | Collecting glance-store===2.3.0 2020-11-03 12:38:55.834 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8eb/d90abfa60b311/glance_store-2.3.0-py3-none-any.whl (211 kB) 2020-11-03 12:38:56.093 | Collecting httplib2===0.18.1 2020-11-03 12:38:56.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca2/914b015b62477/httplib2-0.18.1-py3-none-any.whl (95 kB) 2020-11-03 12:38:56.166 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-11-03 12:38:56.198 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (4.2.1) 2020-11-03 12:38:56.435 | Collecting os-brick===4.0.1 2020-11-03 12:38:56.443 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/375e3627097a0/os_brick-4.0.1-py3-none-any.whl (235 kB) 2020-11-03 12:38:56.539 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (1.7.0) 2020-11-03 12:38:56.661 | Collecting os-win===5.2.0 2020-11-03 12:38:56.666 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e4/97b71ef15e110/os_win-5.2.0-py3-none-any.whl (270 kB) 2020-11-03 12:38:56.760 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-11-03 12:38:56.772 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (8.3.2) 2020-11-03 12:38:56.790 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (3.1.1) 2020-11-03 12:38:56.796 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.0.1) 2020-11-03 12:38:56.803 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2020-11-03 12:38:56.978 | Collecting oslo.privsep===2.4.0 2020-11-03 12:38:56.985 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/175818dc0ea1c/oslo.privsep-2.4.0-py3-none-any.whl (33 kB) 2020-11-03 12:38:57.215 | Collecting oslo.rootwrap===6.2.0 2020-11-03 12:38:57.222 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/377863c93f8cb/oslo.rootwrap-6.2.0-py3-none-any.whl (33 kB) 2020-11-03 12:38:57.287 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-11-03 12:38:57.296 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-11-03 12:38:57.322 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-11-03 12:38:57.341 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.4) 2020-11-03 12:38:57.348 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-11-03 12:38:57.351 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-11-03 12:38:57.353 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-11-03 12:38:57.356 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-11-03 12:38:57.484 | Collecting python-cinderclient===7.2.0 2020-11-03 12:38:57.491 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a1b/ef06dcba610b2/python_cinderclient-7.2.0-py3-none-any.whl (274 kB) 2020-11-03 12:38:57.582 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (2.8.1) 2020-11-03 12:38:57.587 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (4.1.1) 2020-11-03 12:38:57.710 | Collecting python-swiftclient===3.10.1 2020-11-03 12:38:57.716 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ec/538f52c51285b/python_swiftclient-3.10.1-py2.py3-none-any.whl (81 kB) 2020-11-03 12:38:57.803 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.4) 2020-11-03 12:38:57.808 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-03 12:38:57.830 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-11-03 12:38:57.835 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-03 12:38:58.116 | Collecting simplejson===3.17.2 2020-11-03 12:38:58.123 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/0d1210567a4cd/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.whl (127 kB) 2020-11-03 12:38:58.190 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-03 12:38:58.192 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.2.2) 2020-11-03 12:38:58.201 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (6.2.0) 2020-11-03 12:38:58.217 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.25.11) 2020-11-03 12:38:58.240 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.3.0) 2020-11-03 12:38:58.245 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-03 12:38:58.255 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-03 12:38:58.275 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:38:58.321 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-03 12:38:58.421 | Collecting Babel===2.8.0 2020-11-03 12:38:58.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) 2020-11-03 12:38:58.756 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-03 12:38:58.761 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-03 12:38:58.769 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:38:58.772 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.8.0) 2020-11-03 12:38:58.778 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-03 12:38:58.781 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:38:58.784 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2020-11-03 12:38:58.787 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-03 12:38:58.797 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-03 12:38:58.811 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:38:58.829 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:38:58.838 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-03 12:38:58.852 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-03 12:38:58.856 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-11-03 12:38:58.858 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:38:58.860 | 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) 2020-11-03 12:38:58.864 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-03 12:38:58.869 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-03 12:38:58.878 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.4.0) 2020-11-03 12:38:58.936 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-11-03 12:38:58.938 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.12.1) 2020-11-03 12:38:58.940 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-03 12:38:58.960 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-03 12:38:58.963 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (0.7) 2020-11-03 12:38:58.971 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.4.0) 2020-11-03 12:38:58.991 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.1.0) 2020-11-03 12:38:58.999 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-03 12:38:59.001 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (1.4.0) 2020-11-03 12:38:59.006 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (1.6.0) 2020-11-03 12:38:59.008 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.4.0) 2020-11-03 12:38:59.010 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (1.0.0) 2020-11-03 12:39:00.006 | Installing collected packages: Babel, simplejson, python-cinderclient, oslo.rootwrap, oslo.privsep, os-win, os-brick, httplib2, python-swiftclient, glance-store 2020-11-03 12:39:02.826 | Successfully installed Babel-2.8.0 glance-store-2.3.0 httplib2-0.18.1 os-brick-4.0.1 os-win-5.2.0 oslo.privsep-2.4.0 oslo.rootwrap-6.2.0 python-cinderclient-7.2.0 python-swiftclient-3.10.1 simplejson-3.17.2 2020-11-03 12:39:03.019 | + inc/python:pip_install:200 : result=0 2020-11-03 12:39:03.022 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:39:03.024 | + functions-common:time_stop:2310 : local name 2020-11-03 12:39:03.027 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:39:03.029 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:39:03.031 | + functions-common:time_stop:2313 : local total 2020-11-03 12:39:03.034 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:39:03.036 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:39:03.038 | + functions-common:time_stop:2317 : start_time=1604407133663 2020-11-03 12:39:03.040 | + functions-common:time_stop:2319 : [[ -z 1604407133663 ]] 2020-11-03 12:39:03.044 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:39:03.047 | + functions-common:time_stop:2322 : end_time=1604407143045 2020-11-03 12:39:03.049 | + functions-common:time_stop:2323 : elapsed_time=9382 2020-11-03 12:39:03.052 | + functions-common:time_stop:2324 : total=134454 2020-11-03 12:39:03.054 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:39:03.056 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=143836 2020-11-03 12:39:03.058 | + inc/python:pip_install:203 : return 0 2020-11-03 12:39:03.061 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2020-11-03 12:39:03.063 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2020-11-03 12:39:03.066 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2020-11-03 12:39:03.078 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2020-11-03 12:39:03.082 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2020-11-03 12:39:03.084 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2020-11-03 12:39:03.086 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2020-11-03 12:39:03.089 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:39:03.091 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:39:03.094 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:39:03.097 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:39:03.099 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:39:03.102 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:39:03.117 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:39:03.119 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:39:03.121 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:39:03.124 | + functions-common:git_clone:546 : echo master 2020-11-03 12:39:03.124 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:39:03.128 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2020-11-03 12:39:03.131 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:39:03.133 | + functions-common:git_clone:594 : cd /opt/stack/glance 2020-11-03 12:39:03.136 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:39:03.137 | + functions-common:git_clone:595 : head -1 2020-11-03 12:39:03.138 | 1344c457 Adding gate job for glance cinder store 2020-11-03 12:39:03.141 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:39:03.143 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2020-11-03 12:39:03.146 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:39:03.148 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2020-11-03 12:39:03.151 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2020-11-03 12:39:03.154 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:39:03.156 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2020-11-03 12:39:03.159 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:39:03.161 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2020-11-03 12:39:03.163 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2020-11-03 12:39:03.166 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:39:03.169 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:39:03.172 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2020-11-03 12:39:03.175 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:39:03.177 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2020-11-03 12:39:03.180 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:39:03.182 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:39:03.185 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2020-11-03 12:39:03.191 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2020-11-03 12:39:03.194 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2020-11-03 12:39:03.906 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2020-11-03 12:39:03.908 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:39:03.910 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:39:03.913 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:39:03.915 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2020-11-03 12:39:03.918 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2020-11-03 12:39:03.920 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:39:03.922 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:39:03.925 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:39:03.927 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:39:03.929 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:39:03.932 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:39:03.934 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:39:03.936 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2020-11-03 12:39:03.955 | Using python 3.6 to install /opt/stack/glance 2020-11-03 12:39:03.957 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2020-11-03 12:39:05.978 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:39:05.978 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:39:05.999 | Obtaining file:///opt/stack/glance 2020-11-03 12:39:07.269 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:39:08.560 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-03 12:39:08.569 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:39:08.579 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-03 12:39:08.591 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-03 12:39:08.728 | Collecting WSME===0.10.0 2020-11-03 12:39:08.735 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2020-11-03 12:39:08.812 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:39:08.827 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-03 12:39:08.958 | Collecting castellan===3.6.0 2020-11-03 12:39:08.965 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f13/de636118058e4/castellan-3.6.0-py3-none-any.whl (89 kB) 2020-11-03 12:39:09.053 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-03 12:39:09.173 | Collecting cursive===0.2.2 2020-11-03 12:39:09.180 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2020-11-03 12:39:09.261 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-03 12:39:09.269 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (0.6.0) 2020-11-03 12:39:09.275 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-03 12:39:09.284 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-03 12:39:09.290 | Requirement already satisfied: glance-store===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (2.3.0) 2020-11-03 12:39:09.373 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-03 12:39:09.376 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (0.18.1) 2020-11-03 12:39:09.378 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-03 12:39:09.381 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-11-03 12:39:09.412 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (4.2.1) 2020-11-03 12:39:09.484 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (9.1.0) 2020-11-03 12:39:09.546 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.8.0) 2020-11-03 12:39:09.552 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (1.7.0) 2020-11-03 12:39:09.557 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (5.2.0) 2020-11-03 12:39:09.580 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (2.6.1) 2020-11-03 12:39:09.621 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-11-03 12:39:09.632 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (8.3.2) 2020-11-03 12:39:09.651 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (3.1.1) 2020-11-03 12:39:09.658 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2020-11-03 12:39:09.711 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.0.1) 2020-11-03 12:39:09.718 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2020-11-03 12:39:09.784 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (12.6.0) 2020-11-03 12:39:09.847 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.1.1) 2020-11-03 12:39:09.867 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.5.0) 2020-11-03 12:39:10.011 | Collecting oslo.reports===2.2.0 2020-11-03 12:39:10.018 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/ef1cf70a64013/oslo.reports-2.2.0-py3-none-any.whl (50 kB) 2020-11-03 12:39:10.101 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-11-03 12:39:10.111 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-11-03 12:39:10.136 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (1.1.1) 2020-11-03 12:39:10.145 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-11-03 12:39:10.168 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.4.0) 2020-11-03 12:39:10.223 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.4) 2020-11-03 12:39:10.229 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-11-03 12:39:10.232 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-11-03 12:39:10.759 | Collecting psutil===5.7.3 2020-11-03 12:39:10.767 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af7/3f7bcebdc538e/psutil-5.7.3.tar.gz (465 kB) 2020-11-03 12:39:11.700 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (19.1.0) 2020-11-03 12:39:11.715 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.1.1) 2020-11-03 12:39:11.726 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-11-03 12:39:11.729 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-11-03 12:39:11.733 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-11-03 12:39:11.846 | Collecting python-barbicanclient===5.0.1 2020-11-03 12:39:11.853 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a2/c78d3a61be98e/python_barbicanclient-5.0.1-py3-none-any.whl (80 kB) 2020-11-03 12:39:11.937 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (2.8.1) 2020-11-03 12:39:11.942 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (1.0.4) 2020-11-03 12:39:11.945 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (4.1.1) 2020-11-03 12:39:11.965 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.4) 2020-11-03 12:39:11.970 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (0.7) 2020-11-03 12:39:11.977 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-03 12:39:12.075 | Collecting retrying===1.3.3 2020-11-03 12:39:12.083 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08c/039560a6da2fe/retrying-1.3.3.tar.gz (10 kB) 2020-11-03 12:39:12.759 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-11-03 12:39:12.763 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-03 12:39:12.920 | Collecting simplegeneric===0.8.1 2020-11-03 12:39:12.926 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2020-11-03 12:39:13.589 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-03 12:39:13.592 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494)) (0.13.0) 2020-11-03 12:39:13.603 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (0.4.1) 2020-11-03 12:39:13.606 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (3.3.0) 2020-11-03 12:39:13.608 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.2.2) 2020-11-03 12:39:13.776 | Collecting taskflow===4.5.0 2020-11-03 12:39:13.784 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b0/a10f9e46ddf23/taskflow-4.5.0-py3-none-any.whl (488 kB) 2020-11-03 12:39:13.931 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (6.2.0) 2020-11-03 12:39:13.947 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.0.1) 2020-11-03 12:39:13.956 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (0.5.0) 2020-11-03 12:39:13.963 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.4.0) 2020-11-03 12:39:13.982 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (1.4.0) 2020-11-03 12:39:13.985 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.1.0) 2020-11-03 12:39:13.992 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.25.11) 2020-11-03 12:39:14.015 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.12.1) 2020-11-03 12:39:14.019 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.3.0) 2020-11-03 12:39:14.024 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-03 12:39:14.032 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:39:14.036 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-03 12:39:14.045 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-03 12:39:14.067 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:39:14.113 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-03 12:39:14.132 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2020-11-03 12:39:14.137 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-03 12:39:14.143 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-03 12:39:14.148 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:39:14.151 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (5.0.2) 2020-11-03 12:39:14.202 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-03 12:39:14.205 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-03 12:39:14.210 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-03 12:39:14.218 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2020-11-03 12:39:14.221 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-03 12:39:14.233 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-03 12:39:14.236 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.4.0) 2020-11-03 12:39:14.250 | 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) 2020-11-03 12:39:14.253 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:39:14.255 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-03 12:39:14.259 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-03 12:39:14.262 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-03 12:39:14.412 | Collecting networkx===2.5 2020-11-03 12:39:14.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2020-11-03 12:39:14.655 | Collecting pydot===1.4.1 2020-11-03 12:39:14.662 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2020-11-03 12:39:14.836 | Collecting automaton===2.2.0 2020-11-03 12:39:14.842 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2020-11-03 12:39:14.914 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-03 12:39:14.916 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (1.6.0) 2020-11-03 12:39:14.919 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (1.0.0) 2020-11-03 12:39:14.922 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.4.0) 2020-11-03 12:39:14.924 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-03 12:39:14.928 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-03 12:39:14.931 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (3.4.0) 2020-11-03 12:39:14.957 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-11-03 12:39:14.959 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (5.0.0) 2020-11-03 12:39:14.962 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.3.11) 2020-11-03 12:39:15.024 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (0.2.5) 2020-11-03 12:39:15.029 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.4) 2020-11-03 12:39:15.034 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.8.1) 2020-11-03 12:39:15.036 | Building wheels for collected packages: psutil, retrying, simplegeneric 2020-11-03 12:39:15.037 | Building wheel for psutil (setup.py): started 2020-11-03 12:39:17.228 | Building wheel for psutil (setup.py): finished with status 'done' 2020-11-03 12:39:17.230 | Created wheel for psutil: filename=psutil-5.7.3-cp36-cp36m-linux_x86_64.whl size=281548 sha256=eeb1d14a2a328c351be5191f648c9631f47a577a33fad1f633840dd1efc654f5 2020-11-03 12:39:17.231 | Stored in directory: /root/.cache/pip/wheels/09/09/ff/b85efd2765d3ed44dc26efac81e21a086b951cf772540799c6 2020-11-03 12:39:17.232 | Building wheel for retrying (setup.py): started 2020-11-03 12:39:17.914 | Building wheel for retrying (setup.py): finished with status 'done' 2020-11-03 12:39:17.914 | Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=bfea31af5247c40532c66dc042fedf1fb940495b56bfad3c514db067f90fe9b3 2020-11-03 12:39:17.915 | Stored in directory: /root/.cache/pip/wheels/0e/1e/f8/2f9e1bb0e3fec8e883764c31f57bcb2396b3f92ac4270f60a8 2020-11-03 12:39:17.916 | Building wheel for simplegeneric (setup.py): started 2020-11-03 12:39:18.605 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2020-11-03 12:39:18.606 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=c393935e78d7a6bfbaac6aea8036423720505f816c10391f33554cef0ccb77e6 2020-11-03 12:39:18.606 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2020-11-03 12:39:18.607 | Successfully built psutil retrying simplegeneric 2020-11-03 12:39:19.293 | Installing collected packages: networkx, pydot, automaton, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2020-11-03 12:39:22.734 | Running setup.py develop for glance 2020-11-03 12:39:24.224 | Successfully installed WSME-0.10.0 automaton-2.2.0 castellan-3.6.0 cursive-0.2.2 glance networkx-2.5 oslo.reports-2.2.0 psutil-5.7.3 pydot-1.4.1 python-barbicanclient-5.0.1 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.5.0 2020-11-03 12:39:24.447 | + inc/python:pip_install:200 : result=0 2020-11-03 12:39:24.450 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:39:24.452 | + functions-common:time_stop:2310 : local name 2020-11-03 12:39:24.454 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:39:24.457 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:39:24.459 | + functions-common:time_stop:2313 : local total 2020-11-03 12:39:24.461 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:39:24.463 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:39:24.466 | + functions-common:time_stop:2317 : start_time=1604407143950 2020-11-03 12:39:24.468 | + functions-common:time_stop:2319 : [[ -z 1604407143950 ]] 2020-11-03 12:39:24.471 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:39:24.474 | + functions-common:time_stop:2322 : end_time=1604407164472 2020-11-03 12:39:24.476 | + functions-common:time_stop:2323 : elapsed_time=20522 2020-11-03 12:39:24.478 | + functions-common:time_stop:2324 : total=143836 2020-11-03 12:39:24.481 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:39:24.483 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=164358 2020-11-03 12:39:24.485 | + inc/python:pip_install:203 : return 0 2020-11-03 12:39:24.488 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:39:24.490 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-03 12:39:24.492 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-03 12:39:24.509 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-03 12:39:24.520 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2020-11-03 12:39:24.523 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2020-11-03 12:39:24.525 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:39:24.528 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:39:24.530 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/glance, ]] 2020-11-03 12:39:24.533 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:39:24.535 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:39:24.538 | + ./stack.sh:main:884 : configure_glance 2020-11-03 12:39:24.540 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2020-11-03 12:39:24.551 | + lib/glance:configure_glance:270 : local dburl 2020-11-03 12:39:24.554 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2020-11-03 12:39:24.557 | ++ lib/database:database_connection_url:132 : local db=glance 2020-11-03 12:39:24.559 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2020-11-03 12:39:24.561 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2020-11-03 12:39:24.564 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-03 12:39:24.566 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-03 12:39:24.569 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2020-11-03 12:39:24.594 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-03 12:39:24.620 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2020-11-03 12:39:24.644 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-11-03 12:39:24.668 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2020-11-03 12:39:24.694 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2020-11-03 12:39:24.721 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2020-11-03 12:39:24.723 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2020-11-03 12:39:24.725 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2020-11-03 12:39:24.728 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-03 12:39:24.730 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2020-11-03 12:39:24.755 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2020-11-03 12:39:24.780 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.40/identity 2020-11-03 12:39:24.804 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2020-11-03 12:39:24.828 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2020-11-03 12:39:24.852 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2020-11-03 12:39:24.876 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2020-11-03 12:39:24.901 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2020-11-03 12:39:24.925 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-03 12:39:24.950 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2020-11-03 12:39:24.975 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2020-11-03 12:39:25.001 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2020-11-03 12:39:25.004 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2020-11-03 12:39:25.006 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2020-11-03 12:39:25.008 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-03 12:39:25.011 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-03 12:39:25.013 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-03 12:39:25.028 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:39:25.031 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-03 12:39:25.033 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-03 12:39:25.036 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-03 12:39:25.051 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:39:25.054 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:39:25.056 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:39:25.081 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-03 12:39:25.083 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-03 12:39:25.086 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2020-11-03 12:39:25.088 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2020-11-03 12:39:25.090 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2020-11-03 12:39:25.093 | + lib/glance:configure_glance:291 : configure_glance_store False False 2020-11-03 12:39:25.095 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2020-11-03 12:39:25.097 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2020-11-03 12:39:25.100 | + lib/glance:configure_glance_store:230 : local be 2020-11-03 12:39:25.102 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2020-11-03 12:39:25.104 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2020-11-03 12:39:25.107 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-11-03 12:39:25.133 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2020-11-03 12:39:25.135 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.40 2020-11-03 12:39:25.161 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2020-11-03 12:39:25.163 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2020-11-03 12:39:25.179 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:39:25.182 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2020-11-03 12:39:25.206 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2020-11-03 12:39:25.231 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2020-11-03 12:39:25.256 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2020-11-03 12:39:25.280 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2020-11-03 12:39:25.305 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2020-11-03 12:39:25.320 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:39:25.323 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2020-11-03 12:39:25.347 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2020-11-03 12:39:25.373 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2020-11-03 12:39:25.397 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.40/identity/v3 2020-11-03 12:39:25.422 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2020-11-03 12:39:25.446 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.40/image 2020-11-03 12:39:25.470 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2020-11-03 12:39:25.486 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:39:25.488 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2020-11-03 12:39:25.491 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2020-11-03 12:39:25.493 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2020-11-03 12:39:25.496 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-03 12:39:25.511 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-03 12:39:25.514 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-03 12:39:25.516 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-03 12:39:25.518 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-03 12:39:25.520 | + functions:setup_systemd_logging:726 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-03 12:39:25.546 | + functions:setup_systemd_logging:728 : iniset /etc/glance/glance-api.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' 2020-11-03 12:39:25.570 | + functions:setup_systemd_logging:729 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-03 12:39:25.594 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-03 12:39:25.618 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2020-11-03 12:39:25.622 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2020-11-03 12:39:25.649 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2020-11-03 12:39:25.674 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-11-03 12:39:25.698 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.40/identity 2020-11-03 12:39:25.722 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2020-11-03 12:39:25.747 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2020-11-03 12:39:25.771 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2020-11-03 12:39:25.796 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-11-03 12:39:25.822 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2020-11-03 12:39:25.849 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2020-11-03 12:39:25.875 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2020-11-03 12:39:25.900 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2020-11-03 12:39:25.905 | + lib/glance:configure_glance:356 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2020-11-03 12:39:25.911 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2020-11-03 12:39:25.926 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:39:25.928 | + lib/glance:configure_glance:366 : [[ False == False ]] 2020-11-03 12:39:25.930 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2020-11-03 12:39:25.933 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2020-11-03 12:39:25.935 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2020-11-03 12:39:25.937 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2020-11-03 12:39:25.940 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2020-11-03 12:39:25.943 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2020-11-03 12:39:25.945 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2020-11-03 12:39:25.949 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2020-11-03 12:39:25.974 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2020-11-03 12:39:25.977 | ++ functions:get_random_port:841 : read lower_port upper_port 2020-11-03 12:39:25.979 | ++ functions:get_random_port:842 : true 2020-11-03 12:39:25.981 | ++ functions:get_random_port:843 : (( port = upper_port )) 2020-11-03 12:39:25.983 | ++ functions:get_random_port:843 : (( port >= lower_port )) 2020-11-03 12:39:25.986 | ++ functions:get_random_port:844 : sudo lsof -i :60999 2020-11-03 12:39:26.052 | ++ functions:get_random_port:845 : [[ 1 > 0 ]] 2020-11-03 12:39:26.054 | ++ functions:get_random_port:846 : break 2 2020-11-03 12:39:26.056 | ++ functions:get_random_port:850 : echo 60999 2020-11-03 12:39:26.059 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2020-11-03 12:39:26.061 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2020-11-03 12:39:26.085 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2020-11-03 12:39:26.108 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2020-11-03 12:39:26.132 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2020-11-03 12:39:26.156 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2020-11-03 12:39:26.179 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2020-11-03 12:39:26.203 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2020-11-03 12:39:26.227 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2020-11-03 12:39:26.254 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:39:26.278 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-03 12:39:26.302 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2020-11-03 12:39:26.326 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-03 12:39:26.350 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2020-11-03 12:39:26.374 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2020-11-03 12:39:26.398 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2020-11-03 12:39:26.421 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2020-11-03 12:39:26.445 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2020-11-03 12:39:26.469 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2020-11-03 12:39:26.493 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2020-11-03 12:39:26.517 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2020-11-03 12:39:26.520 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2020-11-03 12:39:26.522 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:39:26.524 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:39:26.526 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:39:26.529 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2020-11-03 12:39:26.531 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2020-11-03 12:39:26.591 | proxy (enabled by site administrator) 2020-11-03 12:39:26.594 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2020-11-03 12:39:26.596 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2020-11-03 12:39:26.598 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:39:26.600 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:39:26.603 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:39:26.605 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2020-11-03 12:39:26.608 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2020-11-03 12:39:26.656 | No module matches proxy_http 2020-11-03 12:39:26.659 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2020-11-03 12:39:26.716 | Considering dependency proxy for proxy_http: 2020-11-03 12:39:26.716 | Module proxy already enabled 2020-11-03 12:39:26.716 | Enabling module proxy_http. 2020-11-03 12:39:26.720 | To activate the new configuration, you need to run: 2020-11-03 12:39:26.720 | systemctl restart apache2 2020-11-03 12:39:26.724 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2020-11-03 12:39:26.727 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:39:26.729 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:39:26.732 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:39:26.869 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2020-11-03 12:39:26.872 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2020-11-03 12:39:26.875 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2020-11-03 12:39:26.878 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-03 12:39:26.881 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:39:26.884 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:39:26.886 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-03 12:39:26.889 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-03 12:39:26.892 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2020-11-03 12:39:26.893 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-03 12:39:26.900 | KeepAlive Off 2020-11-03 12:39:26.904 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-03 12:39:26.904 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2020-11-03 12:39:26.911 | SetEnv proxy-sendchunked 1 2020-11-03 12:39:26.915 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2020-11-03 12:39:26.915 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-03 12:39:26.923 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2020-11-03 12:39:26.926 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2020-11-03 12:39:26.928 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2020-11-03 12:39:26.931 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-03 12:39:26.933 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-03 12:39:26.935 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:39:26.938 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:39:26.940 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:39:26.942 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-03 12:39:26.944 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-03 12:39:26.947 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:39:26.949 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:39:26.951 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2020-11-03 12:39:27.008 | Enabling site glance-wsgi-api. 2020-11-03 12:39:27.013 | To activate the new configuration, you need to run: 2020-11-03 12:39:27.013 | systemctl reload apache2 2020-11-03 12:39:27.017 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2020-11-03 12:39:27.019 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:39:27.021 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:39:27.024 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:39:27.158 | + ./stack.sh:main:887 : is_service_enabled cinder 2020-11-03 12:39:27.175 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:39:27.178 | + ./stack.sh:main:889 : stack_install_service cinder 2020-11-03 12:39:27.180 | + lib/stack:stack_install_service:20 : local service=cinder 2020-11-03 12:39:27.183 | + lib/stack:stack_install_service:21 : type install_cinder 2020-11-03 12:39:27.186 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:39:27.188 | + lib/stack:stack_install_service:32 : install_cinder 2020-11-03 12:39:27.190 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2020-11-03 12:39:27.193 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2020-11-03 12:39:27.195 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2020-11-03 12:39:27.197 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:39:27.200 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:39:27.203 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:39:27.206 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:39:27.208 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:39:27.211 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:39:27.227 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:39:27.229 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:39:27.231 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:39:27.234 | + functions-common:git_clone:546 : echo master 2020-11-03 12:39:27.234 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:39:27.239 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2020-11-03 12:39:27.241 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:39:27.243 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2020-11-03 12:39:27.246 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:39:27.246 | + functions-common:git_clone:595 : head -1 2020-11-03 12:39:27.257 | d4d8856db 3PAR: Fix race in concurrent attachments 2020-11-03 12:39:27.260 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:39:27.263 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2020-11-03 12:39:27.265 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:39:27.267 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-03 12:39:27.270 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2020-11-03 12:39:27.272 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:39:27.275 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2020-11-03 12:39:27.278 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:39:27.280 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-03 12:39:27.283 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2020-11-03 12:39:27.285 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:39:27.287 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:39:27.290 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2020-11-03 12:39:27.293 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:39:27.296 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2020-11-03 12:39:27.299 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:39:27.301 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:39:27.304 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2020-11-03 12:39:27.309 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2020-11-03 12:39:27.312 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2020-11-03 12:39:28.037 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2020-11-03 12:39:28.040 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:39:28.043 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:39:28.045 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:39:28.047 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-03 12:39:28.050 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2020-11-03 12:39:28.052 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:39:28.054 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:39:28.057 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:39:28.060 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:39:28.062 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:39:28.064 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:39:28.067 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:39:28.069 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2020-11-03 12:39:28.087 | Using python 3.6 to install /opt/stack/cinder 2020-11-03 12:39:28.090 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2020-11-03 12:39:30.164 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:39:30.164 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:39:30.185 | Obtaining file:///opt/stack/cinder 2020-11-03 12:39:32.309 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:39:34.435 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-03 12:39:34.444 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:39:34.454 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-03 12:39:34.466 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-03 12:39:34.489 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:39:34.503 | Requirement already satisfied: castellan===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.0) 2020-11-03 12:39:34.525 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-03 12:39:34.568 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (0.2.2) 2020-11-03 12:39:34.583 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-03 12:39:34.586 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-03 12:39:34.785 | Collecting google-api-python-client===1.12.5 2020-11-03 12:39:34.793 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/203/d545366086713/google_api_python_client-1.12.5-py2.py3-none-any.whl (61 kB) 2020-11-03 12:39:35.028 | Collecting google-auth===1.23.0 2020-11-03 12:39:35.035 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b72/8625ff5dfce8f/google_auth-1.23.0-py2.py3-none-any.whl (114 kB) 2020-11-03 12:39:35.231 | Collecting google-auth-httplib2===0.0.4 2020-11-03 12:39:35.238 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aea/ff501738b2897/google_auth_httplib2-0.0.4-py2.py3-none-any.whl (9.1 kB) 2020-11-03 12:39:35.312 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (0.4.17) 2020-11-03 12:39:35.315 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (0.18.1) 2020-11-03 12:39:35.318 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.0.0) 2020-11-03 12:39:35.339 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (0.1.13) 2020-11-03 12:39:35.342 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (3.2.0) 2020-11-03 12:39:35.373 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.2.1) 2020-11-03 12:39:35.443 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.1.0) 2020-11-03 12:39:35.506 | Requirement already satisfied: lxml===4.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (4.6.1) 2020-11-03 12:39:35.641 | Collecting oauth2client===4.1.3 2020-11-03 12:39:35.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2020-11-03 12:39:35.728 | Requirement already satisfied: os-brick===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (4.0.1) 2020-11-03 12:39:35.755 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (1.7.0) 2020-11-03 12:39:35.761 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (5.2.0) 2020-11-03 12:39:35.782 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.6.1) 2020-11-03 12:39:35.823 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (4.3.1) 2020-11-03 12:39:35.834 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.3.2) 2020-11-03 12:39:35.853 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.1.1) 2020-11-03 12:39:35.860 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.4.0) 2020-11-03 12:39:35.913 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (5.0.1) 2020-11-03 12:39:35.919 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0) 2020-11-03 12:39:35.961 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (12.6.0) 2020-11-03 12:39:36.023 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.1.1) 2020-11-03 12:39:36.043 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.5.0) 2020-11-03 12:39:36.061 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (2.4.0) 2020-11-03 12:39:36.077 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.2.0) 2020-11-03 12:39:36.093 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (6.2.0) 2020-11-03 12:39:36.097 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.0.1) 2020-11-03 12:39:36.107 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (2.4.0) 2020-11-03 12:39:36.132 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (1.1.1) 2020-11-03 12:39:36.141 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.7.0) 2020-11-03 12:39:36.321 | Collecting oslo.versionedobjects===2.3.0 2020-11-03 12:39:36.328 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4eb/ad2b9b8e1782f/oslo.versionedobjects-2.3.0-py3-none-any.whl (77 kB) 2020-11-03 12:39:36.581 | Collecting oslo.vmware===3.7.0 2020-11-03 12:39:36.588 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/329/18f39db9fbef2/oslo.vmware-3.7.0-py3-none-any.whl (355 kB) 2020-11-03 12:39:36.690 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.4.0) 2020-11-03 12:39:36.742 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (20.4) 2020-11-03 12:39:36.923 | Collecting paramiko===2.7.2 2020-11-03 12:39:36.929 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2020-11-03 12:39:37.066 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (5.5.1) 2020-11-03 12:39:37.069 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (0.7.2) 2020-11-03 12:39:37.072 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.7.3) 2020-11-03 12:39:37.241 | Collecting pyasn1===0.4.8 2020-11-03 12:39:37.248 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2020-11-03 12:39:37.437 | Collecting pyasn1-modules===0.2.8 2020-11-03 12:39:37.444 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2020-11-03 12:39:37.522 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (3.1.1) 2020-11-03 12:39:37.534 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (0.9.6) 2020-11-03 12:39:37.536 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (2.4.7) 2020-11-03 12:39:37.539 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (0.17.3) 2020-11-03 12:39:37.544 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (5.0.1) 2020-11-03 12:39:37.562 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) (2.8.1) 2020-11-03 12:39:37.708 | Collecting python-glanceclient===3.2.2 2020-11-03 12:39:37.715 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a6/98806cba5fd9b/python_glanceclient-3.2.2-py3-none-any.whl (189 kB) 2020-11-03 12:39:37.808 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (4.1.1) 2020-11-03 12:39:37.994 | Collecting python-novaclient===17.2.1 2020-11-03 12:39:38.001 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f4a/5fda834d951af/python_novaclient-17.2.1-py3-none-any.whl (319 kB) 2020-11-03 12:39:38.099 | Requirement already satisfied: python-swiftclient===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (3.10.1) 2020-11-03 12:39:38.123 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (2020.4) 2020-11-03 12:39:38.128 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (0.7) 2020-11-03 12:39:38.136 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.23.0) 2020-11-03 12:39:38.158 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.4.0) 2020-11-03 12:39:38.268 | Collecting rsa===4.6 2020-11-03 12:39:38.274 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/616/6864e23d6b519/rsa-4.6-py3-none-any.whl (47 kB) 2020-11-03 12:39:38.439 | Collecting rtslib-fb===2.1.74 2020-11-03 12:39:38.446 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2020-11-03 12:39:39.173 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (50.3.2) 2020-11-03 12:39:39.221 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (3.17.2) 2020-11-03 12:39:39.224 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (1.15.0) 2020-11-03 12:39:39.227 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (0.13.0) 2020-11-03 12:39:39.239 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (0.4.1) 2020-11-03 12:39:39.242 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (3.3.0) 2020-11-03 12:39:39.244 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.2.2) 2020-11-03 12:39:39.338 | Collecting suds-jurko===0.6 2020-11-03 12:39:39.344 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2020-11-03 12:39:39.517 | Collecting tabulate===0.8.7 2020-11-03 12:39:39.523 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2020-11-03 12:39:39.598 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (4.5.0) 2020-11-03 12:39:39.694 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (6.2.0) 2020-11-03 12:39:39.709 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.0.1) 2020-11-03 12:39:39.719 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (0.5.0) 2020-11-03 12:39:39.725 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.4.0) 2020-11-03 12:39:39.928 | Collecting tooz===2.7.1 2020-11-03 12:39:39.936 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51e/7955832a6509c/tooz-2.7.1-py3-none-any.whl (89 kB) 2020-11-03 12:39:40.077 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (1.4.0) 2020-11-03 12:39:40.081 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.1.0) 2020-11-03 12:39:40.173 | Collecting uritemplate===3.0.1 2020-11-03 12:39:40.179 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2020-11-03 12:39:40.251 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.25.11) 2020-11-03 12:39:40.274 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (0.12.0) 2020-11-03 12:39:40.366 | Collecting warlock===1.3.3 2020-11-03 12:39:40.373 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2020-11-03 12:39:40.449 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.12.1) 2020-11-03 12:39:40.452 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.3.0) 2020-11-03 12:39:40.457 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (3.4.0) 2020-11-03 12:39:40.568 | Collecting zstd===1.4.5.1 2020-11-03 12:39:40.575 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a1/806d625bd2d89/zstd-1.4.5.1.tar.gz (483 kB) 2020-11-03 12:39:41.299 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:39:41.303 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-03 12:39:41.443 | Collecting google-api-core===1.23.0 2020-11-03 12:39:41.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/94d/8c707d358d8d9/google_api_core-1.23.0-py2.py3-none-any.whl (91 kB) 2020-11-03 12:39:41.545 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-03 12:39:41.548 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:39:41.595 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2020-11-03 12:39:41.599 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-03 12:39:41.605 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-03 12:39:41.611 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-03 12:39:41.619 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.8.0) 2020-11-03 12:39:41.625 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:39:41.628 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-03 12:39:41.638 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-03 12:39:41.644 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-03 12:39:41.649 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (5.0.2) 2020-11-03 12:39:41.696 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-03 12:39:41.704 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.0) 2020-11-03 12:39:41.707 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-03 12:39:41.719 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2020-11-03 12:39:41.722 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-03 12:39:41.893 | Collecting PyNaCl===1.4.0 2020-11-03 12:39:41.901 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2020-11-03 12:39:42.004 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.4.0) 2020-11-03 12:39:42.019 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (19.1.0) 2020-11-03 12:39:42.034 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:39:42.036 | 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) 2020-11-03 12:39:42.039 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-11-03 12:39:42.132 | Collecting pyudev===0.22.0 2020-11-03 12:39:42.139 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2020-11-03 12:39:42.212 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-03 12:39:42.214 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2020-11-03 12:39:42.223 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (1.4.1) 2020-11-03 12:39:42.228 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5) 2020-11-03 12:39:42.269 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-03 12:39:42.271 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (1.6.0) 2020-11-03 12:39:42.274 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (1.0.0) 2020-11-03 12:39:42.276 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.4.0) 2020-11-03 12:39:42.318 | Collecting jsonpatch===1.26 2020-11-03 12:39:42.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83f/f23119b336ea2/jsonpatch-1.26-py2.py3-none-any.whl (11 kB) 2020-11-03 12:39:42.333 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.20) 2020-11-03 12:39:42.433 | Collecting googleapis-common-protos===1.52.0 2020-11-03 12:39:42.441 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c89/61760f5aad9a7/googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) 2020-11-03 12:39:42.517 | Requirement already satisfied: protobuf===3.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (3.13.0) 2020-11-03 12:39:42.523 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.5) 2020-11-03 12:39:42.525 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2020-11-03 12:39:42.544 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-03 12:39:42.552 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (1.0.4) 2020-11-03 12:39:42.555 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (5.0.0) 2020-11-03 12:39:42.558 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-03 12:39:42.562 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.3.11) 2020-11-03 12:39:42.651 | Collecting jsonpointer===2.0 2020-11-03 12:39:42.658 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 2020-11-03 12:39:42.664 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (1.8.1) 2020-11-03 12:39:42.667 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.4) 2020-11-03 12:39:42.672 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (0.2.5) 2020-11-03 12:39:42.678 | Building wheels for collected packages: rtslib-fb, zstd 2020-11-03 12:39:42.678 | Building wheel for rtslib-fb (setup.py): started 2020-11-03 12:39:43.412 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2020-11-03 12:39:43.414 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85411 sha256=d28940c2c1af78414339bb1a7f1f5ee63a66f4b133acc34f39571c228e041978 2020-11-03 12:39:43.414 | Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf 2020-11-03 12:39:43.416 | Building wheel for zstd (setup.py): started 2020-11-03 12:40:16.160 | Building wheel for zstd (setup.py): finished with status 'done' 2020-11-03 12:40:16.169 | Created wheel for zstd: filename=zstd-1.4.5.1-cp36-cp36m-linux_x86_64.whl size=1160155 sha256=5dbf77a83d6b31efbfd826527a202029f8b991de18f688eeaffc469e7056b8bc 2020-11-03 12:40:16.169 | Stored in directory: /root/.cache/pip/wheels/bc/23/a5/e98123c4f3f4b1bc5f2bbba2762fb4202c8166557e7c2877e0 2020-11-03 12:40:16.170 | Successfully built rtslib-fb zstd 2020-11-03 12:40:16.998 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, oslo.versionedobjects, PyNaCl, paramiko, jsonpointer, jsonpatch, warlock, python-glanceclient, python-novaclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, tooz, google-auth, google-auth-httplib2, googleapis-common-protos, google-api-core, uritemplate, google-api-python-client, zstd, cinder 2020-11-03 12:40:16.998 | Attempting uninstall: pyasn1 2020-11-03 12:40:17.000 | Found existing installation: pyasn1 0.4.2 2020-11-03 12:40:17.008 | Uninstalling pyasn1-0.4.2: 2020-11-03 12:40:17.031 | Successfully uninstalled pyasn1-0.4.2 2020-11-03 12:40:18.342 | Attempting uninstall: jsonpointer 2020-11-03 12:40:18.343 | Found existing installation: jsonpointer 1.10 2020-11-03 12:40:18.354 | Uninstalling jsonpointer-1.10: 2020-11-03 12:40:18.376 | Successfully uninstalled jsonpointer-1.10 2020-11-03 12:40:18.455 | Attempting uninstall: jsonpatch 2020-11-03 12:40:18.457 | Found existing installation: jsonpatch 1.16 2020-11-03 12:40:18.476 | Uninstalling jsonpatch-1.16: 2020-11-03 12:40:18.498 | Successfully uninstalled jsonpatch-1.16 2020-11-03 12:40:21.268 | Running setup.py develop for cinder 2020-11-03 12:40:23.581 | Successfully installed PyNaCl-1.4.0 cinder google-api-core-1.23.0 google-api-python-client-1.12.5 google-auth-1.23.0 google-auth-httplib2-0.0.4 googleapis-common-protos-1.52.0 jsonpatch-1.26 jsonpointer-2.0 oauth2client-4.1.3 oslo.versionedobjects-2.3.0 oslo.vmware-3.7.0 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.2.2 python-novaclient-17.2.1 pyudev-0.22.0 rsa-4.6 rtslib-fb-2.1.74 suds-jurko-0.6 tabulate-0.8.7 tooz-2.7.1 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.5.1 2020-11-03 12:40:23.832 | + inc/python:pip_install:200 : result=0 2020-11-03 12:40:23.834 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:40:23.852 | + functions-common:time_stop:2310 : local name 2020-11-03 12:40:23.852 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:40:23.852 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:40:23.852 | + functions-common:time_stop:2313 : local total 2020-11-03 12:40:23.852 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:40:23.853 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:40:23.853 | + functions-common:time_stop:2317 : start_time=1604407168083 2020-11-03 12:40:23.854 | + functions-common:time_stop:2319 : [[ -z 1604407168083 ]] 2020-11-03 12:40:23.857 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:40:23.860 | + functions-common:time_stop:2322 : end_time=1604407223858 2020-11-03 12:40:23.862 | + functions-common:time_stop:2323 : elapsed_time=55775 2020-11-03 12:40:23.864 | + functions-common:time_stop:2324 : total=164358 2020-11-03 12:40:23.866 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:40:23.869 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=220133 2020-11-03 12:40:23.871 | + inc/python:pip_install:203 : return 0 2020-11-03 12:40:23.873 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:40:23.876 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-03 12:40:23.878 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-03 12:40:23.895 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-03 12:40:23.907 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2020-11-03 12:40:23.909 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2020-11-03 12:40:23.912 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:40:23.915 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:40:23.917 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/cinder, ]] 2020-11-03 12:40:23.920 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:40:23.922 | + lib/cinder:install_cinder:415 : [[ tgtadm == \t\g\t\a\d\m ]] 2020-11-03 12:40:23.924 | + lib/cinder:install_cinder:416 : install_package tgt 2020-11-03 12:40:23.927 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:40:23.929 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:40:23.932 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:40:23.934 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:40:23.937 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:40:23.939 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:40:23.941 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:40:23.944 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:40:23.946 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:40:23.949 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:40:23.951 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:40:23.953 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:40:23.956 | + functions-common:install_package:1345 : real_install_package tgt 2020-11-03 12:40:23.958 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:40:23.961 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:40:23.964 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:40:23.966 | + functions-common:real_install_package:1331 : apt_get install tgt 2020-11-03 12:40:23.986 | + 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 tgt 2020-11-03 12:40:24.105 | Reading package lists... 2020-11-03 12:40:24.345 | Building dependency tree... 2020-11-03 12:40:24.346 | Reading state information... 2020-11-03 12:40:24.550 | The following packages were automatically installed and are no longer required: 2020-11-03 12:40:24.551 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-03 12:40:24.551 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-03 12:40:24.551 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-03 12:40:24.551 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:40:24.551 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:40:24.551 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:40:24.551 | python3-zope.interface 2020-11-03 12:40:24.551 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:40:24.551 | The following additional packages will be installed: 2020-11-03 12:40:24.552 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2020-11-03 12:40:24.552 | libsgutils2-2 sg3-utils 2020-11-03 12:40:24.553 | Suggested packages: 2020-11-03 12:40:24.553 | tgt-rbd 2020-11-03 12:40:24.604 | The following NEW packages will be installed: 2020-11-03 12:40:24.604 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2020-11-03 12:40:24.605 | The following packages will be upgraded: 2020-11-03 12:40:24.605 | ibverbs-providers libibverbs1 2020-11-03 12:40:24.823 | 2 upgraded, 5 newly installed, 0 to remove and 153 not upgraded. 2020-11-03 12:40:24.823 | Need to get 1,406 kB of archives. 2020-11-03 12:40:24.823 | After this operation, 3,551 kB of additional disk space will be used. 2020-11-03 12:40:24.823 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 ibverbs-providers amd64 24.0-2~cloud0 [220 kB] 2020-11-03 12:40:24.980 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2020-11-03 12:40:25.152 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2020-11-03 12:40:25.182 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2020-11-03 12:40:25.257 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 libibverbs1 amd64 24.0-2~cloud0 [50.8 kB] 2020-11-03 12:40:25.261 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 librdmacm1 amd64 24.0-2~cloud0 [58.4 kB] 2020-11-03 12:40:25.385 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2020-11-03 12:40:25.960 | Fetched 1,406 kB in 1s (1,773 kB/s) 2020-11-03 12:40:26.272 | (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 ... 77314 files and directories currently installed.) 2020-11-03 12:40:26.276 | Preparing to unpack .../0-ibverbs-providers_24.0-2~cloud0_amd64.deb ... 2020-11-03 12:40:26.488 | Unpacking ibverbs-providers:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2020-11-03 12:40:27.045 | Preparing to unpack .../1-libibverbs1_24.0-2~cloud0_amd64.deb ... 2020-11-03 12:40:27.197 | Unpacking libibverbs1:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2020-11-03 12:40:27.598 | Selecting previously unselected package libconfig-general-perl. 2020-11-03 12:40:27.606 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2020-11-03 12:40:27.665 | Unpacking libconfig-general-perl (2.63-1) ... 2020-11-03 12:40:28.136 | Selecting previously unselected package librdmacm1:amd64. 2020-11-03 12:40:28.143 | Preparing to unpack .../3-librdmacm1_24.0-2~cloud0_amd64.deb ... 2020-11-03 12:40:28.215 | Unpacking librdmacm1:amd64 (24.0-2~cloud0) ... 2020-11-03 12:40:28.626 | Selecting previously unselected package libsgutils2-2. 2020-11-03 12:40:28.634 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2020-11-03 12:40:28.684 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2020-11-03 12:40:28.997 | Selecting previously unselected package sg3-utils. 2020-11-03 12:40:29.005 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2020-11-03 12:40:29.055 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2020-11-03 12:40:29.679 | Selecting previously unselected package tgt. 2020-11-03 12:40:29.687 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2020-11-03 12:40:29.735 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2020-11-03 12:40:30.238 | Setting up libibverbs1:amd64 (24.0-2~cloud0) ... 2020-11-03 12:40:30.414 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:40:30.615 | Setting up librdmacm1:amd64 (24.0-2~cloud0) ... 2020-11-03 12:40:30.785 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2020-11-03 12:40:30.951 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:40:31.112 | Setting up ibverbs-providers:amd64 (24.0-2~cloud0) ... 2020-11-03 12:40:32.214 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:40:32.507 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-03 12:40:34.249 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2020-11-03 12:40:34.386 | Setting up libconfig-general-perl (2.63-1) ... 2020-11-03 12:40:34.545 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2020-11-03 12:40:35.101 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2020-11-03 12:40:35.854 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-03 12:40:36.002 | Processing triggers for systemd (237-3ubuntu10.42) ... 2020-11-03 12:40:36.267 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-03 12:40:38.358 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:40:38.361 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:40:38.363 | + functions-common:time_stop:2310 : local name 2020-11-03 12:40:38.366 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:40:38.368 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:40:38.371 | + functions-common:time_stop:2313 : local total 2020-11-03 12:40:38.373 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:40:38.375 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:40:38.378 | + functions-common:time_stop:2317 : start_time=1604407223983 2020-11-03 12:40:38.380 | + functions-common:time_stop:2319 : [[ -z 1604407223983 ]] 2020-11-03 12:40:38.384 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:40:38.387 | + functions-common:time_stop:2322 : end_time=1604407238384 2020-11-03 12:40:38.389 | + functions-common:time_stop:2323 : elapsed_time=14401 2020-11-03 12:40:38.392 | + functions-common:time_stop:2324 : total=382927 2020-11-03 12:40:38.394 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:40:38.397 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=397328 2020-11-03 12:40:38.400 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:40:38.402 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:40:38.405 | + ./stack.sh:main:890 : configure_cinder 2020-11-03 12:40:38.407 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2020-11-03 12:40:38.419 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2020-11-03 12:40:38.422 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2020-11-03 12:40:38.424 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2020-11-03 12:40:38.426 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2020-11-03 12:40:38.429 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2020-11-03 12:40:38.430 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2020-11-03 12:40:38.433 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2020-11-03 12:40:38.435 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2020-11-03 12:40:38.438 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2020-11-03 12:40:38.440 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2020-11-03 12:40:38.442 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2020-11-03 12:40:38.444 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2020-11-03 12:40:38.446 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2020-11-03 12:40:38.449 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2020-11-03 12:40:38.458 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2020-11-03 12:40:38.470 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2020-11-03 12:40:38.481 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2020-11-03 12:40:38.491 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2020-11-03 12:40:38.502 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2020-11-03 12:40:38.505 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2020-11-03 12:40:38.510 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.pj71bl3x2C 2020-11-03 12:40:38.513 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2020-11-03 12:40:38.515 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2020-11-03 12:40:38.518 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2020-11-03 12:40:38.520 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.pj71bl3x2C 2020-11-03 12:40:38.523 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.pj71bl3x2C 2020-11-03 12:40:38.534 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.pj71bl3x2C /etc/sudoers.d/cinder-rootwrap 2020-11-03 12:40:38.546 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2020-11-03 12:40:38.549 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2020-11-03 12:40:38.551 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2020-11-03 12:40:38.553 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2020-11-03 12:40:38.555 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2020-11-03 12:40:38.558 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2020-11-03 12:40:38.560 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2020-11-03 12:40:38.562 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2020-11-03 12:40:38.564 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2020-11-03 12:40:38.568 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2020-11-03 12:40:38.573 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2020-11-03 12:40:38.590 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2020-11-03 12:40:38.607 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2020-11-03 12:40:38.624 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2020-11-03 12:40:38.642 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2020-11-03 12:40:38.660 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2020-11-03 12:40:38.677 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2020-11-03 12:40:38.694 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2020-11-03 12:40:38.712 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2020-11-03 12:40:38.714 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2020-11-03 12:40:38.717 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2020-11-03 12:40:38.719 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-03 12:40:38.721 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2020-11-03 12:40:38.746 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2020-11-03 12:40:38.769 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.40/identity 2020-11-03 12:40:38.794 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2020-11-03 12:40:38.817 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2020-11-03 12:40:38.841 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2020-11-03 12:40:38.865 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2020-11-03 12:40:38.889 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2020-11-03 12:40:38.913 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-03 12:40:38.937 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2020-11-03 12:40:38.961 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2020-11-03 12:40:38.987 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2020-11-03 12:40:39.012 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2020-11-03 12:40:39.014 | ++ lib/database:database_connection_url:132 : local db=cinder 2020-11-03 12:40:39.017 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2020-11-03 12:40:39.019 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2020-11-03 12:40:39.021 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2020-11-03 12:40:39.024 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2020-11-03 12:40:39.050 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2020-11-03 12:40:39.075 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2020-11-03 12:40:39.098 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2020-11-03 12:40:39.122 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2020-11-03 12:40:39.147 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2020-11-03 12:40:39.171 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2020-11-03 12:40:39.197 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2020-11-03 12:40:39.199 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.40 2020-11-03 12:40:39.223 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2020-11-03 12:40:39.250 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2020-11-03 12:40:39.257 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 855f6faf9cd1e46f600fcc0fa58e74bd 2020-11-03 12:40:39.281 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2020-11-03 12:40:39.297 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:40:39.299 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2020-11-03 12:40:39.315 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:40:39.317 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2020-11-03 12:40:39.332 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:40:39.334 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2020-11-03 12:40:39.349 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:40:39.352 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2020-11-03 12:40:39.354 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2020-11-03 12:40:39.357 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2020-11-03 12:40:39.359 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2020-11-03 12:40:39.361 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-03 12:40:39.363 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-03 12:40:39.366 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-03 12:40:39.381 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:40:39.384 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-03 12:40:39.387 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-03 12:40:39.389 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-03 12:40:39.403 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:40:39.406 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:40:39.408 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:40:39.434 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-03 12:40:39.436 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-03 12:40:39.438 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2020-11-03 12:40:39.440 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2020-11-03 12:40:39.443 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2020-11-03 12:40:39.446 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-03 12:40:39.461 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-03 12:40:39.463 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-03 12:40:39.466 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-03 12:40:39.468 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-03 12:40:39.470 | + functions:setup_systemd_logging:726 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-03 12:40:39.495 | + functions:setup_systemd_logging:728 : iniset /etc/cinder/cinder.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' 2020-11-03 12:40:39.519 | + functions:setup_systemd_logging:729 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-03 12:40:39.545 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-03 12:40:39.569 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2020-11-03 12:40:39.571 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2020-11-03 12:40:39.573 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2020-11-03 12:40:39.576 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2020-11-03 12:40:39.578 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-03 12:40:39.580 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-03 12:40:39.583 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2020-11-03 12:40:39.587 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2020-11-03 12:40:39.589 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-03 12:40:39.591 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-03 12:40:39.603 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-03 12:40:39.604 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:40:39.610 | d /var/run/uwsgi 0755 ubuntu root 2020-11-03 12:40:39.614 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:40:39.627 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2020-11-03 12:40:39.629 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2020-11-03 12:40:39.632 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2020-11-03 12:40:39.657 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2020-11-03 12:40:39.682 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2020-11-03 12:40:39.705 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2020-11-03 12:40:39.729 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2020-11-03 12:40:39.753 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-03 12:40:39.776 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2020-11-03 12:40:39.801 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2020-11-03 12:40:39.824 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2020-11-03 12:40:39.848 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:40:39.872 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2020-11-03 12:40:39.896 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-03 12:40:39.920 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2020-11-03 12:40:39.943 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-03 12:40:39.946 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-03 12:40:39.949 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2020-11-03 12:40:39.951 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2020-11-03 12:40:39.954 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-03 12:40:39.956 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:40:39.958 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:40:39.961 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2020-11-03 12:40:39.965 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2020-11-03 12:40:39.967 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2020-11-03 12:40:39.990 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2020-11-03 12:40:40.015 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2020-11-03 12:40:40.015 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2020-11-03 12:40:40.022 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2020-11-03 12:40:40.026 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2020-11-03 12:40:40.029 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2020-11-03 12:40:40.031 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-03 12:40:40.033 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-03 12:40:40.035 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:40:40.038 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:40:40.040 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:40:40.043 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-03 12:40:40.045 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-03 12:40:40.047 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:40:40.049 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:40:40.052 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2020-11-03 12:40:40.108 | Enabling site cinder-wsgi. 2020-11-03 12:40:40.112 | To activate the new configuration, you need to run: 2020-11-03 12:40:40.113 | systemctl reload apache2 2020-11-03 12:40:40.117 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-03 12:40:40.119 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:40:40.121 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:40:40.124 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:40:40.266 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2020-11-03 12:40:40.269 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2020-11-03 12:40:40.295 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.40/image 2020-11-03 12:40:40.320 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2020-11-03 12:40:40.336 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:40:40.338 | + lib/cinder:configure_cinder:315 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2020-11-03 12:40:40.340 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2020-11-03 12:40:40.343 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2020-11-03 12:40:40.345 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2020-11-03 12:40:40.347 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2020-11-03 12:40:40.374 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2020-11-03 12:40:40.398 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.40/identity 2020-11-03 12:40:40.423 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2020-11-03 12:40:40.447 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2020-11-03 12:40:40.472 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2020-11-03 12:40:40.496 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2020-11-03 12:40:40.526 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2020-11-03 12:40:40.551 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2020-11-03 12:40:40.575 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2020-11-03 12:40:40.600 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2020-11-03 12:40:40.624 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2020-11-03 12:40:40.649 | + lib/cinder:configure_cinder:319 : [[ ! -z '' ]] 2020-11-03 12:40:40.652 | + lib/cinder:configure_cinder:321 : is_service_enabled etcd3 2020-11-03 12:40:40.667 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:40:40.669 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.40:2379 2020-11-03 12:40:40.696 | + ./stack.sh:main:893 : is_service_enabled neutron 2020-11-03 12:40:40.712 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:40:40.714 | + ./stack.sh:main:895 : stack_install_service neutron 2020-11-03 12:40:40.717 | + lib/stack:stack_install_service:20 : local service=neutron 2020-11-03 12:40:40.719 | + lib/stack:stack_install_service:21 : type install_neutron 2020-11-03 12:40:40.722 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:40:40.724 | + lib/stack:stack_install_service:32 : install_neutron 2020-11-03 12:40:40.727 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2020-11-03 12:40:40.730 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-03 12:40:40.730 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-11-03 12:40:40.735 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-03 12:40:40.737 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-11-03 12:40:40.740 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2020-11-03 12:40:40.742 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-11-03 12:40:40.745 | + lib/neutron:install_neutron:659 : install_mutnauq 2020-11-03 12:40:40.747 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2020-11-03 12:40:40.750 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2020-11-03 12:40:40.752 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:40:40.754 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:40:40.757 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,neutron-lib, ]] 2020-11-03 12:40:40.760 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:40:40.762 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2020-11-03 12:40:40.764 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2020-11-03 12:40:40.767 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2020-11-03 12:40:40.769 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:40:40.771 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:40:40.774 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:40:40.777 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:40:40.779 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:40:40.782 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:40:40.797 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:40:40.799 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:40:40.802 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:40:40.804 | + functions-common:git_clone:546 : echo master 2020-11-03 12:40:40.805 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:40:40.809 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2020-11-03 12:40:40.811 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:40:40.813 | + functions-common:git_clone:594 : cd /opt/stack/neutron 2020-11-03 12:40:40.816 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:40:40.816 | + functions-common:git_clone:595 : head -1 2020-11-03 12:40:40.819 | dc10558c0b Merge "Fix recent QoS minimum_bandwidth release note" 2020-11-03 12:40:40.822 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:40:40.825 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2020-11-03 12:40:40.827 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:40:40.830 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-03 12:40:40.832 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2020-11-03 12:40:40.834 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:40:40.837 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2020-11-03 12:40:40.840 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:40:40.842 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-03 12:40:40.845 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2020-11-03 12:40:40.847 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:40:40.849 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:40:40.853 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2020-11-03 12:40:40.855 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:40:40.858 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2020-11-03 12:40:40.860 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:40:40.863 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:40:40.866 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2020-11-03 12:40:40.871 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2020-11-03 12:40:40.873 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2020-11-03 12:40:41.606 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2020-11-03 12:40:41.609 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:40:41.611 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:40:41.613 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:40:41.616 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-03 12:40:41.618 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2020-11-03 12:40:41.620 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:40:41.622 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:40:41.625 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:40:41.627 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:40:41.629 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:40:41.631 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:40:41.634 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:40:41.637 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2020-11-03 12:40:41.655 | Using python 3.6 to install /opt/stack/neutron 2020-11-03 12:40:41.657 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2020-11-03 12:40:43.803 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:40:43.803 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:40:43.824 | Obtaining file:///opt/stack/neutron 2020-11-03 12:40:46.153 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:40:48.399 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-03 12:40:48.406 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-03 12:40:48.409 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-03 12:40:48.420 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:40:48.429 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-03 12:40:48.442 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-03 12:40:48.464 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:40:48.479 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-03 12:40:48.488 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-03 12:40:48.496 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-03 12:40:48.500 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-11-03 12:40:48.510 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-11-03 12:40:48.516 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.17) 2020-11-03 12:40:48.519 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.18.1) 2020-11-03 12:40:48.522 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-03 12:40:48.594 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.1.0) 2020-11-03 12:40:48.656 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-03 12:40:48.663 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-03 12:40:48.830 | Collecting neutron-lib===2.6.1 2020-11-03 12:40:48.838 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/20d/415c0e6110cf3/neutron_lib-2.6.1-py3-none-any.whl (514 kB) 2020-11-03 12:40:49.165 | Collecting openstacksdk===0.50.0 2020-11-03 12:40:49.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cfd/4c5fee43a581f/openstacksdk-0.50.0-py3-none-any.whl (1.3 MB) 2020-11-03 12:40:49.448 | Collecting os-ken===1.2.0 2020-11-03 12:40:49.462 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c9/d2d46cff8718d/os_ken-1.2.0-py3-none-any.whl (2.1 MB) 2020-11-03 12:40:49.630 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (1.7.0) 2020-11-03 12:40:49.745 | Collecting os-traits===2.4.0 2020-11-03 12:40:49.751 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85e/cc9635036635c/os_traits-2.4.0-py3-none-any.whl (31 kB) 2020-11-03 12:40:49.948 | Collecting os-vif===2.2.0 2020-11-03 12:40:49.955 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b47/f036a1af464c6/os_vif-2.2.0-py3-none-any.whl (100 kB) 2020-11-03 12:40:50.153 | Collecting os-xenapi===0.3.4 2020-11-03 12:40:50.160 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2020-11-03 12:40:50.257 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.6.1) 2020-11-03 12:40:50.298 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (4.3.1) 2020-11-03 12:40:50.309 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.3.2) 2020-11-03 12:40:50.327 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (3.1.1) 2020-11-03 12:40:50.334 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.4.0) 2020-11-03 12:40:50.388 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.0.1) 2020-11-03 12:40:50.394 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0) 2020-11-03 12:40:50.436 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (12.6.0) 2020-11-03 12:40:50.498 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.1.1) 2020-11-03 12:40:50.518 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.5.0) 2020-11-03 12:40:50.536 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.4.0) 2020-11-03 12:40:50.556 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.2.0) 2020-11-03 12:40:50.571 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (6.2.0) 2020-11-03 12:40:50.576 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.0.1) 2020-11-03 12:40:50.586 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.4.0) 2020-11-03 12:40:50.611 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (1.1.1) 2020-11-03 12:40:50.620 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.7.0) 2020-11-03 12:40:50.639 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.3.0) 2020-11-03 12:40:50.661 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (3.4.0) 2020-11-03 12:40:50.738 | Collecting ovs===2.13.0 2020-11-03 12:40:50.745 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/1bf/5c1d276201545/ovs-2.13.0-py3-none-any.whl (118 kB) 2020-11-03 12:40:50.890 | Collecting ovsdbapp===1.6.0 2020-11-03 12:40:50.895 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef7/f84054bfa599b/ovsdbapp-1.6.0-py3-none-any.whl (105 kB) 2020-11-03 12:40:50.982 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.4) 2020-11-03 12:40:50.989 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.7.2) 2020-11-03 12:40:51.029 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (5.5.1) 2020-11-03 12:40:51.153 | Collecting pecan===1.3.3 2020-11-03 12:40:51.161 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b54/61add4e3f35a7/pecan-1.3.3.tar.gz (120 kB) 2020-11-03 12:40:51.994 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (0.7.2) 2020-11-03 12:40:51.996 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (5.7.3) 2020-11-03 12:40:52.020 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (19.1.0) 2020-11-03 12:40:52.035 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (3.1.1) 2020-11-03 12:40:52.047 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (0.9.6) 2020-11-03 12:40:52.049 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.4.7) 2020-11-03 12:40:52.179 | Collecting pyroute2===0.5.14 2020-11-03 12:40:52.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/774/c5ecf05fe40f0/pyroute2-0.5.14.tar.gz (873 kB) 2020-11-03 12:40:53.199 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (2.8.1) 2020-11-03 12:40:53.318 | Collecting python-designateclient===4.1.0 2020-11-03 12:40:53.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a08/11d01a89b69c8/python_designateclient-4.1.0-py3-none-any.whl (80 kB) 2020-11-03 12:40:53.425 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (1.0.4) 2020-11-03 12:40:53.428 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.1.1) 2020-11-03 12:40:53.584 | Collecting python-neutronclient===7.2.1 2020-11-03 12:40:53.592 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c2f/4d57d42d5962d/python_neutronclient-7.2.1-py3-none-any.whl (433 kB) 2020-11-03 12:40:53.712 | Requirement already satisfied: python-novaclient===17.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (17.2.1) 2020-11-03 12:40:53.732 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (2020.4) 2020-11-03 12:40:53.736 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (0.7) 2020-11-03 12:40:53.744 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.23.0) 2020-11-03 12:40:53.857 | Collecting requestsexceptions===1.4.0 2020-11-03 12:40:53.864 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2020-11-03 12:40:53.942 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.4.0) 2020-11-03 12:40:54.044 | Collecting setproctitle===1.1.10 2020-11-03 12:40:54.051 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6a0/35eddac628987/setproctitle-1.1.10.zip (34 kB) 2020-11-03 12:40:54.732 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (50.3.2) 2020-11-03 12:40:54.780 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (3.17.2) 2020-11-03 12:40:54.783 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (1.15.0) 2020-11-03 12:40:54.831 | Collecting sortedcontainers===2.2.2 2020-11-03 12:40:54.838 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c63/3ebde8580f241/sortedcontainers-2.2.2-py2.py3-none-any.whl (29 kB) 2020-11-03 12:40:54.845 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (0.13.0) 2020-11-03 12:40:54.857 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.4.1) 2020-11-03 12:40:54.860 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.3.0) 2020-11-03 12:40:54.863 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.2.2) 2020-11-03 12:40:54.873 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (6.2.0) 2020-11-03 12:40:54.889 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.0.1) 2020-11-03 12:40:54.899 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (0.5.0) 2020-11-03 12:40:54.905 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.4.0) 2020-11-03 12:40:55.016 | Collecting tinyrpc===1.0.4 2020-11-03 12:40:55.025 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4b4/1fab967fb1c97/tinyrpc-1.0.4.tar.gz (26 kB) 2020-11-03 12:40:55.795 | Requirement already satisfied: tooz===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.7.1) 2020-11-03 12:40:55.866 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (1.4.0) 2020-11-03 12:40:55.870 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.1.0) 2020-11-03 12:40:55.877 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.25.11) 2020-11-03 12:40:55.900 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (0.12.0) 2020-11-03 12:40:55.905 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.12.1) 2020-11-03 12:40:55.908 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.3.0) 2020-11-03 12:40:55.913 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-03 12:40:55.922 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-11-03 12:40:55.931 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-03 12:40:55.934 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-03 12:40:55.954 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-03 12:40:55.960 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-03 12:40:56.003 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-03 12:40:56.113 | Collecting jmespath===0.10.0 2020-11-03 12:40:56.121 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/6525904cc5977/jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2020-11-03 12:40:56.203 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:40:56.206 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-03 12:40:56.318 | Collecting munch===2.5.0 2020-11-03 12:40:56.324 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) 2020-11-03 12:40:56.423 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-03 12:40:56.426 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-03 12:40:56.430 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2020-11-03 12:40:56.435 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-03 12:40:56.440 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (5.0.2) 2020-11-03 12:40:56.487 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-03 12:40:56.490 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-03 12:40:56.495 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:40:56.499 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-03 12:40:56.510 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-03 12:40:56.521 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2020-11-03 12:40:56.661 | Collecting WebTest===2.0.35 2020-11-03 12:40:56.669 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44d/dfe99b5eca4cf/WebTest-2.0.35-py2.py3-none-any.whl (32 kB) 2020-11-03 12:40:56.852 | Collecting logutils===0.3.5 2020-11-03 12:40:56.859 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/58a25d5c20946/logutils-0.3.5.tar.gz (27 kB) 2020-11-03 12:40:57.608 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-03 12:40:57.743 | Collecting osc-lib===2.2.1 2020-11-03 12:40:57.749 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/857/1b081a4ac408e/osc_lib-2.2.1-py3-none-any.whl (83 kB) 2020-11-03 12:40:57.846 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-03 12:40:58.032 | Collecting os-client-config===2.1.0 2020-11-03 12:40:58.058 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl (31 kB) 2020-11-03 12:40:58.171 | 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) 2020-11-03 12:40:58.174 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-03 12:40:58.178 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:40:58.180 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-03 12:40:58.183 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-03 12:40:58.185 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (1.6.0) 2020-11-03 12:40:58.188 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-03 12:40:58.191 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0) 2020-11-03 12:40:58.193 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (3.4.0) 2020-11-03 12:40:58.222 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-03 12:40:58.226 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-03 12:40:58.228 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (5.0.0) 2020-11-03 12:40:58.231 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (2.20) 2020-11-03 12:40:58.356 | Collecting beautifulsoup4===4.9.3 2020-11-03 12:40:58.361 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fff/47e031e34ec82/beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) 2020-11-03 12:40:58.574 | Collecting waitress===1.4.4 2020-11-03 12:40:58.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/33e78149eb83b/waitress-1.4.4-py2.py3-none-any.whl (58 kB) 2020-11-03 12:40:58.674 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-03 12:40:58.736 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.17.3) 2020-11-03 12:40:58.740 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:40:58.909 | Collecting soupsieve===2.0.1 2020-11-03 12:40:58.917 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/163/4eea42ab371d3/soupsieve-2.0.1-py3-none-any.whl (32 kB) 2020-11-03 12:40:58.999 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (1.8.1) 2020-11-03 12:40:59.001 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-03 12:40:59.006 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (0.2.5) 2020-11-03 12:40:59.012 | Building wheels for collected packages: logutils, pecan, pyroute2, setproctitle, tinyrpc 2020-11-03 12:40:59.013 | Building wheel for logutils (setup.py): started 2020-11-03 12:40:59.750 | Building wheel for logutils (setup.py): finished with status 'done' 2020-11-03 12:40:59.750 | Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19939 sha256=22077016007efca6e66e49b9e292479dbf4ca78c8a88a54c5111988af8583ff4 2020-11-03 12:40:59.751 | Stored in directory: /root/.cache/pip/wheels/d8/35/3a/0ddd0713ae1be9c77bddb003f02b3fddc165409247333d32ef 2020-11-03 12:40:59.752 | Building wheel for pecan (setup.py): started 2020-11-03 12:41:00.661 | Building wheel for pecan (setup.py): finished with status 'done' 2020-11-03 12:41:00.663 | Created wheel for pecan: filename=pecan-1.3.3-py3-none-any.whl size=146357 sha256=8d212953fde636b4019183310d9f01b1d0f70368c9c8241d0e03dda026d223cb 2020-11-03 12:41:00.663 | Stored in directory: /root/.cache/pip/wheels/e8/3e/4d/56709cf852d13199bb208d9dac62d404e7885c18867916533e 2020-11-03 12:41:00.665 | Building wheel for pyroute2 (setup.py): started 2020-11-03 12:41:01.690 | Building wheel for pyroute2 (setup.py): finished with status 'done' 2020-11-03 12:41:01.693 | Created wheel for pyroute2: filename=pyroute2-0.5.14-py3-none-any.whl size=391762 sha256=5d94d5734a5b4eaf23a1efb3a3ca6b9fd48eb9c86dfb62ea0892315113da5fa3 2020-11-03 12:41:01.694 | Stored in directory: /root/.cache/pip/wheels/53/0a/0f/5bfd17b16df551bb25b3cf5daa998f0fc3a35dd9a717b2ffce 2020-11-03 12:41:01.695 | Building wheel for setproctitle (setup.py): started 2020-11-03 12:41:03.013 | Building wheel for setproctitle (setup.py): finished with status 'done' 2020-11-03 12:41:03.014 | Created wheel for setproctitle: filename=setproctitle-1.1.10-cp36-cp36m-linux_x86_64.whl size=33923 sha256=e8e5f1d73fb2af14a0f4f264624d4277509673f17cb0a872201a1c05edd482ae 2020-11-03 12:41:03.014 | Stored in directory: /root/.cache/pip/wheels/5c/fb/ef/c065d6acf0900d6e6f7aa147de64068a6dac9116d2bd59c13a 2020-11-03 12:41:03.016 | Building wheel for tinyrpc (setup.py): started 2020-11-03 12:41:03.787 | Building wheel for tinyrpc (setup.py): finished with status 'done' 2020-11-03 12:41:03.788 | Created wheel for tinyrpc: filename=tinyrpc-1.0.4-py3-none-any.whl size=35005 sha256=1c33209d27a7abee2a11ac8cf8756cfe8f951300832858119ec9d9806efba1e0 2020-11-03 12:41:03.789 | Stored in directory: /root/.cache/pip/wheels/f6/4f/3f/67c0417317941d5194a32f9dc3c90bd5e749e9876c117dfe44 2020-11-03 12:41:03.789 | Successfully built logutils pecan pyroute2 setproctitle tinyrpc 2020-11-03 12:41:04.963 | Installing collected packages: soupsieve, beautifulsoup4, waitress, WebTest, logutils, pecan, os-traits, setproctitle, tinyrpc, sortedcontainers, ovs, os-ken, neutron-lib, requestsexceptions, jmespath, munch, openstacksdk, os-client-config, osc-lib, python-neutronclient, ovsdbapp, pyroute2, python-designateclient, os-xenapi, os-vif, neutron 2020-11-03 12:41:06.179 | Attempting uninstall: sortedcontainers 2020-11-03 12:41:06.181 | Found existing installation: sortedcontainers 1.5.7 2020-11-03 12:41:06.183 | Uninstalling sortedcontainers-1.5.7: 2020-11-03 12:41:06.204 | Successfully uninstalled sortedcontainers-1.5.7 2020-11-03 12:41:06.294 | Attempting uninstall: ovs 2020-11-03 12:41:06.296 | Found existing installation: ovs 2.12.1 2020-11-03 12:41:06.298 | Uninstalling ovs-2.12.1: 2020-11-03 12:41:06.318 | Successfully uninstalled ovs-2.12.1 2020-11-03 12:41:13.198 | Running setup.py develop for neutron 2020-11-03 12:41:15.765 | Successfully installed WebTest-2.0.35 beautifulsoup4-4.9.3 jmespath-0.10.0 logutils-0.3.5 munch-2.5.0 neutron neutron-lib-2.6.1 openstacksdk-0.50.0 os-client-config-2.1.0 os-ken-1.2.0 os-traits-2.4.0 os-vif-2.2.0 os-xenapi-0.3.4 osc-lib-2.2.1 ovs-2.13.0 ovsdbapp-1.6.0 pecan-1.3.3 pyroute2-0.5.14 python-designateclient-4.1.0 python-neutronclient-7.2.1 requestsexceptions-1.4.0 setproctitle-1.1.10 sortedcontainers-2.2.2 soupsieve-2.0.1 tinyrpc-1.0.4 waitress-1.4.4 2020-11-03 12:41:16.059 | + inc/python:pip_install:200 : result=0 2020-11-03 12:41:16.062 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:41:16.064 | + functions-common:time_stop:2310 : local name 2020-11-03 12:41:16.066 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:41:16.068 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:41:16.071 | + functions-common:time_stop:2313 : local total 2020-11-03 12:41:16.073 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:41:16.075 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:41:16.077 | + functions-common:time_stop:2317 : start_time=1604407241651 2020-11-03 12:41:16.079 | + functions-common:time_stop:2319 : [[ -z 1604407241651 ]] 2020-11-03 12:41:16.082 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:41:16.085 | + functions-common:time_stop:2322 : end_time=1604407276083 2020-11-03 12:41:16.087 | + functions-common:time_stop:2323 : elapsed_time=34432 2020-11-03 12:41:16.089 | + functions-common:time_stop:2324 : total=220133 2020-11-03 12:41:16.092 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:41:16.094 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=254565 2020-11-03 12:41:16.096 | + inc/python:pip_install:203 : return 0 2020-11-03 12:41:16.098 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:41:16.101 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-03 12:41:16.104 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-03 12:41:16.121 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-03 12:41:16.132 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2020-11-03 12:41:16.134 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2020-11-03 12:41:16.137 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:41:16.139 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:41:16.142 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/neutron, ]] 2020-11-03 12:41:16.144 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:41:16.146 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2020-11-03 12:41:16.149 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:41:16.151 | + ./stack.sh:main:898 : is_service_enabled nova 2020-11-03 12:41:16.168 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:16.170 | + ./stack.sh:main:900 : stack_install_service nova 2020-11-03 12:41:16.173 | + lib/stack:stack_install_service:20 : local service=nova 2020-11-03 12:41:16.175 | + lib/stack:stack_install_service:21 : type install_nova 2020-11-03 12:41:16.178 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:41:16.181 | + lib/stack:stack_install_service:32 : install_nova 2020-11-03 12:41:16.183 | + lib/nova:install_nova:799 : use_library_from_git os-vif 2020-11-03 12:41:16.185 | + inc/python:use_library_from_git:250 : local name=os-vif 2020-11-03 12:41:16.188 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:41:16.190 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:41:16.192 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-vif, ]] 2020-11-03 12:41:16.195 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:41:16.197 | + lib/nova:install_nova:804 : is_service_enabled n-cpu 2020-11-03 12:41:16.212 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:16.214 | + lib/nova:install_nova:808 : is_service_enabled n-novnc 2020-11-03 12:41:16.230 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:16.232 | + lib/nova:install_nova:820 : is_service_enabled n-spice 2020-11-03 12:41:16.248 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:16.250 | + lib/nova:install_nova:832 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2020-11-03 12:41:16.253 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2020-11-03 12:41:16.255 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2020-11-03 12:41:16.257 | + functions-common:git_clone:527 : local git_ref=master 2020-11-03 12:41:16.259 | + functions-common:git_clone:528 : local orig_dir 2020-11-03 12:41:16.262 | ++ functions-common:git_clone:529 : pwd 2020-11-03 12:41:16.264 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-03 12:41:16.267 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-03 12:41:16.269 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-03 12:41:16.284 | + functions-common:git_clone:532 : RECLONE=False 2020-11-03 12:41:16.286 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-03 12:41:16.289 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-03 12:41:16.292 | + functions-common:git_clone:546 : echo master 2020-11-03 12:41:16.292 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-03 12:41:16.296 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2020-11-03 12:41:16.298 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-03 12:41:16.301 | + functions-common:git_clone:594 : cd /opt/stack/nova 2020-11-03 12:41:16.303 | + functions-common:git_clone:595 : git show --oneline 2020-11-03 12:41:16.304 | + functions-common:git_clone:595 : head -1 2020-11-03 12:41:16.321 | edd8fefe3f Merge "optimize the shelve code flow" 2020-11-03 12:41:16.324 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-03 12:41:16.327 | + lib/nova:install_nova:833 : setup_develop /opt/stack/nova 2020-11-03 12:41:16.329 | + inc/python:setup_develop:338 : local bindep 2020-11-03 12:41:16.331 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2020-11-03 12:41:16.334 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2020-11-03 12:41:16.336 | + inc/python:setup_develop:344 : local extras= 2020-11-03 12:41:16.339 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2020-11-03 12:41:16.341 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-03 12:41:16.343 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2020-11-03 12:41:16.346 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2020-11-03 12:41:16.348 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-03 12:41:16.351 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-03 12:41:16.354 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2020-11-03 12:41:16.356 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-03 12:41:16.359 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2020-11-03 12:41:16.362 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-03 12:41:16.364 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-03 12:41:16.367 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2020-11-03 12:41:16.372 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2020-11-03 12:41:16.374 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2020-11-03 12:41:17.088 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2020-11-03 12:41:17.091 | + inc/python:setup_package:417 : local bindep=0 2020-11-03 12:41:17.093 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-03 12:41:17.095 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-03 12:41:17.097 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2020-11-03 12:41:17.100 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2020-11-03 12:41:17.102 | + inc/python:setup_package:426 : local flags=-e 2020-11-03 12:41:17.104 | + inc/python:setup_package:427 : local extras= 2020-11-03 12:41:17.106 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-03 12:41:17.108 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-03 12:41:17.111 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-03 12:41:17.113 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-03 12:41:17.116 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-03 12:41:17.118 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2020-11-03 12:41:17.136 | Using python 3.6 to install /opt/stack/nova 2020-11-03 12:41:17.138 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2020-11-03 12:41:19.366 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-03 12:41:19.366 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-11-03 12:41:19.387 | Obtaining file:///opt/stack/nova 2020-11-03 12:41:22.957 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-03 12:41:26.457 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-03 12:41:26.464 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-03 12:41:26.468 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-03 12:41:26.478 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-03 12:41:26.487 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-03 12:41:26.492 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-03 12:41:26.504 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-03 12:41:26.527 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-03 12:41:26.542 | Requirement already satisfied: castellan===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.0) 2020-11-03 12:41:26.565 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-03 12:41:26.608 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (0.2.2) 2020-11-03 12:41:26.751 | Collecting dataclasses===0.7 2020-11-03 12:41:26.759 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/345/9118f7ede7c8b/dataclasses-0.7-py3-none-any.whl (18 kB) 2020-11-03 12:41:26.846 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-03 12:41:26.850 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-11-03 12:41:26.860 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-11-03 12:41:26.867 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.17) 2020-11-03 12:41:26.870 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-03 12:41:26.874 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-03 12:41:26.906 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-03 12:41:26.978 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.1.0) 2020-11-03 12:41:27.040 | Requirement already satisfied: lxml===4.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.6.1) 2020-11-03 12:41:27.175 | Collecting microversion-parse===1.0.1 2020-11-03 12:41:27.182 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2020-11-03 12:41:27.271 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-03 12:41:27.278 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-03 12:41:27.282 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) (0.50.0) 2020-11-03 12:41:27.313 | Requirement already satisfied: os-brick===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (4.0.1) 2020-11-03 12:41:27.438 | Collecting os-resource-classes===1.0.0 2020-11-03 12:41:27.445 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2020-11-03 12:41:27.532 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) (1.7.0) 2020-11-03 12:41:27.537 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.4.0) 2020-11-03 12:41:27.543 | Requirement already satisfied: os-vif===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (2.2.0) 2020-11-03 12:41:27.569 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (5.2.0) 2020-11-03 12:41:27.592 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (0.3.4) 2020-11-03 12:41:27.611 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.6.1) 2020-11-03 12:41:27.653 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (4.3.1) 2020-11-03 12:41:27.665 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.3.2) 2020-11-03 12:41:27.685 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (3.1.1) 2020-11-03 12:41:27.691 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (8.4.0) 2020-11-03 12:41:27.746 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (5.0.1) 2020-11-03 12:41:27.753 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.4.0) 2020-11-03 12:41:27.796 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (12.6.0) 2020-11-03 12:41:27.860 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (4.1.1) 2020-11-03 12:41:27.881 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.5.0) 2020-11-03 12:41:27.899 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.4.0) 2020-11-03 12:41:27.916 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.2.0) 2020-11-03 12:41:27.933 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (6.2.0) 2020-11-03 12:41:27.937 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.0.1) 2020-11-03 12:41:27.947 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (2.4.0) 2020-11-03 12:41:27.973 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (1.1.1) 2020-11-03 12:41:27.982 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.7.0) 2020-11-03 12:41:28.002 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.3.0) 2020-11-03 12:41:28.024 | Requirement already satisfied: ovsdbapp===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.6.0) 2020-11-03 12:41:28.034 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.4) 2020-11-03 12:41:28.042 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.7.2) 2020-11-03 12:41:28.080 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (5.5.1) 2020-11-03 12:41:28.084 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (0.7.2) 2020-11-03 12:41:28.086 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.7.3) 2020-11-03 12:41:28.110 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (3.1.1) 2020-11-03 12:41:28.123 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (0.9.6) 2020-11-03 12:41:28.126 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.4.7) 2020-11-03 12:41:28.255 | Collecting pypowervm===1.1.24 2020-11-03 12:41:28.264 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2020-11-03 12:41:28.414 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.5.14) 2020-11-03 12:41:28.421 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (0.17.3) 2020-11-03 12:41:28.426 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (5.0.1) 2020-11-03 12:41:28.444 | Requirement already satisfied: python-cinderclient===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (7.2.0) 2020-11-03 12:41:28.464 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.8.1) 2020-11-03 12:41:28.471 | Requirement already satisfied: python-glanceclient===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (3.2.2) 2020-11-03 12:41:28.490 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (4.1.1) 2020-11-03 12:41:28.510 | Requirement already satisfied: python-neutronclient===7.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (7.2.1) 2020-11-03 12:41:28.540 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (2020.4) 2020-11-03 12:41:28.545 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.7) 2020-11-03 12:41:28.553 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.23.0) 2020-11-03 12:41:28.576 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-11-03 12:41:28.579 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.3.3) 2020-11-03 12:41:28.584 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.4.0) 2020-11-03 12:41:28.589 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (50.3.2) 2020-11-03 12:41:28.638 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (3.17.2) 2020-11-03 12:41:28.641 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (1.15.0) 2020-11-03 12:41:28.644 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.13.0) 2020-11-03 12:41:28.656 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (0.4.1) 2020-11-03 12:41:28.660 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-11-03 12:41:28.664 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.2.2) 2020-11-03 12:41:28.674 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (4.5.0) 2020-11-03 12:41:28.740 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (6.2.0) 2020-11-03 12:41:28.756 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2020-11-03 12:41:28.766 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (0.5.0) 2020-11-03 12:41:28.772 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (2.4.0) 2020-11-03 12:41:28.792 | Requirement already satisfied: tooz===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.7.1) 2020-11-03 12:41:28.863 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (1.4.0) 2020-11-03 12:41:28.867 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.1.0) 2020-11-03 12:41:28.874 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.25.11) 2020-11-03 12:41:28.899 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (0.12.0) 2020-11-03 12:41:28.903 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.3.3) 2020-11-03 12:41:29.008 | Collecting websockify===0.9.0 2020-11-03 12:41:29.016 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c35/b5b79ebc517d3/websockify-0.9.0.tar.gz (37 kB) 2020-11-03 12:41:29.814 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.12.1) 2020-11-03 12:41:29.817 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.3.0) 2020-11-03 12:41:29.923 | Collecting zVMCloudConnector===1.4.1 2020-11-03 12:41:29.930 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2020-11-03 12:41:30.857 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-03 12:41:30.861 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-11-03 12:41:30.871 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-03 12:41:30.918 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-03 12:41:30.940 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-03 12:41:30.959 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-03 12:41:30.963 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-03 12:41:30.970 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (0.10.0) 2020-11-03 12:41:30.974 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (2.5.0) 2020-11-03 12:41:30.999 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-03 12:41:31.004 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-03 12:41:31.013 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2020-11-03 12:41:31.018 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-03 12:41:31.023 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-03 12:41:31.032 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-03 12:41:31.038 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-03 12:41:31.041 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (5.0.2) 2020-11-03 12:41:31.089 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-03 12:41:31.092 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-03 12:41:31.105 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.13.0) 2020-11-03 12:41:31.111 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-03 12:41:31.122 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2020-11-03 12:41:31.136 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (0.4.8) 2020-11-03 12:41:31.139 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.2.8) 2020-11-03 12:41:31.144 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-03 12:41:31.160 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (19.1.0) 2020-11-03 12:41:31.176 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) (2.1.0) 2020-11-03 12:41:31.181 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.2.1) 2020-11-03 12:41:31.198 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-03 12:41:31.200 | 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) 2020-11-03 12:41:31.203 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-03 12:41:31.207 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-03 12:41:31.210 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5) 2020-11-03 12:41:31.253 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2020-11-03 12:41:31.262 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (1.4.1) 2020-11-03 12:41:31.267 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-03 12:41:31.270 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (1.6.0) 2020-11-03 12:41:31.273 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-03 12:41:31.276 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.4.0) 2020-11-03 12:41:32.209 | Collecting numpy===1.19.3 2020-11-03 12:41:32.253 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/719/7ee0a25629ed7/numpy-1.19.3-cp36-cp36m-manylinux2010_x86_64.whl (14.9 MB) 2020-11-03 12:41:32.710 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.7.1) 2020-11-03 12:41:32.727 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (2.20) 2020-11-03 12:41:32.730 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (3.4.0) 2020-11-03 12:41:32.758 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-03 12:41:32.761 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-03 12:41:32.764 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (1.0.4) 2020-11-03 12:41:32.767 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-03 12:41:32.776 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (5.0.0) 2020-11-03 12:41:32.779 | Requirement already satisfied: sortedcontainers===2.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (2.2.2) 2020-11-03 12:41:32.782 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-03 12:41:32.876 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.2.5) 2020-11-03 12:41:32.883 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (1.8.1) 2020-11-03 12:41:32.886 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-03 12:41:32.890 | Building wheels for collected packages: websockify, zVMCloudConnector 2020-11-03 12:41:32.891 | Building wheel for websockify (setup.py): started 2020-11-03 12:41:33.680 | Building wheel for websockify (setup.py): finished with status 'done' 2020-11-03 12:41:33.681 | Created wheel for websockify: filename=websockify-0.9.0-py3-none-any.whl size=35707 sha256=5fdd2dd4ca14fcc02dd4cdadd71d9b82d9a584bb41c82a72655a46e88ecb193b 2020-11-03 12:41:33.681 | Stored in directory: /root/.cache/pip/wheels/8b/ec/6c/aed219b7e68778adcd6705f915ee6ededcbb7246e4213c2e28 2020-11-03 12:41:33.683 | Building wheel for zVMCloudConnector (setup.py): started 2020-11-03 12:41:34.645 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2020-11-03 12:41:34.648 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303898 sha256=9b770cedf8166d28bf2ca902eb530983e2501732d278f843cd2fc224232ee469 2020-11-03 12:41:34.648 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2020-11-03 12:41:34.649 | Successfully built websockify zVMCloudConnector 2020-11-03 12:41:35.584 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, dataclasses, nova 2020-11-03 12:41:39.568 | Running setup.py develop for nova 2020-11-03 12:41:43.292 | Successfully installed dataclasses-0.7 microversion-parse-1.0.1 nova numpy-1.19.3 os-resource-classes-1.0.0 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2020-11-03 12:41:43.556 | + inc/python:pip_install:200 : result=0 2020-11-03 12:41:43.559 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-03 12:41:43.561 | + functions-common:time_stop:2310 : local name 2020-11-03 12:41:43.563 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:41:43.565 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:41:43.568 | + functions-common:time_stop:2313 : local total 2020-11-03 12:41:43.570 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:41:43.572 | + functions-common:time_stop:2316 : name=pip_install 2020-11-03 12:41:43.574 | + functions-common:time_stop:2317 : start_time=1604407277131 2020-11-03 12:41:43.576 | + functions-common:time_stop:2319 : [[ -z 1604407277131 ]] 2020-11-03 12:41:43.579 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:41:43.582 | + functions-common:time_stop:2322 : end_time=1604407303580 2020-11-03 12:41:43.584 | + functions-common:time_stop:2323 : elapsed_time=26449 2020-11-03 12:41:43.587 | + functions-common:time_stop:2324 : total=254565 2020-11-03 12:41:43.589 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:41:43.591 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=281014 2020-11-03 12:41:43.593 | + inc/python:pip_install:203 : return 0 2020-11-03 12:41:43.595 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-03 12:41:43.598 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-03 12:41:43.600 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-03 12:41:43.617 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-03 12:41:43.628 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2020-11-03 12:41:43.631 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2020-11-03 12:41:43.633 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-03 12:41:43.636 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-03 12:41:43.638 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/nova, ]] 2020-11-03 12:41:43.640 | + inc/python:use_library_from_git:253 : return 1 2020-11-03 12:41:43.643 | + lib/nova:install_nova:834 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2020-11-03 12:41:43.654 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-03 12:41:43.657 | + ./stack.sh:main:901 : configure_nova 2020-11-03 12:41:43.659 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2020-11-03 12:41:43.671 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2020-11-03 12:41:43.674 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2020-11-03 12:41:43.676 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2020-11-03 12:41:43.680 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2020-11-03 12:41:43.680 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2020-11-03 12:41:43.684 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2020-11-03 12:41:43.686 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2020-11-03 12:41:43.689 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2020-11-03 12:41:43.691 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2020-11-03 12:41:43.694 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2020-11-03 12:41:43.696 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2020-11-03 12:41:43.698 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2020-11-03 12:41:43.701 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2020-11-03 12:41:43.711 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2020-11-03 12:41:43.722 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2020-11-03 12:41:43.734 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2020-11-03 12:41:43.745 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2020-11-03 12:41:43.756 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2020-11-03 12:41:43.759 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2020-11-03 12:41:43.762 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.phW39bP409 2020-11-03 12:41:43.765 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2020-11-03 12:41:43.767 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2020-11-03 12:41:43.770 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2020-11-03 12:41:43.772 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2020-11-03 12:41:43.774 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2020-11-03 12:41:43.777 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.phW39bP409 2020-11-03 12:41:43.780 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.phW39bP409 2020-11-03 12:41:43.792 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.phW39bP409 /etc/sudoers.d/nova-rootwrap 2020-11-03 12:41:43.804 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2020-11-03 12:41:43.807 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2020-11-03 12:41:43.809 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2020-11-03 12:41:43.812 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2020-11-03 12:41:43.814 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2020-11-03 12:41:43.817 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2020-11-03 12:41:43.819 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2020-11-03 12:41:43.822 | + lib/nova:configure_nova:240 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2020-11-03 12:41:43.824 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2020-11-03 12:41:43.828 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2020-11-03 12:41:43.844 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:43.846 | + lib/nova:configure_nova:320 : create_nova_conf 2020-11-03 12:41:43.849 | + lib/nova:create_nova_conf:387 : rm -f /opt/stack/nova/bin/nova.conf 2020-11-03 12:41:43.852 | + lib/nova:create_nova_conf:390 : rm -f /etc/nova/nova.conf 2020-11-03 12:41:43.855 | + lib/nova:create_nova_conf:391 : iniset /etc/nova/nova.conf DEFAULT debug True 2020-11-03 12:41:43.879 | + lib/nova:create_nova_conf:392 : '[' True == True ']' 2020-11-03 12:41:43.882 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2020-11-03 12:41:43.904 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2020-11-03 12:41:43.929 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2020-11-03 12:41:43.952 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2020-11-03 12:41:43.977 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf scheduler workers 2 2020-11-03 12:41:44.002 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2020-11-03 12:41:44.027 | + lib/nova:create_nova_conf:400 : [[ 4 == 6 ]] 2020-11-03 12:41:44.029 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.40 2020-11-03 12:41:44.053 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2020-11-03 12:41:44.076 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2020-11-03 12:41:44.099 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2020-11-03 12:41:44.122 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2020-11-03 12:41:44.144 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2020-11-03 12:41:44.170 | + lib/nova:create_nova_conf:412 : is_fedora 2020-11-03 12:41:44.172 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-03 12:41:44.175 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-03 12:41:44.177 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-03 12:41:44.179 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-03 12:41:44.181 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-03 12:41:44.183 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-03 12:41:44.185 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-03 12:41:44.187 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-03 12:41:44.190 | + lib/nova:create_nova_conf:412 : is_suse 2020-11-03 12:41:44.192 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:41:44.194 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:41:44.196 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:41:44.198 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:41:44.200 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:41:44.202 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:41:44.205 | + lib/nova:create_nova_conf:421 : is_service_enabled n-api n-cond n-sched 2020-11-03 12:41:44.220 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:44.222 | + lib/nova:create_nova_conf:425 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-03 12:41:44.225 | + lib/nova:create_nova_conf:428 : local db=nova_cell0 2020-11-03 12:41:44.227 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2020-11-03 12:41:44.251 | ++ lib/nova:create_nova_conf:434 : database_connection_url nova_cell0 2020-11-03 12:41:44.253 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2020-11-03 12:41:44.255 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2020-11-03 12:41:44.257 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2020-11-03 12:41:44.259 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2020-11-03 12:41:44.262 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2020-11-03 12:41:44.288 | ++ lib/nova:create_nova_conf:435 : database_connection_url nova_api 2020-11-03 12:41:44.291 | ++ lib/database:database_connection_url:132 : local db=nova_api 2020-11-03 12:41:44.293 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2020-11-03 12:41:44.295 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2020-11-03 12:41:44.298 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2020-11-03 12:41:44.300 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2020-11-03 12:41:44.325 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf cache enabled True 2020-11-03 12:41:44.351 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2020-11-03 12:41:44.374 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2020-11-03 12:41:44.398 | + lib/nova:create_nova_conf:445 : is_service_enabled n-api 2020-11-03 12:41:44.412 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:44.414 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api-meta 2020-11-03 12:41:44.429 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:44.432 | ++ lib/nova:create_nova_conf:448 : echo osapi_compute,metadata 2020-11-03 12:41:44.433 | ++ lib/nova:create_nova_conf:448 : sed s/,metadata// 2020-11-03 12:41:44.437 | + lib/nova:create_nova_conf:448 : NOVA_ENABLED_APIS=osapi_compute 2020-11-03 12:41:44.439 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2020-11-03 12:41:44.464 | + lib/nova:create_nova_conf:451 : is_service_enabled tls-proxy 2020-11-03 12:41:44.478 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:44.480 | + lib/nova:create_nova_conf:457 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2020-11-03 12:41:44.483 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2020-11-03 12:41:44.485 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2020-11-03 12:41:44.487 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-03 12:41:44.489 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2020-11-03 12:41:44.514 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2020-11-03 12:41:44.538 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.40/identity 2020-11-03 12:41:44.561 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2020-11-03 12:41:44.590 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2020-11-03 12:41:44.613 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2020-11-03 12:41:44.637 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2020-11-03 12:41:44.661 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2020-11-03 12:41:44.684 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-03 12:41:44.709 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2020-11-03 12:41:44.732 | + lib/nova:create_nova_conf:460 : is_service_enabled cinder 2020-11-03 12:41:44.746 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:44.748 | + lib/nova:create_nova_conf:461 : configure_cinder_access 2020-11-03 12:41:44.751 | + lib/nova:configure_cinder_access:582 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2020-11-03 12:41:44.779 | + lib/nova:configure_cinder_access:583 : iniset /etc/nova/nova.conf cinder auth_type password 2020-11-03 12:41:44.803 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.40/identity 2020-11-03 12:41:44.827 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder username nova 2020-11-03 12:41:44.850 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder password Passw0rd 2020-11-03 12:41:44.874 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2020-11-03 12:41:44.898 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder project_name service 2020-11-03 12:41:44.921 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2020-11-03 12:41:44.945 | + lib/nova:configure_cinder_access:596 : is_service_enabled tls-proxy 2020-11-03 12:41:44.960 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:44.962 | + lib/nova:create_nova_conf:464 : '[' -n /opt/stack/data/nova ']' 2020-11-03 12:41:44.964 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2020-11-03 12:41:44.987 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2020-11-03 12:41:45.013 | + lib/nova:create_nova_conf:468 : '[' -n /opt/stack/data/nova/instances ']' 2020-11-03 12:41:45.016 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2020-11-03 12:41:45.039 | + lib/nova:create_nova_conf:471 : '[' False '!=' False ']' 2020-11-03 12:41:45.041 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2020-11-03 12:41:45.044 | + lib/nova:create_nova_conf:479 : is_suse 2020-11-03 12:41:45.046 | + functions-common:is_suse:464 : is_opensuse 2020-11-03 12:41:45.048 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-03 12:41:45.050 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-03 12:41:45.053 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-03 12:41:45.055 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-03 12:41:45.058 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-03 12:41:45.060 | + lib/nova:create_nova_conf:484 : setup_logging /etc/nova/nova.conf 2020-11-03 12:41:45.062 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2020-11-03 12:41:45.064 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2020-11-03 12:41:45.068 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-03 12:41:45.082 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-03 12:41:45.085 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-03 12:41:45.087 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-03 12:41:45.089 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-03 12:41:45.091 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-03 12:41:45.115 | + functions:setup_systemd_logging:728 : iniset /etc/nova/nova.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' 2020-11-03 12:41:45.139 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-03 12:41:45.163 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-03 12:41:45.187 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2020-11-03 12:41:45.212 | + lib/nova:create_nova_conf:488 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2020-11-03 12:41:45.215 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2020-11-03 12:41:45.217 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2020-11-03 12:41:45.220 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2020-11-03 12:41:45.222 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-03 12:41:45.225 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-03 12:41:45.228 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2020-11-03 12:41:45.231 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2020-11-03 12:41:45.233 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-03 12:41:45.235 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-03 12:41:45.247 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-03 12:41:45.247 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:41:45.254 | d /var/run/uwsgi 0755 ubuntu root 2020-11-03 12:41:45.257 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:41:45.270 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2020-11-03 12:41:45.272 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2020-11-03 12:41:45.276 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2020-11-03 12:41:45.302 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2020-11-03 12:41:45.324 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2020-11-03 12:41:45.347 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2020-11-03 12:41:45.371 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2020-11-03 12:41:45.394 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-03 12:41:45.417 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2020-11-03 12:41:45.440 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2020-11-03 12:41:45.463 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2020-11-03 12:41:45.486 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:41:45.510 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2020-11-03 12:41:45.533 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-03 12:41:45.556 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2020-11-03 12:41:45.579 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-03 12:41:45.581 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-03 12:41:45.585 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2020-11-03 12:41:45.587 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2020-11-03 12:41:45.589 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-03 12:41:45.591 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:45.594 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:45.596 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-03 12:41:45.599 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-03 12:41:45.601 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2020-11-03 12:41:45.624 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2020-11-03 12:41:45.648 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2020-11-03 12:41:45.648 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-03 12:41:45.655 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2020-11-03 12:41:45.658 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2020-11-03 12:41:45.660 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2020-11-03 12:41:45.663 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-03 12:41:45.665 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-03 12:41:45.668 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-03 12:41:45.670 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:45.672 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:45.674 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-03 12:41:45.677 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-03 12:41:45.679 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:45.681 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:45.683 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2020-11-03 12:41:45.740 | Enabling site nova-api-wsgi. 2020-11-03 12:41:45.744 | To activate the new configuration, you need to run: 2020-11-03 12:41:45.744 | systemctl reload apache2 2020-11-03 12:41:45.748 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-03 12:41:45.751 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-03 12:41:45.753 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-03 12:41:45.755 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-03 12:41:45.895 | + lib/nova:create_nova_conf:489 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2020-11-03 12:41:45.900 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2020-11-03 12:41:45.902 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2020-11-03 12:41:45.904 | + lib/apache:write_uwsgi_config:259 : local url= 2020-11-03 12:41:45.906 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2020-11-03 12:41:45.909 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-03 12:41:45.911 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2020-11-03 12:41:45.915 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2020-11-03 12:41:45.917 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-03 12:41:45.920 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-03 12:41:45.931 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-03 12:41:45.931 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:41:45.938 | d /var/run/uwsgi 0755 ubuntu root 2020-11-03 12:41:45.941 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-03 12:41:45.955 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2020-11-03 12:41:45.957 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2020-11-03 12:41:45.961 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2020-11-03 12:41:45.986 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2020-11-03 12:41:46.010 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2020-11-03 12:41:46.033 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2020-11-03 12:41:46.057 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2020-11-03 12:41:46.080 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-03 12:41:46.103 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2020-11-03 12:41:46.126 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2020-11-03 12:41:46.150 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2020-11-03 12:41:46.174 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-03 12:41:46.197 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2020-11-03 12:41:46.221 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-03 12:41:46.244 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2020-11-03 12:41:46.268 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2020-11-03 12:41:46.271 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2020-11-03 12:41:46.294 | + lib/nova:create_nova_conf:491 : is_service_enabled ceilometer 2020-11-03 12:41:46.309 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:46.311 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2020-11-03 12:41:46.338 | ++ lib/nova:create_nova_conf:500 : get_notification_url 2020-11-03 12:41:46.341 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2020-11-03 12:41:46.343 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2020-11-03 12:41:46.358 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:46.361 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:41:46.364 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:41:46.389 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2020-11-03 12:41:46.414 | + lib/nova:create_nova_conf:502 : iniset_rpc_backend nova /etc/nova/nova.conf 2020-11-03 12:41:46.417 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2020-11-03 12:41:46.419 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2020-11-03 12:41:46.422 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-03 12:41:46.424 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-03 12:41:46.427 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-03 12:41:46.441 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:46.445 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-03 12:41:46.447 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-03 12:41:46.449 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-03 12:41:46.464 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:46.466 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:41:46.469 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/ 2020-11-03 12:41:46.493 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-03 12:41:46.496 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-03 12:41:46.498 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2020-11-03 12:41:46.522 | + lib/nova:create_nova_conf:505 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2020-11-03 12:41:46.546 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf conductor workers 2 2020-11-03 12:41:46.573 | + lib/nova:create_nova_conf:509 : is_service_enabled tls-proxy 2020-11-03 12:41:46.588 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:46.590 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2020-11-03 12:41:46.614 | + lib/nova:create_nova_conf:516 : '[' False == True ']' 2020-11-03 12:41:46.616 | + lib/nova:create_nova_conf:520 : is_service_enabled n-cond 2020-11-03 12:41:46.632 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:46.635 | ++ lib/nova:create_nova_conf:521 : seq 1 1 2020-11-03 12:41:46.638 | + lib/nova:create_nova_conf:521 : for i in $(seq 1 $NOVA_NUM_CELLS) 2020-11-03 12:41:46.640 | + lib/nova:create_nova_conf:522 : local conf 2020-11-03 12:41:46.642 | + lib/nova:create_nova_conf:523 : local vhost 2020-11-03 12:41:46.645 | ++ lib/nova:create_nova_conf:524 : conductor_conf 1 2020-11-03 12:41:46.648 | ++ lib/nova:conductor_conf:734 : local cell=1 2020-11-03 12:41:46.650 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2020-11-03 12:41:46.653 | + lib/nova:create_nova_conf:524 : conf=/etc/nova/nova_cell1.conf 2020-11-03 12:41:46.655 | + lib/nova:create_nova_conf:525 : vhost=nova_cell1 2020-11-03 12:41:46.657 | + lib/nova:create_nova_conf:527 : rm -f /etc/nova/nova_cell1.conf 2020-11-03 12:41:46.661 | ++ lib/nova:create_nova_conf:528 : database_connection_url nova_cell1 2020-11-03 12:41:46.664 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2020-11-03 12:41:46.666 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2020-11-03 12:41:46.669 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2020-11-03 12:41:46.671 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2020-11-03 12:41:46.674 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2020-11-03 12:41:46.700 | + lib/nova:create_nova_conf:529 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2020-11-03 12:41:46.726 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2020-11-03 12:41:46.751 | + lib/nova:create_nova_conf:532 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-03 12:41:46.754 | + lib/nova:create_nova_conf:535 : rpc_backend_add_vhost nova_cell1 2020-11-03 12:41:46.756 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2020-11-03 12:41:46.758 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2020-11-03 12:41:46.773 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:46.776 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2020-11-03 12:41:46.777 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2020-11-03 12:41:47.800 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2020-11-03 12:41:47.802 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2020-11-03 12:41:48.815 | Creating vhost "nova_cell1" 2020-11-03 12:41:49.022 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2020-11-03 12:41:50.016 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2020-11-03 12:41:50.072 | + lib/nova:create_nova_conf:536 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2020-11-03 12:41:50.075 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2020-11-03 12:41:50.077 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2020-11-03 12:41:50.079 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-03 12:41:50.082 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2020-11-03 12:41:50.084 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-03 12:41:50.100 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:50.103 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2020-11-03 12:41:50.105 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2020-11-03 12:41:50.108 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-03 12:41:50.122 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:50.124 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/nova_cell1 2020-11-03 12:41:50.127 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.40:5672/nova_cell1 2020-11-03 12:41:50.151 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-03 12:41:50.153 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-03 12:41:50.156 | + lib/nova:create_nova_conf:540 : is_service_enabled placement placement-client 2020-11-03 12:41:50.172 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:50.174 | + lib/nova:create_nova_conf:541 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2020-11-03 12:41:50.176 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova_cell1.conf 2020-11-03 12:41:50.179 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2020-11-03 12:41:50.204 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.40/identity 2020-11-03 12:41:50.229 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement username placement 2020-11-03 12:41:50.252 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2020-11-03 12:41:50.276 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2020-11-03 12:41:50.300 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement project_name service 2020-11-03 12:41:50.324 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2020-11-03 12:41:50.348 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2020-11-03 12:41:50.372 | + lib/nova:create_nova_conf:545 : setup_logging /etc/nova/nova_cell1.conf 2020-11-03 12:41:50.374 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2020-11-03 12:41:50.376 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2020-11-03 12:41:50.379 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-03 12:41:50.394 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-03 12:41:50.397 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-03 12:41:50.400 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-03 12:41:50.402 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-03 12:41:50.404 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-03 12:41:50.428 | + functions:setup_systemd_logging:728 : iniset /etc/nova/nova_cell1.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' 2020-11-03 12:41:50.452 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-03 12:41:50.476 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-03 12:41:50.500 | + lib/nova:create_nova_conf:552 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-03 12:41:50.503 | ++ lib/nova:create_nova_conf:555 : seq 1 1 2020-11-03 12:41:50.507 | + lib/nova:create_nova_conf:555 : for i in $(seq 1 $NOVA_NUM_CELLS) 2020-11-03 12:41:50.509 | + lib/nova:create_nova_conf:556 : local conf 2020-11-03 12:41:50.511 | + lib/nova:create_nova_conf:557 : local offset 2020-11-03 12:41:50.514 | ++ lib/nova:create_nova_conf:558 : conductor_conf 1 2020-11-03 12:41:50.516 | ++ lib/nova:conductor_conf:734 : local cell=1 2020-11-03 12:41:50.519 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2020-11-03 12:41:50.522 | + lib/nova:create_nova_conf:558 : conf=/etc/nova/nova_cell1.conf 2020-11-03 12:41:50.524 | + lib/nova:create_nova_conf:559 : offset=0 2020-11-03 12:41:50.526 | + lib/nova:create_nova_conf:560 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2020-11-03 12:41:50.529 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2020-11-03 12:41:50.531 | + lib/nova:configure_console_proxies:670 : local offset=0 2020-11-03 12:41:50.533 | + lib/nova:configure_console_proxies:674 : offset=0 2020-11-03 12:41:50.536 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2020-11-03 12:41:50.550 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:50.552 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-xvnc 2020-11-03 12:41:50.567 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:50.570 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2020-11-03 12:41:50.572 | + lib/nova:configure_console_proxies:710 : is_service_enabled n-spice 2020-11-03 12:41:50.587 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:50.589 | + lib/nova:configure_console_proxies:715 : is_service_enabled n-sproxy 2020-11-03 12:41:50.604 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:50.606 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2020-11-03 12:41:50.621 | + functions-common:is_service_enabled:1966 : return 1 2020-11-03 12:41:50.623 | + ./stack.sh:main:904 : is_service_enabled placement 2020-11-03 12:41:50.639 | + functions-common:is_service_enabled:1966 : return 0 2020-11-03 12:41:50.642 | + ./stack.sh:main:906 : stack_install_service placement 2020-11-03 12:41:50.644 | + lib/stack:stack_install_service:20 : local service=placement 2020-11-03 12:41:50.647 | + lib/stack:stack_install_service:21 : type install_placement 2020-11-03 12:41:50.649 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-03 12:41:50.652 | + lib/stack:stack_install_service:32 : install_placement 2020-11-03 12:41:50.654 | + lib/placement:install_placement:137 : install_apache_wsgi 2020-11-03 12:41:50.657 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2020-11-03 12:41:50.659 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:50.661 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:50.664 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2020-11-03 12:41:50.666 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:41:50.669 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:41:50.671 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:41:50.674 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:41:50.676 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:41:50.678 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:41:50.681 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:50.683 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:50.685 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:41:50.688 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:41:50.690 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:41:50.693 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:41:50.695 | + functions-common:install_package:1345 : real_install_package apache2 2020-11-03 12:41:50.698 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:41:50.700 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:50.702 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:50.705 | + functions-common:real_install_package:1331 : apt_get install apache2 2020-11-03 12:41:50.723 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2020-11-03 12:41:50.843 | Reading package lists... 2020-11-03 12:41:51.085 | Building dependency tree... 2020-11-03 12:41:51.086 | Reading state information... 2020-11-03 12:41:51.288 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2020-11-03 12:41:51.288 | The following packages were automatically installed and are no longer required: 2020-11-03 12:41:51.288 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-03 12:41:51.288 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-03 12:41:51.288 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-03 12:41:51.289 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:41:51.289 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:41:51.289 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:41:51.289 | python3-zope.interface 2020-11-03 12:41:51.289 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:41:51.353 | 0 upgraded, 0 newly installed, 0 to remove and 153 not upgraded. 2020-11-03 12:41:51.358 | + functions-common:apt_get:1115 : result=0 2020-11-03 12:41:51.360 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-03 12:41:51.362 | + functions-common:time_stop:2310 : local name 2020-11-03 12:41:51.365 | + functions-common:time_stop:2311 : local end_time 2020-11-03 12:41:51.368 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-03 12:41:51.370 | + functions-common:time_stop:2313 : local total 2020-11-03 12:41:51.372 | + functions-common:time_stop:2314 : local start_time 2020-11-03 12:41:51.374 | + functions-common:time_stop:2316 : name=apt-get 2020-11-03 12:41:51.376 | + functions-common:time_stop:2317 : start_time=1604407310721 2020-11-03 12:41:51.379 | + functions-common:time_stop:2319 : [[ -z 1604407310721 ]] 2020-11-03 12:41:51.382 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-03 12:41:51.385 | + functions-common:time_stop:2322 : end_time=1604407311382 2020-11-03 12:41:51.387 | + functions-common:time_stop:2323 : elapsed_time=661 2020-11-03 12:41:51.389 | + functions-common:time_stop:2324 : total=397328 2020-11-03 12:41:51.391 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-03 12:41:51.394 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=397989 2020-11-03 12:41:51.396 | + functions-common:apt_get:1119 : return 0 2020-11-03 12:41:51.399 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2020-11-03 12:41:51.401 | + functions-common:is_package_installed:1353 : [[ -z libapache2-mod-wsgi ]] 2020-11-03 12:41:51.403 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-11-03 12:41:51.406 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-11-03 12:41:51.408 | + functions-common:is_package_installed:1362 : dpkg -s libapache2-mod-wsgi 2020-11-03 12:41:51.433 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2020-11-03 12:41:51.436 | + functions-common:install_package:1344 : update_package_repo 2020-11-03 12:41:51.438 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-03 12:41:51.440 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-03 12:41:51.443 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-03 12:41:51.445 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-03 12:41:51.447 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-03 12:41:51.450 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:51.452 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:51.454 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-03 12:41:51.457 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-03 12:41:51.459 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-03 12:41:51.461 | + functions-common:apt_get_update:1071 : return 2020-11-03 12:41:51.464 | + functions-common:install_package:1345 : real_install_package libapache2-mod-wsgi-py3 2020-11-03 12:41:51.466 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-03 12:41:51.469 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-03 12:41:51.471 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-03 12:41:51.474 | + functions-common:real_install_package:1331 : apt_get install libapache2-mod-wsgi-py3 2020-11-03 12:41:51.493 | + 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 libapache2-mod-wsgi-py3 2020-11-03 12:41:51.613 | Reading package lists... 2020-11-03 12:41:51.853 | Building dependency tree... 2020-11-03 12:41:51.854 | Reading state information... 2020-11-03 12:41:52.059 | The following packages were automatically installed and are no longer required: 2020-11-03 12:41:52.060 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-03 12:41:52.060 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-03 12:41:52.060 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-03 12:41:52.060 | python3-pam python3-problem-report python3-pyasn1 2020-11-03 12:41:52.060 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-03 12:41:52.060 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-03 12:41:52.060 | python3-zope.interface 2020-11-03 12:41:52.060 | Use 'sudo apt autoremove' to remove them. 2020-11-03 12:41:52.103 | The following NEW packages will be installed: 2020-11-03 12:41:52.104 | libapache2-mod-wsgi-py3 2020-11-03 12:41:52.471 | 0 upgraded, 1 newly installed, 0 to remove and 153 not upgraded. 2020-11-03 12:41:52.471 | Need to get 88.3 kB of archives. 2020-11-03 12:41:52.471 | After this operation, 278 kB of additional disk space will be used. 2020-11-03 12:41:52.471 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-wsgi-py3 amd64 4.5.17-1ubuntu1 [88.3 kB] 2020-11-03 12:41:53.153 | Fetched 88.3 kB in 0s (178 kB/s) 2020-11-03 12:41:53.436 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2020-11-03 12:41:53.476 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77588 files and directories currently installed.) 2020-11-03 12:41:53.479 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2020-11-03 12:41:53.561 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2020-11-03 12:41:53.919 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2020-11-03 12:41:54.313 | apache2_invoke: Enable module wsgi