I seem to be having the same issue. Ubuntu-14.04 + unset GREP_OPTIONS + umask 022 + PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin +++ dirname /var/tmp/devstack/stack.sh ++ cd /var/tmp/devstack ++ pwd + TOP_DIR=/var/tmp/devstack + NOUNSET= + [[ -n '' ]] + [[ -r /var/tmp/devstack/.stackenv ]] + FILES=/var/tmp/devstack/files + '[' '!' -d /var/tmp/devstack/files ']' + '[' '!' -d /var/tmp/devstack/inc ']' + '[' '!' -d /var/tmp/devstack/lib ']' + [[ '' == \y ]] + [[ 1014 -eq 0 ]] + LAST_SPINNER_PID= + source /var/tmp/devstack/functions ++ [[ -z '' ]] ++ declare -r _DEVSTACK_FUNCTIONS=1 ++++ dirname /var/tmp/devstack/functions +++ cd /var/tmp/devstack +++ pwd ++ FUNC_DIR=/var/tmp/devstack ++ source /var/tmp/devstack/functions-common ++++ grep xtrace ++++ set +o +++ XTRACE='set -o xtrace' +++ set +o xtrace ++ source /var/tmp/devstack/inc/ini-config ++++ grep xtrace ++++ set +o +++ INC_CONF_TRACE='set -o xtrace' +++ set +o xtrace ++ source /var/tmp/devstack/inc/python ++++ grep xtrace ++++ set +o +++ INC_PY_TRACE='set -o xtrace' +++ set +o xtrace ++ source /var/tmp/devstack/inc/rootwrap ++++ grep xtrace ++++ set +o +++ INC_ROOT_TRACE='set -o xtrace' +++ set +o xtrace +++ grep xtrace +++ set +o ++ XTRACE='set -o xtrace' ++ set +o xtrace + source /var/tmp/devstack/inc/meta-config +++ grep xtrace +++ set +o ++ INC_META_XTRACE='set -o xtrace' ++ set +o xtrace + source /var/tmp/devstack/lib/stack + GetDistro + GetOSVersion ++ which sw_vers + [[ -x '' ]] ++ which lsb_release + [[ -x /usr/bin/lsb_release ]] ++ lsb_release -i -s + os_VENDOR=Ubuntu ++ lsb_release -r -s + os_RELEASE=14.04 + os_UPDATE= + os_PACKAGE=rpm + [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] + os_PACKAGE=deb ++ lsb_release -c -s + os_CODENAME=trusty + export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME + [[ Ubuntu =~ (Ubuntu) ]] + DISTRO=trusty + export DISTRO + rm -f /var/tmp/devstack/.localrc.auto + [[ -r /var/tmp/devstack/local.conf ]] ++ get_meta_section_files /var/tmp/devstack/local.conf local ++ local file=/var/tmp/devstack/local.conf ++ local matchgroup=local ++ [[ -r /var/tmp/devstack/local.conf ]] ++ awk -v matchgroup=local ' /^\[\[.+\|.*\]\]/ { gsub("[][]", "", $1); split($1, a, "|"); if (a[1] == matchgroup) print a[2] } ' /var/tmp/devstack/local.conf + LRC=localrc + for lfile in '$LRC' + [[ localrc == \l\o\c\a\l\r\c ]] + [[ -r /var/tmp/devstack/localrc ]] + echo '# Generated file, do not edit' + get_meta_section /var/tmp/devstack/local.conf local localrc + local file=/var/tmp/devstack/local.conf + local matchgroup=local + local configfile=localrc + [[ -r /var/tmp/devstack/local.conf ]] + [[ -z localrc ]] + awk -v matchgroup=local -v configfile=localrc ' BEGIN { group = "" } /^\[\[.+\|.*\]\]/ { if (group == "") { gsub("[][]", "", $1); split($1, a, "|"); if (a[1] == matchgroup && a[2] == configfile) { group=a[1] } } else { group="" } next } { if (group != "") print $0 } ' /var/tmp/devstack/local.conf + [[ ! -r /var/tmp/devstack/stackrc ]] + source /var/tmp/devstack/stackrc ++ [[ -z '' ]] ++ declare -r _DEVSTACK_STACKRC=1 ++ unset LANG ++ unset LANGUAGE ++ LC_ALL=C ++ export LC_ALL ++++ dirname /var/tmp/devstack/stackrc +++ cd /var/tmp/devstack +++ pwd ++ RC_DIR=/var/tmp/devstack ++ source /var/tmp/devstack/functions +++ [[ -z 1 ]] +++ return 0 ++ DEST=/opt/stack ++ DATA_DIR=/opt/stack/data ++ SERVICE_DIR=/opt/stack/status ++ [[ 1014 -eq 0 ]] +++ whoami ++ STACK_USER=stack ++ REGION_NAME=RegionOne ++ isset ENABLED_SERVICES ++ [[ -v ENABLED_SERVICES ]] ++ ENABLED_SERVICES=key ++ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth ++ ENABLED_SERVICES+=,g-api,g-reg ++ ENABLED_SERVICES+=,c-sch,c-api,c-vol ++ ENABLED_SERVICES+=,horizon ++ ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat ++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True ++ NOVA_ENABLED_APIS=ec2,osapi_compute,metadata ++ HORIZON_APACHE_ROOT=/dashboard ++ USE_SCREEN=True ++ [[ -f /var/tmp/devstack/localrc ]] ++ [[ -f /var/tmp/devstack/.localrc.auto ]] ++ source /var/tmp/devstack/.localrc.auto +++ DEST=/opt/stack +++ LOGDIR=/opt/stack/logs +++ LOGFILE=/opt/stack/logs/stack.sh.log +++ SERVICE_HOST=cmeyers-ada7919e.eng.ansible.com +++ IMAGE_HOST=cmeyers-ada7919e.eng.ansible.com +++ IDENTITY_HOST=cmeyers-ada7919e.eng.ansible.com +++ ADMIN_PASSWORD=UbEYy68XF2Uk6eKaLX +++ MYSQL_PASSWORD=vuezSj6dEz8k953feN +++ RABBIT_PASSWORD=q87tent7KUUS5zE7SX +++ SERVICE_PASSWORD=2tHRvcPv9uV5HDDtfk +++ SERVICE_TOKEN=frXLrf2m4BuHqsGL7x +++ DATABASE_QUERY_LOGGING=False +++ ENABLED_SERVICES+=,g-api,g-reg ++ IDENTITY_API_VERSION=2.0 +++ trueorfalse True ENABLE_IDENTITY_V2 ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ ENABLE_IDENTITY_V2=True ++ '[' True == False ']' +++ trueorfalse False USE_VENV ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ USE_VENV=False ++ ADDITIONAL_VENV_PACKAGES= +++ trueorfalse False DATABASE_QUERY_LOGGING ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ DATABASE_QUERY_LOGGING=False ++ GIT_TIMEOUT=0 ++ GIT_BASE=git://git.openstack.org ++ REQUIREMENTS_DIR=/opt/stack/requirements ++ CINDER_REPO=git://git.openstack.org/openstack/cinder.git ++ CINDER_BRANCH=stable/liberty ++ GLANCE_REPO=git://git.openstack.org/openstack/glance.git ++ GLANCE_BRANCH=stable/liberty ++ HEAT_REPO=git://git.openstack.org/openstack/heat.git ++ HEAT_BRANCH=stable/liberty ++ HORIZON_REPO=git://git.openstack.org/openstack/horizon.git ++ HORIZON_BRANCH=stable/liberty ++ IRONIC_REPO=git://git.openstack.org/openstack/ironic.git ++ IRONIC_BRANCH=stable/liberty ++ KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git ++ KEYSTONE_BRANCH=stable/liberty ++ NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git ++ NEUTRON_BRANCH=stable/liberty ++ NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git ++ NEUTRON_FWAAS_BRANCH=stable/liberty ++ NEUTRON_LBAAS_REPO=git://git.openstack.org/openstack/neutron-lbaas.git ++ NEUTRON_LBAAS_BRANCH=stable/liberty ++ NEUTRON_VPNAAS_REPO=git://git.openstack.org/openstack/neutron-vpnaas.git ++ NEUTRON_VPNAAS_BRANCH=stable/liberty ++ NOVA_REPO=git://git.openstack.org/openstack/nova.git ++ NOVA_BRANCH=stable/liberty ++ SWIFT_REPO=git://git.openstack.org/openstack/swift.git ++ SWIFT_BRANCH=stable/liberty ++ REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git ++ REQUIREMENTS_BRANCH=stable/liberty ++ TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git ++ TEMPEST_BRANCH=master ++ GITREPO["tempest-lib"]=git://git.openstack.org/openstack/tempest-lib.git ++ GITBRANCH["tempest-lib"]=master ++ GITREPO["python-cinderclient"]=git://git.openstack.org/openstack/python-cinderclient.git ++ GITBRANCH["python-cinderclient"]=master ++ GITREPO["python-glanceclient"]=git://git.openstack.org/openstack/python-glanceclient.git ++ GITBRANCH["python-glanceclient"]=master ++ GITREPO["python-heatclient"]=git://git.openstack.org/openstack/python-heatclient.git ++ GITBRANCH["python-heatclient"]=master ++ GITREPO["python-ironicclient"]=git://git.openstack.org/openstack/python-ironicclient.git ++ GITBRANCH["python-ironicclient"]=master ++ GITREPO["keystoneauth"]=git://git.openstack.org/openstack/keystoneauth.git ++ GITBRANCH["keystoneauth"]=master ++ GITREPO["python-keystoneclient"]=git://git.openstack.org/openstack/python-keystoneclient.git ++ GITBRANCH["python-keystoneclient"]=master ++ GITREPO["python-neutronclient"]=git://git.openstack.org/openstack/python-neutronclient.git ++ GITBRANCH["python-neutronclient"]=master ++ GITREPO["python-novaclient"]=git://git.openstack.org/openstack/python-novaclient.git ++ GITBRANCH["python-novaclient"]=master ++ GITREPO["python-swiftclient"]=git://git.openstack.org/openstack/python-swiftclient.git ++ GITBRANCH["python-swiftclient"]=master ++ GITREPO["python-openstackclient"]=git://git.openstack.org/openstack/python-openstackclient.git ++ GITBRANCH["python-openstackclient"]=master ++ GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient ++ GITREPO["cliff"]=git://git.openstack.org/openstack/cliff.git ++ GITBRANCH["cliff"]=master ++ GITREPO["futurist"]=git://git.openstack.org/openstack/futurist.git ++ GITBRANCH["futurist"]=master ++ GITREPO["debtcollector"]=git://git.openstack.org/openstack/debtcollector.git ++ GITBRANCH["debtcollector"]=master ++ GITREPO["automaton"]=git://git.openstack.org/openstack/automaton.git ++ GITBRANCH["automaton"]=master ++ GITREPO["oslo.cache"]=git://git.openstack.org/openstack/oslo.cache.git ++ GITBRANCH["oslo.cache"]=master ++ GITREPO["oslo.concurrency"]=git://git.openstack.org/openstack/oslo.concurrency.git ++ GITBRANCH["oslo.concurrency"]=master ++ GITREPO["oslo.config"]=git://git.openstack.org/openstack/oslo.config.git ++ GITBRANCH["oslo.config"]=master ++ GITREPO["oslo.context"]=git://git.openstack.org/openstack/oslo.context.git ++ GITBRANCH["oslo.context"]=master ++ GITREPO["oslo.db"]=git://git.openstack.org/openstack/oslo.db.git ++ GITBRANCH["oslo.db"]=master ++ GITREPO["oslo.i18n"]=git://git.openstack.org/openstack/oslo.i18n.git ++ GITBRANCH["oslo.i18n"]=master ++ GITREPO["oslo.log"]=git://git.openstack.org/openstack/oslo.log.git ++ GITBRANCH["oslo.log"]=master ++ GITREPO["oslo.messaging"]=git://git.openstack.org/openstack/oslo.messaging.git ++ GITBRANCH["oslo.messaging"]=master ++ GITREPO["oslo.middleware"]=git://git.openstack.org/openstack/oslo.middleware.git ++ GITBRANCH["oslo.middleware"]=master ++ GITREPO["oslo.policy"]=git://git.openstack.org/openstack/oslo.policy.git ++ GITBRANCH["oslo.policy"]=master ++ GITREPO["oslo.reports"]=git://git.openstack.org/openstack/oslo.reports.git ++ GITBRANCH["oslo.reports"]=master ++ GITREPO["oslo.rootwrap"]=git://git.openstack.org/openstack/oslo.rootwrap.git ++ GITBRANCH["oslo.rootwrap"]=master ++ GITREPO["oslo.serialization"]=git://git.openstack.org/openstack/oslo.serialization.git ++ GITBRANCH["oslo.serialization"]=master ++ GITREPO["oslo.service"]=git://git.openstack.org/openstack/oslo.service.git ++ GITBRANCH["oslo.service"]=master ++ GITREPO["oslo.utils"]=git://git.openstack.org/openstack/oslo.utils.git ++ GITBRANCH["oslo.utils"]=master ++ GITREPO["oslo.versionedobjects"]=git://git.openstack.org/openstack/oslo.versionedobjects.git ++ GITBRANCH["oslo.versionedobjects"]=master ++ GITREPO["oslo.vmware"]=git://git.openstack.org/openstack/oslo.vmware.git ++ GITBRANCH["oslo.vmware"]=master ++ GITREPO["pycadf"]=git://git.openstack.org/openstack/pycadf.git ++ GITBRANCH["pycadf"]=master ++ GITREPO["stevedore"]=git://git.openstack.org/openstack/stevedore.git ++ GITBRANCH["stevedore"]=master ++ GITREPO["taskflow"]=git://git.openstack.org/openstack/taskflow.git ++ GITBRANCH["taskflow"]=master ++ GITREPO["tooz"]=git://git.openstack.org/openstack/tooz.git ++ GITBRANCH["tooz"]=master ++ GITREPO["pbr"]=git://git.openstack.org/openstack-dev/pbr.git ++ GITBRANCH["pbr"]=master ++ GITREPO["glance_store"]=git://git.openstack.org/openstack/glance_store.git ++ GITBRANCH["glance_store"]=master ++ HEAT_CFNTOOLS_REPO=git://git.openstack.org/openstack/heat-cfntools.git ++ HEAT_CFNTOOLS_BRANCH=master ++ HEAT_TEMPLATES_REPO=git://git.openstack.org/openstack/heat-templates.git ++ HEAT_TEMPLATES_BRANCH=master ++ GITREPO["django_openstack_auth"]=git://git.openstack.org/openstack/django_openstack_auth.git ++ GITBRANCH["django_openstack_auth"]=master ++ GITREPO["keystonemiddleware"]=git://git.openstack.org/openstack/keystonemiddleware.git ++ GITBRANCH["keystonemiddleware"]=master ++ SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git ++ SWIFT3_BRANCH=master ++ GITREPO["ceilometermiddleware"]=git://git.openstack.org/openstack/ceilometermiddleware.git ++ GITBRANCH["ceilometermiddleware"]=master ++ GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware ++ GITREPO["os-brick"]=git://git.openstack.org/openstack/os-brick.git ++ GITBRANCH["os-brick"]=master ++ GITREPO["ironic-lib"]=git://git.openstack.org/openstack/ironic-lib.git ++ GITBRANCH["ironic-lib"]=master ++ DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git ++ DIB_UTILS_BRANCH=master ++ OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git ++ OAC_BRANCH=master ++ OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git ++ OCC_BRANCH=master ++ ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git ++ ORC_BRANCH=master ++ IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git ++ IRONIC_PYTHON_AGENT_BRANCH=master ++ NOVNC_REPO=https://github.com/kanaka/noVNC.git ++ NOVNC_BRANCH=master ++ SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git ++ SPICE_BRANCH=master ++ DEFAULT_VIRT_DRIVER=libvirt ++ is_package_installed xenserver-core ++ [[ -z xenserver-core ]] ++ [[ -z deb ]] ++ [[ deb = \d\e\b ]] ++ dpkg -s xenserver-core ++ VIRT_DRIVER=libvirt ++ case "$VIRT_DRIVER" in ++ LIBVIRT_TYPE=kvm ++ [[ Ubuntu =~ (Debian) ]] ++ LIBVIRT_GROUP=libvirtd ++ CIRROS_VERSION=0.3.4 ++ CIRROS_ARCH=x86_64 +++ trueorfalse True DOWNLOAD_DEFAULT_IMAGES ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ DOWNLOAD_DEFAULT_IMAGES=True ++ [[ True == \T\r\u\e ]] ++ [[ -n '' ]] ++ case "$VIRT_DRIVER" in ++ case "$LIBVIRT_TYPE" in ++ DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-uec ++ IMAGE_URLS+=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz ++ DOWNLOAD_DEFAULT_IMAGES=False +++ trueorfalse False PRECACHE_IMAGES ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ PRECACHE_IMAGES=False ++ for image_url in '${IMAGE_URLS//,/ }' +++ wc -l +++ grep -o -F http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz +++ echo http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz ++ '[' 1 -gt 1 ']' ++ VOLUME_BACKING_FILE_SIZE=10250M ++ VOLUME_NAME_PREFIX=volume- ++ INSTANCE_NAME_PREFIX=instance- ++ S3_SERVICE_PORT=3333 ++ PRIVATE_NETWORK_NAME=private ++ PUBLIC_NETWORK_NAME=public ++ USE_SCREEN=True ++ SCREEN_NAME=stack ++ SERVICE_PROTOCOL=http +++ nproc +++ nproc ++ API_WORKERS=2 ++ SERVICE_TIMEOUT=60 ++ YUM=yum +++ trueorfalse False OFFLINE ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ OFFLINE=False +++ trueorfalse False ERROR_ON_CLONE ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ ERROR_ON_CLONE=False +++ trueorfalse True ENABLE_DEBUG_LOG_LEVEL ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ ENABLE_DEBUG_LOG_LEVEL=True ++ FLOATING_RANGE=172.24.4.0/24 ++ FIXED_RANGE=10.0.0.0/24 ++ FIXED_NETWORK_SIZE=256 ++ HOST_IP_IFACE= ++ HOST_IP= ++ HOST_IPV6= +++ get_default_host_ip 10.0.0.0/24 172.24.4.0/24 '' '' inet +++ local fixed_range=10.0.0.0/24 +++ local floating_range=172.24.4.0/24 +++ local host_ip_iface= +++ local host_ip= +++ local af=inet +++ '[' -z '' -o '' == dhcp ']' +++ host_ip= ++++ head -1 ++++ awk '/default/ {print $5}' ++++ ip -f inet route +++ host_ip_iface=eth0 ++++ awk '/inet/ {split($2,parts,"/"); print parts[1]}' ++++ sed /temporary/d ++++ LC_ALL=C ++++ ip -f inet addr show eth0 +++ local host_ips=10.7.0.168 +++ local ip +++ for ip in '$host_ips' +++ [[ inet == \i\n\e\t\6 ]] +++ address_in_net 10.7.0.168 10.0.0.0/24 +++ local ip=10.7.0.168 +++ local range=10.0.0.0/24 +++ local masklen=24 +++++ cidr2netmask 24 +++++ local 'maskpat=255 255 255 255' +++++ local 'maskdgt=254 252 248 240 224 192 128' +++++ set -- 255 255 255 +++++ echo 255.255.255.0 ++++ maskip 10.0.0.0 255.255.255.0 ++++ local ip=10.0.0.0 ++++ local mask=255.255.255.0 ++++ local l=10.0.0 ++++ local r=0.0.0 ++++ local n=255.255.255 ++++ local m=255.255.0 ++++ local subnet=10.0.0.0 ++++ echo 10.0.0.0 +++ local network=10.0.0.0 +++++ cidr2netmask 24 +++++ local 'maskpat=255 255 255 255' +++++ local 'maskdgt=254 252 248 240 224 192 128' +++++ set -- 255 255 255 +++++ echo 255.255.255.0 ++++ maskip 10.7.0.168 255.255.255.0 ++++ local ip=10.7.0.168 ++++ local mask=255.255.255.0 ++++ local l=10.7.0 ++++ local r=7.0.168 ++++ local n=255.255.255 ++++ local m=255.255.0 ++++ local subnet=10.7.0.0 ++++ echo 10.7.0.0 +++ local subnet=10.7.0.0 +++ [[ 10.0.0.0 == 10.7.0.0 ]] +++ address_in_net 10.7.0.168 172.24.4.0/24 +++ local ip=10.7.0.168 +++ local range=172.24.4.0/24 +++ local masklen=24 +++++ cidr2netmask 24 +++++ local 'maskpat=255 255 255 255' +++++ local 'maskdgt=254 252 248 240 224 192 128' +++++ set -- 255 255 255 +++++ echo 255.255.255.0 ++++ maskip 172.24.4.0 255.255.255.0 ++++ local ip=172.24.4.0 ++++ local mask=255.255.255.0 ++++ local l=172.24.4 ++++ local r=24.4.0 ++++ local n=255.255.255 ++++ local m=255.255.0 ++++ local subnet=172.24.4.0 ++++ echo 172.24.4.0 +++ local network=172.24.4.0 +++++ cidr2netmask 24 +++++ local 'maskpat=255 255 255 255' +++++ local 'maskdgt=254 252 248 240 224 192 128' +++++ set -- 255 255 255 +++++ echo 255.255.255.0 ++++ maskip 10.7.0.168 255.255.255.0 ++++ local ip=10.7.0.168 ++++ local mask=255.255.255.0 ++++ local l=10.7.0 ++++ local r=7.0.168 ++++ local n=255.255.255 ++++ local m=255.255.0 ++++ local subnet=10.7.0.0 ++++ echo 10.7.0.0 +++ local subnet=10.7.0.0 +++ [[ 172.24.4.0 == 10.7.0.0 ]] +++ host_ip=10.7.0.168 +++ break +++ echo 10.7.0.168 ++ HOST_IP=10.7.0.168 ++ '[' 10.7.0.168 == '' ']' +++ get_default_host_ip '' '' '' '' inet6 +++ local fixed_range= +++ local floating_range= +++ local host_ip_iface= +++ local host_ip= +++ local af=inet6 +++ '[' -z '' -o '' == dhcp ']' +++ host_ip= ++++ head -1 ++++ awk '/default/ {print $5}' ++++ ip -f inet6 route +++ host_ip_iface= ++++ awk '/inet6/ {split($2,parts,"/"); print parts[1]}' ++++ sed /temporary/d ++++ LC_ALL=C ++++ ip -f inet6 addr show +++ local 'host_ips=::1 fe80::250:56ff:febc:3110' +++ local ip +++ for ip in '$host_ips' +++ [[ inet6 == \i\n\e\t\6 ]] +++ host_ip=::1 +++ break +++ echo ::1 ++ HOST_IPV6=::1 ++ SERVICE_IP_VERSION=4 ++ [[ 4 != \4 ]] ++ [[ 4 == 4 ]] ++ DEF_SERVICE_HOST=10.7.0.168 ++ DEF_SERVICE_LOCAL_HOST=127.0.0.1 ++ DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0 ++ [[ 4 == 6 ]] ++ SERVICE_LISTEN_ADDRESS=0.0.0.0 ++ SERVICE_HOST=cmeyers-ada7919e.eng.ansible.com ++ SERVICE_LOCAL_HOST=127.0.0.1 ++ REGION_NAME=RegionOne +++ trueorfalse False SYSLOG ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ SYSLOG=False ++ SYSLOG_HOST=10.7.0.168 ++ SYSLOG_PORT=516 +++ trueorfalse True LOG_COLOR ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ LOG_COLOR=True ++ GIT_DEPTH=0 +++ trueorfalse False USE_SSL ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ USE_SSL=False +++ trueorfalse False EBTABLES_RACE_FIX ++++ grep xtrace ++++ set +o +++ local 'xtrace=set -o xtrace' +++ set +o xtrace ++ EBTABLES_RACE_FIX=False ++ [[ -z /opt/stack/logs ]] + [[ ! trusty =~ (precise|trusty|utopic|vivid|7.0|wheezy|sid|testing|jessie|f21|f22|rhel7) ]] + type -p screen + egrep -q '[0-9]\.stack' + screen -ls + export_proxy_variables + isset http_proxy + [[ -v http_proxy ]] + isset https_proxy + [[ -v https_proxy ]] + isset no_proxy + [[ -v no_proxy ]] + disable_negated_services + local to_remove= + local remaining= + local service + for service in '${ENABLED_SERVICES//,/ }' + [[ key == -* ]] + remaining+=,key + for service in '${ENABLED_SERVICES//,/ }' + [[ n-api == -* ]] + remaining+=,n-api + for service in '${ENABLED_SERVICES//,/ }' + [[ n-cpu == -* ]] + remaining+=,n-cpu + for service in '${ENABLED_SERVICES//,/ }' + [[ n-net == -* ]] + remaining+=,n-net + for service in '${ENABLED_SERVICES//,/ }' + [[ n-cond == -* ]] + remaining+=,n-cond + for service in '${ENABLED_SERVICES//,/ }' + [[ n-sch == -* ]] + remaining+=,n-sch + for service in '${ENABLED_SERVICES//,/ }' + [[ n-novnc == -* ]] + remaining+=,n-novnc + for service in '${ENABLED_SERVICES//,/ }' + [[ n-crt == -* ]] + remaining+=,n-crt + for service in '${ENABLED_SERVICES//,/ }' + [[ n-cauth == -* ]] + remaining+=,n-cauth + for service in '${ENABLED_SERVICES//,/ }' + [[ g-api == -* ]] + remaining+=,g-api + for service in '${ENABLED_SERVICES//,/ }' + [[ g-reg == -* ]] + remaining+=,g-reg + for service in '${ENABLED_SERVICES//,/ }' + [[ c-sch == -* ]] + remaining+=,c-sch + for service in '${ENABLED_SERVICES//,/ }' + [[ c-api == -* ]] + remaining+=,c-api + for service in '${ENABLED_SERVICES//,/ }' + [[ c-vol == -* ]] + remaining+=,c-vol + for service in '${ENABLED_SERVICES//,/ }' + [[ horizon == -* ]] + remaining+=,horizon + for service in '${ENABLED_SERVICES//,/ }' + [[ rabbit == -* ]] + remaining+=,rabbit + for service in '${ENABLED_SERVICES//,/ }' + [[ tempest == -* ]] + remaining+=,tempest + for service in '${ENABLED_SERVICES//,/ }' + [[ mysql == -* ]] + remaining+=,mysql + for service in '${ENABLED_SERVICES//,/ }' + [[ dstat == -* ]] + remaining+=,dstat + for service in '${ENABLED_SERVICES//,/ }' + [[ g-api == -* ]] + remaining+=,g-api + for service in '${ENABLED_SERVICES//,/ }' + [[ g-reg == -* ]] + remaining+=,g-reg ++ remove_disabled_services ,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg '' ++ local service_list=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg ++ local remove_list= ++ local service ++ local enabled= ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api ++ for service in '${service_list//,/ }' ++ local remove ++ local add=1 ++ [[ 1 == 1 ]] ++ enabled=,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg ++ _cleanup_service_list ,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg ++ sed -e ' s/,,/,/g; s/^,//; s/,$// ' ++ echo ,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg + ENABLED_SERVICES=key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg + is_package_installed sudo + [[ -z sudo ]] + [[ -z deb ]] + [[ deb = \d\e\b ]] + dpkg -s sudo + sudo grep -q '^#includedir.*/etc/sudoers.d' /etc/sudoers + [[ -n '' ]] ++ mktemp + TEMPFILE=/tmp/tmp.XNVWS2pLop + echo 'stack ALL=(root) NOPASSWD:ALL' + echo 'Defaults:stack secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin' + echo 'Defaults:stack !requiretty' + chmod 0440 /tmp/tmp.XNVWS2pLop + sudo chown root:root /tmp/tmp.XNVWS2pLop + sudo mv /tmp/tmp.XNVWS2pLop /etc/sudoers.d/50_stack_sh + is_ubuntu + [[ -z deb ]] + '[' deb = deb ']' + sudo tee /etc/apt/apt.conf.d/80retry + echo 'APT::Acquire::Retries "20";' + is_fedora + [[ -z Ubuntu ]] + '[' Ubuntu = Fedora ']' + '[' Ubuntu = 'Red Hat' ']' + '[' Ubuntu = CentOS ']' + '[' Ubuntu = OracleLinux ']' + '[' Ubuntu = CloudLinux ']' + DEST=/opt/stack + sudo mkdir -p /opt/stack + safe_chown -R stack /opt/stack + _safe_permission_operation chown -R stack /opt/stack ++ grep xtrace ++ set +o + local 'xtrace=set -o xtrace' + set +o xtrace + sudo chown -R stack /opt/stack + safe_chmod 0755 /opt/stack + _safe_permission_operation chmod 0755 /opt/stack ++ grep xtrace ++ set +o + local 'xtrace=set -o xtrace' + set +o xtrace + sudo chmod 0755 /opt/stack + check_path_perm_sanity /opt/stack ++ readlink -f /opt/stack + local real_path=/opt/stack + local rebuilt_path= ++ tr / ' ' ++ echo /opt/stack + for i in '$(echo ${real_path} | tr "/" " ")' + rebuilt_path=/opt ++ stat -c %a /opt + [[ 755 = 700 ]] + for i in '$(echo ${real_path} | tr "/" " ")' + rebuilt_path=/opt/stack ++ stat -c %a /opt/stack + [[ 755 = 700 ]] + DATA_DIR=/opt/stack/data + sudo mkdir -p /opt/stack/data + safe_chown -R stack /opt/stack/data + _safe_permission_operation chown -R stack /opt/stack/data ++ grep xtrace ++ set +o + local 'xtrace=set -o xtrace' + set +o xtrace + sudo chown -R stack /opt/stack/data ++ hostname -s + LOCAL_HOSTNAME=cmeyers-ada7919e ++ grep cmeyers-ada7919e ++ grep '^127.0.0.1' /etc/hosts + '[' -z '' ']' + sudo sed -i 's/\(^127.0.0.1.*\)/\1 cmeyers-ada7919e/' /etc/hosts ++ trueorfalse True VERBOSE +++ grep xtrace +++ set +o ++ local 'xtrace=set -o xtrace' ++ set +o xtrace + VERBOSE=True + TIMESTAMP_FORMAT=%F-%H%M%S + LOGDAYS=7 ++ date +%F-%H%M%S + CURRENT_LOG_TIME=2015-11-24-135642 + [[ -n /opt/stack/logs ]] + mkdir -p /opt/stack/logs + [[ -n /opt/stack/logs/stack.sh.log ]] + LOGFILE_DIR=/opt/stack/logs + LOGFILE_NAME=stack.sh.log + mkdir -p /opt/stack/logs + find /opt/stack/logs -maxdepth 1 -name 'stack.sh.log.*' -mtime +7 -exec rm '{}' ';' + LOGFILE=/opt/stack/logs/stack.sh.log.2015-11-24-135642 + SUMFILE=/opt/stack/logs/stack.sh.log.2015-11-24-135642.summary.2015-11-24-135642 + exec + [[ True == \T\r\u\e ]] + exec ++ /var/tmp/devstack/tools/outfilter.py -v -o /opt/stack/logs/stack.sh.log.2015-11-24-135642 stdout: 2015-11-24 18:56:42.857 | + exec 2015-11-24 18:56:42.858 | + echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2015-11-24-135642' 2015-11-24 18:56:42.859 | + [[ -t 3 ]] 2015-11-24 18:56:42.859 | + echo -e stack.sh log /opt/stack/logs/stack.sh.log.2015-11-24-135642 2015-11-24 18:56:42.859 | + ln -sf /opt/stack/logs/stack.sh.log.2015-11-24-135642 /opt/stack/logs/stack.sh.log 2015-11-24 18:56:42.859 | + ln -sf /opt/stack/logs/stack.sh.log.2015-11-24-135642.summary.2015-11-24-135642 /opt/stack/logs/stack.sh.log.summary 2015-11-24 18:56:42.859 | + [[ -n '' ]] 2015-11-24 18:56:42.859 | + trap exit_trap EXIT 2015-11-24 18:56:42.859 | + trap err_trap ERR 2015-11-24 18:56:42.859 | + set -o errexit 2015-11-24 18:56:42.859 | + uname -a 2015-11-24 18:56:42.859 | Linux cmeyers-ada7919e 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 2015-11-24 18:56:42.859 | + SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2015-11-24 18:56:42.859 | + rm -f /opt/stack/data/ca-bundle.pem 2015-11-24 18:56:42.859 | + source /var/tmp/devstack/lib/database 2015-11-24 18:56:42.862 | + source /var/tmp/devstack/lib/rpc_backend 2015-11-24 18:56:42.865 | + SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron 2015-11-24 18:56:42.865 | + is_service_enabled tls-proxy 2015-11-24 18:56:42.867 | + return 1 2015-11-24 18:56:42.867 | + fetch_plugins 2015-11-24 18:56:42.867 | + local plugins= 2015-11-24 18:56:42.867 | + local plugin 2015-11-24 18:56:42.867 | + [[ -z '' ]] 2015-11-24 18:56:42.867 | + return 2015-11-24 18:56:42.867 | + run_phase override_defaults 2015-11-24 18:56:42.867 | + local mode=override_defaults 2015-11-24 18:56:42.867 | + local phase= 2015-11-24 18:56:42.867 | + [[ -d /var/tmp/devstack/extras.d ]] 2015-11-24 18:56:42.867 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:42.867 | + [[ -r /var/tmp/devstack/extras.d/50-ironic.sh ]] 2015-11-24 18:56:42.868 | + source /var/tmp/devstack/extras.d/50-ironic.sh override_defaults 2015-11-24 18:56:42.868 | ++ is_service_enabled ir-api ir-cond 2015-11-24 18:56:42.869 | ++ return 1 2015-11-24 18:56:42.870 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:42.870 | + [[ -r /var/tmp/devstack/extras.d/60-ceph.sh ]] 2015-11-24 18:56:42.870 | + source /var/tmp/devstack/extras.d/60-ceph.sh override_defaults 2015-11-24 18:56:42.870 | ++ is_service_enabled ceph 2015-11-24 18:56:42.872 | ++ return 1 2015-11-24 18:56:42.872 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:42.872 | + [[ -r /var/tmp/devstack/extras.d/80-tempest.sh ]] 2015-11-24 18:56:42.872 | + source /var/tmp/devstack/extras.d/80-tempest.sh override_defaults 2015-11-24 18:56:42.872 | ++ is_service_enabled tempest 2015-11-24 18:56:42.875 | ++ return 0 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \s\o\u\r\c\e ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \s\t\a\c\k ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \u\n\s\t\a\c\k ]] 2015-11-24 18:56:42.875 | ++ [[ override_defaults == \c\l\e\a\n ]] 2015-11-24 18:56:42.875 | + [[ override_defaults == \s\o\u\r\c\e ]] 2015-11-24 18:56:42.875 | + [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2015-11-24 18:56:42.875 | + plugin_override_defaults 2015-11-24 18:56:42.875 | + local plugins= 2015-11-24 18:56:42.875 | + local plugin 2015-11-24 18:56:42.875 | + [[ -z '' ]] 2015-11-24 18:56:42.875 | + return 2015-11-24 18:56:42.875 | + source /var/tmp/devstack/lib/apache 2015-11-24 18:56:42.879 | + source /var/tmp/devstack/lib/tls 2015-11-24 18:56:42.879 | ++ is_service_enabled tls-proxy 2015-11-24 18:56:42.881 | ++ return 1 2015-11-24 18:56:42.882 | +++ hostname -f 2015-11-24 18:56:42.884 | ++ DEVSTACK_HOSTNAME=localhost 2015-11-24 18:56:42.885 | ++ DEVSTACK_CERT_NAME=devstack-cert 2015-11-24 18:56:42.885 | ++ DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2015-11-24 18:56:42.885 | ++ ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2015-11-24 18:56:42.885 | ++ INT_CA_DIR=/opt/stack/data/CA/int-ca 2015-11-24 18:56:42.885 | ++ ORG_NAME=OpenStack 2015-11-24 18:56:42.885 | ++ ORG_UNIT_NAME=DevStack 2015-11-24 18:56:42.885 | ++ STUD_PROTO=--tls 2015-11-24 18:56:42.885 | ++ STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2015-11-24 18:56:42.885 | ++ OPENSSL=/usr/bin/openssl 2015-11-24 18:56:42.885 | + source /var/tmp/devstack/lib/infra 2015-11-24 18:56:42.887 | + source /var/tmp/devstack/lib/oslo 2015-11-24 18:56:42.891 | + source /var/tmp/devstack/lib/lvm 2015-11-24 18:56:42.894 | + source /var/tmp/devstack/lib/horizon 2015-11-24 18:56:42.897 | + source /var/tmp/devstack/lib/keystone 2015-11-24 18:56:42.907 | + source /var/tmp/devstack/lib/glance 2015-11-24 18:56:42.916 | + source /var/tmp/devstack/lib/nova 2015-11-24 18:56:42.950 | + source /var/tmp/devstack/lib/cinder 2015-11-24 18:56:42.964 | + source /var/tmp/devstack/lib/swift 2015-11-24 18:56:42.979 | + source /var/tmp/devstack/lib/heat 2015-11-24 18:56:42.992 | + source /var/tmp/devstack/lib/neutron-legacy 2015-11-24 18:56:42.992 | ++ IP_VERSION=4+6 2015-11-24 18:56:42.992 | ++ [[ 4+6 != \4 ]] 2015-11-24 18:56:42.992 | ++ [[ 4+6 != \6 ]] 2015-11-24 18:56:42.992 | ++ [[ 4+6 != \4\+\6 ]] 2015-11-24 18:56:42.992 | ++ NETWORK_GATEWAY=10.0.0.1 2015-11-24 18:56:42.992 | ++ PUBLIC_NETWORK_GATEWAY=172.24.4.1 2015-11-24 18:56:42.992 | ++ PRIVATE_SUBNET_NAME=private-subnet 2015-11-24 18:56:42.992 | ++ PUBLIC_SUBNET_NAME=public-subnet 2015-11-24 18:56:42.992 | ++ is_ssl_enabled_service neutron 2015-11-24 18:56:42.992 | ++ local services=neutron 2015-11-24 18:56:42.993 | ++ local service= 2015-11-24 18:56:42.993 | ++ '[' False == False ']' 2015-11-24 18:56:42.993 | ++ return 1 2015-11-24 18:56:42.993 | ++ is_service_enabled tls-proxy 2015-11-24 18:56:42.995 | ++ return 1 2015-11-24 18:56:42.996 | +++ sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2015-11-24 18:56:42.997 | +++ cut -c 23- 2015-11-24 18:56:42.997 | +++ sed s/-//g 2015-11-24 18:56:42.998 | +++ uuidgen 2015-11-24 18:56:43.000 | ++ IPV6_GLOBAL_ID=2c:108f:1e80 2015-11-24 18:56:43.000 | ++ IPV6_RA_MODE=slaac 2015-11-24 18:56:43.000 | ++ IPV6_ADDRESS_MODE=slaac 2015-11-24 18:56:43.000 | ++ IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2015-11-24 18:56:43.000 | ++ IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2015-11-24 18:56:43.000 | ++ FIXED_RANGE_V6=fd2c:108f:1e80::/64 2015-11-24 18:56:43.000 | ++ IPV6_PRIVATE_NETWORK_GATEWAY=fd2c:108f:1e80::1 2015-11-24 18:56:43.000 | ++ IPV6_PUBLIC_RANGE=2001:db8::/64 2015-11-24 18:56:43.000 | ++ IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2015-11-24 18:56:43.000 | ++ IPV6_ROUTER_GW_IP=2001:db8::1 2015-11-24 18:56:43.000 | ++ GITDIR["python-neutronclient"]=/opt/stack/python-neutronclient 2015-11-24 18:56:43.000 | ++ NEUTRON_DIR=/opt/stack/neutron 2015-11-24 18:56:43.000 | ++ NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas 2015-11-24 18:56:43.000 | ++ NEUTRON_LBAAS_DIR=/opt/stack/neutron-lbaas 2015-11-24 18:56:43.000 | ++ NEUTRON_VPNAAS_DIR=/opt/stack/neutron-vpnaas 2015-11-24 18:56:43.000 | ++ NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron 2015-11-24 18:56:43.000 | ++ [[ -d /opt/stack/neutron/bin/neutron-server ]] 2015-11-24 18:56:43.000 | +++ get_python_exec_prefix 2015-11-24 18:56:43.002 | +++ is_fedora 2015-11-24 18:56:43.002 | +++ [[ -z Ubuntu ]] 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = Fedora ']' 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = 'Red Hat' ']' 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = CentOS ']' 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = OracleLinux ']' 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = CloudLinux ']' 2015-11-24 18:56:43.002 | +++ is_suse 2015-11-24 18:56:43.002 | +++ [[ -z Ubuntu ]] 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = openSUSE ']' 2015-11-24 18:56:43.002 | +++ '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-24 18:56:43.003 | +++ echo /usr/local/bin 2015-11-24 18:56:43.003 | ++ NEUTRON_BIN_DIR=/usr/local/bin 2015-11-24 18:56:43.003 | ++ NEUTRON_CONF_DIR=/etc/neutron 2015-11-24 18:56:43.003 | ++ NEUTRON_CONF=/etc/neutron/neutron.conf 2015-11-24 18:56:43.003 | ++ export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2015-11-24 18:56:43.003 | ++ NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2015-11-24 18:56:43.003 | ++ AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2015-11-24 18:56:43.003 | ++ AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2015-11-24 18:56:43.003 | ++ AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2015-11-24 18:56:43.003 | ++ Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2015-11-24 18:56:43.003 | ++ Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2015-11-24 18:56:43.003 | ++ Q_FWAAS_CONF_FILE=/etc/neutron/fwaas_driver.ini 2015-11-24 18:56:43.003 | ++ Q_VPN_CONF_FILE=/etc/neutron/vpn_agent.ini 2015-11-24 18:56:43.003 | ++ Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2015-11-24 18:56:43.003 | ++ Q_DB_NAME=neutron 2015-11-24 18:56:43.003 | ++ Q_PLUGIN=ml2 2015-11-24 18:56:43.003 | ++ Q_PORT=9696 2015-11-24 18:56:43.003 | ++ Q_PORT_INT=19696 2015-11-24 18:56:43.003 | ++ Q_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:56:43.003 | ++ Q_PROTOCOL=http 2015-11-24 18:56:43.003 | ++ Q_LISTEN_ADDRESS=0.0.0.0 2015-11-24 18:56:43.003 | ++ Q_ADMIN_USERNAME=neutron 2015-11-24 18:56:43.003 | ++ Q_AUTH_STRATEGY=keystone 2015-11-24 18:56:43.003 | ++ Q_USE_NAMESPACE=True 2015-11-24 18:56:43.004 | ++ Q_OVS_USE_VETH=False 2015-11-24 18:56:43.004 | ++ Q_USE_ROOTWRAP=True 2015-11-24 18:56:43.004 | +++ trueorfalse True Q_USE_ROOTWRAP_DAEMON 2015-11-24 18:56:43.007 | ++ Q_USE_ROOTWRAP_DAEMON=True 2015-11-24 18:56:43.007 | ++ Q_META_DATA_IP=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:56:43.007 | ++ Q_ALLOW_OVERLAPPING_IP=True 2015-11-24 18:56:43.007 | ++ Q_USE_DEBUG_COMMAND=False 2015-11-24 18:56:43.007 | ++ Q_ROUTER_NAME=router1 2015-11-24 18:56:43.007 | ++ Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2015-11-24 18:56:43.007 | ++ Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2015-11-24 18:56:43.007 | ++ VIF_PLUGGING_IS_FATAL=True 2015-11-24 18:56:43.007 | ++ VIF_PLUGGING_TIMEOUT=300 2015-11-24 18:56:43.007 | ++ NEUTRON_CREATE_INITIAL_NETWORKS=True 2015-11-24 18:56:43.007 | ++ PROVIDER_SUBNET_NAME=provider_net 2015-11-24 18:56:43.007 | ++ PUBLIC_BRIDGE=br-ex 2015-11-24 18:56:43.007 | ++ Q_USE_PROVIDERNET_FOR_PUBLIC=False 2015-11-24 18:56:43.007 | ++ PUBLIC_PHYSICAL_NETWORK=public 2015-11-24 18:56:43.007 | ++ Q_USE_PUBLIC_VETH=False 2015-11-24 18:56:43.007 | ++ Q_PUBLIC_VETH_EX=veth-pub-ex 2015-11-24 18:56:43.007 | ++ Q_PUBLIC_VETH_INT=veth-pub-int 2015-11-24 18:56:43.007 | ++ Q_L3_ENABLED=False 2015-11-24 18:56:43.007 | ++ Q_L3_ROUTER_PER_TENANT=False 2015-11-24 18:56:43.007 | ++ declare -a Q_PLUGIN_EXTRA_CONF_FILES 2015-11-24 18:56:43.007 | ++ declare -a Q_VPN_EXTRA_CONF_FILES 2015-11-24 18:56:43.007 | ++ Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2015-11-24 18:56:43.007 | ++ [[ True == \F\a\l\s\e ]] 2015-11-24 18:56:43.007 | +++ get_rootwrap_location neutron 2015-11-24 18:56:43.007 | +++ local module=neutron 2015-11-24 18:56:43.008 | ++++ get_python_exec_prefix 2015-11-24 18:56:43.010 | ++++ is_fedora 2015-11-24 18:56:43.010 | ++++ [[ -z Ubuntu ]] 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = Fedora ']' 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = 'Red Hat' ']' 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = CentOS ']' 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = OracleLinux ']' 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = CloudLinux ']' 2015-11-24 18:56:43.010 | ++++ is_suse 2015-11-24 18:56:43.010 | ++++ [[ -z Ubuntu ]] 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = openSUSE ']' 2015-11-24 18:56:43.010 | ++++ '[' Ubuntu = 'SUSE LINUX' ']' 2015-11-24 18:56:43.010 | ++++ echo /usr/local/bin 2015-11-24 18:56:43.011 | +++ echo /usr/local/bin/neutron-rootwrap 2015-11-24 18:56:43.011 | ++ NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2015-11-24 18:56:43.011 | ++ Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2015-11-24 18:56:43.011 | ++ [[ True == \T\r\u\e ]] 2015-11-24 18:56:43.011 | ++ Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2015-11-24 18:56:43.011 | ++ Q_DVR_MODE=legacy 2015-11-24 18:56:43.011 | ++ [[ legacy != \l\e\g\a\c\y ]] 2015-11-24 18:56:43.011 | ++ ENABLE_TENANT_TUNNELS=True 2015-11-24 18:56:43.011 | ++ TENANT_TUNNEL_RANGES=1:1000 2015-11-24 18:56:43.011 | ++ ENABLE_TENANT_VLANS=False 2015-11-24 18:56:43.011 | ++ TENANT_VLAN_RANGE= 2015-11-24 18:56:43.011 | ++ PHYSICAL_NETWORK= 2015-11-24 18:56:43.011 | ++ OVS_PHYSICAL_BRIDGE= 2015-11-24 18:56:43.011 | ++ LB_PHYSICAL_INTERFACE= 2015-11-24 18:56:43.011 | ++ TUNNEL_ENDPOINT_IP=10.7.0.168 2015-11-24 18:56:43.011 | ++ OVS_ENABLE_TUNNELING=True 2015-11-24 18:56:43.011 | ++ ENABLE_ISOLATED_METADATA=False 2015-11-24 18:56:43.011 | ++ ENABLE_METADATA_NETWORK=False 2015-11-24 18:56:43.011 | ++ '[' -f /var/tmp/devstack/lib/neutron_plugins/ml2 ']' 2015-11-24 18:56:43.011 | ++ source /var/tmp/devstack/lib/neutron_plugins/ml2 2015-11-24 18:56:43.019 | ++ source /var/tmp/devstack/lib/neutron_plugins/services/loadbalancer 2015-11-24 18:56:43.021 | ++ source /var/tmp/devstack/lib/neutron_plugins/services/metering 2015-11-24 18:56:43.023 | ++ source /var/tmp/devstack/lib/neutron_plugins/services/vpn 2015-11-24 18:56:43.025 | ++ source /var/tmp/devstack/lib/neutron_plugins/services/firewall 2015-11-24 18:56:43.027 | ++ has_neutron_plugin_security_group 2015-11-24 18:56:43.027 | ++ return 0 2015-11-24 18:56:43.027 | ++ Q_USE_SECGROUP=True 2015-11-24 18:56:43.044 | + source /var/tmp/devstack/lib/ldap 2015-11-24 18:56:43.047 | + source /var/tmp/devstack/lib/dstat 2015-11-24 18:56:43.049 | + run_phase source 2015-11-24 18:56:43.050 | + local mode=source 2015-11-24 18:56:43.050 | + local phase= 2015-11-24 18:56:43.050 | + [[ -d /var/tmp/devstack/extras.d ]] 2015-11-24 18:56:43.050 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:43.050 | + [[ -r /var/tmp/devstack/extras.d/50-ironic.sh ]] 2015-11-24 18:56:43.050 | + source /var/tmp/devstack/extras.d/50-ironic.sh source 2015-11-24 18:56:43.050 | ++ is_service_enabled ir-api ir-cond 2015-11-24 18:56:43.052 | ++ return 1 2015-11-24 18:56:43.052 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:43.052 | + [[ -r /var/tmp/devstack/extras.d/60-ceph.sh ]] 2015-11-24 18:56:43.052 | + source /var/tmp/devstack/extras.d/60-ceph.sh source 2015-11-24 18:56:43.052 | ++ is_service_enabled ceph 2015-11-24 18:56:43.055 | ++ return 1 2015-11-24 18:56:43.055 | + for i in '$TOP_DIR/extras.d/*.sh' 2015-11-24 18:56:43.055 | + [[ -r /var/tmp/devstack/extras.d/80-tempest.sh ]] 2015-11-24 18:56:43.055 | + source /var/tmp/devstack/extras.d/80-tempest.sh source 2015-11-24 18:56:43.055 | ++ is_service_enabled tempest 2015-11-24 18:56:43.057 | ++ return 0 2015-11-24 18:56:43.057 | ++ [[ source == \s\o\u\r\c\e ]] 2015-11-24 18:56:43.057 | ++ source /var/tmp/devstack/lib/tempest 2015-11-24 18:56:43.073 | ++ [[ source == \u\n\s\t\a\c\k ]] 2015-11-24 18:56:43.073 | ++ [[ source == \c\l\e\a\n ]] 2015-11-24 18:56:43.073 | + [[ source == \s\o\u\r\c\e ]] 2015-11-24 18:56:43.073 | + load_plugin_settings 2015-11-24 18:56:43.073 | + local plugins= 2015-11-24 18:56:43.073 | + local plugin 2015-11-24 18:56:43.073 | + [[ -z '' ]] 2015-11-24 18:56:43.073 | + return 2015-11-24 18:56:43.074 | + initialize_database_backends 2015-11-24 18:56:43.074 | + for backend in '$DATABASE_BACKENDS' 2015-11-24 18:56:43.074 | + is_service_enabled mysql 2015-11-24 18:56:43.076 | + return 0 2015-11-24 18:56:43.076 | + DATABASE_TYPE=mysql 2015-11-24 18:56:43.076 | + for backend in '$DATABASE_BACKENDS' 2015-11-24 18:56:43.076 | + is_service_enabled postgresql 2015-11-24 18:56:43.079 | + return 1 2015-11-24 18:56:43.079 | + '[' -z mysql ']' 2015-11-24 18:56:43.079 | + MYSQL_HOST=127.0.0.1 2015-11-24 18:56:43.079 | + MYSQL_USER=root 2015-11-24 18:56:43.079 | + [[ 4 == 6 ]] 2015-11-24 18:56:43.079 | + DATABASE_HOST=127.0.0.1 2015-11-24 18:56:43.079 | + DATABASE_USER=root 2015-11-24 18:56:43.079 | + '[' -n vuezSj6dEz8k953feN ']' 2015-11-24 18:56:43.079 | + DATABASE_PASSWORD=vuezSj6dEz8k953feN 2015-11-24 18:56:43.079 | ++ get_database_type_mysql 2015-11-24 18:56:43.079 | ++ [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2015-11-24 18:56:43.079 | ++ echo mysql+pymysql 2015-11-24 18:56:43.080 | + BASE_SQL_CONN=mysql+pymysql://root:vuezSj6dEz8k953feN@127.0.0.1 2015-11-24 18:56:43.080 | + return 0 2015-11-24 18:56:43.080 | + echo 'Using mysql database backend' 2015-11-24 18:56:43.080 | Using mysql database backend 2015-11-24 18:56:43.080 | + RABBIT_USERID=stackrabbit 2015-11-24 18:56:43.080 | + is_service_enabled rabbit 2015-11-24 18:56:43.082 | + return 0 2015-11-24 18:56:43.082 | + RABBIT_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:56:43.082 | + read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2015-11-24 18:56:43.084 | + is_service_enabled keystone 2015-11-24 18:56:43.087 | + return 0 2015-11-24 18:56:43.087 | + read_password SERVICE_TOKEN 'ENTER A SERVICE_TOKEN TO USE FOR THE SERVICE ADMIN TOKEN.' 2015-11-24 18:56:43.089 | + read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2015-11-24 18:56:43.091 | + read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2015-11-24 18:56:43.093 | + is_service_enabled ldap 2015-11-24 18:56:43.095 | + return 1 2015-11-24 18:56:43.095 | + is_service_enabled s-proxy 2015-11-24 18:56:43.098 | + return 1 2015-11-24 18:56:43.098 | + save_stackenv 669 2015-11-24 18:56:43.098 | + local tag=669 2015-11-24 18:56:43.098 | ++ date +%F-%H%M%S 2015-11-24 18:56:43.100 | + time_stamp=2015-11-24-135643 2015-11-24 18:56:43.100 | + echo '# 2015-11-24-135643 669' 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo BASE_SQL_CONN=mysql+pymysql://root:vuezSj6dEz8k953feN@127.0.0.1 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo DATA_DIR=/opt/stack/data 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo DEST=/opt/stack 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo ENABLED_SERVICES=key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo HOST_IP=10.7.0.168 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo KEYSTONE_AUTH_PROTOCOL=http 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo KEYSTONE_AUTH_URI=http://cmeyers-ada7919e.eng.ansible.com:35357 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo KEYSTONE_SERVICE_URI=http://cmeyers-ada7919e.eng.ansible.com:5000 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo LOGFILE=/opt/stack/logs/stack.sh.log.2015-11-24-135642 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo OS_CACERT= 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo SERVICE_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo SERVICE_PROTOCOL=http 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo STACK_USER=stack 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo TLS_IP= 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo HOST_IPV6=::1 2015-11-24 18:56:43.100 | + for i in '$STACK_ENV_VARS' 2015-11-24 18:56:43.100 | + echo SERVICE_IP_VERSION=4 2015-11-24 18:56:43.100 | + git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements stable/liberty 2015-11-24 18:56:43.100 | + local git_remote=git://git.openstack.org/openstack/requirements.git 2015-11-24 18:56:43.101 | + local git_dest=/opt/stack/requirements 2015-11-24 18:56:43.101 | + local git_ref=stable/liberty 2015-11-24 18:56:43.101 | ++ pwd 2015-11-24 18:56:43.101 | + local orig_dir=/ 2015-11-24 18:56:43.101 | + local git_clone_flags= 2015-11-24 18:56:43.101 | ++ trueorfalse False RECLONE 2015-11-24 18:56:43.104 | + RECLONE=False 2015-11-24 18:56:43.104 | + [[ 0 -gt 0 ]] 2015-11-24 18:56:43.104 | + [[ False = \T\r\u\e ]] 2015-11-24 18:56:43.104 | + egrep -q '^refs' 2015-11-24 18:56:43.105 | + echo stable/liberty 2015-11-24 18:56:43.105 | + [[ ! -d /opt/stack/requirements ]] 2015-11-24 18:56:43.106 | + [[ False = \T\r\u\e ]] 2015-11-24 18:56:43.106 | + git_timed clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements 2015-11-24 18:56:43.106 | + local count=0 2015-11-24 18:56:43.106 | + local timeout=0 2015-11-24 18:56:43.106 | + [[ -n 0 ]] 2015-11-24 18:56:43.106 | + timeout=0 2015-11-24 18:56:43.106 | + timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements 2015-11-24 18:56:43.108 | Cloning into '/opt/stack/requirements'... 2015-11-24 18:56:44.150 | + cd /opt/stack/requirements 2015-11-24 18:56:44.150 | + git checkout stable/liberty 2015-11-24 18:56:44.220 | Switched to a new branch 'stable/liberty' 2015-11-24 18:56:44.221 | Branch stable/liberty set up to track remote branch stable/liberty from origin. 2015-11-24 18:56:44.221 | + cd /opt/stack/requirements 2015-11-24 18:56:44.221 | + head -1 2015-11-24 18:56:44.222 | + git show --oneline 2015-11-24 18:56:44.229 | fde6998 Block oslo.messaging 2.6.0->2.9.0 in Liberty 2015-11-24 18:56:44.230 | + cd / 2015-11-24 18:56:44.230 | + echo_summary 'Installing package prerequisites' 2015-11-24 18:56:44.230 | + [[ -t 3 ]] 2015-11-24 18:56:44.230 | + echo -e Installing package prerequisites 2015-11-24 18:56:44.230 | + source /var/tmp/devstack/tools/install_prereqs.sh 2015-11-24 18:56:44.230 | ++ FORCE_PREREQ=0 2015-11-24 18:56:44.230 | ++ getopts :f opt 2015-11-24 18:56:44.230 | ++ [[ -z /var/tmp/devstack ]] 2015-11-24 18:56:44.230 | ++ PREREQ_RERUN_MARKER=/var/tmp/devstack/.prereqs 2015-11-24 18:56:44.230 | ++ PREREQ_RERUN_HOURS=2 2015-11-24 18:56:44.230 | ++ PREREQ_RERUN_SECONDS=7200 2015-11-24 18:56:44.234 | +++ date +%s 2015-11-24 18:56:44.237 | ++ NOW=1448391404 2015-11-24 18:56:44.237 | +++ head -1 /var/tmp/devstack/.prereqs 2015-11-24 18:56:44.241 | +++ echo 0 2015-11-24 18:56:44.243 | ++ LAST_RUN=0 2015-11-24 18:56:44.243 | ++ DELTA=1448391404 2015-11-24 18:56:44.243 | ++ [[ 1448391404 -lt 7200 ]] 2015-11-24 18:56:44.243 | ++ export_proxy_variables 2015-11-24 18:56:44.243 | ++ isset http_proxy 2015-11-24 18:56:44.243 | ++ [[ -v http_proxy ]] 2015-11-24 18:56:44.243 | ++ isset https_proxy 2015-11-24 18:56:44.243 | ++ [[ -v https_proxy ]] 2015-11-24 18:56:44.243 | ++ isset no_proxy 2015-11-24 18:56:44.243 | ++ [[ -v no_proxy ]] 2015-11-24 18:56:44.243 | +++ get_packages general,key,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,g-api,g-reg 2015-11-24 18:56:44.278 | ++ PACKAGES='bridge-utils 2015-11-24 18:56:44.278 | screen 2015-11-24 18:56:44.279 | unzip 2015-11-24 18:56:44.279 | wget 2015-11-24 18:56:44.279 | psmisc 2015-11-24 18:56:44.279 | gcc 2015-11-24 18:56:44.279 | g++ 2015-11-24 18:56:44.279 | git 2015-11-24 18:56:44.279 | graphviz 2015-11-24 18:56:44.279 | lsof 2015-11-24 18:56:44.279 | openssh-server 2015-11-24 18:56:44.279 | openssl 2015-11-24 18:56:44.279 | iputils-ping 2015-11-24 18:56:44.279 | wget 2015-11-24 18:56:44.279 | curl 2015-11-24 18:56:44.279 | tcpdump 2015-11-24 18:56:44.279 | tar 2015-11-24 18:56:44.279 | python-dev 2015-11-24 18:56:44.279 | python2.7 2015-11-24 18:56:44.279 | python-gdbm 2015-11-24 18:56:44.279 | bc 2015-11-24 18:56:44.279 | libyaml-dev 2015-11-24 18:56:44.279 | libffi-dev 2015-11-24 18:56:44.279 | libssl-dev 2015-11-24 18:56:44.279 | libxml2-dev 2015-11-24 18:56:44.279 | libxslt1-dev 2015-11-24 18:56:44.279 | gettext 2015-11-24 18:56:44.279 | pkg-config 2015-11-24 18:56:44.279 | sqlite3 2015-11-24 18:56:44.279 | python-mysqldb 2015-11-24 18:56:44.279 | python-mysql.connector 2015-11-24 18:56:44.279 | libldap2-dev 2015-11-24 18:56:44.279 | libsasl2-dev 2015-11-24 18:56:44.279 | libkrb5-dev 2015-11-24 18:56:44.279 | fping 2015-11-24 18:56:44.279 | dnsmasq-base 2015-11-24 18:56:44.279 | dnsmasq-utils 2015-11-24 18:56:44.279 | conntrack 2015-11-24 18:56:44.279 | kpartx 2015-11-24 18:56:44.279 | parted 2015-11-24 18:56:44.279 | iputils-arping 2015-11-24 18:56:44.279 | libmysqlclient-dev 2015-11-24 18:56:44.279 | python-mysqldb 2015-11-24 18:56:44.279 | python-mysql.connector 2015-11-24 18:56:44.279 | libxml2-dev 2015-11-24 18:56:44.279 | libxslt1-dev 2015-11-24 18:56:44.279 | gawk 2015-11-24 18:56:44.279 | iptables 2015-11-24 18:56:44.279 | ebtables 2015-11-24 18:56:44.279 | sqlite3 2015-11-24 18:56:44.279 | sudo 2015-11-24 18:56:44.279 | pm-utils 2015-11-24 18:56:44.279 | libjs-jquery-tablesorter 2015-11-24 18:56:44.279 | vlan 2015-11-24 18:56:44.279 | curl 2015-11-24 18:56:44.279 | genisoimage 2015-11-24 18:56:44.279 | socat 2015-11-24 18:56:44.279 | libmysqlclient-dev 2015-11-24 18:56:44.279 | libpq-dev 2015-11-24 18:56:44.279 | libssl-dev 2015-11-24 18:56:44.279 | libxml2-dev 2015-11-24 18:56:44.279 | libxslt1-dev 2015-11-24 18:56:44.279 | zlib1g-dev 2015-11-24 18:56:44.279 | qemu-utils 2015-11-24 18:56:44.279 | open-iscsi 2015-11-24 18:56:44.279 | genisoimage 2015-11-24 18:56:44.280 | sysfsutils 2015-11-24 18:56:44.280 | sg3-utils 2015-11-24 18:56:44.280 | cryptsetup 2015-11-24 18:56:44.280 | lvm2 2015-11-24 18:56:44.280 | qemu-utils 2015-11-24 18:56:44.280 | libpq-dev 2015-11-24 18:56:44.280 | open-iscsi 2015-11-24 18:56:44.280 | libpcre3-dev 2015-11-24 18:56:44.280 | libxml2-dev 2015-11-24 18:56:44.280 | libxslt1-dev 2015-11-24 18:56:44.280 | dstat' 2015-11-24 18:56:44.282 | +++ get_plugin_packages 2015-11-24 18:56:44.290 | ++ PACKAGES='bridge-utils 2015-11-24 18:56:44.290 | screen 2015-11-24 18:56:44.290 | unzip 2015-11-24 18:56:44.290 | wget 2015-11-24 18:56:44.290 | psmisc 2015-11-24 18:56:44.290 | gcc 2015-11-24 18:56:44.290 | g++ 2015-11-24 18:56:44.290 | git 2015-11-24 18:56:44.290 | graphviz 2015-11-24 18:56:44.290 | lsof 2015-11-24 18:56:44.290 | openssh-server 2015-11-24 18:56:44.290 | openssl 2015-11-24 18:56:44.290 | iputils-ping 2015-11-24 18:56:44.290 | wget 2015-11-24 18:56:44.290 | curl 2015-11-24 18:56:44.290 | tcpdump 2015-11-24 18:56:44.290 | tar 2015-11-24 18:56:44.290 | python-dev 2015-11-24 18:56:44.290 | python2.7 2015-11-24 18:56:44.290 | python-gdbm 2015-11-24 18:56:44.290 | bc 2015-11-24 18:56:44.290 | libyaml-dev 2015-11-24 18:56:44.290 | libffi-dev 2015-11-24 18:56:44.290 | libssl-dev 2015-11-24 18:56:44.290 | libxml2-dev 2015-11-24 18:56:44.290 | libxslt1-dev 2015-11-24 18:56:44.290 | gettext 2015-11-24 18:56:44.290 | pkg-config 2015-11-24 18:56:44.291 | sqlite3 2015-11-24 18:56:44.291 | python-mysqldb 2015-11-24 18:56:44.291 | python-mysql.connector 2015-11-24 18:56:44.291 | libldap2-dev 2015-11-24 18:56:44.291 | libsasl2-dev 2015-11-24 18:56:44.291 | libkrb5-dev 2015-11-24 18:56:44.291 | fping 2015-11-24 18:56:44.291 | dnsmasq-base 2015-11-24 18:56:44.291 | dnsmasq-utils 2015-11-24 18:56:44.291 | conntrack 2015-11-24 18:56:44.291 | kpartx 2015-11-24 18:56:44.291 | parted 2015-11-24 18:56:44.291 | iputils-arping 2015-11-24 18:56:44.291 | libmysqlclient-dev 2015-11-24 18:56:44.291 | python-mysqldb 2015-11-24 18:56:44.291 | libxml2-dev 2015-11-24 18:56:44.291 | libxslt1-dev 2015-11-24 18:56:44.291 | gawk 2015-11-24 18:56:44.291 | iptables 2015-11-24 18:56:44.291 | ebtables 2015-11-24 18:56:44.291 | sqlite3 2015-11-24 18:56:44.291 | sudo 2015-11-24 18:56:44.291 | pm-utils 2015-11-24 18:56:44.291 | libjs-jquery-tablesorter 2015-11-24 18:56:44.291 | vlan 2015-11-24 18:56:44.291 | curl 2015-11-24 18:56:44.291 | genisoimage 2015-11-24 18:56:44.291 | socat 2015-11-24 18:56:44.291 | libmysqlclient-dev 2015-11-24 18:56:44.291 | libpq-dev 2015-11-24 18:56:44.291 | libssl-dev 2015-11-24 18:56:44.291 | libxml2-dev 2015-11-24 18:56:44.291 | libxslt1-dev 2015-11-24 18:56:44.291 | zlib1g-dev 2015-11-24 18:56:44.291 | qemu-utils 2015-11-24 18:56:44.291 | open-iscsi 2015-11-24 18:56:44.291 | genisoimage 2015-11-24 18:56:44.291 | sysfsutils 2015-11-24 18:56:44.291 | sg3-utils 2015-11-24 18:56:44.291 | cryptsetup 2015-11-24 18:56:44.291 | lvm2 2015-11-24 18:56:44.291 | qemu-utils 2015-11-24 18:56:44.291 | libpq-dev 2015-11-24 18:56:44.291 | open-iscsi 2015-11-24 18:56:44.291 | libpcre3-dev 2015-11-24 18:56:44.291 | libxml2-dev 2015-11-24 18:56:44.291 | libxslt1-dev 2015-11-24 18:56:44.291 | dstat ' 2015-11-24 18:56:44.291 | ++ is_ubuntu 2015-11-24 18:56:44.291 | ++ [[ -z deb ]] 2015-11-24 18:56:44.291 | ++ '[' deb = deb ']' 2015-11-24 18:56:44.291 | ++ grep -q dkms 2015-11-24 18:56:44.292 | ++ echo bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:56:44.298 | ++ install_package bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:56:44.298 | ++ update_package_repo 2015-11-24 18:56:44.298 | ++ NO_UPDATE_REPOS=False 2015-11-24 18:56:44.298 | ++ REPOS_UPDATED=False 2015-11-24 18:56:44.298 | ++ RETRY_UPDATE=False 2015-11-24 18:56:44.298 | ++ [[ False = \T\r\u\e ]] 2015-11-24 18:56:44.298 | ++ is_ubuntu 2015-11-24 18:56:44.298 | ++ [[ -z deb ]] 2015-11-24 18:56:44.298 | ++ '[' deb = deb ']' 2015-11-24 18:56:44.402 | Ign http://us.archive.ubuntu.com trusty InRelease 2015-11-24 18:56:44.430 | Hit http://us.archive.ubuntu.com trusty-updates InRelease 2015-11-24 18:56:44.445 | Hit http://us.archive.ubuntu.com trusty-backports InRelease 2015-11-24 18:56:44.466 | Hit http://us.archive.ubuntu.com trusty Release.gpg 2015-11-24 18:56:44.496 | Hit http://us.archive.ubuntu.com trusty-updates/main Sources 2015-11-24 18:56:44.508 | Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources 2015-11-24 18:56:44.514 | Hit http://security.ubuntu.com trusty-security InRelease 2015-11-24 18:56:44.529 | Hit http://us.archive.ubuntu.com trusty-updates/universe Sources 2015-11-24 18:56:44.550 | Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources 2015-11-24 18:56:44.571 | Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages 2015-11-24 18:56:44.591 | Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages 2015-11-24 18:56:44.612 | Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages 2015-11-24 18:56:44.621 | Hit http://security.ubuntu.com trusty-security/main Sources 2015-11-24 18:56:44.633 | Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages 2015-11-24 18:56:44.654 | Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages 2015-11-24 18:56:44.675 | Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages 2015-11-24 18:56:44.696 | Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages 2015-11-24 18:56:44.705 | Hit http://security.ubuntu.com trusty-security/restricted Sources 2015-11-24 18:56:44.717 | Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages 2015-11-24 18:56:44.737 | Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en 2015-11-24 18:56:44.759 | Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en 2015-11-24 18:56:44.788 | Hit http://security.ubuntu.com trusty-security/universe Sources 2015-11-24 18:56:44.839 | Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en 2015-11-24 18:56:44.860 | Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en 2015-11-24 18:56:44.871 | Hit http://security.ubuntu.com trusty-security/multiverse Sources 2015-11-24 18:56:44.881 | Hit http://us.archive.ubuntu.com trusty-backports/main Sources 2015-11-24 18:56:44.902 | Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources 2015-11-24 18:56:44.923 | Hit http://us.archive.ubuntu.com trusty-backports/universe Sources 2015-11-24 18:56:44.945 | Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources 2015-11-24 18:56:44.955 | Hit http://security.ubuntu.com trusty-security/main amd64 Packages 2015-11-24 18:56:44.965 | Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages 2015-11-24 18:56:44.986 | Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages 2015-11-24 18:56:45.007 | Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages 2015-11-24 18:56:45.028 | Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages 2015-11-24 18:56:45.038 | Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages 2015-11-24 18:56:45.049 | Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages 2015-11-24 18:56:45.070 | Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages 2015-11-24 18:56:45.091 | Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages 2015-11-24 18:56:45.112 | Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages 2015-11-24 18:56:45.121 | Hit http://security.ubuntu.com trusty-security/universe amd64 Packages 2015-11-24 18:56:45.132 | Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en 2015-11-24 18:56:45.154 | Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en 2015-11-24 18:56:45.175 | Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en 2015-11-24 18:56:45.205 | Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages 2015-11-24 18:56:45.256 | Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en 2015-11-24 18:56:45.276 | Hit http://us.archive.ubuntu.com trusty Release 2015-11-24 18:56:45.288 | Hit http://security.ubuntu.com trusty-security/main i386 Packages 2015-11-24 18:56:45.303 | Hit http://us.archive.ubuntu.com trusty/main Sources 2015-11-24 18:56:45.324 | Hit http://us.archive.ubuntu.com trusty/restricted Sources 2015-11-24 18:56:45.344 | Hit http://us.archive.ubuntu.com trusty/universe Sources 2015-11-24 18:56:45.365 | Hit http://us.archive.ubuntu.com trusty/multiverse Sources 2015-11-24 18:56:45.371 | Hit http://security.ubuntu.com trusty-security/restricted i386 Packages 2015-11-24 18:56:45.386 | Hit http://us.archive.ubuntu.com trusty/main amd64 Packages 2015-11-24 18:56:45.407 | Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages 2015-11-24 18:56:45.428 | Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages 2015-11-24 18:56:45.449 | Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages 2015-11-24 18:56:45.455 | Hit http://security.ubuntu.com trusty-security/universe i386 Packages 2015-11-24 18:56:45.470 | Hit http://us.archive.ubuntu.com trusty/main i386 Packages 2015-11-24 18:56:45.491 | Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages 2015-11-24 18:56:45.512 | Hit http://us.archive.ubuntu.com trusty/universe i386 Packages 2015-11-24 18:56:45.533 | Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages 2015-11-24 18:56:45.538 | Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages 2015-11-24 18:56:45.554 | Hit http://us.archive.ubuntu.com trusty/main Translation-en 2015-11-24 18:56:45.576 | Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en 2015-11-24 18:56:45.597 | Hit http://us.archive.ubuntu.com trusty/restricted Translation-en 2015-11-24 18:56:45.618 | Hit http://us.archive.ubuntu.com trusty/universe Translation-en 2015-11-24 18:56:45.621 | Hit http://security.ubuntu.com trusty-security/main Translation-en 2015-11-24 18:56:45.705 | Hit http://security.ubuntu.com trusty-security/multiverse Translation-en 2015-11-24 18:56:45.788 | Hit http://security.ubuntu.com trusty-security/restricted Translation-en 2015-11-24 18:56:45.872 | Hit http://security.ubuntu.com trusty-security/universe Translation-en 2015-11-24 18:56:50.813 | Reading package lists... 2015-11-24 18:56:50.817 | ++ real_install_package bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:56:50.818 | ++ is_ubuntu 2015-11-24 18:56:50.818 | ++ [[ -z deb ]] 2015-11-24 18:56:50.818 | ++ '[' deb = deb ']' 2015-11-24 18:56:50.818 | ++ apt_get install bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:56:50.822 | ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:56:50.835 | Reading package lists... 2015-11-24 18:56:51.091 | Building dependency tree... 2015-11-24 18:56:51.091 | Reading state information... 2015-11-24 18:56:51.302 | bc is already the newest version. 2015-11-24 18:56:51.302 | g++ is already the newest version. 2015-11-24 18:56:51.302 | g++ set to manually installed. 2015-11-24 18:56:51.302 | gawk is already the newest version. 2015-11-24 18:56:51.302 | gcc is already the newest version. 2015-11-24 18:56:51.302 | gcc set to manually installed. 2015-11-24 18:56:51.302 | iptables is already the newest version. 2015-11-24 18:56:51.302 | lsof is already the newest version. 2015-11-24 18:56:51.302 | psmisc is already the newest version. 2015-11-24 18:56:51.303 | python-gdbm is already the newest version. 2015-11-24 18:56:51.303 | screen is already the newest version. 2015-11-24 18:56:51.303 | tar is already the newest version. 2015-11-24 18:56:51.303 | curl is already the newest version. 2015-11-24 18:56:51.303 | git is already the newest version. 2015-11-24 18:56:51.303 | iputils-ping is already the newest version. 2015-11-24 18:56:51.303 | openssl is already the newest version. 2015-11-24 18:56:51.303 | python2.7 is already the newest version. 2015-11-24 18:56:51.303 | tcpdump is already the newest version. 2015-11-24 18:56:51.303 | wget is already the newest version. 2015-11-24 18:56:51.303 | The following extra packages will be installed: 2015-11-24 18:56:51.303 | comerr-dev cryptsetup-bin fontconfig fontconfig-config fonts-dejavu-core 2015-11-24 18:56:51.303 | fonts-liberation javascript-common krb5-multidev libaio1 libasprintf-dev 2015-11-24 18:56:51.303 | libboost-system1.54.0 libboost-thread1.54.0 libcairo2 libcdt5 libcgraph6 2015-11-24 18:56:51.303 | libcomerr2 libcroco3 libcryptsetup4 libdatrie1 libdevmapper-event1.02.1 2015-11-24 18:56:51.303 | libexpat1 libexpat1-dev libffi6 libfontconfig1 libgd3 libgettextpo-dev 2015-11-24 18:56:51.303 | libgettextpo0 libgraphite2-3 libgssapi-krb5-2 libgssrpc4 libgvc6 libgvpr2 2015-11-24 18:56:51.303 | libharfbuzz0b libice6 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery 2015-11-24 18:56:51.303 | libjs-jquery-metadata libk5crypto3 libkadm5clnt-mit9 libkadm5srv-mit9 2015-11-24 18:56:51.303 | libkdb5-7 libkrb5-3 libkrb5support0 libldap-2.4-2 libltdl7 libmnl0 2015-11-24 18:56:51.303 | libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb 2015-11-24 18:56:51.303 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcre3 2015-11-24 18:56:51.303 | libpcrecpp0 libpixman-1-0 libpq5 libpython-dev libpython2.7-dev librados2 2015-11-24 18:56:51.303 | librbd1 libsgutils2-2 libsm6 libsqlite3-0 libssl-doc libsysfs2 libthai-data 2015-11-24 18:56:51.303 | libthai0 libtiff5 libunistring0 libvpx1 libx86-1 libxaw7 libxcb-render0 2015-11-24 18:56:51.303 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 2015-11-24 18:56:51.303 | libyaml-0-2 mysql-common openssh-client python2.7-dev sharutils vbetool 2015-11-24 18:56:51.304 | watershed x11-common 2015-11-24 18:56:51.305 | Suggested packages: 2015-11-24 18:56:51.305 | doc-base wodim cdrkit-doc gettext-doc gsfonts graphviz-doc apache2 lighttpd 2015-11-24 18:56:51.305 | httpd krb5-doc libgd-tools krb5-user ttf-baekmuk ttf-arphic-gbsn00lp 2015-11-24 18:56:51.305 | ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp 2015-11-24 18:56:51.306 | postgresql-doc-9.3 thin-provisioning-tools ssh-askpass libpam-ssh keychain 2015-11-24 18:56:51.306 | monkeysphere rssh molly-guard parted-doc cpufrequtils radeontool 2015-11-24 18:56:51.306 | python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg 2015-11-24 18:56:51.306 | debootstrap bsd-mailx mailx sqlite3-doc zip 2015-11-24 18:56:51.308 | The following NEW packages will be installed: 2015-11-24 18:56:51.308 | bridge-utils comerr-dev conntrack cryptsetup cryptsetup-bin dnsmasq-base 2015-11-24 18:56:51.308 | dnsmasq-utils dstat ebtables fontconfig fontconfig-config fonts-dejavu-core 2015-11-24 18:56:51.308 | fonts-liberation fping genisoimage gettext graphviz iputils-arping 2015-11-24 18:56:51.308 | javascript-common kpartx krb5-multidev libaio1 libasprintf-dev 2015-11-24 18:56:51.308 | libboost-system1.54.0 libboost-thread1.54.0 libcairo2 libcdt5 libcgraph6 2015-11-24 18:56:51.308 | libcroco3 libcryptsetup4 libdatrie1 libdevmapper-event1.02.1 libexpat1-dev 2015-11-24 18:56:51.308 | libffi-dev libfontconfig1 libgd3 libgettextpo-dev libgettextpo0 2015-11-24 18:56:51.308 | libgraphite2-3 libgssrpc4 libgvc6 libgvpr2 libharfbuzz0b libice6 libjbig0 2015-11-24 18:56:51.308 | libjpeg-turbo8 libjpeg8 libjs-jquery libjs-jquery-metadata 2015-11-24 18:56:51.308 | libjs-jquery-tablesorter libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 2015-11-24 18:56:51.309 | libkrb5-dev libldap2-dev libltdl7 libmnl0 libmysqlclient-dev 2015-11-24 18:56:51.309 | libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb 2015-11-24 18:56:51.309 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2015-11-24 18:56:51.309 | libpcre3-dev libpcrecpp0 libpixman-1-0 libpq-dev libpq5 libpython-dev 2015-11-24 18:56:51.309 | libpython2.7-dev librados2 librbd1 libsasl2-dev libsgutils2-2 libsm6 2015-11-24 18:56:51.309 | libssl-dev libssl-doc libsysfs2 libthai-data libthai0 libtiff5 libunistring0 2015-11-24 18:56:51.309 | libvpx1 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 2015-11-24 18:56:51.309 | libxpm4 libxrender1 libxslt1-dev libxslt1.1 libxt6 libyaml-0-2 libyaml-dev 2015-11-24 18:56:51.309 | lvm2 mysql-common open-iscsi pkg-config pm-utils python-dev 2015-11-24 18:56:51.309 | python-mysql.connector python-mysqldb python2.7-dev qemu-utils sg3-utils 2015-11-24 18:56:51.309 | sharutils socat sqlite3 sysfsutils unzip vbetool vlan watershed x11-common 2015-11-24 18:56:51.309 | zlib1g-dev 2015-11-24 18:56:51.311 | The following packages will be upgraded: 2015-11-24 18:56:51.311 | libcomerr2 libexpat1 libffi6 libgssapi-krb5-2 libk5crypto3 libkrb5-3 2015-11-24 18:56:51.312 | libkrb5support0 libldap-2.4-2 libpcre3 libsqlite3-0 libxml2 openssh-client 2015-11-24 18:56:51.312 | openssh-server parted sudo 2015-11-24 18:56:51.432 | 15 upgraded, 121 newly installed, 0 to remove and 73 not upgraded. 2015-11-24 18:56:51.432 | Need to get 47.7 MB of archives. 2015-11-24 18:56:51.432 | After this operation, 122 MB of additional disk space will be used. 2015-11-24 18:56:51.432 | Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libcomerr2 amd64 1.42.9-3ubuntu1.3 [62.9 kB] 2015-11-24 18:56:51.498 | Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3 amd64 1:8.31-2ubuntu2.1 [144 kB] 2015-11-24 18:56:51.584 | Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1 amd64 2.1.0-4ubuntu1.1 [71.1 kB] 2015-11-24 18:56:51.627 | Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libffi6 amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [17.5 kB] 2015-11-24 18:56:51.649 | Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libsqlite3-0 amd64 3.8.2-1ubuntu2.1 [342 kB] 2015-11-24 18:56:51.745 | Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libk5crypto3 amd64 1.12+dfsg-2ubuntu5.2 [79.4 kB] 2015-11-24 18:56:51.773 | Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi-krb5-2 amd64 1.12+dfsg-2ubuntu5.2 [114 kB] 2015-11-24 18:56:51.803 | Get:8 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-3 amd64 1.12+dfsg-2ubuntu5.2 [262 kB] 2015-11-24 18:56:51.859 | Get:9 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5support0 amd64 1.12+dfsg-2ubuntu5.2 [30.7 kB] 2015-11-24 18:56:51.882 | Get:10 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.2 [153 kB] 2015-11-24 18:56:51.926 | Get:11 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.5 [571 kB] 2015-11-24 18:56:52.027 | Get:12 http://us.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] 2015-11-24 18:56:52.049 | Get:13 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] 2015-11-24 18:56:52.072 | Get:14 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] 2015-11-24 18:56:52.095 | Get:15 http://us.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] 2015-11-24 18:56:52.241 | Get:16 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.1 [47.4 kB] 2015-11-24 18:56:52.266 | Get:17 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.1 [123 kB] 2015-11-24 18:56:52.298 | Get:18 http://us.archive.ubuntu.com/ubuntu/ trusty/main libpixman-1-0 amd64 0.30.2-2ubuntu1 [227 kB] 2015-11-24 18:56:52.343 | Get:19 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxcb-render0 amd64 1.10-2ubuntu1 [11.0 kB] 2015-11-24 18:56:52.365 | Get:20 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shm0 amd64 1.10-2ubuntu1 [5432 B] 2015-11-24 18:56:52.386 | Get:21 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] 2015-11-24 18:56:52.409 | Get:22 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libcairo2 amd64 1.13.0~20140204-0ubuntu1.1 [535 kB] 2015-11-24 18:56:52.486 | Get:23 http://us.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] 2015-11-24 18:56:52.514 | Get:24 http://us.archive.ubuntu.com/ubuntu/ trusty/main libdatrie1 amd64 0.2.8-1 [16.7 kB] 2015-11-24 18:56:52.596 | Get:25 http://us.archive.ubuntu.com/ubuntu/ trusty/main libdevmapper-event1.02.1 amd64 2:1.02.77-6ubuntu2 [10.8 kB] 2015-11-24 18:56:52.618 | Get:26 http://us.archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB] 2015-11-24 18:56:52.648 | Get:27 http://us.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] 2015-11-24 18:56:52.669 | Get:28 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] 2015-11-24 18:56:52.692 | Get:29 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.3 [143 kB] 2015-11-24 18:56:52.726 | Get:30 http://us.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] 2015-11-24 18:56:52.800 | Get:31 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxpm4 amd64 1:3.5.10-1 [38.3 kB] 2015-11-24 18:56:52.825 | Get:32 http://us.archive.ubuntu.com/ubuntu/ trusty/main libgd3 amd64 2.1.0-3 [147 kB] 2015-11-24 18:56:52.859 | Get:33 http://us.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] 2015-11-24 18:56:52.904 | Get:34 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] 2015-11-24 18:56:52.934 | Get:35 http://us.archive.ubuntu.com/ubuntu/ trusty/main libgraphite2-3 amd64 1.2.4-1ubuntu1 [53.8 kB] 2015-11-24 18:56:52.960 | Get:36 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.2 [53.1 kB] 2015-11-24 18:56:52.986 | Get:37 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libharfbuzz0b amd64 0.9.27-1ubuntu1 [127 kB] 2015-11-24 18:56:53.017 | Get:38 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] 2015-11-24 18:56:53.043 | Get:39 http://us.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] 2015-11-24 18:56:53.068 | Get:40 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.2 [36.2 kB] 2015-11-24 18:56:53.098 | Get:41 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.2 [36.2 kB] 2015-11-24 18:56:53.122 | Get:42 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.2 [50.4 kB] 2015-11-24 18:56:53.148 | Get:43 http://us.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] 2015-11-24 18:56:53.173 | Get:44 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.46-0ubuntu0.14.04.2 [14.1 kB] 2015-11-24 18:56:53.195 | Get:45 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.46-0ubuntu0.14.04.2 [597 kB] 2015-11-24 18:56:53.272 | Get:46 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.10.10-0ubuntu0.14.04.1 [111 kB] 2015-11-24 18:56:53.302 | Get:47 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.19.2.1-0ubuntu0.14.04.1 [10.6 kB] 2015-11-24 18:56:53.324 | Get:48 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.19.2.1-0ubuntu0.14.04.1 [1104 kB] 2015-11-24 18:56:53.445 | Get:49 http://us.archive.ubuntu.com/ubuntu/ trusty/main libthai-data all 0.1.20-3 [130 kB] 2015-11-24 18:56:53.477 | Get:50 http://us.archive.ubuntu.com/ubuntu/ trusty/main libthai0 amd64 0.1.20-3 [16.9 kB] 2015-11-24 18:56:53.560 | Get:51 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.1 [176 kB] 2015-11-24 18:56:53.598 | Get:52 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpango-1.0-0 amd64 1.36.3-1ubuntu1.1 [149 kB] 2015-11-24 18:56:53.632 | Get:53 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpangoft2-1.0-0 amd64 1.36.3-1ubuntu1.1 [32.7 kB] 2015-11-24 18:56:53.656 | Get:54 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpangocairo-1.0-0 amd64 1.36.3-1ubuntu1.1 [20.0 kB] 2015-11-24 18:56:53.679 | Get:55 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcrecpp0 amd64 1:8.31-2ubuntu2.1 [14.5 kB] 2015-11-24 18:56:53.702 | Get:56 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.1 [115 kB] 2015-11-24 18:56:53.733 | Get:57 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.2 [22.0 MB] 2015-11-24 18:56:55.626 | Get:58 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main librados2 amd64 0.80.10-0ubuntu1.14.04.3 [1427 kB] 2015-11-24 18:56:55.769 | Get:59 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main librbd1 amd64 0.80.10-0ubuntu1.14.04.3 [318 kB] 2015-11-24 18:56:55.818 | Get:60 http://us.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] 2015-11-24 18:56:55.839 | Get:61 http://us.archive.ubuntu.com/ubuntu/ trusty/main libsysfs2 amd64 2.1.0+repack-3ubuntu1 [19.3 kB] 2015-11-24 18:56:55.862 | Get:62 http://us.archive.ubuntu.com/ubuntu/ trusty/main libx86-1 amd64 1.1+ds1-10 [83.0 kB] 2015-11-24 18:56:55.890 | Get:63 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] 2015-11-24 18:56:55.927 | Get:64 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] 2015-11-24 18:56:55.953 | Get:65 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] 2015-11-24 18:56:55.988 | Get:66 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB] 2015-11-24 18:56:56.021 | Get:67 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB] 2015-11-24 18:56:56.046 | Get:68 http://us.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] 2015-11-24 18:56:56.068 | Get:69 http://us.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] 2015-11-24 18:56:56.093 | Get:70 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main sudo amd64 1.8.9p5-1ubuntu1.2 [342 kB] 2015-11-24 18:56:56.144 | Get:71 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-server amd64 1:6.6p1-2ubuntu2.3 [319 kB] 2015-11-24 18:56:56.193 | Get:72 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-client amd64 1:6.6p1-2ubuntu2.3 [564 kB] 2015-11-24 18:56:56.262 | Get:73 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main parted amd64 2.3-19ubuntu1.14.04.1 [44.2 kB] 2015-11-24 18:56:56.287 | Get:74 http://us.archive.ubuntu.com/ubuntu/ trusty/main bridge-utils amd64 1.5-6ubuntu2 [29.2 kB] 2015-11-24 18:56:56.310 | Get:75 http://us.archive.ubuntu.com/ubuntu/ trusty/universe conntrack amd64 1:1.4.1-1ubuntu1 [25.1 kB] 2015-11-24 18:56:56.333 | Get:76 http://us.archive.ubuntu.com/ubuntu/ trusty/main libcryptsetup4 amd64 2:1.6.1-1ubuntu1 [77.0 kB] 2015-11-24 18:56:56.420 | Get:77 http://us.archive.ubuntu.com/ubuntu/ trusty/main cryptsetup-bin amd64 2:1.6.1-1ubuntu1 [80.4 kB] 2015-11-24 18:56:56.448 | Get:78 http://us.archive.ubuntu.com/ubuntu/ trusty/main cryptsetup amd64 2:1.6.1-1ubuntu1 [115 kB] 2015-11-24 18:56:56.478 | Get:79 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.1 [257 kB] 2015-11-24 18:56:56.522 | Get:80 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-utils amd64 2.68-1ubuntu0.1 [8072 B] 2015-11-24 18:56:56.543 | Get:81 http://us.archive.ubuntu.com/ubuntu/ trusty/universe dstat all 0.7.2-3build1 [68.2 kB] 2015-11-24 18:56:56.570 | Get:82 http://us.archive.ubuntu.com/ubuntu/ trusty/main ebtables amd64 2.0.10.4-3ubuntu1 [77.5 kB] 2015-11-24 18:56:56.597 | Get:83 http://us.archive.ubuntu.com/ubuntu/ trusty/main fonts-liberation all 1.07.3-3 [1320 kB] 2015-11-24 18:56:56.731 | Get:84 http://us.archive.ubuntu.com/ubuntu/ trusty/universe fping amd64 3.8-1 [30.7 kB] 2015-11-24 18:56:56.755 | Get:85 http://us.archive.ubuntu.com/ubuntu/ trusty/main genisoimage amd64 9:1.1.11-2ubuntu3 [587 kB] 2015-11-24 18:56:56.826 | Get:86 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] 2015-11-24 18:56:56.918 | Get:87 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libcdt5 amd64 2.36.0-0ubuntu3.1 [23.3 kB] 2015-11-24 18:56:56.941 | Get:88 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libcgraph6 amd64 2.36.0-0ubuntu3.1 [44.1 kB] 2015-11-24 18:56:56.965 | Get:89 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpathplan4 amd64 2.36.0-0ubuntu3.1 [26.3 kB] 2015-11-24 18:56:56.989 | Get:90 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgvc6 amd64 2.36.0-0ubuntu3.1 [576 kB] 2015-11-24 18:56:57.060 | Get:91 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgvpr2 amd64 2.36.0-0ubuntu3.1 [169 kB] 2015-11-24 18:56:57.096 | Get:92 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main graphviz amd64 2.36.0-0ubuntu3.1 [461 kB] 2015-11-24 18:56:57.156 | Get:93 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main iputils-arping amd64 3:20121221-4ubuntu1.1 [26.6 kB] 2015-11-24 18:56:57.180 | Get:94 http://us.archive.ubuntu.com/ubuntu/ trusty/main javascript-common all 11 [6066 B] 2015-11-24 18:56:57.201 | Get:95 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] 2015-11-24 18:56:57.226 | Get:96 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.2 [111 kB] 2015-11-24 18:56:57.256 | Get:97 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] 2015-11-24 18:56:57.277 | Get:98 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] 2015-11-24 18:56:57.309 | Get:99 http://us.archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery all 1.7.2+dfsg-2ubuntu1 [78.8 kB] 2015-11-24 18:56:57.337 | Get:100 http://us.archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery-metadata all 8-2 [6856 B] 2015-11-24 18:56:57.362 | Get:101 http://us.archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery-tablesorter all 8-2 [64.0 kB] 2015-11-24 18:56:57.409 | Get:102 http://us.archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] 2015-11-24 18:56:57.521 | Get:103 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.46-0ubuntu0.14.04.2 [867 kB] 2015-11-24 18:56:57.683 | Get:104 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3-dev amd64 1:8.31-2ubuntu2.1 [237 kB] 2015-11-24 18:56:57.735 | Get:105 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.10-0ubuntu0.14.04 [81.5 kB] 2015-11-24 18:56:57.765 | Get:106 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.15 [1073 kB] 2015-11-24 18:56:57.905 | Get:107 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.10-0ubuntu0.14.04 [140 kB] 2015-11-24 18:56:57.937 | Get:108 http://us.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] 2015-11-24 18:56:57.959 | Get:109 http://us.archive.ubuntu.com/ubuntu/ trusty/main libsasl2-dev amd64 2.1.25.dfsg1-17build1 [311 kB] 2015-11-24 18:56:58.011 | Get:110 http://us.archive.ubuntu.com/ubuntu/ trusty/main libsgutils2-2 amd64 1.36-1ubuntu1 [52.8 kB] 2015-11-24 18:56:58.037 | Get:111 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.15 [966 kB] 2015-11-24 18:56:58.149 | Get:112 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.5 [629 kB] 2015-11-24 18:56:58.224 | Get:113 http://us.archive.ubuntu.com/ubuntu/ trusty/main libxslt1-dev amd64 1.1.28-2build1 [407 kB] 2015-11-24 18:56:58.280 | Get:114 http://us.archive.ubuntu.com/ubuntu/ trusty/main watershed amd64 7 [11.4 kB] 2015-11-24 18:56:58.303 | Get:115 http://us.archive.ubuntu.com/ubuntu/ trusty/main lvm2 amd64 2.02.98-6ubuntu2 [470 kB] 2015-11-24 18:56:58.364 | Get:116 http://us.archive.ubuntu.com/ubuntu/ trusty/main open-iscsi amd64 2.0.873-3ubuntu9 [268 kB] 2015-11-24 18:56:58.408 | Get:117 http://us.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] 2015-11-24 18:56:58.432 | Get:118 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main pm-utils all 1.4.1-13ubuntu0.1 [50.8 kB] 2015-11-24 18:56:58.458 | Get:119 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.2 [269 kB] 2015-11-24 18:56:58.502 | Get:120 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] 2015-11-24 18:56:58.523 | Get:121 http://us.archive.ubuntu.com/ubuntu/ trusty/universe python-mysql.connector all 1.1.6-1 [67.2 kB] 2015-11-24 18:56:58.550 | Get:122 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] 2015-11-24 18:56:58.575 | Get:123 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main qemu-utils amd64 2.0.0+dfsg-2ubuntu1.19 [412 kB] 2015-11-24 18:56:58.633 | Get:124 http://us.archive.ubuntu.com/ubuntu/ trusty/main sg3-utils amd64 1.36-1ubuntu1 [539 kB] 2015-11-24 18:56:58.700 | Get:125 http://us.archive.ubuntu.com/ubuntu/ trusty/main sharutils amd64 1:4.14-1ubuntu1 [145 kB] 2015-11-24 18:56:58.733 | Get:126 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main sqlite3 amd64 3.8.2-1ubuntu2.1 [28.8 kB] 2015-11-24 18:56:58.817 | Get:127 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.5 [157 kB] 2015-11-24 18:56:58.851 | Get:128 http://us.archive.ubuntu.com/ubuntu/ trusty/main vbetool amd64 1.1-3 [11.6 kB] 2015-11-24 18:56:58.873 | Get:129 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main kpartx amd64 0.4.9-3ubuntu7.4 [20.7 kB] 2015-11-24 18:56:58.896 | Get:130 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libffi-dev amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [99.8 kB] 2015-11-24 18:56:58.926 | Get:131 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-dev amd64 1.12+dfsg-2ubuntu5.2 [14.4 kB] 2015-11-24 18:56:58.948 | Get:132 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libldap2-dev amd64 2.4.31-1+nmu2ubuntu8.2 [260 kB] 2015-11-24 18:56:58.991 | Get:133 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-dev amd64 0.1.4-3ubuntu3.1 [55.9 kB] 2015-11-24 18:56:59.018 | Get:134 http://us.archive.ubuntu.com/ubuntu/ trusty/universe socat amd64 1.7.2.3-1 [302 kB] 2015-11-24 18:56:59.064 | Get:135 http://us.archive.ubuntu.com/ubuntu/ trusty/universe sysfsutils amd64 2.1.0+repack-3ubuntu1 [12.7 kB] 2015-11-24 18:56:59.087 | Get:136 http://us.archive.ubuntu.com/ubuntu/ trusty/main vlan amd64 1.9-3ubuntu10 [30.3 kB] 2015-11-24 18:56:59.522 | Extracting templates from packages: 22% Extracting templates from packages: 44% Extracting templates from packages: 66% Extracting templates from packages: 88% Extracting templates from packages: 100% 2015-11-24 18:56:59.529 | Preconfiguring packages ... 2015-11-24 18:56:59.609 | Fetched 47.7 MB in 7s (6169 kB/s) 2015-11-24 18:56:59.656 | (Reading database ... 61892 files and directories currently installed.) 2015-11-24 18:56:59.658 | Preparing to unpack .../libcomerr2_1.42.9-3ubuntu1.3_amd64.deb ... 2015-11-24 18:56:59.662 | Unpacking libcomerr2:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1.2) ... 2015-11-24 18:56:59.705 | Setting up libcomerr2:amd64 (1.42.9-3ubuntu1.3) ... 2015-11-24 18:56:59.715 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-24 18:56:59.781 | (Reading database ... 61892 files and directories currently installed.) 2015-11-24 18:56:59.783 | Preparing to unpack .../libpcre3_1%3a8.31-2ubuntu2.1_amd64.deb ... 2015-11-24 18:56:59.786 | Unpacking libpcre3:amd64 (1:8.31-2ubuntu2.1) over (1:8.31-2ubuntu2) ... 2015-11-24 18:56:59.816 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-24 18:57:00.376 | Setting up libpcre3:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-24 18:57:00.385 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-24 18:57:00.448 | (Reading database ... 61892 files and directories currently installed.) 2015-11-24 18:57:00.450 | Preparing to unpack .../libexpat1_2.1.0-4ubuntu1.1_amd64.deb ... 2015-11-24 18:57:00.453 | Unpacking libexpat1:amd64 (2.1.0-4ubuntu1.1) over (2.1.0-4ubuntu1) ... 2015-11-24 18:57:00.488 | Preparing to unpack .../libffi6_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ... 2015-11-24 18:57:00.492 | Unpacking libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) over (3.1~rc1+r3.0.13-12) ... 2015-11-24 18:57:00.518 | Preparing to unpack .../libsqlite3-0_3.8.2-1ubuntu2.1_amd64.deb ... 2015-11-24 18:57:00.521 | Unpacking libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) over (3.8.2-1ubuntu2) ... 2015-11-24 18:57:00.587 | Preparing to unpack .../libk5crypto3_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:00.591 | Unpacking libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.2) over (1.12+dfsg-2ubuntu5.1) ... 2015-11-24 18:57:00.630 | Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:00.634 | Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.2) over (1.12+dfsg-2ubuntu5.1) ... 2015-11-24 18:57:00.671 | Preparing to unpack .../libkrb5-3_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:00.675 | Unpacking libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.2) over (1.12+dfsg-2ubuntu5.1) ... 2015-11-24 18:57:00.738 | Preparing to unpack .../libkrb5support0_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:00.741 | Unpacking libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.2) over (1.12+dfsg-2ubuntu5.1) ... 2015-11-24 18:57:00.769 | Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.2_amd64.deb ... 2015-11-24 18:57:00.772 | Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.2) over (2.4.31-1+nmu2ubuntu8.1) ... 2015-11-24 18:57:00.821 | Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.5_amd64.deb ... 2015-11-24 18:57:00.831 | Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.5) over (2.9.1+dfsg1-3ubuntu4.4) ... 2015-11-24 18:57:00.953 | Selecting previously unselected package libaio1:amd64. 2015-11-24 18:57:00.958 | Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... 2015-11-24 18:57:00.962 | Unpacking libaio1:amd64 (0.3.109-4) ... 2015-11-24 18:57:01.037 | Selecting previously unselected package libboost-system1.54.0:amd64. 2015-11-24 18:57:01.041 | Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... 2015-11-24 18:57:01.054 | Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-24 18:57:01.078 | Selecting previously unselected package libboost-thread1.54.0:amd64. 2015-11-24 18:57:01.080 | Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... 2015-11-24 18:57:01.082 | Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-24 18:57:01.101 | Selecting previously unselected package fonts-dejavu-core. 2015-11-24 18:57:01.105 | Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... 2015-11-24 18:57:01.107 | Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... 2015-11-24 18:57:01.250 | Selecting previously unselected package fontconfig-config. 2015-11-24 18:57:01.253 | Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.1_all.deb ... 2015-11-24 18:57:01.261 | Unpacking fontconfig-config (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:01.290 | Selecting previously unselected package libfontconfig1:amd64. 2015-11-24 18:57:01.294 | Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.1_amd64.deb ... 2015-11-24 18:57:01.295 | Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:01.330 | Selecting previously unselected package libpixman-1-0:amd64. 2015-11-24 18:57:01.333 | Preparing to unpack .../libpixman-1-0_0.30.2-2ubuntu1_amd64.deb ... 2015-11-24 18:57:01.335 | Unpacking libpixman-1-0:amd64 (0.30.2-2ubuntu1) ... 2015-11-24 18:57:01.386 | Selecting previously unselected package libxcb-render0:amd64. 2015-11-24 18:57:01.387 | Preparing to unpack .../libxcb-render0_1.10-2ubuntu1_amd64.deb ... 2015-11-24 18:57:01.388 | Unpacking libxcb-render0:amd64 (1.10-2ubuntu1) ... 2015-11-24 18:57:01.410 | Selecting previously unselected package libxcb-shm0:amd64. 2015-11-24 18:57:01.412 | Preparing to unpack .../libxcb-shm0_1.10-2ubuntu1_amd64.deb ... 2015-11-24 18:57:01.413 | Unpacking libxcb-shm0:amd64 (1.10-2ubuntu1) ... 2015-11-24 18:57:01.434 | Selecting previously unselected package libxrender1:amd64. 2015-11-24 18:57:01.435 | Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... 2015-11-24 18:57:01.437 | Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... 2015-11-24 18:57:01.485 | Selecting previously unselected package libcairo2:amd64. 2015-11-24 18:57:01.487 | Preparing to unpack .../libcairo2_1.13.0~20140204-0ubuntu1.1_amd64.deb ... 2015-11-24 18:57:01.491 | Unpacking libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-24 18:57:01.562 | Selecting previously unselected package libcroco3:amd64. 2015-11-24 18:57:01.564 | Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... 2015-11-24 18:57:01.566 | Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... 2015-11-24 18:57:01.593 | Selecting previously unselected package libdatrie1:amd64. 2015-11-24 18:57:01.595 | Preparing to unpack .../libdatrie1_0.2.8-1_amd64.deb ... 2015-11-24 18:57:01.597 | Unpacking libdatrie1:amd64 (0.2.8-1) ... 2015-11-24 18:57:01.618 | Selecting previously unselected package libdevmapper-event1.02.1:amd64. 2015-11-24 18:57:01.619 | Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.77-6ubuntu2_amd64.deb ... 2015-11-24 18:57:01.621 | Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.77-6ubuntu2) ... 2015-11-24 18:57:01.642 | Selecting previously unselected package libjpeg-turbo8:amd64. 2015-11-24 18:57:01.645 | Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ... 2015-11-24 18:57:01.647 | Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... 2015-11-24 18:57:01.673 | Selecting previously unselected package libjpeg8:amd64. 2015-11-24 18:57:01.676 | Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... 2015-11-24 18:57:01.677 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2015-11-24 18:57:01.694 | Selecting previously unselected package libjbig0:amd64. 2015-11-24 18:57:01.697 | Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... 2015-11-24 18:57:01.699 | Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... 2015-11-24 18:57:01.717 | Selecting previously unselected package libtiff5:amd64. 2015-11-24 18:57:01.721 | Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.3_amd64.deb ... 2015-11-24 18:57:01.722 | Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.3) ... 2015-11-24 18:57:01.758 | Selecting previously unselected package libvpx1:amd64. 2015-11-24 18:57:01.760 | Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... 2015-11-24 18:57:01.761 | Unpacking libvpx1:amd64 (1.3.0-2) ... 2015-11-24 18:57:01.850 | Selecting previously unselected package libxpm4:amd64. 2015-11-24 18:57:01.851 | Preparing to unpack .../libxpm4_1%3a3.5.10-1_amd64.deb ... 2015-11-24 18:57:01.853 | Unpacking libxpm4:amd64 (1:3.5.10-1) ... 2015-11-24 18:57:01.870 | Selecting previously unselected package libgd3:amd64. 2015-11-24 18:57:01.874 | Preparing to unpack .../libgd3_2.1.0-3_amd64.deb ... 2015-11-24 18:57:01.875 | Unpacking libgd3:amd64 (2.1.0-3) ... 2015-11-24 18:57:01.902 | Selecting previously unselected package libunistring0:amd64. 2015-11-24 18:57:01.904 | Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... 2015-11-24 18:57:01.905 | Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... 2015-11-24 18:57:01.962 | Selecting previously unselected package libgettextpo0:amd64. 2015-11-24 18:57:01.965 | Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-24 18:57:01.966 | Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:01.994 | Selecting previously unselected package libgraphite2-3:amd64. 2015-11-24 18:57:01.998 | Preparing to unpack .../libgraphite2-3_1.2.4-1ubuntu1_amd64.deb ... 2015-11-24 18:57:02.000 | Unpacking libgraphite2-3:amd64 (1.2.4-1ubuntu1) ... 2015-11-24 18:57:02.022 | Selecting previously unselected package libgssrpc4:amd64. 2015-11-24 18:57:02.026 | Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:02.028 | Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:02.050 | Selecting previously unselected package libharfbuzz0b:amd64. 2015-11-24 18:57:02.054 | Preparing to unpack .../libharfbuzz0b_0.9.27-1ubuntu1_amd64.deb ... 2015-11-24 18:57:02.056 | Unpacking libharfbuzz0b:amd64 (0.9.27-1ubuntu1) ... 2015-11-24 18:57:02.089 | Selecting previously unselected package x11-common. 2015-11-24 18:57:02.093 | Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... 2015-11-24 18:57:02.266 | Unpacking x11-common (1:7.7+1ubuntu8.1) ... 2015-11-24 18:57:02.294 | Selecting previously unselected package libice6:amd64. 2015-11-24 18:57:02.295 | Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... 2015-11-24 18:57:02.297 | Unpacking libice6:amd64 (2:1.0.8-2) ... 2015-11-24 18:57:02.318 | Selecting previously unselected package libkadm5clnt-mit9:amd64. 2015-11-24 18:57:02.320 | Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:02.322 | Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:02.341 | Selecting previously unselected package libkdb5-7:amd64. 2015-11-24 18:57:02.346 | Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:02.348 | Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:02.370 | Selecting previously unselected package libkadm5srv-mit9:amd64. 2015-11-24 18:57:02.374 | Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:02.376 | Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:02.402 | Selecting previously unselected package libltdl7:amd64. 2015-11-24 18:57:02.404 | Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... 2015-11-24 18:57:02.406 | Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... 2015-11-24 18:57:02.425 | Selecting previously unselected package mysql-common. 2015-11-24 18:57:02.430 | Preparing to unpack .../mysql-common_5.5.46-0ubuntu0.14.04.2_all.deb ... 2015-11-24 18:57:02.432 | Unpacking mysql-common (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:02.450 | Selecting previously unselected package libmysqlclient18:amd64. 2015-11-24 18:57:02.454 | Preparing to unpack .../libmysqlclient18_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-24 18:57:02.455 | Unpacking libmysqlclient18:amd64 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:02.570 | Selecting previously unselected package libnspr4:amd64. 2015-11-24 18:57:02.572 | Preparing to unpack .../libnspr4_2%3a4.10.10-0ubuntu0.14.04.1_amd64.deb ... 2015-11-24 18:57:02.573 | Unpacking libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ... 2015-11-24 18:57:02.601 | Selecting previously unselected package libnss3-nssdb. 2015-11-24 18:57:02.605 | Preparing to unpack .../libnss3-nssdb_2%3a3.19.2.1-0ubuntu0.14.04.1_all.deb ... 2015-11-24 18:57:02.607 | Unpacking libnss3-nssdb (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-24 18:57:02.625 | Selecting previously unselected package libnss3:amd64. 2015-11-24 18:57:02.630 | Preparing to unpack .../libnss3_2%3a3.19.2.1-0ubuntu0.14.04.1_amd64.deb ... 2015-11-24 18:57:02.631 | Unpacking libnss3:amd64 (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-24 18:57:02.766 | Selecting previously unselected package libthai-data. 2015-11-24 18:57:02.768 | Preparing to unpack .../libthai-data_0.1.20-3_all.deb ... 2015-11-24 18:57:02.769 | Unpacking libthai-data (0.1.20-3) ... 2015-11-24 18:57:02.810 | Selecting previously unselected package libthai0:amd64. 2015-11-24 18:57:02.811 | Preparing to unpack .../libthai0_0.1.20-3_amd64.deb ... 2015-11-24 18:57:02.812 | Unpacking libthai0:amd64 (0.1.20-3) ... 2015-11-24 18:57:02.833 | Selecting previously unselected package fontconfig. 2015-11-24 18:57:02.836 | Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.1_amd64.deb ... 2015-11-24 18:57:02.838 | Unpacking fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:02.874 | Selecting previously unselected package libpango-1.0-0:amd64. 2015-11-24 18:57:02.875 | Preparing to unpack .../libpango-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-24 18:57:02.876 | Unpacking libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:02.917 | Preparing to unpack .../libpangoft2-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-24 18:57:02.918 | Unpacking libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:02.942 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2015-11-24 18:57:02.944 | Preparing to unpack .../libpangocairo-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... 2015-11-24 18:57:02.945 | Unpacking libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:02.966 | Selecting previously unselected package libpcrecpp0:amd64. 2015-11-24 18:57:02.969 | Preparing to unpack .../libpcrecpp0_1%3a8.31-2ubuntu2.1_amd64.deb ... 2015-11-24 18:57:02.970 | Unpacking libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-24 18:57:02.990 | Selecting previously unselected package libexpat1-dev:amd64. 2015-11-24 18:57:02.990 | Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.1_amd64.deb ... 2015-11-24 18:57:02.992 | Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.1) ... 2015-11-24 18:57:03.030 | Selecting previously unselected package libpython2.7-dev:amd64. 2015-11-24 18:57:03.031 | Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.2_amd64.deb ... 2015-11-24 18:57:03.033 | Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.2) ... 2015-11-24 18:57:04.858 | Selecting previously unselected package librados2. 2015-11-24 18:57:04.860 | Preparing to unpack .../librados2_0.80.10-0ubuntu1.14.04.3_amd64.deb ... 2015-11-24 18:57:04.861 | Unpacking librados2 (0.80.10-0ubuntu1.14.04.3) ... 2015-11-24 18:57:05.066 | Selecting previously unselected package librbd1. 2015-11-24 18:57:05.069 | Preparing to unpack .../librbd1_0.80.10-0ubuntu1.14.04.3_amd64.deb ... 2015-11-24 18:57:05.070 | Unpacking librbd1 (0.80.10-0ubuntu1.14.04.3) ... 2015-11-24 18:57:05.134 | Selecting previously unselected package libsm6:amd64. 2015-11-24 18:57:05.136 | Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... 2015-11-24 18:57:05.137 | Unpacking libsm6:amd64 (2:1.2.1-2) ... 2015-11-24 18:57:05.153 | Selecting previously unselected package libsysfs2:amd64. 2015-11-24 18:57:05.156 | Preparing to unpack .../libsysfs2_2.1.0+repack-3ubuntu1_amd64.deb ... 2015-11-24 18:57:05.158 | Unpacking libsysfs2:amd64 (2.1.0+repack-3ubuntu1) ... 2015-11-24 18:57:05.177 | Selecting previously unselected package libx86-1:amd64. 2015-11-24 18:57:05.180 | Preparing to unpack .../libx86-1_1.1+ds1-10_amd64.deb ... 2015-11-24 18:57:05.181 | Unpacking libx86-1:amd64 (1.1+ds1-10) ... 2015-11-24 18:57:05.210 | Selecting previously unselected package libxt6:amd64. 2015-11-24 18:57:05.211 | Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... 2015-11-24 18:57:05.216 | Unpacking libxt6:amd64 (1:1.1.4-1) ... 2015-11-24 18:57:05.241 | Selecting previously unselected package libxmu6:amd64. 2015-11-24 18:57:05.244 | Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... 2015-11-24 18:57:05.246 | Unpacking libxmu6:amd64 (2:1.1.1-1) ... 2015-11-24 18:57:05.266 | Selecting previously unselected package libxaw7:amd64. 2015-11-24 18:57:05.268 | Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... 2015-11-24 18:57:05.270 | Unpacking libxaw7:amd64 (2:1.0.12-1) ... 2015-11-24 18:57:05.305 | Selecting previously unselected package libxslt1.1:amd64. 2015-11-24 18:57:05.308 | Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ... 2015-11-24 18:57:05.309 | Unpacking libxslt1.1:amd64 (1.1.28-2build1) ... 2015-11-24 18:57:05.341 | Selecting previously unselected package libyaml-0-2:amd64. 2015-11-24 18:57:05.344 | Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3.1_amd64.deb ... 2015-11-24 18:57:05.345 | Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-24 18:57:05.378 | Selecting previously unselected package libmnl0:amd64. 2015-11-24 18:57:05.378 | Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... 2015-11-24 18:57:05.380 | Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... 2015-11-24 18:57:05.397 | Selecting previously unselected package libnetfilter-conntrack3:amd64. 2015-11-24 18:57:05.400 | Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... 2015-11-24 18:57:05.401 | Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... 2015-11-24 18:57:05.422 | Preparing to unpack .../sudo_1.8.9p5-1ubuntu1.2_amd64.deb ... 2015-11-24 18:57:05.443 | Unpacking sudo (1.8.9p5-1ubuntu1.2) over (1.8.9p5-1ubuntu1.1) ... 2015-11-24 18:57:05.521 | Preparing to unpack .../openssh-server_1%3a6.6p1-2ubuntu2.3_amd64.deb ... 2015-11-24 18:57:05.532 | Unpacking openssh-server (1:6.6p1-2ubuntu2.3) over (1:6.6p1-2ubuntu2) ... 2015-11-24 18:57:05.598 | Preparing to unpack .../openssh-client_1%3a6.6p1-2ubuntu2.3_amd64.deb ... 2015-11-24 18:57:05.615 | Unpacking openssh-client (1:6.6p1-2ubuntu2.3) over (1:6.6p1-2ubuntu2) ... 2015-11-24 18:57:05.727 | Preparing to unpack .../parted_2.3-19ubuntu1.14.04.1_amd64.deb ... 2015-11-24 18:57:05.730 | Unpacking parted (2.3-19ubuntu1.14.04.1) over (2.3-19ubuntu1) ... 2015-11-24 18:57:05.754 | Selecting previously unselected package bridge-utils. 2015-11-24 18:57:05.756 | Preparing to unpack .../bridge-utils_1.5-6ubuntu2_amd64.deb ... 2015-11-24 18:57:05.759 | Unpacking bridge-utils (1.5-6ubuntu2) ... 2015-11-24 18:57:05.781 | Selecting previously unselected package conntrack. 2015-11-24 18:57:05.782 | Preparing to unpack .../conntrack_1%3a1.4.1-1ubuntu1_amd64.deb ... 2015-11-24 18:57:05.784 | Unpacking conntrack (1:1.4.1-1ubuntu1) ... 2015-11-24 18:57:05.801 | Selecting previously unselected package libcryptsetup4. 2015-11-24 18:57:05.806 | Preparing to unpack .../libcryptsetup4_2%3a1.6.1-1ubuntu1_amd64.deb ... 2015-11-24 18:57:05.807 | Unpacking libcryptsetup4 (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:05.829 | Selecting previously unselected package cryptsetup-bin. 2015-11-24 18:57:05.832 | Preparing to unpack .../cryptsetup-bin_2%3a1.6.1-1ubuntu1_amd64.deb ... 2015-11-24 18:57:05.833 | Unpacking cryptsetup-bin (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:05.853 | Selecting previously unselected package cryptsetup. 2015-11-24 18:57:05.858 | Preparing to unpack .../cryptsetup_2%3a1.6.1-1ubuntu1_amd64.deb ... 2015-11-24 18:57:05.865 | Unpacking cryptsetup (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:05.894 | Selecting previously unselected package dnsmasq-base. 2015-11-24 18:57:05.897 | Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.1_amd64.deb ... 2015-11-24 18:57:05.898 | Unpacking dnsmasq-base (2.68-1ubuntu0.1) ... 2015-11-24 18:57:05.946 | Selecting previously unselected package dnsmasq-utils. 2015-11-24 18:57:05.948 | Preparing to unpack .../dnsmasq-utils_2.68-1ubuntu0.1_amd64.deb ... 2015-11-24 18:57:05.949 | Unpacking dnsmasq-utils (2.68-1ubuntu0.1) ... 2015-11-24 18:57:05.965 | Selecting previously unselected package dstat. 2015-11-24 18:57:05.969 | Preparing to unpack .../dstat_0.7.2-3build1_all.deb ... 2015-11-24 18:57:05.970 | Unpacking dstat (0.7.2-3build1) ... 2015-11-24 18:57:05.997 | Selecting previously unselected package ebtables. 2015-11-24 18:57:06.000 | Preparing to unpack .../ebtables_2.0.10.4-3ubuntu1_amd64.deb ... 2015-11-24 18:57:06.001 | Unpacking ebtables (2.0.10.4-3ubuntu1) ... 2015-11-24 18:57:06.029 | Selecting previously unselected package fonts-liberation. 2015-11-24 18:57:06.033 | Preparing to unpack .../fonts-liberation_1.07.3-3_all.deb ... 2015-11-24 18:57:06.034 | Unpacking fonts-liberation (1.07.3-3) ... 2015-11-24 18:57:06.077 | Selecting previously unselected package fping. 2015-11-24 18:57:06.081 | Preparing to unpack .../archives/fping_3.8-1_amd64.deb ... 2015-11-24 18:57:06.082 | Unpacking fping (3.8-1) ... 2015-11-24 18:57:06.098 | Selecting previously unselected package genisoimage. 2015-11-24 18:57:06.101 | Preparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ... 2015-11-24 18:57:06.103 | Unpacking genisoimage (9:1.1.11-2ubuntu3) ... 2015-11-24 18:57:06.157 | Selecting previously unselected package gettext. 2015-11-24 18:57:06.160 | Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-24 18:57:06.162 | Unpacking gettext (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:06.286 | Selecting previously unselected package libcdt5. 2015-11-24 18:57:06.290 | Preparing to unpack .../libcdt5_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.291 | Unpacking libcdt5 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.309 | Selecting previously unselected package libcgraph6. 2015-11-24 18:57:06.313 | Preparing to unpack .../libcgraph6_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.314 | Unpacking libcgraph6 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.337 | Selecting previously unselected package libpathplan4. 2015-11-24 18:57:06.339 | Preparing to unpack .../libpathplan4_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.340 | Unpacking libpathplan4 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.361 | Selecting previously unselected package libgvc6. 2015-11-24 18:57:06.363 | Preparing to unpack .../libgvc6_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.365 | Unpacking libgvc6 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.450 | Selecting previously unselected package libgvpr2. 2015-11-24 18:57:06.452 | Preparing to unpack .../libgvpr2_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.453 | Unpacking libgvpr2 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.489 | Selecting previously unselected package graphviz. 2015-11-24 18:57:06.492 | Preparing to unpack .../graphviz_2.36.0-0ubuntu3.1_amd64.deb ... 2015-11-24 18:57:06.494 | Unpacking graphviz (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:06.569 | Selecting previously unselected package iputils-arping. 2015-11-24 18:57:06.574 | Preparing to unpack .../iputils-arping_3%3a20121221-4ubuntu1.1_amd64.deb ... 2015-11-24 18:57:06.575 | Unpacking iputils-arping (3:20121221-4ubuntu1.1) ... 2015-11-24 18:57:06.593 | Selecting previously unselected package javascript-common. 2015-11-24 18:57:06.597 | Preparing to unpack .../javascript-common_11_all.deb ... 2015-11-24 18:57:06.603 | Unpacking javascript-common (11) ... 2015-11-24 18:57:06.617 | Selecting previously unselected package comerr-dev. 2015-11-24 18:57:06.620 | Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... 2015-11-24 18:57:06.622 | Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... 2015-11-24 18:57:06.641 | Selecting previously unselected package krb5-multidev. 2015-11-24 18:57:06.644 | Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:06.646 | Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:06.682 | Selecting previously unselected package libasprintf-dev:amd64. 2015-11-24 18:57:06.683 | Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-24 18:57:06.684 | Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:06.702 | Selecting previously unselected package libgettextpo-dev:amd64. 2015-11-24 18:57:06.702 | Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... 2015-11-24 18:57:06.703 | Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:06.737 | Selecting previously unselected package libjs-jquery. 2015-11-24 18:57:06.739 | Preparing to unpack .../libjs-jquery_1.7.2+dfsg-2ubuntu1_all.deb ... 2015-11-24 18:57:06.740 | Unpacking libjs-jquery (1.7.2+dfsg-2ubuntu1) ... 2015-11-24 18:57:06.757 | Selecting previously unselected package libjs-jquery-metadata. 2015-11-24 18:57:06.760 | Preparing to unpack .../libjs-jquery-metadata_8-2_all.deb ... 2015-11-24 18:57:06.761 | Unpacking libjs-jquery-metadata (8-2) ... 2015-11-24 18:57:06.777 | Selecting previously unselected package libjs-jquery-tablesorter. 2015-11-24 18:57:06.779 | Preparing to unpack .../libjs-jquery-tablesorter_8-2_all.deb ... 2015-11-24 18:57:06.780 | Unpacking libjs-jquery-tablesorter (8-2) ... 2015-11-24 18:57:06.805 | Selecting previously unselected package zlib1g-dev:amd64. 2015-11-24 18:57:06.809 | Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... 2015-11-24 18:57:06.811 | Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... 2015-11-24 18:57:06.833 | Selecting previously unselected package libmysqlclient-dev. 2015-11-24 18:57:06.834 | Preparing to unpack .../libmysqlclient-dev_5.5.46-0ubuntu0.14.04.2_amd64.deb ... 2015-11-24 18:57:06.835 | Unpacking libmysqlclient-dev (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:06.989 | Selecting previously unselected package libpcre3-dev:amd64. 2015-11-24 18:57:06.992 | Preparing to unpack .../libpcre3-dev_1%3a8.31-2ubuntu2.1_amd64.deb ... 2015-11-24 18:57:06.993 | Unpacking libpcre3-dev:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-24 18:57:07.041 | Selecting previously unselected package libpq5. 2015-11-24 18:57:07.046 | Preparing to unpack .../libpq5_9.3.10-0ubuntu0.14.04_amd64.deb ... 2015-11-24 18:57:07.047 | Unpacking libpq5 (9.3.10-0ubuntu0.14.04) ... 2015-11-24 18:57:07.069 | Selecting previously unselected package libssl-dev:amd64. 2015-11-24 18:57:07.074 | Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.15_amd64.deb ... 2015-11-24 18:57:07.075 | Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.15) ... 2015-11-24 18:57:07.225 | Selecting previously unselected package libpq-dev. 2015-11-24 18:57:07.230 | Preparing to unpack .../libpq-dev_9.3.10-0ubuntu0.14.04_amd64.deb ... 2015-11-24 18:57:07.231 | Unpacking libpq-dev (9.3.10-0ubuntu0.14.04) ... 2015-11-24 18:57:07.266 | Selecting previously unselected package libpython-dev:amd64. 2015-11-24 18:57:07.268 | Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... 2015-11-24 18:57:07.270 | Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... 2015-11-24 18:57:07.285 | Selecting previously unselected package libsasl2-dev. 2015-11-24 18:57:07.288 | Preparing to unpack .../libsasl2-dev_2.1.25.dfsg1-17build1_amd64.deb ... 2015-11-24 18:57:07.290 | Unpacking libsasl2-dev (2.1.25.dfsg1-17build1) ... 2015-11-24 18:57:07.321 | Selecting previously unselected package libsgutils2-2. 2015-11-24 18:57:07.325 | Preparing to unpack .../libsgutils2-2_1.36-1ubuntu1_amd64.deb ... 2015-11-24 18:57:07.327 | Unpacking libsgutils2-2 (1.36-1ubuntu1) ... 2015-11-24 18:57:07.350 | Selecting previously unselected package libssl-doc. 2015-11-24 18:57:07.350 | Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.15_all.deb ... 2015-11-24 18:57:07.351 | Unpacking libssl-doc (1.0.1f-1ubuntu2.15) ... 2015-11-24 18:57:07.561 | Selecting previously unselected package libxml2-dev:amd64. 2015-11-24 18:57:07.563 | Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.5_amd64.deb ... 2015-11-24 18:57:07.565 | Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.5) ... 2015-11-24 18:57:07.674 | Selecting previously unselected package libxslt1-dev:amd64. 2015-11-24 18:57:07.676 | Preparing to unpack .../libxslt1-dev_1.1.28-2build1_amd64.deb ... 2015-11-24 18:57:07.678 | Unpacking libxslt1-dev:amd64 (1.1.28-2build1) ... 2015-11-24 18:57:07.761 | Selecting previously unselected package watershed. 2015-11-24 18:57:07.764 | Preparing to unpack .../archives/watershed_7_amd64.deb ... 2015-11-24 18:57:07.765 | Unpacking watershed (7) ... 2015-11-24 18:57:07.781 | Selecting previously unselected package lvm2. 2015-11-24 18:57:07.785 | Preparing to unpack .../lvm2_2.02.98-6ubuntu2_amd64.deb ... 2015-11-24 18:57:07.788 | Unpacking lvm2 (2.02.98-6ubuntu2) ... 2015-11-24 18:57:07.862 | Selecting previously unselected package open-iscsi. 2015-11-24 18:57:07.864 | Preparing to unpack .../open-iscsi_2.0.873-3ubuntu9_amd64.deb ... 2015-11-24 18:57:07.865 | Unpacking open-iscsi (2.0.873-3ubuntu9) ... 2015-11-24 18:57:07.925 | Selecting previously unselected package pkg-config. 2015-11-24 18:57:07.928 | Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... 2015-11-24 18:57:07.929 | Unpacking pkg-config (0.26-1ubuntu4) ... 2015-11-24 18:57:07.949 | Selecting previously unselected package pm-utils. 2015-11-24 18:57:07.952 | Preparing to unpack .../pm-utils_1.4.1-13ubuntu0.1_all.deb ... 2015-11-24 18:57:07.953 | Unpacking pm-utils (1.4.1-13ubuntu0.1) ... 2015-11-24 18:57:07.986 | Selecting previously unselected package python2.7-dev. 2015-11-24 18:57:07.987 | Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.2_amd64.deb ... 2015-11-24 18:57:07.989 | Unpacking python2.7-dev (2.7.6-8ubuntu0.2) ... 2015-11-24 18:57:08.014 | Selecting previously unselected package python-dev. 2015-11-24 18:57:08.016 | Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... 2015-11-24 18:57:08.018 | Unpacking python-dev (2.7.5-5ubuntu3) ... 2015-11-24 18:57:08.033 | Selecting previously unselected package python-mysql.connector. 2015-11-24 18:57:08.038 | Preparing to unpack .../python-mysql.connector_1.1.6-1_all.deb ... 2015-11-24 18:57:08.040 | Unpacking python-mysql.connector (1.1.6-1) ... 2015-11-24 18:57:08.069 | Selecting previously unselected package python-mysqldb. 2015-11-24 18:57:08.073 | Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... 2015-11-24 18:57:08.075 | Unpacking python-mysqldb (1.2.3-2ubuntu1) ... 2015-11-24 18:57:08.098 | Selecting previously unselected package qemu-utils. 2015-11-24 18:57:08.102 | Preparing to unpack .../qemu-utils_2.0.0+dfsg-2ubuntu1.19_amd64.deb ... 2015-11-24 18:57:08.104 | Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.19) ... 2015-11-24 18:57:08.178 | Selecting previously unselected package sg3-utils. 2015-11-24 18:57:08.180 | Preparing to unpack .../sg3-utils_1.36-1ubuntu1_amd64.deb ... 2015-11-24 18:57:08.181 | Unpacking sg3-utils (1.36-1ubuntu1) ... 2015-11-24 18:57:08.274 | Selecting previously unselected package sharutils. 2015-11-24 18:57:08.275 | Preparing to unpack .../sharutils_1%3a4.14-1ubuntu1_amd64.deb ... 2015-11-24 18:57:08.277 | Unpacking sharutils (1:4.14-1ubuntu1) ... 2015-11-24 18:57:08.310 | Selecting previously unselected package sqlite3. 2015-11-24 18:57:08.313 | Preparing to unpack .../sqlite3_3.8.2-1ubuntu2.1_amd64.deb ... 2015-11-24 18:57:08.319 | Unpacking sqlite3 (3.8.2-1ubuntu2.1) ... 2015-11-24 18:57:08.337 | Selecting previously unselected package unzip. 2015-11-24 18:57:08.341 | Preparing to unpack .../unzip_6.0-9ubuntu1.5_amd64.deb ... 2015-11-24 18:57:08.342 | Unpacking unzip (6.0-9ubuntu1.5) ... 2015-11-24 18:57:08.377 | Selecting previously unselected package vbetool. 2015-11-24 18:57:08.382 | Preparing to unpack .../vbetool_1.1-3_amd64.deb ... 2015-11-24 18:57:08.383 | Unpacking vbetool (1.1-3) ... 2015-11-24 18:57:08.401 | Selecting previously unselected package kpartx. 2015-11-24 18:57:08.405 | Preparing to unpack .../kpartx_0.4.9-3ubuntu7.4_amd64.deb ... 2015-11-24 18:57:08.407 | Unpacking kpartx (0.4.9-3ubuntu7.4) ... 2015-11-24 18:57:08.425 | Selecting previously unselected package libffi-dev:amd64. 2015-11-24 18:57:08.429 | Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ... 2015-11-24 18:57:08.431 | Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ... 2015-11-24 18:57:08.461 | Selecting previously unselected package libkrb5-dev. 2015-11-24 18:57:08.463 | Preparing to unpack .../libkrb5-dev_1.12+dfsg-2ubuntu5.2_amd64.deb ... 2015-11-24 18:57:08.465 | Unpacking libkrb5-dev (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:08.485 | Selecting previously unselected package libldap2-dev:amd64. 2015-11-24 18:57:08.488 | Preparing to unpack .../libldap2-dev_2.4.31-1+nmu2ubuntu8.2_amd64.deb ... 2015-11-24 18:57:08.490 | Unpacking libldap2-dev:amd64 (2.4.31-1+nmu2ubuntu8.2) ... 2015-11-24 18:57:08.562 | Selecting previously unselected package libyaml-dev:amd64. 2015-11-24 18:57:08.564 | Preparing to unpack .../libyaml-dev_0.1.4-3ubuntu3.1_amd64.deb ... 2015-11-24 18:57:08.567 | Unpacking libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-24 18:57:08.589 | Selecting previously unselected package socat. 2015-11-24 18:57:08.592 | Preparing to unpack .../socat_1.7.2.3-1_amd64.deb ... 2015-11-24 18:57:08.593 | Unpacking socat (1.7.2.3-1) ... 2015-11-24 18:57:08.645 | Selecting previously unselected package sysfsutils. 2015-11-24 18:57:08.648 | Preparing to unpack .../sysfsutils_2.1.0+repack-3ubuntu1_amd64.deb ... 2015-11-24 18:57:08.649 | Unpacking sysfsutils (2.1.0+repack-3ubuntu1) ... 2015-11-24 18:57:08.673 | Selecting previously unselected package vlan. 2015-11-24 18:57:08.677 | Preparing to unpack .../vlan_1.9-3ubuntu10_amd64.deb ... 2015-11-24 18:57:08.680 | Unpacking vlan (1.9-3ubuntu10) ... 2015-11-24 18:57:08.693 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-24 18:57:10.913 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-24 18:57:10.946 | ureadahead will be reprofiled on next reboot 2015-11-24 18:57:10.949 | Processing triggers for ufw (0.34~rc-0ubuntu2) ... 2015-11-24 18:57:11.043 | Processing triggers for install-info (5.2.0.dfsg.1-2) ... 2015-11-24 18:57:11.140 | Processing triggers for mime-support (3.54ubuntu1.1) ... 2015-11-24 18:57:11.189 | Setting up libexpat1:amd64 (2.1.0-4ubuntu1.1) ... 2015-11-24 18:57:11.197 | Setting up libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ... 2015-11-24 18:57:11.203 | Setting up libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ... 2015-11-24 18:57:11.211 | Setting up libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.217 | Setting up libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.223 | Setting up libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.229 | Setting up libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.235 | Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.2) ... 2015-11-24 18:57:11.242 | Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.5) ... 2015-11-24 18:57:11.248 | Setting up libaio1:amd64 (0.3.109-4) ... 2015-11-24 18:57:11.254 | Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-24 18:57:11.260 | Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... 2015-11-24 18:57:11.266 | Setting up fonts-dejavu-core (2.34-1ubuntu1) ... 2015-11-24 18:57:11.282 | Setting up fontconfig-config (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:11.336 | Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:11.342 | Setting up libpixman-1-0:amd64 (0.30.2-2ubuntu1) ... 2015-11-24 18:57:11.348 | Setting up libxcb-render0:amd64 (1.10-2ubuntu1) ... 2015-11-24 18:57:11.354 | Setting up libxcb-shm0:amd64 (1.10-2ubuntu1) ... 2015-11-24 18:57:11.360 | Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... 2015-11-24 18:57:11.367 | Setting up libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... 2015-11-24 18:57:11.373 | Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... 2015-11-24 18:57:11.379 | Setting up libdatrie1:amd64 (0.2.8-1) ... 2015-11-24 18:57:11.385 | Setting up libdevmapper-event1.02.1:amd64 (2:1.02.77-6ubuntu2) ... 2015-11-24 18:57:11.391 | Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... 2015-11-24 18:57:11.397 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2015-11-24 18:57:11.400 | Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... 2015-11-24 18:57:11.407 | Setting up libtiff5:amd64 (4.0.3-7ubuntu0.3) ... 2015-11-24 18:57:11.413 | Setting up libvpx1:amd64 (1.3.0-2) ... 2015-11-24 18:57:11.419 | Setting up libxpm4:amd64 (1:3.5.10-1) ... 2015-11-24 18:57:11.425 | Setting up libgd3:amd64 (2.1.0-3) ... 2015-11-24 18:57:11.431 | Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... 2015-11-24 18:57:11.437 | Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:11.443 | Setting up libgraphite2-3:amd64 (1.2.4-1ubuntu1) ... 2015-11-24 18:57:11.449 | Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.455 | Setting up libharfbuzz0b:amd64 (0.9.27-1ubuntu1) ... 2015-11-24 18:57:11.461 | Setting up x11-common (1:7.7+1ubuntu8.1) ... 2015-11-24 18:57:11.636 | * Setting up X socket directories... 2015-11-24 18:57:11.639 | ...done. 2015-11-24 18:57:11.681 | Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.688 | Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.694 | Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:11.700 | Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... 2015-11-24 18:57:11.706 | Setting up mysql-common (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:11.711 | Setting up libmysqlclient18:amd64 (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:11.717 | Setting up libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ... 2015-11-24 18:57:11.723 | Setting up libthai-data (0.1.20-3) ... 2015-11-24 18:57:11.726 | Setting up libthai0:amd64 (0.1.20-3) ... 2015-11-24 18:57:11.732 | Setting up fontconfig (2.11.0-0ubuntu4.1) ... 2015-11-24 18:57:13.893 | Regenerating fonts cache... done. 2015-11-24 18:57:13.897 | Setting up libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:13.904 | Setting up libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:13.911 | Setting up libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... 2015-11-24 18:57:13.918 | Setting up libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-24 18:57:13.925 | Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.1) ... 2015-11-24 18:57:13.929 | Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.2) ... 2015-11-24 18:57:13.932 | Setting up libsysfs2:amd64 (2.1.0+repack-3ubuntu1) ... 2015-11-24 18:57:13.939 | Setting up libx86-1:amd64 (1.1+ds1-10) ... 2015-11-24 18:57:13.946 | Setting up libxslt1.1:amd64 (1.1.28-2build1) ... 2015-11-24 18:57:13.953 | Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-24 18:57:13.959 | Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... 2015-11-24 18:57:13.966 | Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... 2015-11-24 18:57:13.973 | Setting up sudo (1.8.9p5-1ubuntu1.2) ... 2015-11-24 18:57:13.999 | Setting up openssh-client (1:6.6p1-2ubuntu2.3) ... 2015-11-24 18:57:14.014 | Setting up openssh-server (1:6.6p1-2ubuntu2.3) ... 2015-11-24 18:57:14.544 | ssh stop/waiting 2015-11-24 18:57:14.562 | ssh start/running, process 17266 2015-11-24 18:57:14.625 | Setting up parted (2.3-19ubuntu1.14.04.1) ... 2015-11-24 18:57:14.628 | Setting up bridge-utils (1.5-6ubuntu2) ... 2015-11-24 18:57:14.745 | Setting up conntrack (1:1.4.1-1ubuntu1) ... 2015-11-24 18:57:14.749 | Setting up libcryptsetup4 (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:14.755 | Setting up cryptsetup-bin (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:14.758 | Setting up cryptsetup (2:1.6.1-1ubuntu1) ... 2015-11-24 18:57:14.876 | update-initramfs: deferring update (trigger activated) 2015-11-24 18:57:14.945 | Setting up dnsmasq-base (2.68-1ubuntu0.1) ... 2015-11-24 18:57:15.024 | Setting up dnsmasq-utils (2.68-1ubuntu0.1) ... 2015-11-24 18:57:15.027 | Setting up dstat (0.7.2-3build1) ... 2015-11-24 18:57:15.136 | Setting up ebtables (2.0.10.4-3ubuntu1) ... 2015-11-24 18:57:15.168 | Setting up fonts-liberation (1.07.3-3) ... 2015-11-24 18:57:15.171 | Setting up fping (3.8-1) ... 2015-11-24 18:57:15.174 | Setting up genisoimage (9:1.1.11-2ubuntu3) ... 2015-11-24 18:57:15.176 | Setting up gettext (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:15.183 | Setting up libcdt5 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.189 | Setting up libcgraph6 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.195 | Setting up libpathplan4 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.202 | Setting up libgvc6 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.218 | Setting up libgvpr2 (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.224 | Setting up iputils-arping (3:20121221-4ubuntu1.1) ... 2015-11-24 18:57:15.232 | Setting up javascript-common (11) ... 2015-11-24 18:57:15.244 | Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... 2015-11-24 18:57:15.247 | Setting up krb5-multidev (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:15.250 | Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:15.252 | Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... 2015-11-24 18:57:15.256 | Setting up libjs-jquery (1.7.2+dfsg-2ubuntu1) ... 2015-11-24 18:57:15.259 | Setting up libjs-jquery-metadata (8-2) ... 2015-11-24 18:57:15.262 | Setting up libjs-jquery-tablesorter (8-2) ... 2015-11-24 18:57:15.265 | Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... 2015-11-24 18:57:15.269 | Setting up libmysqlclient-dev (5.5.46-0ubuntu0.14.04.2) ... 2015-11-24 18:57:15.272 | Setting up libpcre3-dev:amd64 (1:8.31-2ubuntu2.1) ... 2015-11-24 18:57:15.275 | Setting up libpq5 (9.3.10-0ubuntu0.14.04) ... 2015-11-24 18:57:15.281 | Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.15) ... 2015-11-24 18:57:15.284 | Setting up libpq-dev (9.3.10-0ubuntu0.14.04) ... 2015-11-24 18:57:15.287 | Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... 2015-11-24 18:57:15.290 | Setting up libsasl2-dev (2.1.25.dfsg1-17build1) ... 2015-11-24 18:57:15.293 | Setting up libsgutils2-2 (1.36-1ubuntu1) ... 2015-11-24 18:57:15.299 | Setting up libssl-doc (1.0.1f-1ubuntu2.15) ... 2015-11-24 18:57:15.302 | Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.5) ... 2015-11-24 18:57:15.305 | Setting up libxslt1-dev:amd64 (1.1.28-2build1) ... 2015-11-24 18:57:15.308 | Setting up watershed (7) ... 2015-11-24 18:57:15.313 | update-initramfs: deferring update (trigger activated) 2015-11-24 18:57:15.315 | Setting up lvm2 (2.02.98-6ubuntu2) ... 2015-11-24 18:57:15.329 | update-initramfs: deferring update (trigger activated) 2015-11-24 18:57:15.331 | Setting up open-iscsi (2.0.873-3ubuntu9) ... 2015-11-24 18:57:15.360 | Setting up pkg-config (0.26-1ubuntu4) ... 2015-11-24 18:57:15.363 | Setting up pm-utils (1.4.1-13ubuntu0.1) ... 2015-11-24 18:57:15.368 | Setting up python2.7-dev (2.7.6-8ubuntu0.2) ... 2015-11-24 18:57:15.371 | Setting up python-dev (2.7.5-5ubuntu3) ... 2015-11-24 18:57:15.374 | Setting up python-mysql.connector (1.1.6-1) ... 2015-11-24 18:57:15.479 | Setting up python-mysqldb (1.2.3-2ubuntu1) ... 2015-11-24 18:57:15.556 | Setting up sg3-utils (1.36-1ubuntu1) ... 2015-11-24 18:57:15.559 | Setting up sharutils (1:4.14-1ubuntu1) ... 2015-11-24 18:57:15.562 | Setting up sqlite3 (3.8.2-1ubuntu2.1) ... 2015-11-24 18:57:15.565 | Setting up unzip (6.0-9ubuntu1.5) ... 2015-11-24 18:57:15.576 | Setting up vbetool (1.1-3) ... 2015-11-24 18:57:15.579 | Setting up kpartx (0.4.9-3ubuntu7.4) ... 2015-11-24 18:57:15.583 | Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ... 2015-11-24 18:57:15.585 | Setting up libkrb5-dev (1.12+dfsg-2ubuntu5.2) ... 2015-11-24 18:57:15.588 | Setting up libldap2-dev:amd64 (2.4.31-1+nmu2ubuntu8.2) ... 2015-11-24 18:57:15.591 | Setting up libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ... 2015-11-24 18:57:15.594 | Setting up socat (1.7.2.3-1) ... 2015-11-24 18:57:15.597 | Setting up sysfsutils (2.1.0+repack-3ubuntu1) ... 2015-11-24 18:57:15.623 | * Setting sysfs variables... 2015-11-24 18:57:15.624 | ...done. 2015-11-24 18:57:15.626 | Setting up vlan (1.9-3ubuntu10) ... 2015-11-24 18:57:15.633 | Processing triggers for ureadahead (0.100.0-16) ... 2015-11-24 18:57:15.640 | Setting up libice6:amd64 (2:1.0.8-2) ... 2015-11-24 18:57:15.646 | Setting up libsm6:amd64 (2:1.2.1-2) ... 2015-11-24 18:57:15.652 | Setting up libxt6:amd64 (1:1.1.4-1) ... 2015-11-24 18:57:15.659 | Setting up libxmu6:amd64 (2:1.1.1-1) ... 2015-11-24 18:57:15.674 | Setting up libxaw7:amd64 (2:1.0.12-1) ... 2015-11-24 18:57:15.680 | Setting up graphviz (2.36.0-0ubuntu3.1) ... 2015-11-24 18:57:15.685 | Setting up libnss3-nssdb (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-24 18:57:15.688 | Setting up libnss3:amd64 (2:3.19.2.1-0ubuntu0.14.04.1) ... 2015-11-24 18:57:15.694 | Setting up librados2 (0.80.10-0ubuntu1.14.04.3) ... 2015-11-24 18:57:15.700 | Setting up librbd1 (0.80.10-0ubuntu1.14.04.3) ... 2015-11-24 18:57:15.706 | Setting up qemu-utils (2.0.0+dfsg-2ubuntu1.19) ... 2015-11-24 18:57:15.709 | Processing triggers for libc-bin (2.19-0ubuntu6.6) ... 2015-11-24 18:57:15.719 | Processing triggers for initramfs-tools (0.103ubuntu4.2) ... 2015-11-24 18:57:15.725 | update-initramfs: Generating /boot/initrd.img-3.13.0-32-generic 2015-11-24 18:57:24.159 | ++ real_install_package bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:57:24.159 | ++ is_ubuntu 2015-11-24 18:57:24.159 | ++ [[ -z deb ]] 2015-11-24 18:57:24.159 | ++ '[' deb = deb ']' 2015-11-24 18:57:24.159 | ++ apt_get install bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:57:24.163 | ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install bridge-utils screen unzip wget psmisc gcc g++ git graphviz lsof openssh-server openssl iputils-ping wget curl tcpdump tar python-dev python2.7 python-gdbm bc libyaml-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev gettext pkg-config sqlite3 python-mysqldb python-mysql.connector libldap2-dev libsasl2-dev libkrb5-dev fping dnsmasq-base dnsmasq-utils conntrack kpartx parted iputils-arping libmysqlclient-dev python-mysqldb python-mysql.connector libxml2-dev libxslt1-dev gawk iptables ebtables sqlite3 sudo pm-utils libjs-jquery-tablesorter vlan curl genisoimage socat libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev qemu-utils open-iscsi genisoimage sysfsutils sg3-utils cryptsetup lvm2 qemu-utils libpq-dev open-iscsi libpcre3-dev libxml2-dev libxslt1-dev dstat 2015-11-24 18:57:24.174 | Reading package lists... 2015-11-24 18:57:24.405 | Building dependency tree... 2015-11-24 18:57:24.405 | Reading state information... 2015-11-24 18:57:24.577 | bc is already the newest version. 2015-11-24 18:57:24.577 | bridge-utils is already the newest version. 2015-11-24 18:57:24.577 | cryptsetup is already the newest version. 2015-11-24 18:57:24.577 | ebtables is already the newest version. 2015-11-24 18:57:24.577 | g++ is already the newest version. 2015-11-24 18:57:24.577 | gawk is already the newest version. 2015-11-24 18:57:24.577 | gcc is already the newest version. 2015-11-24 18:57:24.577 | genisoimage is already the newest version. 2015-11-24 18:57:24.577 | iptables is already the newest version. 2015-11-24 18:57:24.577 | libjs-jquery-tablesorter is already the newest version. 2015-11-24 18:57:24.577 | libsasl2-dev is already the newest version. 2015-11-24 18:57:24.577 | libxslt1-dev is already the newest version. 2015-11-24 18:57:24.577 | lsof is already the newest version. 2015-11-24 18:57:24.577 | lvm2 is already the newest version. 2015-11-24 18:57:24.577 | open-iscsi is already the newest version. 2015-11-24 18:57:24.577 | pkg-config is already the newest version. 2015-11-24 18:57:24.577 | psmisc is already the newest version. 2015-11-24 18:57:24.577 | python-dev is already the newest version. 2015-11-24 18:57:24.577 | python-gdbm is already the newest version. 2015-11-24 18:57:24.577 | python-mysqldb is already the newest version. 2015-11-24 18:57:24.577 | screen is already the newest version. 2015-11-24 18:57:24.577 | sg3-utils is already the newest version. 2015-11-24 18:57:24.577 | tar is already the newest version. 2015-11-24 18:57:24.577 | vlan is already the newest version. 2015-11-24 18:57:24.577 | zlib1g-dev is already the newest version. 2015-11-24 18:57:24.577 | conntrack is already the newest version. 2015-11-24 18:57:24.577 | dstat is already the newest version. 2015-11-24 18:57:24.577 | fping is already the newest version. 2015-11-24 18:57:24.578 | python-mysql.connector is already the newest version. 2015-11-24 18:57:24.578 | socat is already the newest version. 2015-11-24 18:57:24.578 | sysfsutils is already the newest version. 2015-11-24 18:57:24.578 | curl is already the newest version. 2015-11-24 18:57:24.578 | dnsmasq-base is already the newest version. 2015-11-24 18:57:24.578 | dnsmasq-utils is already the newest version. 2015-11-24 18:57:24.578 | gettext is already the newest version. 2015-11-24 18:57:24.578 | git is already the newest version. 2015-11-24 18:57:24.578 | graphviz is already the newest version. 2015-11-24 18:57:24.578 | iputils-arping is already the newest version. 2015-11-24 18:57:24.578 | iputils-ping is already the newest version. 2015-11-24 18:57:24.578 | kpartx is already the newest version. 2015-11-24 18:57:24.578 | libffi-dev is already the newest version. 2015-11-24 18:57:24.578 | libkrb5-dev is already the newest version. 2015-11-24 18:57:24.578 | libldap2-dev is already the newest version. 2015-11-24 18:57:24.578 | libmysqlclient-dev is already the newest version. 2015-11-24 18:57:24.578 | libpcre3-dev is already the newest version. 2015-11-24 18:57:24.578 | libpq-dev is already the newest version. 2015-11-24 18:57:24.578 | libssl-dev is already the newest version. 2015-11-24 18:57:24.578 | libxml2-dev is already the newest version. 2015-11-24 18:57:24.578 | libyaml-dev is already the newest version. 2015-11-24 18:57:24.578 | openssh-server is already the newest version. 2015-11-24 18:57:24.578 | openssl is already the newest version. 2015-11-24 18:57:24.578 | parted is already the newest version. 2015-11-24 18:57:24.578 | pm-utils is already the newest version. 2015-11-24 18:57:24.578 | python2.7 is already the newest version. 2015-11-24 18:57:24.578 | qemu-utils is already the newest version. 2015-11-24 18:57:24.578 | sqlite3 is already the newest version. 2015-11-24 18:57:24.578 | sudo is already the newest version. 2015-11-24 18:57:24.578 | tcpdump is already the newest version. 2015-11-24 18:57:24.578 | unzip is already the newest version. 2015-11-24 18:57:24.578 | wget is already the newest version. 2015-11-24 18:57:24.578 | 0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded. 2015-11-24 18:57:24.579 | ++ [[ -n False ]] 2015-11-24 18:57:24.579 | ++ [[ False != \F\a\l\s\e ]] 2015-11-24 18:57:24.579 | ++ date +%s 2015-11-24 18:57:24.580 | ++ date 2015-11-24 18:57:24.581 | + [[ False != \T\r\u\e ]] 2015-11-24 18:57:24.581 | + PYPI_ALTERNATIVE_URL= 2015-11-24 18:57:24.581 | + /var/tmp/devstack/tools/install_pip.sh 2015-11-24 18:57:24.583 | +++ dirname /var/tmp/devstack/tools/install_pip.sh 2015-11-24 18:57:24.584 | ++ cd /var/tmp/devstack/tools 2015-11-24 18:57:24.584 | ++ pwd 2015-11-24 18:57:24.584 | + TOOLS_DIR=/var/tmp/devstack/tools 2015-11-24 18:57:24.584 | ++ cd /var/tmp/devstack/tools/.. 2015-11-24 18:57:24.584 | ++ pwd 2015-11-24 18:57:24.585 | + TOP_DIR=/var/tmp/devstack 2015-11-24 18:57:24.585 | + cd /var/tmp/devstack 2015-11-24 18:57:24.585 | + source /var/tmp/devstack/stackrc 2015-11-24 18:57:24.585 | ++ [[ -z '' ]] 2015-11-24 18:57:24.585 | ++ declare -r _DEVSTACK_STACKRC=1 2015-11-24 18:57:24.585 | ++ unset LANG 2015-11-24 18:57:24.585 | ++ unset LANGUAGE 2015-11-24 18:57:24.585 | ++ LC_ALL=C 2015-11-24 18:57:24.585 | ++ export LC_ALL 2015-11-24 18:57:24.585 | ++++ dirname /var/tmp/devstack/stackrc 2015-11-24 18:57:24.586 | +++ cd /var/tmp/devstack 2015-11-24 18:57:24.586 | +++ pwd 2015-11-24 18:57:24.587 | ++ RC_DIR=/var/tmp/devstack 2015-11-24 18:57:24.587 | ++ source /var/tmp/devstack/functions 2015-11-24 18:57:24.587 | +++ [[ -z '' ]] 2015-11-24 18:57:24.587 | +++++ dirname /var/tmp/devstack/functions 2015-11-24 18:57:24.588 | ++++ cd /var/tmp/devstack 2015-11-24 18:57:24.588 | ++++ pwd 2015-11-24 18:57:24.588 | +++ FUNC_DIR=/var/tmp/devstack 2015-11-24 18:57:24.588 | +++ source /var/tmp/devstack/functions-common 2015-11-24 18:57:24.597 | +++ source /var/tmp/devstack/inc/ini-config 2015-11-24 18:57:24.599 | +++ source /var/tmp/devstack/inc/python 2015-11-24 18:57:24.602 | +++ source /var/tmp/devstack/inc/rootwrap 2015-11-24 18:57:24.608 | ++ DEST=/opt/stack 2015-11-24 18:57:24.608 | ++ DATA_DIR=/opt/stack/data 2015-11-24 18:57:24.608 | ++ SERVICE_DIR=/opt/stack/status 2015-11-24 18:57:24.608 | ++ [[ 1014 -eq 0 ]] 2015-11-24 18:57:24.608 | +++ whoami 2015-11-24 18:57:24.609 | ++ STACK_USER=stack 2015-11-24 18:57:24.610 | ++ REGION_NAME=RegionOne 2015-11-24 18:57:24.610 | ++ isset ENABLED_SERVICES 2015-11-24 18:57:24.610 | ++ [[ -v ENABLED_SERVICES ]] 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES=key 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES+=,g-api,g-reg 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES+=,c-sch,c-api,c-vol 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES+=,horizon 2015-11-24 18:57:24.610 | ++ ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat 2015-11-24 18:57:24.610 | ++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True 2015-11-24 18:57:24.610 | ++ NOVA_ENABLED_APIS=ec2,osapi_compute,metadata 2015-11-24 18:57:24.610 | ++ HORIZON_APACHE_ROOT=/dashboard 2015-11-24 18:57:24.610 | ++ USE_SCREEN=True 2015-11-24 18:57:24.610 | ++ [[ -f /var/tmp/devstack/localrc ]] 2015-11-24 18:57:24.610 | ++ [[ -f /var/tmp/devstack/.localrc.auto ]] 2015-11-24 18:57:24.610 | ++ source /var/tmp/devstack/.localrc.auto 2015-11-24 18:57:24.610 | +++ DEST=/opt/stack 2015-11-24 18:57:24.610 | +++ LOGDIR=/opt/stack/logs 2015-11-24 18:57:24.610 | +++ LOGFILE=/opt/stack/logs/stack.sh.log 2015-11-24 18:57:24.610 | +++ SERVICE_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:57:24.610 | +++ IMAGE_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:57:24.610 | +++ IDENTITY_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:57:24.610 | +++ ADMIN_PASSWORD=UbEYy68XF2Uk6eKaLX 2015-11-24 18:57:24.610 | +++ MYSQL_PASSWORD=vuezSj6dEz8k953feN 2015-11-24 18:57:24.610 | +++ RABBIT_PASSWORD=q87tent7KUUS5zE7SX 2015-11-24 18:57:24.610 | +++ SERVICE_PASSWORD=2tHRvcPv9uV5HDDtfk 2015-11-24 18:57:24.611 | +++ SERVICE_TOKEN=frXLrf2m4BuHqsGL7x 2015-11-24 18:57:24.611 | +++ DATABASE_QUERY_LOGGING=False 2015-11-24 18:57:24.611 | +++ ENABLED_SERVICES+=,g-api,g-reg 2015-11-24 18:57:24.611 | ++ IDENTITY_API_VERSION=2.0 2015-11-24 18:57:24.611 | +++ trueorfalse True ENABLE_IDENTITY_V2 2015-11-24 18:57:24.613 | ++ ENABLE_IDENTITY_V2=True 2015-11-24 18:57:24.613 | ++ '[' True == False ']' 2015-11-24 18:57:24.613 | +++ trueorfalse False USE_VENV 2015-11-24 18:57:24.615 | ++ USE_VENV=False 2015-11-24 18:57:24.615 | ++ ADDITIONAL_VENV_PACKAGES= 2015-11-24 18:57:24.615 | +++ trueorfalse False DATABASE_QUERY_LOGGING 2015-11-24 18:57:24.617 | ++ DATABASE_QUERY_LOGGING=False 2015-11-24 18:57:24.617 | ++ GIT_TIMEOUT=0 2015-11-24 18:57:24.618 | ++ GIT_BASE=git://git.openstack.org 2015-11-24 18:57:24.618 | ++ REQUIREMENTS_DIR=/opt/stack/requirements 2015-11-24 18:57:24.618 | ++ CINDER_REPO=git://git.openstack.org/openstack/cinder.git 2015-11-24 18:57:24.618 | ++ CINDER_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ GLANCE_REPO=git://git.openstack.org/openstack/glance.git 2015-11-24 18:57:24.618 | ++ GLANCE_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ HEAT_REPO=git://git.openstack.org/openstack/heat.git 2015-11-24 18:57:24.618 | ++ HEAT_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ HORIZON_REPO=git://git.openstack.org/openstack/horizon.git 2015-11-24 18:57:24.618 | ++ HORIZON_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ IRONIC_REPO=git://git.openstack.org/openstack/ironic.git 2015-11-24 18:57:24.618 | ++ IRONIC_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ KEYSTONE_REPO=git://git.openstack.org/openstack/keystone.git 2015-11-24 18:57:24.618 | ++ KEYSTONE_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ NEUTRON_REPO=git://git.openstack.org/openstack/neutron.git 2015-11-24 18:57:24.618 | ++ NEUTRON_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ NEUTRON_FWAAS_REPO=git://git.openstack.org/openstack/neutron-fwaas.git 2015-11-24 18:57:24.618 | ++ NEUTRON_FWAAS_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ NEUTRON_LBAAS_REPO=git://git.openstack.org/openstack/neutron-lbaas.git 2015-11-24 18:57:24.618 | ++ NEUTRON_LBAAS_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ NEUTRON_VPNAAS_REPO=git://git.openstack.org/openstack/neutron-vpnaas.git 2015-11-24 18:57:24.618 | ++ NEUTRON_VPNAAS_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ NOVA_REPO=git://git.openstack.org/openstack/nova.git 2015-11-24 18:57:24.618 | ++ NOVA_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ SWIFT_REPO=git://git.openstack.org/openstack/swift.git 2015-11-24 18:57:24.618 | ++ SWIFT_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ REQUIREMENTS_REPO=git://git.openstack.org/openstack/requirements.git 2015-11-24 18:57:24.618 | ++ REQUIREMENTS_BRANCH=stable/liberty 2015-11-24 18:57:24.618 | ++ TEMPEST_REPO=git://git.openstack.org/openstack/tempest.git 2015-11-24 18:57:24.618 | ++ TEMPEST_BRANCH=master 2015-11-24 18:57:24.618 | ++ GITREPO["tempest-lib"]=git://git.openstack.org/openstack/tempest-lib.git 2015-11-24 18:57:24.618 | ++ GITBRANCH["tempest-lib"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-cinderclient"]=git://git.openstack.org/openstack/python-cinderclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-cinderclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-glanceclient"]=git://git.openstack.org/openstack/python-glanceclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-glanceclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-heatclient"]=git://git.openstack.org/openstack/python-heatclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-heatclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-ironicclient"]=git://git.openstack.org/openstack/python-ironicclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-ironicclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["keystoneauth"]=git://git.openstack.org/openstack/keystoneauth.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["keystoneauth"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-keystoneclient"]=git://git.openstack.org/openstack/python-keystoneclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-keystoneclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-neutronclient"]=git://git.openstack.org/openstack/python-neutronclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-neutronclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-novaclient"]=git://git.openstack.org/openstack/python-novaclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-novaclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-swiftclient"]=git://git.openstack.org/openstack/python-swiftclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-swiftclient"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["python-openstackclient"]=git://git.openstack.org/openstack/python-openstackclient.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["python-openstackclient"]=master 2015-11-24 18:57:24.620 | ++ GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient 2015-11-24 18:57:24.620 | ++ GITREPO["cliff"]=git://git.openstack.org/openstack/cliff.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["cliff"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["futurist"]=git://git.openstack.org/openstack/futurist.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["futurist"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["debtcollector"]=git://git.openstack.org/openstack/debtcollector.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["debtcollector"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["automaton"]=git://git.openstack.org/openstack/automaton.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["automaton"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.cache"]=git://git.openstack.org/openstack/oslo.cache.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.cache"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.concurrency"]=git://git.openstack.org/openstack/oslo.concurrency.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.concurrency"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.config"]=git://git.openstack.org/openstack/oslo.config.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.config"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.context"]=git://git.openstack.org/openstack/oslo.context.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.context"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.db"]=git://git.openstack.org/openstack/oslo.db.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.db"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.i18n"]=git://git.openstack.org/openstack/oslo.i18n.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.i18n"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.log"]=git://git.openstack.org/openstack/oslo.log.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.log"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.messaging"]=git://git.openstack.org/openstack/oslo.messaging.git 2015-11-24 18:57:24.620 | ++ GITBRANCH["oslo.messaging"]=master 2015-11-24 18:57:24.620 | ++ GITREPO["oslo.middleware"]=git://git.openstack.org/openstack/oslo.middleware.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.middleware"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.policy"]=git://git.openstack.org/openstack/oslo.policy.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.policy"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.reports"]=git://git.openstack.org/openstack/oslo.reports.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.reports"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.rootwrap"]=git://git.openstack.org/openstack/oslo.rootwrap.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.rootwrap"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.serialization"]=git://git.openstack.org/openstack/oslo.serialization.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.serialization"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.service"]=git://git.openstack.org/openstack/oslo.service.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.service"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.utils"]=git://git.openstack.org/openstack/oslo.utils.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.utils"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.versionedobjects"]=git://git.openstack.org/openstack/oslo.versionedobjects.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.versionedobjects"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["oslo.vmware"]=git://git.openstack.org/openstack/oslo.vmware.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["oslo.vmware"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["pycadf"]=git://git.openstack.org/openstack/pycadf.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["pycadf"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["stevedore"]=git://git.openstack.org/openstack/stevedore.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["stevedore"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["taskflow"]=git://git.openstack.org/openstack/taskflow.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["taskflow"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["tooz"]=git://git.openstack.org/openstack/tooz.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["tooz"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["pbr"]=git://git.openstack.org/openstack-dev/pbr.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["pbr"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["glance_store"]=git://git.openstack.org/openstack/glance_store.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["glance_store"]=master 2015-11-24 18:57:24.621 | ++ HEAT_CFNTOOLS_REPO=git://git.openstack.org/openstack/heat-cfntools.git 2015-11-24 18:57:24.621 | ++ HEAT_CFNTOOLS_BRANCH=master 2015-11-24 18:57:24.621 | ++ HEAT_TEMPLATES_REPO=git://git.openstack.org/openstack/heat-templates.git 2015-11-24 18:57:24.621 | ++ HEAT_TEMPLATES_BRANCH=master 2015-11-24 18:57:24.621 | ++ GITREPO["django_openstack_auth"]=git://git.openstack.org/openstack/django_openstack_auth.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["django_openstack_auth"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["keystonemiddleware"]=git://git.openstack.org/openstack/keystonemiddleware.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["keystonemiddleware"]=master 2015-11-24 18:57:24.621 | ++ SWIFT3_REPO=git://git.openstack.org/openstack/swift3.git 2015-11-24 18:57:24.621 | ++ SWIFT3_BRANCH=master 2015-11-24 18:57:24.621 | ++ GITREPO["ceilometermiddleware"]=git://git.openstack.org/openstack/ceilometermiddleware.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["ceilometermiddleware"]=master 2015-11-24 18:57:24.621 | ++ GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware 2015-11-24 18:57:24.621 | ++ GITREPO["os-brick"]=git://git.openstack.org/openstack/os-brick.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["os-brick"]=master 2015-11-24 18:57:24.621 | ++ GITREPO["ironic-lib"]=git://git.openstack.org/openstack/ironic-lib.git 2015-11-24 18:57:24.621 | ++ GITBRANCH["ironic-lib"]=master 2015-11-24 18:57:24.621 | ++ DIB_UTILS_REPO=git://git.openstack.org/openstack/dib-utils.git 2015-11-24 18:57:24.621 | ++ DIB_UTILS_BRANCH=master 2015-11-24 18:57:24.621 | ++ OAC_REPO=git://git.openstack.org/openstack/os-apply-config.git 2015-11-24 18:57:24.621 | ++ OAC_BRANCH=master 2015-11-24 18:57:24.621 | ++ OCC_REPO=git://git.openstack.org/openstack/os-collect-config.git 2015-11-24 18:57:24.621 | ++ OCC_BRANCH=master 2015-11-24 18:57:24.621 | ++ ORC_REPO=git://git.openstack.org/openstack/os-refresh-config.git 2015-11-24 18:57:24.621 | ++ ORC_BRANCH=master 2015-11-24 18:57:24.621 | ++ IRONIC_PYTHON_AGENT_REPO=git://git.openstack.org/openstack/ironic-python-agent.git 2015-11-24 18:57:24.621 | ++ IRONIC_PYTHON_AGENT_BRANCH=master 2015-11-24 18:57:24.621 | ++ NOVNC_REPO=https://github.com/kanaka/noVNC.git 2015-11-24 18:57:24.621 | ++ NOVNC_BRANCH=master 2015-11-24 18:57:24.621 | ++ SPICE_REPO=http://anongit.freedesktop.org/git/spice/spice-html5.git 2015-11-24 18:57:24.621 | ++ SPICE_BRANCH=master 2015-11-24 18:57:24.621 | ++ DEFAULT_VIRT_DRIVER=libvirt 2015-11-24 18:57:24.621 | ++ is_package_installed xenserver-core 2015-11-24 18:57:24.621 | ++ [[ -z xenserver-core ]] 2015-11-24 18:57:24.621 | ++ [[ -z '' ]] 2015-11-24 18:57:24.622 | ++ GetOSVersion 2015-11-24 18:57:24.622 | +++ which sw_vers 2015-11-24 18:57:24.623 | ++ [[ -x '' ]] 2015-11-24 18:57:24.623 | +++ which lsb_release 2015-11-24 18:57:24.624 | ++ [[ -x /usr/bin/lsb_release ]] 2015-11-24 18:57:24.624 | +++ lsb_release -i -s 2015-11-24 18:57:24.662 | ++ os_VENDOR=Ubuntu 2015-11-24 18:57:24.662 | +++ lsb_release -r -s 2015-11-24 18:57:24.699 | ++ os_RELEASE=14.04 2015-11-24 18:57:24.699 | ++ os_UPDATE= 2015-11-24 18:57:24.699 | ++ os_PACKAGE=rpm 2015-11-24 18:57:24.699 | ++ [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2015-11-24 18:57:24.699 | ++ os_PACKAGE=deb 2015-11-24 18:57:24.699 | +++ lsb_release -c -s 2015-11-24 18:57:24.736 | ++ os_CODENAME=trusty 2015-11-24 18:57:24.736 | ++ export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2015-11-24 18:57:24.736 | ++ [[ deb = \d\e\b ]] 2015-11-24 18:57:24.736 | ++ dpkg -s xenserver-core 2015-11-24 18:57:24.746 | ++ VIRT_DRIVER=libvirt 2015-11-24 18:57:24.746 | ++ case "$VIRT_DRIVER" in 2015-11-24 18:57:24.746 | ++ LIBVIRT_TYPE=kvm 2015-11-24 18:57:24.746 | ++ [[ Ubuntu =~ (Debian) ]] 2015-11-24 18:57:24.746 | ++ LIBVIRT_GROUP=libvirtd 2015-11-24 18:57:24.747 | ++ CIRROS_VERSION=0.3.4 2015-11-24 18:57:24.747 | ++ CIRROS_ARCH=x86_64 2015-11-24 18:57:24.747 | +++ trueorfalse True DOWNLOAD_DEFAULT_IMAGES 2015-11-24 18:57:24.749 | ++ DOWNLOAD_DEFAULT_IMAGES=True 2015-11-24 18:57:24.749 | ++ [[ True == \T\r\u\e ]] 2015-11-24 18:57:24.749 | ++ [[ -n '' ]] 2015-11-24 18:57:24.749 | ++ case "$VIRT_DRIVER" in 2015-11-24 18:57:24.749 | ++ case "$LIBVIRT_TYPE" in 2015-11-24 18:57:24.749 | ++ DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-uec 2015-11-24 18:57:24.749 | ++ IMAGE_URLS+=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-24 18:57:24.749 | ++ DOWNLOAD_DEFAULT_IMAGES=False 2015-11-24 18:57:24.749 | +++ trueorfalse False PRECACHE_IMAGES 2015-11-24 18:57:24.751 | ++ PRECACHE_IMAGES=False 2015-11-24 18:57:24.751 | ++ [[ False == \T\r\u\e ]] 2015-11-24 18:57:24.751 | ++ for image_url in '${IMAGE_URLS//,/ }' 2015-11-24 18:57:24.752 | +++ wc -l 2015-11-24 18:57:24.753 | +++ grep -o -F http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-24 18:57:24.753 | +++ echo http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2015-11-24 18:57:24.754 | ++ '[' 1 -gt 1 ']' 2015-11-24 18:57:24.754 | ++ VOLUME_BACKING_FILE_SIZE=10250M 2015-11-24 18:57:24.754 | ++ VOLUME_NAME_PREFIX=volume- 2015-11-24 18:57:24.754 | ++ INSTANCE_NAME_PREFIX=instance- 2015-11-24 18:57:24.754 | ++ S3_SERVICE_PORT=3333 2015-11-24 18:57:24.754 | ++ PRIVATE_NETWORK_NAME=private 2015-11-24 18:57:24.754 | ++ PUBLIC_NETWORK_NAME=public 2015-11-24 18:57:24.754 | ++ USE_SCREEN=True 2015-11-24 18:57:24.754 | ++ SCREEN_NAME=stack 2015-11-24 18:57:24.754 | ++ SERVICE_PROTOCOL=http 2015-11-24 18:57:24.754 | +++ nproc 2015-11-24 18:57:24.755 | +++ nproc 2015-11-24 18:57:24.756 | ++ API_WORKERS=2 2015-11-24 18:57:24.756 | ++ SERVICE_TIMEOUT=60 2015-11-24 18:57:24.756 | ++ YUM=yum 2015-11-24 18:57:24.756 | +++ trueorfalse False OFFLINE 2015-11-24 18:57:24.758 | ++ OFFLINE=False 2015-11-24 18:57:24.759 | +++ trueorfalse False ERROR_ON_CLONE 2015-11-24 18:57:24.760 | ++ ERROR_ON_CLONE=False 2015-11-24 18:57:24.761 | +++ trueorfalse True ENABLE_DEBUG_LOG_LEVEL 2015-11-24 18:57:24.763 | ++ ENABLE_DEBUG_LOG_LEVEL=True 2015-11-24 18:57:24.763 | ++ FLOATING_RANGE=172.24.4.0/24 2015-11-24 18:57:24.763 | ++ FIXED_RANGE=10.0.0.0/24 2015-11-24 18:57:24.763 | ++ FIXED_NETWORK_SIZE=256 2015-11-24 18:57:24.763 | ++ HOST_IP_IFACE= 2015-11-24 18:57:24.763 | ++ HOST_IP= 2015-11-24 18:57:24.763 | ++ HOST_IPV6= 2015-11-24 18:57:24.763 | +++ get_default_host_ip 10.0.0.0/24 172.24.4.0/24 '' '' inet 2015-11-24 18:57:24.763 | +++ local fixed_range=10.0.0.0/24 2015-11-24 18:57:24.763 | +++ local floating_range=172.24.4.0/24 2015-11-24 18:57:24.763 | +++ local host_ip_iface= 2015-11-24 18:57:24.763 | +++ local host_ip= 2015-11-24 18:57:24.763 | +++ local af=inet 2015-11-24 18:57:24.763 | +++ '[' -z '' -o '' == dhcp ']' 2015-11-24 18:57:24.764 | +++ host_ip= 2015-11-24 18:57:24.764 | ++++ head -1 2015-11-24 18:57:24.765 | ++++ awk '/default/ {print $5}' 2015-11-24 18:57:24.766 | ++++ ip -f inet route 2015-11-24 18:57:24.767 | +++ host_ip_iface=eth0 2015-11-24 18:57:24.768 | ++++ awk '/inet/ {split($2,parts,"/"); print parts[1]}' 2015-11-24 18:57:24.769 | ++++ sed /temporary/d 2015-11-24 18:57:24.769 | ++++ LC_ALL=C 2015-11-24 18:57:24.769 | ++++ ip -f inet addr show eth0 2015-11-24 18:57:24.771 | +++ local host_ips=10.7.0.168 2015-11-24 18:57:24.771 | +++ local ip 2015-11-24 18:57:24.771 | +++ for ip in '$host_ips' 2015-11-24 18:57:24.771 | +++ [[ inet == \i\n\e\t\6 ]] 2015-11-24 18:57:24.771 | +++ address_in_net 10.7.0.168 10.0.0.0/24 2015-11-24 18:57:24.771 | +++ local ip=10.7.0.168 2015-11-24 18:57:24.771 | +++ local range=10.0.0.0/24 2015-11-24 18:57:24.771 | +++ local masklen=24 2015-11-24 18:57:24.772 | +++++ cidr2netmask 24 2015-11-24 18:57:24.772 | +++++ local 'maskpat=255 255 255 255' 2015-11-24 18:57:24.772 | +++++ local 'maskdgt=254 252 248 240 224 192 128' 2015-11-24 18:57:24.772 | +++++ set -- 255 255 255 2015-11-24 18:57:24.772 | +++++ echo 255.255.255.0 2015-11-24 18:57:24.772 | ++++ maskip 10.0.0.0 255.255.255.0 2015-11-24 18:57:24.772 | ++++ local ip=10.0.0.0 2015-11-24 18:57:24.772 | ++++ local mask=255.255.255.0 2015-11-24 18:57:24.772 | ++++ local l=10.0.0 2015-11-24 18:57:24.772 | ++++ local r=0.0.0 2015-11-24 18:57:24.772 | ++++ local n=255.255.255 2015-11-24 18:57:24.772 | ++++ local m=255.255.0 2015-11-24 18:57:24.772 | ++++ local subnet=10.0.0.0 2015-11-24 18:57:24.773 | ++++ echo 10.0.0.0 2015-11-24 18:57:24.773 | +++ local network=10.0.0.0 2015-11-24 18:57:24.773 | +++++ cidr2netmask 24 2015-11-24 18:57:24.773 | +++++ local 'maskpat=255 255 255 255' 2015-11-24 18:57:24.773 | +++++ local 'maskdgt=254 252 248 240 224 192 128' 2015-11-24 18:57:24.773 | +++++ set -- 255 255 255 2015-11-24 18:57:24.773 | +++++ echo 255.255.255.0 2015-11-24 18:57:24.774 | ++++ maskip 10.7.0.168 255.255.255.0 2015-11-24 18:57:24.774 | ++++ local ip=10.7.0.168 2015-11-24 18:57:24.774 | ++++ local mask=255.255.255.0 2015-11-24 18:57:24.774 | ++++ local l=10.7.0 2015-11-24 18:57:24.774 | ++++ local r=7.0.168 2015-11-24 18:57:24.774 | ++++ local n=255.255.255 2015-11-24 18:57:24.774 | ++++ local m=255.255.0 2015-11-24 18:57:24.774 | ++++ local subnet=10.7.0.0 2015-11-24 18:57:24.774 | ++++ echo 10.7.0.0 2015-11-24 18:57:24.774 | +++ local subnet=10.7.0.0 2015-11-24 18:57:24.774 | +++ [[ 10.0.0.0 == 10.7.0.0 ]] 2015-11-24 18:57:24.774 | +++ address_in_net 10.7.0.168 172.24.4.0/24 2015-11-24 18:57:24.774 | +++ local ip=10.7.0.168 2015-11-24 18:57:24.774 | +++ local range=172.24.4.0/24 2015-11-24 18:57:24.774 | +++ local masklen=24 2015-11-24 18:57:24.775 | +++++ cidr2netmask 24 2015-11-24 18:57:24.775 | +++++ local 'maskpat=255 255 255 255' 2015-11-24 18:57:24.775 | +++++ local 'maskdgt=254 252 248 240 224 192 128' 2015-11-24 18:57:24.775 | +++++ set -- 255 255 255 2015-11-24 18:57:24.775 | +++++ echo 255.255.255.0 2015-11-24 18:57:24.776 | ++++ maskip 172.24.4.0 255.255.255.0 2015-11-24 18:57:24.776 | ++++ local ip=172.24.4.0 2015-11-24 18:57:24.776 | ++++ local mask=255.255.255.0 2015-11-24 18:57:24.776 | ++++ local l=172.24.4 2015-11-24 18:57:24.776 | ++++ local r=24.4.0 2015-11-24 18:57:24.776 | ++++ local n=255.255.255 2015-11-24 18:57:24.776 | ++++ local m=255.255.0 2015-11-24 18:57:24.776 | ++++ local subnet=172.24.4.0 2015-11-24 18:57:24.776 | ++++ echo 172.24.4.0 2015-11-24 18:57:24.776 | +++ local network=172.24.4.0 2015-11-24 18:57:24.776 | +++++ cidr2netmask 24 2015-11-24 18:57:24.776 | +++++ local 'maskpat=255 255 255 255' 2015-11-24 18:57:24.776 | +++++ local 'maskdgt=254 252 248 240 224 192 128' 2015-11-24 18:57:24.777 | +++++ set -- 255 255 255 2015-11-24 18:57:24.777 | +++++ echo 255.255.255.0 2015-11-24 18:57:24.777 | ++++ maskip 10.7.0.168 255.255.255.0 2015-11-24 18:57:24.777 | ++++ local ip=10.7.0.168 2015-11-24 18:57:24.777 | ++++ local mask=255.255.255.0 2015-11-24 18:57:24.777 | ++++ local l=10.7.0 2015-11-24 18:57:24.777 | ++++ local r=7.0.168 2015-11-24 18:57:24.777 | ++++ local n=255.255.255 2015-11-24 18:57:24.777 | ++++ local m=255.255.0 2015-11-24 18:57:24.777 | ++++ local subnet=10.7.0.0 2015-11-24 18:57:24.777 | ++++ echo 10.7.0.0 2015-11-24 18:57:24.778 | +++ local subnet=10.7.0.0 2015-11-24 18:57:24.778 | +++ [[ 172.24.4.0 == 10.7.0.0 ]] 2015-11-24 18:57:24.778 | +++ host_ip=10.7.0.168 2015-11-24 18:57:24.778 | +++ break 2015-11-24 18:57:24.778 | +++ echo 10.7.0.168 2015-11-24 18:57:24.778 | ++ HOST_IP=10.7.0.168 2015-11-24 18:57:24.778 | ++ '[' 10.7.0.168 == '' ']' 2015-11-24 18:57:24.778 | +++ get_default_host_ip '' '' '' '' inet6 2015-11-24 18:57:24.778 | +++ local fixed_range= 2015-11-24 18:57:24.778 | +++ local floating_range= 2015-11-24 18:57:24.778 | +++ local host_ip_iface= 2015-11-24 18:57:24.778 | +++ local host_ip= 2015-11-24 18:57:24.778 | +++ local af=inet6 2015-11-24 18:57:24.779 | +++ '[' -z '' -o '' == dhcp ']' 2015-11-24 18:57:24.779 | +++ host_ip= 2015-11-24 18:57:24.779 | ++++ head -1 2015-11-24 18:57:24.780 | ++++ awk '/default/ {print $5}' 2015-11-24 18:57:24.781 | ++++ ip -f inet6 route 2015-11-24 18:57:24.782 | +++ host_ip_iface= 2015-11-24 18:57:24.782 | ++++ awk '/inet6/ {split($2,parts,"/"); print parts[1]}' 2015-11-24 18:57:24.783 | ++++ sed /temporary/d 2015-11-24 18:57:24.784 | ++++ LC_ALL=C 2015-11-24 18:57:24.784 | ++++ ip -f inet6 addr show 2015-11-24 18:57:24.785 | +++ local 'host_ips=::1 2015-11-24 18:57:24.785 | fe80::250:56ff:febc:3110' 2015-11-24 18:57:24.785 | +++ local ip 2015-11-24 18:57:24.785 | +++ for ip in '$host_ips' 2015-11-24 18:57:24.785 | +++ [[ inet6 == \i\n\e\t\6 ]] 2015-11-24 18:57:24.785 | +++ host_ip=::1 2015-11-24 18:57:24.785 | +++ break 2015-11-24 18:57:24.785 | +++ echo ::1 2015-11-24 18:57:24.785 | ++ HOST_IPV6=::1 2015-11-24 18:57:24.786 | ++ SERVICE_IP_VERSION=4 2015-11-24 18:57:24.786 | ++ [[ 4 != \4 ]] 2015-11-24 18:57:24.786 | ++ [[ 4 == 4 ]] 2015-11-24 18:57:24.786 | ++ DEF_SERVICE_HOST=10.7.0.168 2015-11-24 18:57:24.786 | ++ DEF_SERVICE_LOCAL_HOST=127.0.0.1 2015-11-24 18:57:24.786 | ++ DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0 2015-11-24 18:57:24.786 | ++ [[ 4 == 6 ]] 2015-11-24 18:57:24.786 | ++ SERVICE_LISTEN_ADDRESS=0.0.0.0 2015-11-24 18:57:24.786 | ++ SERVICE_HOST=cmeyers-ada7919e.eng.ansible.com 2015-11-24 18:57:24.786 | ++ SERVICE_LOCAL_HOST=127.0.0.1 2015-11-24 18:57:24.786 | ++ REGION_NAME=RegionOne 2015-11-24 18:57:24.786 | +++ trueorfalse False SYSLOG 2015-11-24 18:57:24.788 | ++ SYSLOG=False 2015-11-24 18:57:24.788 | ++ SYSLOG_HOST=10.7.0.168 2015-11-24 18:57:24.788 | ++ SYSLOG_PORT=516 2015-11-24 18:57:24.788 | +++ trueorfalse True LOG_COLOR 2015-11-24 18:57:24.790 | ++ LOG_COLOR=True 2015-11-24 18:57:24.790 | ++ GIT_DEPTH=0 2015-11-24 18:57:24.790 | +++ trueorfalse False USE_SSL 2015-11-24 18:57:24.792 | ++ USE_SSL=False 2015-11-24 18:57:24.792 | +++ trueorfalse False EBTABLES_RACE_FIX 2015-11-24 18:57:24.794 | ++ EBTABLES_RACE_FIX=False 2015-11-24 18:57:24.795 | ++ [[ -z /opt/stack/logs ]] 2015-11-24 18:57:24.795 | + FILES=/var/tmp/devstack/files 2015-11-24 18:57:24.795 | + PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2015-11-24 18:57:24.795 | ++ basename https://bootstrap.pypa.io/get-pip.py 2015-11-24 18:57:24.795 | + LOCAL_PIP=/var/tmp/devstack/files/get-pip.py 2015-11-24 18:57:24.795 | + GetDistro 2015-11-24 18:57:24.795 | + GetOSVersion 2015-11-24 18:57:24.796 | ++ which sw_vers 2015-11-24 18:57:24.797 | + [[ -x '' ]] 2015-11-24 18:57:24.797 | ++ which lsb_release 2015-11-24 18:57:24.798 | + [[ -x /usr/bin/lsb_release ]] 2015-11-24 18:57:24.798 | ++ lsb_release -i -s 2015-11-24 18:57:24.835 | + os_VENDOR=Ubuntu 2015-11-24 18:57:24.835 | ++ lsb_release -r -s 2015-11-24 18:57:24.872 | + os_RELEASE=14.04 2015-11-24 18:57:24.872 | + os_UPDATE= 2015-11-24 18:57:24.872 | + os_PACKAGE=rpm 2015-11-24 18:57:24.872 | + [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2015-11-24 18:57:24.872 | + os_PACKAGE=deb 2015-11-24 18:57:24.872 | ++ lsb_release -c -s 2015-11-24 18:57:24.909 | + os_CODENAME=trusty 2015-11-24 18:57:24.909 | + export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2015-11-24 18:57:24.909 | + [[ Ubuntu =~ (Ubuntu) ]] 2015-11-24 18:57:24.909 | + DISTRO=trusty 2015-11-24 18:57:24.909 | + export DISTRO 2015-11-24 18:57:24.909 | + echo 'Distro: trusty' 2015-11-24 18:57:24.909 | Distro: trusty 2015-11-24 18:57:24.909 | + get_versions 2015-11-24 18:57:24.909 | ++ which pip 2015-11-24 18:57:24.910 | + PIP=/usr/bin/pip 2015-11-24 18:57:24.910 | + [[ -n /usr/bin/pip ]] 2015-11-24 18:57:24.911 | ++ awk '{ print $2}' 2015-11-24 18:57:24.912 | ++ /usr/bin/pip --version 2015-11-24 18:57:25.191 | + PIP_VERSION=1.5.4 2015-11-24 18:57:25.191 | + echo 'pip: 1.5.4' 2015-11-24 18:57:25.191 | pip: 1.5.4 2015-11-24 18:57:25.191 | + uninstall_package python-pip 2015-11-24 18:57:25.191 | + is_ubuntu 2015-11-24 18:57:25.191 | + [[ -z deb ]] 2015-11-24 18:57:25.191 | + '[' deb = deb ']' 2015-11-24 18:57:25.191 | + apt_get purge python-pip 2015-11-24 18:57:25.194 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2015-11-24 18:57:25.205 | Reading package lists... 2015-11-24 18:57:25.433 | Building dependency tree... 2015-11-24 18:57:25.434 | Reading state information... 2015-11-24 18:57:25.580 | The following packages were automatically installed and are no longer required: 2015-11-24 18:57:25.580 | python-chardet-whl python-colorama python-colorama-whl python-distlib 2015-11-24 18:57:25.580 | python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl 2015-11-24 18:57:25.580 | python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl 2015-11-24 18:57:25.580 | python-wheel python3-pkg-resources 2015-11-24 18:57:25.580 | Use 'apt-get autoremove' to remove them. 2015-11-24 18:57:25.608 | The following packages will be REMOVED: 2015-11-24 18:57:25.608 | python-pip* 2015-11-24 18:57:25.753 | 0 upgraded, 0 newly installed, 1 to remove and 73 not upgraded. 2015-11-24 18:57:25.753 | After this operation, 477 kB disk space will be freed. 2015-11-24 18:57:25.790 | (Reading database ... 66207 files and directories currently installed.) 2015-11-24 18:57:25.793 | Removing python-pip (1.5.4-1ubuntu3) ... 2015-11-24 18:57:25.850 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 2015-11-24 18:57:26.377 | + install_get_pip 2015-11-24 18:57:26.377 | + [[ ! -r /var/tmp/devstack/files/get-pip.py ]] 2015-11-24 18:57:26.377 | + curl --retry 6 --retry-delay 5 -z /var/tmp/devstack/files/get-pip.py -o /var/tmp/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2015-11-24 18:57:26.385 | Warning: Illegal date format for -z, --timecond (and not a file name). 2015-11-24 18:57:26.385 | Warning: Disabling time condition. See curl_getdate(3) for valid date syntax. 2015-11-24 18:57:26.385 | % Total % Received % Xferd Average Speed Time Time Time Current 2015-11-24 18:57:26.386 | Dload Upload Total Spent Left Speed 2015-11-24 18:57:26.901 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1379k 100 1379k 0 0 2674k 0 --:--:-- --:--:-- --:--:-- 2678k 2015-11-24 18:57:26.902 | + touch /var/tmp/devstack/files/get-pip.py.downloaded 2015-11-24 18:57:26.903 | + sudo -H -E python /var/tmp/devstack/files/get-pip.py 2015-11-24 18:57:28.053 | Collecting pip 2015-11-24 18:57:28.084 | /tmp/tmprZo7Jw/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 2015-11-24 18:57:28.224 | Downloading pip-7.1.2-py2.py3-none-any.whl (1.1MB) 2015-11-24 18:57:28.469 | Installing collected packages: pip 2015-11-24 18:57:29.018 | Successfully installed pip-7.1.2 2015-11-24 18:57:29.257 | /tmp/tmprZo7Jw/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 2015-11-24 18:57:29.341 | + [[ -n '' ]] 2015-11-24 18:57:29.341 | + pip_install -U setuptools 2015-11-24 18:57:29.349 | [ERROR] /var/tmp/devstack/inc/python:34 Unable to find pip; cannot continue 2015-11-24 18:57:30.544 | + sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= '[Call' 'Trace]' /var/tmp/devstack/tools/install_pip.sh:105:pip_install /var/tmp/devstack/inc/python:101:get_pip_command /var/tmp/devstack/inc/python:34:die install -c /opt/stack/requirements/upper-constraints.txt -U setuptools 2015-11-24 18:57:30.548 | sudo: [Call: command not found 2015-11-24 18:57:30.549 | ++ err_trap 2015-11-24 18:57:30.549 | ++ local r=1 2015-11-24 18:57:30.549 | stack.sh failed: full log in /opt/stack/logs/stack.sh.log.2015-11-24-135642 2015-11-24 18:57:30.549 | Error on exit